From 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 25 May 2014 22:23:51 -0700 Subject: removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen. --- views/docs.php | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'views/docs.php') diff --git a/views/docs.php b/views/docs.php index f9d5384..48fd0d8 100644 --- a/views/docs.php +++ b/views/docs.php @@ -1,26 +1,31 @@ -

Introduction

+
+ -
- -
+

Introduction

-

This is a simple Micropub 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.

+
+ +
-

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.

+

This is a simple Micropub 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.

-

Configuring Endpoints

+

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.

-

Authorization Endpoint

- +

Configuring Endpoints

-

Token Endpoint

- +

Authorization Endpoint

+ -

Micropub Endpoint

- +

Token Endpoint

+ -

The Creating a Micropub Endpoint tutorial will walk you through how to handle incoming POST requests from apps like this.

+

Micropub Endpoint

+ + +

The Creating a Micropub Endpoint tutorial will walk you through how to handle incoming POST requests from apps like this.

+ +
\ No newline at end of file -- cgit v1.2.3