index.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="The personal, minimalist, super-fast, database free, bookmarking service">
  9. <link rel="shortcut icon" href="./img/favicon.ico">
  10. <title>Home - Shaarli Documentation</title>
  11. <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  12. <link rel="stylesheet" href="./css/theme.css" type="text/css" />
  13. <link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
  14. <link rel="stylesheet" href="./css/highlight.css">
  15. <link href="./github-markdown.css" rel="stylesheet">
  16. <script>
  17. // Current page data
  18. var mkdocs_page_name = "Home";
  19. var mkdocs_page_input_path = "index.md";
  20. var mkdocs_page_url = "/";
  21. </script>
  22. <script src="./js/jquery-2.1.1.min.js"></script>
  23. <script src="./js/modernizr-2.8.3.min.js"></script>
  24. <script type="text/javascript" src="./js/highlight.pack.js"></script>
  25. </head>
  26. <body class="wy-body-for-nav" role="document">
  27. <div class="wy-grid-for-nav">
  28. <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
  29. <div class="wy-side-nav-search">
  30. <a href="." class="icon icon-home"> Shaarli Documentation</a>
  31. <div role="search">
  32. <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
  33. <input type="text" name="q" placeholder="Search docs" />
  34. </form>
  35. </div>
  36. </div>
  37. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  38. <ul class="current">
  39. <li class="toctree-l1 current">
  40. <a class="current" href=".">Home</a>
  41. <ul class="subnav">
  42. <li class="toctree-l2"><a href="#shaarli-documentation">Shaarli documentation</a></li>
  43. <ul>
  44. <li><a class="toctree-l3" href="#demo">Demo</a></li>
  45. <li><a class="toctree-l3" href="#features">Features</a></li>
  46. <li><a class="toctree-l3" href="#about">About</a></li>
  47. </ul>
  48. </ul>
  49. </li>
  50. <li class="toctree-l1">
  51. <span class="caption-text">Setup</span>
  52. <ul class="subnav">
  53. <li class="">
  54. <a class="" href="Download-and-Installation/">Download and Installation</a>
  55. </li>
  56. <li class="">
  57. <a class="" href="Upgrade-and-migration/">Upgrade and migration</a>
  58. </li>
  59. <li class="">
  60. <a class="" href="Server-requirements/">Server requirements</a>
  61. </li>
  62. <li class="">
  63. <a class="" href="Server-configuration/">Server configuration</a>
  64. </li>
  65. <li class="">
  66. <a class="" href="Server-security/">Server security</a>
  67. </li>
  68. <li class="">
  69. <a class="" href="Shaarli-configuration/">Shaarli configuration</a>
  70. </li>
  71. <li class="">
  72. <a class="" href="Plugins/">Plugins</a>
  73. </li>
  74. </ul>
  75. </li>
  76. <li class="toctree-l1">
  77. <span class="caption-text">Docker</span>
  78. <ul class="subnav">
  79. <li class="">
  80. <a class="" href="docker/docker-101/">Docker 101</a>
  81. </li>
  82. <li class="">
  83. <a class="" href="docker/shaarli-images/">Shaarli images</a>
  84. </li>
  85. <li class="">
  86. <a class="" href="docker/reverse-proxy-configuration/">Reverse proxy configuration</a>
  87. </li>
  88. <li class="">
  89. <a class="" href="docker/resources/">Docker resources</a>
  90. </li>
  91. </ul>
  92. </li>
  93. <li class="toctree-l1">
  94. <span class="caption-text">Usage</span>
  95. <ul class="subnav">
  96. <li class="">
  97. <a class="" href="Features/">Features</a>
  98. </li>
  99. <li class="">
  100. <a class="" href="Bookmarklet/">Bookmarklet</a>
  101. </li>
  102. <li class="">
  103. <a class="" href="Browsing-and-searching/">Browsing and searching</a>
  104. </li>
  105. <li class="">
  106. <a class="" href="Firefox-share/">Firefox share</a>
  107. </li>
  108. <li class="">
  109. <a class="" href="RSS-feeds/">RSS feeds</a>
  110. </li>
  111. <li class="">
  112. <a class="" href="REST-API/">REST API</a>
  113. </li>
  114. </ul>
  115. </li>
  116. <li class="toctree-l1">
  117. <span class="caption-text">How To</span>
  118. <ul class="subnav">
  119. <li class="">
  120. <a class="" href="Backup,-restore,-import-and-export/">Backup, restore, import and export</a>
  121. </li>
  122. <li class="">
  123. <a class="" href="Various-hacks/">Various hacks</a>
  124. </li>
  125. </ul>
  126. </li>
  127. <li class="toctree-l1">
  128. <a class="" href="Troubleshooting/">Troubleshooting</a>
  129. </li>
  130. <li class="toctree-l1">
  131. <span class="caption-text">Development</span>
  132. <ul class="subnav">
  133. <li class="">
  134. <a class="" href="Development-guidelines/">Development guidelines</a>
  135. </li>
  136. <li class="">
  137. <a class="" href="Continuous-integration-tools/">Continuous integration tools</a>
  138. </li>
  139. <li class="">
  140. <a class="" href="GnuPG-signature/">GnuPG signature</a>
  141. </li>
  142. <li class="">
  143. <a class="" href="Coding-guidelines/">Coding guidelines</a>
  144. </li>
  145. <li class="">
  146. <a class="" href="Directory-structure/">Directory structure</a>
  147. </li>
  148. <li class="">
  149. <a class="" href="3rd-party-libraries/">3rd party libraries</a>
  150. </li>
  151. <li class="">
  152. <a class="" href="Plugin-System/">Plugin System</a>
  153. </li>
  154. <li class="">
  155. <a class="" href="Release-Shaarli/">Release Shaarli</a>
  156. </li>
  157. <li class="">
  158. <a class="" href="Versioning-and-Branches/">Versioning and Branches</a>
  159. </li>
  160. <li class="">
  161. <a class="" href="Security/">Security</a>
  162. </li>
  163. <li class="">
  164. <a class="" href="Static-analysis/">Static analysis</a>
  165. </li>
  166. <li class="">
  167. <a class="" href="Theming/">Theming</a>
  168. </li>
  169. <li class="">
  170. <a class="" href="Unit-tests/">Unit tests</a>
  171. </li>
  172. </ul>
  173. </li>
  174. <li class="toctree-l1">
  175. <span class="caption-text">About</span>
  176. <ul class="subnav">
  177. <li class="">
  178. <a class="" href="FAQ/">FAQ</a>
  179. </li>
  180. <li class="">
  181. <a class="" href="Community-&-Related-software/">Community & Related software</a>
  182. </li>
  183. </ul>
  184. </li>
  185. </ul>
  186. </div>
  187. &nbsp;
  188. </nav>
  189. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  190. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  191. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  192. <a href=".">Shaarli Documentation</a>
  193. </nav>
  194. <div class="wy-nav-content">
  195. <div class="rst-content">
  196. <div role="navigation" aria-label="breadcrumbs navigation">
  197. <ul class="wy-breadcrumbs">
  198. <li><a href=".">Docs</a> &raquo;</li>
  199. <li>Home</li>
  200. <li class="wy-breadcrumbs-aside">
  201. <a href="https://github.com/shaarli/Shaarli/edit/master/docs/index.md"
  202. class="icon icon-github"> Edit on GitHub</a>
  203. </li>
  204. </ul>
  205. <hr/>
  206. </div>
  207. <div role="main">
  208. <div class="section">
  209. <h1 id="shaarli-documentation"><a href="https://github.com/shaarli/Shaarli/">Shaarli</a> documentation</h1>
  210. <p>Here you can find some info on how to use, configure, tweak and solve problems with your Shaarli.</p>
  211. <p>For general info, read the <a href="https://github.com/shaarli/Shaarli/blob/master/README.md">README</a>.</p>
  212. <p>If you have any questions or ideas, please join the <a href="https://gitter.im/shaarli/Shaarli">chat</a> (also reachable via <a href="https://irc.gitter.im/">IRC</a>), post them in our <a href="https://github.com/shaarli/Shaarli/issues/308">general discussion</a> or read the current <a href="https://github.com/shaarli/Shaarli/issues">issues</a>.
  213. If you've found a bug, please create a <a href="https://github.com/shaarli/Shaarli/issues/new">new issue</a>.</p>
  214. <p>If you would like a feature added to Shaarli, check the issues labeled <a href="https://github.com/shaarli/Shaarli/labels/feature"><code>feature</code></a>, <a href="https://github.com/shaarli/Shaarli/labels/enhancement"><code>enhancement</code></a>, and <a href="https://github.com/shaarli/Shaarli/labels/plugin"><code>plugin</code></a>.</p>
  215. <p><em>Note: This documentation is available online at https://shaarli.readthedocs.io/, and locally in the <code>doc/html/</code> directory of your Shaarli installation.</em></p>
  216. <p><a href="https://gitter.im/shaarli/Shaarli"><img alt="Join the chat at https://gitter.im/shaarli/Shaarli" src="https://badges.gitter.im/Join%20Chat.svg" /></a>
  217. <a href="https://www.bountysource.com/teams/shaarli/issues"><img alt="Bountysource" src="https://www.bountysource.com/badge/team?team_id=19583&amp;style=bounties_received" /></a>
  218. <a href="https://hub.docker.com/r/shaarli/shaarli/"><img alt="Docker repository" src="https://img.shields.io/docker/pulls/shaarli/shaarli.svg" /></a></p>
  219. <h3 id="demo">Demo</h3>
  220. <p>You can use this <a href="https://demo.shaarli.org">public demo instance of Shaarli</a>.
  221. It runs the latest development version of Shaarli and is updated/reset daily.</p>
  222. <p>Login: <code>demo</code>; Password: <code>demo</code></p>
  223. <h2 id="features">Features</h2>
  224. <h3 id="interface">Interface</h3>
  225. <ul>
  226. <li>minimalist design (simple is beautiful)</li>
  227. <li>FAST</li>
  228. <li>ATOM and RSS feeds</li>
  229. <li>views:<ul>
  230. <li>paginated link list</li>
  231. <li>tag cloud</li>
  232. <li>picture wall: image and video thumbnails</li>
  233. <li>daily: newspaper-like daily digest</li>
  234. <li>daily RSS feed</li>
  235. </ul>
  236. </li>
  237. <li>permalinks for easy reference</li>
  238. <li>links can be public or private</li>
  239. <li>extensible through <a href="https://github.com/shaarli/Shaarli/wiki/Plugins#plugin-usage">plugins</a></li>
  240. </ul>
  241. <h3 id="tag-view-and-search-your-links">Tag, view and search your links!</h3>
  242. <ul>
  243. <li>add a custom title and description to archived links</li>
  244. <li>add tags to classify and search links<ul>
  245. <li>features tag autocompletion, renaming, merging and deletion</li>
  246. </ul>
  247. </li>
  248. <li>full-text and tag search</li>
  249. </ul>
  250. <h3 id="easy-setup">Easy setup</h3>
  251. <ul>
  252. <li>dead-simple installation: drop the files, open the page</li>
  253. <li>links are stored in a file<ul>
  254. <li>compact storage</li>
  255. <li>no database required</li>
  256. <li>easy backup: simply copy the datastore file</li>
  257. </ul>
  258. </li>
  259. <li>import and export links as Netscape bookmarks</li>
  260. </ul>
  261. <h3 id="accessibility">Accessibility</h3>
  262. <ul>
  263. <li>Firefox bookmarlet to share links in one click</li>
  264. <li>support for mobile browsers</li>
  265. <li>works with Javascript disabled</li>
  266. <li>easy page customization through HTML/CSS/RainTPL</li>
  267. </ul>
  268. <h3 id="security">Security</h3>
  269. <ul>
  270. <li>bruteforce-proof login form</li>
  271. <li>protected against <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">XSRF</a>
  272. and session cookie hijacking</li>
  273. </ul>
  274. <h3 id="goodies">Goodies</h3>
  275. <ul>
  276. <li>thumbnail generation for images and video services:
  277. dailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube...<ul>
  278. <li>lazy-loading with <a href="http://dinbror.dk/blazy/">bLazy</a></li>
  279. </ul>
  280. </li>
  281. <li><a href="https://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> protocol support</li>
  282. <li>URL cleanup: automatic removal of <code>?utm_source=...</code>, <code>fb=...</code></li>
  283. <li>discreet pop-up notification when a new release is available</li>
  284. </ul>
  285. <h3 id="rest-api">REST API</h3>
  286. <p>Easily extensible by any client using the REST API exposed by Shaarli.</p>
  287. <p>See the <a href="http://shaarli.github.io/api-documentation/">API documentation</a>.</p>
  288. <h3 id="other-usages">Other usages</h3>
  289. <p>Though Shaarli is primarily a bookmarking application, it can serve other purposes
  290. (see <a href="https://github.com/shaarli/Shaarli/wiki#usage-examples">usage examples</a>):
  291. - micro-blogging
  292. - pastebin
  293. - online notepad
  294. - snippet archive</p>
  295. <h2 id="about">About</h2>
  296. <h3 id="shaarli-community-fork">Shaarli community fork</h3>
  297. <p>This friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli</p>
  298. <p>This is a community fork of the original <a href="https://github.com/sebsauvage/Shaarli/">Shaarli</a> project by <a href="http://sebsauvage.net/">Sébastien Sauvage</a>.</p>
  299. <p>The original project is currently unmaintained, and the developer <a href="https://github.com/sebsauvage/Shaarli/issues/191">has informed us</a>
  300. that he would have no time to work on Shaarli in the near future.
  301. The Shaarli community has carried on the work to provide
  302. <a href="https://github.com/shaarli/Shaarli/compare/sebsauvage:master...master">many patches</a>
  303. for <a href="https://github.com/shaarli/Shaarli/issues?q=is%3Aclosed+">bug fixes and enhancements</a>
  304. in this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.</p>
  305. <h3 id="contributing">Contributing</h3>
  306. <p>If you'd like to help, please:
  307. - have a look at the open <a href="https://github.com/shaarli/Shaarli/issues">issues</a>
  308. and <a href="https://github.com/shaarli/Shaarli/pulls">pull requests</a>
  309. - feel free to report bugs (feedback is much appreciated)
  310. - suggest new features and improvements to both code and <a href="https://github.com/shaarli/Shaarli/wiki">documentation</a>
  311. - propose solutions to existing problems
  312. - submit pull requests :-)</p>
  313. <h3 id="license">License</h3>
  314. <p>Shaarli is <a href="http://en.wikipedia.org/wiki/Free_software">Free Software</a>. See <a href="./COPYING">COPYING</a> for a detail of the contributors and licenses for each individual component.</p>
  315. </div>
  316. </div>
  317. <footer>
  318. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  319. <a href="Download-and-Installation/" class="btn btn-neutral float-right" title="Download and Installation">Next <span class="icon icon-circle-arrow-right"></span></a>
  320. </div>
  321. <hr/>
  322. <div role="contentinfo">
  323. <!-- Copyright etc -->
  324. </div>
  325. Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  326. </footer>
  327. </div>
  328. </div>
  329. </section>
  330. </div>
  331. <div class="rst-versions" role="note" style="cursor: pointer">
  332. <span class="rst-current-version" data-toggle="rst-current-version">
  333. <a href="https://github.com/shaarli/Shaarli" class="fa fa-github" style="float: left; color: #fcfcfc"> GitHub</a>
  334. <span style="margin-left: 15px"><a href="Download-and-Installation/" style="color: #fcfcfc">Next &raquo;</a></span>
  335. </span>
  336. </div>
  337. <script src="./js/theme.js"></script>
  338. </body>
  339. </html>
  340. <!--
  341. MkDocs version : 0.16.3
  342. Build Date UTC : 2017-07-29 13:33:00
  343. -->