removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
pull/5/head
-
5README.md
-
3composer.json
-
49composer.lock
-
5controllers/auth.php
-
41controllers/controllers.php
-
2lib/config.template.php
-
37public/css/style.css
-
BINpublic/images/indiepost-ui.png
-
BINpublic/images/quill-icon-114.png
-
BINpublic/images/quill-icon-144.png
-
BINpublic/images/quill-icon-57.png
-
BINpublic/images/quill-icon-72.png
-
BINpublic/images/quill-icon.psd
-
BINpublic/images/quill-logo-128.png
-
BINpublic/images/quill-logo-144.png
-
BINpublic/images/quill-logo.png
-
BINpublic/images/quill-ui.png
-
6views/add-to-home.php
-
5views/auth_callback.php
-
8views/auth_error.php
-
4views/auth_start.php
-
6views/creating-a-micropub-endpoint.php
-
5views/dashboard.php
-
41views/docs.php
-
24views/index.php
-
67views/layout.php
-
4views/partials/header.php
-
10views/signin.php
Before Width: 396 | Height: 665 | Size: 129 KiB |
After Width: 114 | Height: 114 | Size: 7.2 KiB |
After Width: 144 | Height: 144 | Size: 8.9 KiB |
After Width: 57 | Height: 57 | Size: 3.9 KiB |
After Width: 72 | Height: 72 | Size: 4.8 KiB |
After Width: 128 | Height: 128 | Size: 3.8 KiB |
After Width: 144 | Height: 144 | Size: 4.2 KiB |
After Width: 48 | Height: 48 | Size: 2.0 KiB |
After Width: 394 | Height: 615 | Size: 96 KiB |
@ -0,0 +1,6 @@ |
|||
<div class="narrow"> |
|||
<?= partial('partials/header') ?>
|
|||
|
|||
<div style="margin: 20px;">Add this page to your home screen!<br /><br />The next time you visit it, you will be signed in.</div> |
|||
|
|||
</div> |
@ -1,4 +1,8 @@ |
|||
<h2><?= $this->error ?></h2>
|
|||
<div class="narrow"> |
|||
<?= partial('partials/header') ?>
|
|||
|
|||
<p><?= $this->errorDescription ?></p>
|
|||
<h2><?= $this->error ?></h2>
|
|||
|
|||
<p><?= $this->errorDescription ?></p>
|
|||
|
|||
<?div> |
@ -1,26 +1,31 @@ |
|||
<h2>Introduction</h2> |
|||
<div class="narrow"> |
|||
<?= partial('partials/header') ?>
|
|||
|
|||
<div class="col-xs-6 col-md-4" style="float: right;"> |
|||
<span class="thumbnail"><img src="/images/indiepost-ui.png"></span> |
|||
</div> |
|||
<h2>Introduction</h2> |
|||
|
|||
<p>This is a simple <a href="http://indiewebcamp.com/micropub">Micropub</a> client for |
|||
creating text posts on your own website. To use it, you will need to turn your website |
|||
into an OAuth provider, and implement a Micropub endpoint that this app will send |
|||
requests to.</p> |
|||
<div class="col-xs-6 col-md-4" style="float: right;"> |
|||
<span class="thumbnail"><img src="/images/quill-ui.png"></span> |
|||
</div> |
|||
|
|||
<p>Once you've signed in, you'll see an interface like the one shown which you can use to |
|||
write a post. Clicking "post" will make a Micropub request to your endpoint.<p> |
|||
<p>This is a simple <a href="http://indiewebcamp.com/micropub">Micropub</a> client for |
|||
creating text posts on your own website. To use it, you will need to turn your website |
|||
into an OAuth provider, and implement a Micropub endpoint that this app will send |
|||
requests to.</p> |
|||
|
|||
<h2>Configuring Endpoints</h2> |
|||
<p>Once you've signed in, you'll see an interface like the one shown which you can use to |
|||
write a post. Clicking "post" will make a Micropub request to your endpoint.<p> |
|||
|
|||
<h3>Authorization Endpoint</h3> |
|||
<?= partial('partials/auth-endpoint-help') ?>
|
|||
<h2>Configuring Endpoints</h2> |
|||
|
|||
<h3>Token Endpoint</h3> |
|||
<?= partial('partials/token-endpoint-help') ?>
|
|||
<h3>Authorization Endpoint</h3> |
|||
<?= partial('partials/auth-endpoint-help') ?>
|
|||
|
|||
<h3>Micropub Endpoint</h3> |
|||
<?= partial('partials/micropub-endpoint-help') ?>
|
|||
<h3>Token Endpoint</h3> |
|||
<?= partial('partials/token-endpoint-help') ?>
|
|||
|
|||
<p>The <a href="/creating-a-micropub-endpoint">Creating a Micropub Endpoint</a> tutorial will walk you through how to handle incoming POST requests from apps like this.</p> |
|||
<h3>Micropub Endpoint</h3> |
|||
<?= partial('partials/micropub-endpoint-help') ?>
|
|||
|
|||
<p>The <a href="/creating-a-micropub-endpoint">Creating a Micropub Endpoint</a> tutorial will walk you through how to handle incoming POST requests from apps like this.</p> |
|||
|
|||
</div> |
@ -1,9 +1,19 @@ |
|||
<div class="narrow"> |
|||
|
|||
<div class="jumbotron"> |
|||
<h2>Quill</h2> |
|||
<p>How does it work?</p> |
|||
<ol> |
|||
<li>Sign in with your domain</li> |
|||
<li>Post a note!</li> |
|||
</ol> |
|||
<p><a href="/signin" class="btn btn-primary btn-lg" role="button">Get Started »</a></p> |
|||
<h1><img src="/images/quill-logo-144.png" height="72" style="margin-bottom: 13px;">Quill</h1> |
|||
|
|||
<p class="tagline">Quill is a simple app for posting text notes to your website.</p> |
|||
|
|||
<p>To use Quill, sign in with your domain. Your website will need to support <a href="http://indiewebcamp.com/micropub">Micropub</a> for creating new posts.</p> |
|||
|
|||
<form action="/auth/start" method="get" class="form-inline"> |
|||
<input type="text" name="me" placeholder="http://me.com" value="" class="form-control"> |
|||
<input type="submit" value="Sign In" class="btn btn-primary"> |
|||
<input type="hidden" name="client_id" value="https://quill.p3k.io"> |
|||
<input type="hidden" name="redirect_uri" value="https://quill.p3k.io/auth/callback"> |
|||
</form> |
|||
|
|||
</div> |
|||
|
|||
</div> |
@ -0,0 +1,4 @@ |
|||
<div class="header"> |
|||
<img src="/images/quill-logo.png" width="42" height="42"> |
|||
Quill |
|||
</div> |
@ -1,10 +0,0 @@ |
|||
|
|||
<form action="/auth/start" method="get"> |
|||
<input type="text" name="me" placeholder="http://me.com" value="" class="form-control"><br> |
|||
|
|||
<input type="hidden" name="client_id" value="https://quill.p3k.io"> |
|||
<input type="hidden" name="redirect_uri" value="https://quill.p3k.io/auth/callback"> |
|||
|
|||
<input type="submit" value="Sign In" class="btn btn-primary"> |
|||
</form> |
|||
|