diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,6 @@ | |||
1 | ![Shaarli logo](http://sebsauvage.net/wiki/lib/exe/fetch.php?media=php:php_shaarli:php_shaarli_logo_inkscape_w600_transp-nq8.png) | 1 | ![Shaarli logo](http://sebsauvage.net/wiki/lib/exe/fetch.php?media=php:php_shaarli:php_shaarli_logo_inkscape_w600_transp-nq8.png) |
2 | 2 | ||
3 | Shaarli | 3 | Shaarli, the personal, minimalist, super-fast, no-database delicious clone. |
4 | The personal, minimalist, super-fast, no-database delicious clone. | ||
5 | 4 | ||
6 | You want to share the links you discover ? Shaarli is a minimalist delicious clone you can install on your own website. | 5 | You want to share the links you discover ? Shaarli is a minimalist delicious clone you can install on your own website. |
7 | It is designed to be personal (single-user), fast and handy. | 6 | It is designed to be personal (single-user), fast and handy. |
@@ -10,36 +9,37 @@ It is designed to be personal (single-user), fast and handy. | |||
10 | Features: | 9 | Features: |
11 | 10 | ||
12 | * Minimalist design (simple is beautiful) | 11 | * Minimalist design (simple is beautiful) |
13 | * FAST | 12 | * **FAST** |
14 | * Dead-simple installation: Drop the files, open the page. No database required. | 13 | * Dead-simple installation: Drop the files, open the page. No database required. |
15 | * Easy to use: Single button in your browser to bookmark a page | 14 | * Easy to use: Single button in your browser to bookmark a page |
16 | * Save url, title, description (unlimited size). Classify links with tags (with autocomplete) | 15 | * Save url, title, description (unlimited size). Classify links with tags (with autocomplete) |
17 | * Tag renaming, merging and deletion. | 16 | * Tag renaming, merging and deletion. |
18 | * Automatic thumbnails for various services (imgur, imageshack.us, flickr, youtube, vimeo, dailymotion…) | 17 | * Automatic thumbnails for various services (imgur, imageshack.us, flickr, youtube, vimeo, dailymotion…) |
19 | * Automatic conversion of URLs to clickable links in descriptions. Support for http/ftp/file/apt protocols. | 18 | * Automatic conversion of URLs to clickable links in descriptions. Support for http/ftp/file/apt/magnet protocols. |
20 | * Save links as public or private | 19 | * Save links as public or private |
21 | * 1-clic access to your private links/notes | 20 | * 1-clic access to your private links/notes |
22 | * Browse links by page, filter by tag or use the full text search engine | 21 | * Browse links by page, filter by tag or use the full text search engine |
23 | * Permalinks (with QR-Code) for easy reference | 22 | * Permalinks (with QR-Code) for easy reference |
23 | * RSS and ATOM feeds (which can be filtered by tag or text search) | ||
24 | * Tag cloud | 24 | * Tag cloud |
25 | * Picture wall (which can be filtered by tag or text search) | 25 | * Picture wall (which can be filtered by tag or text search) |
26 | * “Links of the day” Newspaper-like digest, browsable by day. | 26 | * “Links of the day” Newspaper-like digest, browsable by day. |
27 | * “Daily” RSS feed: Get each day a digest of all new links. | 27 | * “Daily” RSS feed: Get each day a digest of all new links. |
28 | * RSS and ATOM feeds (which can be filtered by tag or text search) | 28 | * [PubSubHubbub](https://code.google.com/p/pubsubhubbub/) protocol support |
29 | * PubSubHubbub protocol support | ||
30 | * Easy backup (Data stored in a single file) | 29 | * Easy backup (Data stored in a single file) |
31 | * Compact storage (1315 links stored in 150 kb) | 30 | * Compact storage (1315 links stored in 150 kb) |
32 | * Mobile browsers support | 31 | * Mobile browsers support |
32 | * Also works with javascript disabled | ||
33 | * Can import/export Netscape bookmarks (for import/export from/to Firefox, Opera, Chrome, Delicious…) | 33 | * Can import/export Netscape bookmarks (for import/export from/to Firefox, Opera, Chrome, Delicious…) |
34 | * Automatic ban of IP address upon too many failed logins | 34 | * Brute force protected login form |
35 | * Protected against XSRF, session cookie hijacking. | 35 | * Protected against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery), session cookie hijacking. |
36 | * Automatic removal of annoying FeedBurner/Google FeedProxy parameters in URL (?utm_source…) | 36 | * Automatic removal of annoying FeedBurner/Google FeedProxy parameters in URL (?utm_source…) |
37 | * Shaarli is a bookmarking application, but you can use it for micro-blogging (like Twitter), a pastebin, an online notepad, a snippet repository, etc. | 37 | * Shaarli is a bookmarking application, but you can use it for micro-blogging (like Twitter), a pastebin, an online notepad, a snippet repository, etc. |
38 | * You will be automatically notified by a discreet popup if a new version is available | 38 | * You will be automatically notified by a discreet popup if a new version is available |
39 | * Pages are easy to customize (using simple RainTPL templates) | 39 | * Pages are easy to customize (using CSS and simple RainTPL templates) |
40 | 40 | ||
41 | 41 | ||
42 | Requires php 5.1 (php 5.2 required for autocomplete.) | 42 | Requires php 5.1 |
43 | 43 | ||
44 | More information on the project page: | 44 | More information on the project page: |
45 | http://sebsauvage.net/wiki/doku.php?id=php:shaarli | 45 | http://sebsauvage.net/wiki/doku.php?id=php:shaarli |