]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - README.md
Merge pull request #651 from ArthurHoaro/plugin-isso2
[github/shaarli/Shaarli.git] / README.md
CommitLineData
1acc87ee 1![Shaarli logo](doc/images/doc-logo.png)
ab7ac187 2
70860f30 3The personal, minimalist, super-fast, database free, bookmarking service.
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 27### Installation & upgrade
e1fd94b5 28- [Download and installation](https://github.com/shaarli/Shaarli/wiki/Download-and-Installation)
c7227c5d 29- [Upgrade and migration](https://github.com/shaarli/Shaarli/wiki/Upgrade-and-migration)
e9b80e72
V
30- [Server requirements](https://github.com/shaarli/Shaarli/wiki/Server-requirements)
31- [Server configuration](https://github.com/shaarli/Shaarli/wiki/Server-configuration)
32- [Shaarli configuration](https://github.com/shaarli/Shaarli/wiki/Shaarli-configuration)
fdc4c6a1 33
e9b80e72
V
34## Features
35### Interface
36- minimalist design (simple is beautiful)
37- FAST
38- ATOM and RSS feeds
39- views:
40 - paginated link list
41 - tag cloud
cd5c1028 42 - picture wall: image and video thumbnails
e9b80e72
V
43 - daily: newspaper-like daily digest
44 - daily RSS feed
45- permalinks for easy reference
46- links can be public or private
d8bf2463 47- extensible through [plugins](https://github.com/shaarli/Shaarli/wiki/Plugins#plugin-usage)
e9b80e72
V
48
49### Tag, view and search your links!
50- add a custom title and description to archived links
51- add tags to classify and search links
52 - features tag autocompletion, renaming, merging and deletion
53- full-text and tag search
54
55### Easy setup
56- dead-simple installation: drop the files, open the page
57- links are stored in a file
58 - compact storage
59 - no database required
60 - easy backup: simply copy the datastore file
61- import and export links as Netscape bookmarks
62
63### Accessibility
64- Firefox bookmarlet to share links in one click
65- support for mobile browsers
66- works with Javascript disabled
67- easy page customization through HTML/CSS/RainTPL
68
69### Security
70- bruteforce-proof login form
71- protected against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery)
72and session cookie hijacking
73
74### Goodies
75- thumbnail generation for images and video services:
76dailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube...
77 - lazy-loading with [bLazy](http://dinbror.dk/blazy/)
78- [PubSubHubbub](https://code.google.com/p/pubsubhubbub/) protocol support
79- URL cleanup: automatic removal of `?utm_source=...`, `fb=...`
80- discreet pop-up notification when a new release is available
81
82### Other usages
83Though Shaarli is primarily a bookmarking application, it can serve other purposes
84(see [usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)):
85- micro-blogging
86- pastebin
87- online notepad
88- snippet archive
fdc4c6a1 89
cffa853a 90## About
e9b80e72
V
91### Shaarli community fork
92This friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli
93
94This is a community fork of the original [Shaarli](https://github.com/sebsauvage/Shaarli/) project by [Sébastien Sauvage](http://sebsauvage.net/).
95
cd5c1028
V
96The original project is currently unmaintained, and the developer [has informed us](https://github.com/sebsauvage/Shaarli/issues/191)
97that he would have no time to work on Shaarli in the near future.
e9b80e72
V
98The Shaarli community has carried on the work to provide
99[many patches](https://github.com/shaarli/Shaarli/compare/sebsauvage:master...master)
100for [bug fixes and enhancements](https://github.com/shaarli/Shaarli/issues?q=is%3Aclosed+)
cd5c1028 101in this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.
e9b80e72
V
102
103### Contributing
104If you'd like to help, please:
105- have a look at the open [issues](https://github.com/shaarli/Shaarli/issues)
106and [pull requests](https://github.com/shaarli/Shaarli/pulls)
107- feel free to report bugs (feedback is much appreciated)
108- suggest new features and improvements to both code and [documentation](https://github.com/shaarli/Shaarli/wiki)
109- propose solutions to existing problems
110- submit pull requests :-)
111
112
113### License
e6ea0f96 114Shaarli 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.