Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Dalzell authored and Erin Dalzell committed Mar 19, 2018
1 parent 276f609 commit 575c7a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
statamic-pinboard
Pinboard
=================

A Statamic V2 add-on for Pinboard that creates entries from specific, public bookmarks from your Pinboard account.
A Statamic V2 add-on for [Pinboard](https://pinboard.in) that creates entries from specific, public bookmarks from your Pinboard account.

## Installing
1. Copy the addon folder to your Statamic `site` directory;
1. Copy the addon folder to your Statamic `site` directory
2. Configure addon @ http://yoursite.com/cp/addons/pinboard/settings
3. Set up Statamic so tasks are [run](https://docs.statamic.com/addons/classes/tasks#starting)

Expand All @@ -14,8 +14,8 @@ Today's tagged bookmarks are automatically pulled and made into entries. The add

If you want to manually pull older bookmarks:

* by date, run 'http://your-statamic-site/!/Pinboard/get?from='date-to-pull-from-in-yyyy-mm-dd-format'
* by URL, run 'http://your-statamic-site/!/Pinboard/get?url='complete-url-to-link'
* by date, run 'http://your-statamic-site/!/Pinboard/fetch?from='date-to-pull-from-in-yyyy-mm-dd-format'
* by URL, run 'http://your-statamic-site/!/Pinboard/fetch?url='complete-url-to-link'

Bookmarks are added with current date/time **not** the bookmark time.

Expand Down

0 comments on commit 575c7a9

Please sign in to comment.