From cf8ecf1fc9942dc00f0a5a11b313f8babbc9c3cd Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 7 Sep 2014 11:48:52 -0700 Subject: adds bookmark posting interface with bookmarklet. now any URL can auto-login given a login token. --- views/dashboard.php | 317 ---------------------------------------------------- 1 file changed, 317 deletions(-) delete mode 100644 views/dashboard.php (limited to 'views/dashboard.php') diff --git a/views/dashboard.php b/views/dashboard.php deleted file mode 100644 index d88a59c..0000000 --- a/views/dashboard.php +++ /dev/null @@ -1,317 +0,0 @@ -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- -
- syndication_targets) { - echo '
    '; - foreach($this->syndication_targets as $syn) { - echo '
  • '; - } - echo '
'; - } else { - ?>
No syndication targets were found on your site. - You can provide a list of supported syndication targets that will appear as checkboxes here.
-
-
- -
- - - - - - - - - -
- - -
- - - - - - - - test_response): ?> -

Last response from your Micropub endpoint (response_date) ?>)

- -
test_response) ?>
- - -
-

Clicking "Post" will post this note to your Micropub endpoint. Below is some information about the request that will be made.

- - - - - - - - - - - - - - - - - - -
me (should be your URL)
scopemicropub_scope ?> (should be a space-separated list of permissions including "post")
micropub endpointmicropub_endpoint ?> (should be a URL)
access tokenString of length micropub_access_token) ?>micropub_access_token) > 0) ? (', ending in ' . substr($this->micropub_access_token, -7) . '') : '' ?> (should be greater than length 0)
-
- -
- - - - -- cgit v1.2.3