]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - README.md
Version 0.0.41 beta
[github/shaarli/Shaarli.git] / README.md
CommitLineData
ab7ac187
SS
1![Shaarli logo](http://sebsauvage.net/wiki/lib/exe/fetch.php?media=php:php_shaarli:php_shaarli_logo_inkscape_w600_transp-nq8.png)
2
310f3ca0 3Shaarli
fdc4c6a1
SS
4The personal, minimalist, super-fast, no-database delicious clone.
5
6You want to share the links you discover ? Shaarli is a minimalist delicious clone you can install on your own website.
7It is designed to be personal (single-user), fast and handy.
8
9
10Features:
11
12 * Minimalist design (simple is beautiful)
13 * FAST
14 * 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
16 * Save url, title, description (unlimited size). Classify links with tags (with autocomplete)
17 * Tag renaming, merging and deletion.
18 * 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.
20 * Save links as public or private
21 * 1-clic access to your private links/notes
22 * Browse links by page, filter by tag or use the full text search engine
23 * Permalinks (with QR-Code) for easy reference
24 * Tag cloud
25 * Picture wall (which can be filtered by tag or text search)
26 * “Links of the day” Newspaper-like digest, browsable by day.
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)
29 * PubSubHubbub protocol support
30 * Easy backup (Data stored in a single file)
31 * Compact storage (1315 links stored in 150 kb)
32 * Mobile browsers support
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
35 * Protected against XSRF, session cookie hijacking.
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.
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)
40
41
42Requires php 5.1 (php 5.2 required for autocomplete.)
43
44More information on the project page:
45http://sebsauvage.net/wiki/doku.php?id=php:shaarli
46
47------------------------------------------------------------------------------
48
49Shaarli is distributed under the zlib/libpng License:
50
51Copyright (c) 2011 Sébastien SAUVAGE (sebsauvage.net)
52
53This software is provided 'as-is', without any express or implied warranty.
54In no event will the authors be held liable for any damages arising from
55the use of this software.
56
57Permission is granted to anyone to use this software for any purpose,
58including commercial applications, and to alter it and redistribute it
59freely, subject to the following restrictions:
60
61 1. The origin of this software must not be misrepresented; you must not
62 claim that you wrote the original software. If you use this software
63 in a product, an acknowledgment in the product documentation would
64 be appreciated but is not required.
65
66 2. Altered source versions must be plainly marked as such, and must
67 not be misrepresented as being the original software.
68
69 3. This notice may not be removed or altered from any source distribution.
70
71------------------------------------------------------------------------------