]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - README.md
Merge pull request #552 from shaarli/readme-doc-plugins
[github/shaarli/Shaarli.git] / README.md
CommitLineData
1acc87ee 1![Shaarli logo](doc/images/doc-logo.png)
ab7ac187 2
e9b80e72 3The personal, minimalist, super-fast, no-database delicious clone.
fdc4c6a1 4
e9b80e72
V
5_Do you want to share the links you discover?_
6_Shaarli is a minimalist delicious clone that you can install on your own server._
7_It is designed to be personal (single-user), fast and handy._
fdc4c6a1 8
e9b80e72
V
9[![](https://img.shields.io/travis/shaarli/Shaarli.svg?label=master)](https://travis-ci.org/shaarli/Shaarli)
10[![](https://img.shields.io/travis/shaarli/Shaarli/stable.svg?label=stable)](https://travis-ci.org/shaarli/Shaarli)
11[![](https://img.shields.io/github/release/shaarli/shaarli.svg)](https://github.com/shaarli/Shaarli/releases/latest/)
c622d328 12[![Docker repository](https://img.shields.io/docker/pulls/shaarli/shaarli.svg)](https://hub.docker.com/r/shaarli/shaarli/)
fdc4c6a1 13
e9b80e72
V
14[![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli)
15[![Bountysource](https://www.bountysource.com/badge/team?team_id=19583&style=bounties_received)](https://www.bountysource.com/teams/shaarli/issues)
fdc4c6a1 16
e9b80e72
V
17## Quickstart
18- [Wiki/documentation](https://github.com/shaarli/Shaarli/wiki)
19- [Bugs/Feature requests/Discussion](https://github.com/shaarli/Shaarli/issues/)
fdc4c6a1 20
e9b80e72
V
21### Demo
22You can use this [public demo instance of Shaarli](http://shaarlidemo.tuxfamily.org/Shaarli).
23It runs the latest development version of Shaarli and is updated/reset daily.
e6ea0f96 24
e9b80e72 25Login: `demo`; Password: `demo`
e6ea0f96 26
e9b80e72
V
27### Installation & upgrade
28- [Download](https://github.com/shaarli/Shaarli/wiki/Download)
29- [Server requirements](https://github.com/shaarli/Shaarli/wiki/Server-requirements)
30- [Server configuration](https://github.com/shaarli/Shaarli/wiki/Server-configuration)
31- [Shaarli configuration](https://github.com/shaarli/Shaarli/wiki/Shaarli-configuration)
fdc4c6a1 32
e9b80e72
V
33## Features
34### Interface
35- minimalist design (simple is beautiful)
36- FAST
37- ATOM and RSS feeds
38- views:
39 - paginated link list
40 - tag cloud
cd5c1028 41 - picture wall: image and video thumbnails
e9b80e72
V
42 - daily: newspaper-like daily digest
43 - daily RSS feed
44- permalinks for easy reference
45- links can be public or private
d8bf2463 46- extensible through [plugins](https://github.com/shaarli/Shaarli/wiki/Plugins#plugin-usage)
e9b80e72
V
47
48### Tag, view and search your links!
49- add a custom title and description to archived links
50- add tags to classify and search links
51 - features tag autocompletion, renaming, merging and deletion
52- full-text and tag search
53
54### Easy setup
55- dead-simple installation: drop the files, open the page
56- links are stored in a file
57 - compact storage
58 - no database required
59 - easy backup: simply copy the datastore file
60- import and export links as Netscape bookmarks
61
62### Accessibility
63- Firefox bookmarlet to share links in one click
64- support for mobile browsers
65- works with Javascript disabled
66- easy page customization through HTML/CSS/RainTPL
67
68### Security
69- bruteforce-proof login form
70- protected against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery)
71and session cookie hijacking
72
73### Goodies
74- thumbnail generation for images and video services:
75dailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube...
76 - lazy-loading with [bLazy](http://dinbror.dk/blazy/)
77- [PubSubHubbub](https://code.google.com/p/pubsubhubbub/) protocol support
78- URL cleanup: automatic removal of `?utm_source=...`, `fb=...`
79- discreet pop-up notification when a new release is available
80
81### Other usages
82Though Shaarli is primarily a bookmarking application, it can serve other purposes
83(see [usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)):
84- micro-blogging
85- pastebin
86- online notepad
87- snippet archive
fdc4c6a1 88
cffa853a 89## About
e9b80e72
V
90### Shaarli community fork
91This friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli
92
93This is a community fork of the original [Shaarli](https://github.com/sebsauvage/Shaarli/) project by [Sébastien Sauvage](http://sebsauvage.net/).
94
cd5c1028
V
95The original project is currently unmaintained, and the developer [has informed us](https://github.com/sebsauvage/Shaarli/issues/191)
96that he would have no time to work on Shaarli in the near future.
e9b80e72
V
97The Shaarli community has carried on the work to provide
98[many patches](https://github.com/shaarli/Shaarli/compare/sebsauvage:master...master)
99for [bug fixes and enhancements](https://github.com/shaarli/Shaarli/issues?q=is%3Aclosed+)
cd5c1028 100in this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.
e9b80e72
V
101
102### Contributing
103If you'd like to help, please:
104- have a look at the open [issues](https://github.com/shaarli/Shaarli/issues)
105and [pull requests](https://github.com/shaarli/Shaarli/pulls)
106- feel free to report bugs (feedback is much appreciated)
107- suggest new features and improvements to both code and [documentation](https://github.com/shaarli/Shaarli/wiki)
108- propose solutions to existing problems
109- submit pull requests :-)
110
111
112### License
e6ea0f96 113Shaarli is [Free Software](http://en.wikipedia.org/wiki/Free_software). See [COPYING](COPYING) for a detail of the contributors and licenses for each individual component.