You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.0 KiB

  1. <h2>Introduction</h2>
  2. <div class="col-xs-6 col-md-4" style="float: right;">
  3. <span class="thumbnail"><img src="/images/indiepost-ui.png"></span>
  4. </div>
  5. <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>
  6. <p>Once you've signed in, you'll see an interface like the below which you can use to write a post. Clicking "post" will make a Micropub request to your endpoint.<p>
  7. <h2>Configuring Endpoints</h2>
  8. <h3>Authorization Endpoint</h3>
  9. <?= partial('partials/auth-endpoint-help') ?>
  10. <h3>Token Endpoint</h3>
  11. <?= partial('partials/token-endpoint-help') ?>
  12. <h3>Micropub Endpoint</h3>
  13. <?= partial('partials/micropub-endpoint-help') ?>
  14. <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>