-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
53 lines (35 loc) · 1.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Bookmarks
Social Bookmarks for Lone Wolves
~
There is a famous social-bookmarking service, who had seen better days. This is
an attempt to get independent of it, however remaining in sync.
Bookmarks works like that: Store your bookmarks. Display them to the world, if
you want.
F E A T U R E S :
* Delicious import and synchronization
* Private bookmarks
U S I N G A S D R O P - I N F O R D E L I C I O U S :
In your Delicious bookmarklet change the URI from "http://delicious.com/save"
to "http://your.domain/install/path/save" (note the "save"). In the config
file make sure to have these lines included:
'plugins' => array(
'active' => array(
'delicious',
),
'delicious' => array(
'auth' => base64_encode('delicious_username:delicious_password'),
'sync' => True,
),
),
Ready! Your bookmarks are now saved locally, but always synchronized with
Delicious.
L I C E N S E :
Double-licensed under terms of the GPL v3 and an MIT-style license. Please
note, that this does not apply to the LightOpenID library, which is published
under the MIT License alone.
T O D O :
* Add Twitter option when sharing
* Make API usable
* Style
* Add page metadata like FB or G+ do it
* Make "AJAXy"