aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-07-04 21:30:31 +0200
committernodiscc <nodiscc@gmail.com>2017-07-04 21:30:31 +0200
commit366247c84cdb0bb0457552468103814d4d31ce5c (patch)
tree5e77e0c9e0c71b446bd90610fa30695d7351d11a
parentf47aa40c12ec63a60d2edc959314a0a05f6fe610 (diff)
downloadShaarli-366247c84cdb0bb0457552468103814d4d31ce5c.tar.gz
Shaarli-366247c84cdb0bb0457552468103814d4d31ce5c.tar.zst
Shaarli-366247c84cdb0bb0457552468103814d4d31ce5c.zip
make htmlpages
-rw-r--r--doc/html/Release-Shaarli/index.html7
-rw-r--r--doc/html/index.html121
-rw-r--r--doc/html/mkdocs/search_index.json83
-rw-r--r--doc/html/sitemap.xml72
4 files changed, 236 insertions, 47 deletions
diff --git a/doc/html/Release-Shaarli/index.html b/doc/html/Release-Shaarli/index.html
index 92433203..5857a52f 100644
--- a/doc/html/Release-Shaarli/index.html
+++ b/doc/html/Release-Shaarli/index.html
@@ -337,7 +337,8 @@ releases</a>.</p>
337- maintainer permissions on the main Shaarli repository, to: 337- maintainer permissions on the main Shaarli repository, to:
338 - push the signed tag 338 - push the signed tag
339 - create a new release 339 - create a new release
340- <a href="https://getcomposer.org/">Composer</a> and <a href="http://pandoc.org/">Pandoc</a> need to be installed</p> 340- <a href="https://getcomposer.org/">Composer</a> needs to be installed
341- The <a href="https://docs.python.org/3/library/venv.html">venv</a> Python 3 module needs to be installed for HTML documentation generation.</p>
341<h2 id="github-release-draft-and-changelogmd">GitHub release draft and <code>CHANGELOG.md</code></h2> 342<h2 id="github-release-draft-and-changelogmd">GitHub release draft and <code>CHANGELOG.md</code></h2>
342<p>See http://keepachangelog.com/en/0.3.0/ for changelog formatting.</p> 343<p>See http://keepachangelog.com/en/0.3.0/ for changelog formatting.</p>
343<h3 id="github-release-draft">GitHub release draft</h3> 344<h3 id="github-release-draft">GitHub release draft</h3>
@@ -368,8 +369,8 @@ TBA
368$ git fetch upstream 369$ git fetch upstream
369$ git checkout upstream/master -b v0.5.0 370$ git checkout upstream/master -b v0.5.0
370 371
371# rebuild the documentation from the wiki 372# rebuild the HTML documentation from Markdown
372$ make htmldoc 373$ make htmlpages
373 374
374# commit the changes 375# commit the changes
375$ git add doc 376$ git add doc
diff --git a/doc/html/index.html b/doc/html/index.html
index e6d4ef78..93f4ba5d 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -53,6 +53,19 @@
53 <a class="current" href=".">Home</a> 53 <a class="current" href=".">Home</a>
54 <ul class="subnav"> 54 <ul class="subnav">
55 55
56 <li class="toctree-l2"><a href="#shaarli-documentation">Shaarli documentation</a></li>
57
58 <ul>
59
60 <li><a class="toctree-l3" href="#demo">Demo</a></li>
61
62 <li><a class="toctree-l3" href="#features">Features</a></li>
63
64 <li><a class="toctree-l3" href="#about">About</a></li>
65
66 </ul>
67
68
56 </ul> 69 </ul>
57 </li> 70 </li>
58 71
@@ -274,12 +287,112 @@
274 <div role="main"> 287 <div role="main">
275 <div class="section"> 288 <div class="section">
276 289
277 <p>Welcome to the <a href="https://github.com/shaarli/Shaarli/">Shaarli</a> wiki!</p> 290 <h1 id="shaarli-documentation"><a href="https://github.com/shaarli/Shaarli/">Shaarli</a> documentation</h1>
278<p>Here you can find some info on how to use, configure, tweak and solve problems with your Shaarli.</p> 291<p>Here you can find some info on how to use, configure, tweak and solve problems with your Shaarli.</p>
279<p>For general info, read the <a href="https://github.com/shaarli/Shaarli/blob/master/README.md">README</a>.</p> 292<p>For general info, read the <a href="https://github.com/shaarli/Shaarli/blob/master/README.md">README</a>.</p>
280<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> (<a href="https://github.com/shaarli/Shaarli/issues/44">archive</a>) or read the current <a href="https://github.com/shaarli/Shaarli/issues">issues</a>. If you've found a bug, please create a <a href="https://github.com/shaarli/Shaarli/issues/new">new issue</a>.</p> 293<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>.
294If you've found a bug, please create a <a href="https://github.com/shaarli/Shaarli/issues/new">new issue</a>.</p>
281<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> 295<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>
282<p><em>Note: This documentation is available online at https://github.com/shaarli/Shaarli/wiki, and locally in the <code>doc/</code> directory of your Shaarli installation.</em></p> 296<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>
297<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>
298<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>
299<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>
300<h3 id="demo">Demo</h3>
301<p>You can use this <a href="https://demo.shaarli.org">public demo instance of Shaarli</a>.
302It runs the latest development version of Shaarli and is updated/reset daily.</p>
303<p>Login: <code>demo</code>; Password: <code>demo</code></p>
304<h2 id="features">Features</h2>
305<h3 id="interface">Interface</h3>
306<ul>
307<li>minimalist design (simple is beautiful)</li>
308<li>FAST</li>
309<li>ATOM and RSS feeds</li>
310<li>views:<ul>
311<li>paginated link list</li>
312<li>tag cloud</li>
313<li>picture wall: image and video thumbnails</li>
314<li>daily: newspaper-like daily digest</li>
315<li>daily RSS feed</li>
316</ul>
317</li>
318<li>permalinks for easy reference</li>
319<li>links can be public or private</li>
320<li>extensible through <a href="https://github.com/shaarli/Shaarli/wiki/Plugins#plugin-usage">plugins</a></li>
321</ul>
322<h3 id="tag-view-and-search-your-links">Tag, view and search your links!</h3>
323<ul>
324<li>add a custom title and description to archived links</li>
325<li>add tags to classify and search links<ul>
326<li>features tag autocompletion, renaming, merging and deletion</li>
327</ul>
328</li>
329<li>full-text and tag search</li>
330</ul>
331<h3 id="easy-setup">Easy setup</h3>
332<ul>
333<li>dead-simple installation: drop the files, open the page</li>
334<li>links are stored in a file<ul>
335<li>compact storage</li>
336<li>no database required</li>
337<li>easy backup: simply copy the datastore file</li>
338</ul>
339</li>
340<li>import and export links as Netscape bookmarks</li>
341</ul>
342<h3 id="accessibility">Accessibility</h3>
343<ul>
344<li>Firefox bookmarlet to share links in one click</li>
345<li>support for mobile browsers</li>
346<li>works with Javascript disabled</li>
347<li>easy page customization through HTML/CSS/RainTPL</li>
348</ul>
349<h3 id="security">Security</h3>
350<ul>
351<li>bruteforce-proof login form</li>
352<li>protected against <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">XSRF</a>
353and session cookie hijacking</li>
354</ul>
355<h3 id="goodies">Goodies</h3>
356<ul>
357<li>thumbnail generation for images and video services:
358dailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube...<ul>
359<li>lazy-loading with <a href="http://dinbror.dk/blazy/">bLazy</a></li>
360</ul>
361</li>
362<li><a href="https://code.google.com/p/pubsubhubbub/">PubSubHubbub</a> protocol support</li>
363<li>URL cleanup: automatic removal of <code>?utm_source=...</code>, <code>fb=...</code></li>
364<li>discreet pop-up notification when a new release is available</li>
365</ul>
366<h3 id="rest-api">REST API</h3>
367<p>Easily extensible by any client using the REST API exposed by Shaarli.</p>
368<p>See the <a href="http://shaarli.github.io/api-documentation/">API documentation</a>.</p>
369<h3 id="other-usages">Other usages</h3>
370<p>Though Shaarli is primarily a bookmarking application, it can serve other purposes
371(see <a href="https://github.com/shaarli/Shaarli/wiki#usage-examples">usage examples</a>):
372- micro-blogging
373- pastebin
374- online notepad
375- snippet archive</p>
376<h2 id="about">About</h2>
377<h3 id="shaarli-community-fork">Shaarli community fork</h3>
378<p>This friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli</p>
379<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>
380<p>The original project is currently unmaintained, and the developer <a href="https://github.com/sebsauvage/Shaarli/issues/191">has informed us</a>
381that he would have no time to work on Shaarli in the near future.
382The Shaarli community has carried on the work to provide
383<a href="https://github.com/shaarli/Shaarli/compare/sebsauvage:master...master">many patches</a>
384for <a href="https://github.com/shaarli/Shaarli/issues?q=is%3Aclosed+">bug fixes and enhancements</a>
385in this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.</p>
386<h3 id="contributing">Contributing</h3>
387<p>If you'd like to help, please:
388- have a look at the open <a href="https://github.com/shaarli/Shaarli/issues">issues</a>
389and <a href="https://github.com/shaarli/Shaarli/pulls">pull requests</a>
390- feel free to report bugs (feedback is much appreciated)
391- suggest new features and improvements to both code and <a href="https://github.com/shaarli/Shaarli/wiki">documentation</a>
392- propose solutions to existing problems
393- submit pull requests :-)</p>
394<h3 id="license">License</h3>
395<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>
283 396
284 </div> 397 </div>
285 </div> 398 </div>
@@ -328,5 +441,5 @@
328 441
329<!-- 442<!--
330MkDocs version : 0.16.3 443MkDocs version : 0.16.3
331Build Date UTC : 2017-06-18 04:31:25 444Build Date UTC : 2017-07-04 19:29:47
332--> 445-->
diff --git a/doc/html/mkdocs/search_index.json b/doc/html/mkdocs/search_index.json
index 7ef1837c..71bc2bcf 100644
--- a/doc/html/mkdocs/search_index.json
+++ b/doc/html/mkdocs/search_index.json
@@ -2,10 +2,85 @@
2 "docs": [ 2 "docs": [
3 { 3 {
4 "location": "/", 4 "location": "/",
5 "text": "Welcome to the \nShaarli\n wiki!\n\n\nHere you can find some info on how to use, configure, tweak and solve problems with your Shaarli.\n\n\nFor general info, read the \nREADME\n.\n\n\nIf you have any questions or ideas, please join the \nchat\n (also reachable via \nIRC\n), post them in our \ngeneral discussion\n (\narchive\n) or read the current \nissues\n. If you've found a bug, please create a \nnew issue\n.\n\n\nIf you would like a feature added to Shaarli, check the issues labeled \nfeature\n, \nenhancement\n, and \nplugin\n.\n\n\nNote: This documentation is available online at https://github.com/shaarli/Shaarli/wiki, and locally in the \ndoc/\n directory of your Shaarli installation.", 5 "text": "Shaarli\n documentation\n\n\nHere you can find some info on how to use, configure, tweak and solve problems with your Shaarli.\n\n\nFor general info, read the \nREADME\n.\n\n\nIf you have any questions or ideas, please join the \nchat\n (also reachable via \nIRC\n), post them in our \ngeneral discussion\n or read the current \nissues\n.\nIf you've found a bug, please create a \nnew issue\n.\n\n\nIf you would like a feature added to Shaarli, check the issues labeled \nfeature\n, \nenhancement\n, and \nplugin\n.\n\n\nNote: This documentation is available online at https://shaarli.readthedocs.io/, and locally in the \ndoc/html/\n directory of your Shaarli installation.\n\n\n\n\n\n\n\n\nDemo\n\n\nYou can use this \npublic demo instance of Shaarli\n.\nIt runs the latest development version of Shaarli and is updated/reset daily.\n\n\nLogin: \ndemo\n; Password: \ndemo\n\n\nFeatures\n\n\nInterface\n\n\n\n\nminimalist design (simple is beautiful)\n\n\nFAST\n\n\nATOM and RSS feeds\n\n\nviews:\n\n\npaginated link list\n\n\ntag cloud\n\n\npicture wall: image and video thumbnails\n\n\ndaily: newspaper-like daily digest\n\n\ndaily RSS feed\n\n\n\n\n\n\npermalinks for easy reference\n\n\nlinks can be public or private\n\n\nextensible through \nplugins\n\n\n\n\nTag, view and search your links!\n\n\n\n\nadd a custom title and description to archived links\n\n\nadd tags to classify and search links\n\n\nfeatures tag autocompletion, renaming, merging and deletion\n\n\n\n\n\n\nfull-text and tag search\n\n\n\n\nEasy setup\n\n\n\n\ndead-simple installation: drop the files, open the page\n\n\nlinks are stored in a file\n\n\ncompact storage\n\n\nno database required\n\n\neasy backup: simply copy the datastore file\n\n\n\n\n\n\nimport and export links as Netscape bookmarks\n\n\n\n\nAccessibility\n\n\n\n\nFirefox bookmarlet to share links in one click\n\n\nsupport for mobile browsers\n\n\nworks with Javascript disabled\n\n\neasy page customization through HTML/CSS/RainTPL\n\n\n\n\nSecurity\n\n\n\n\nbruteforce-proof login form\n\n\nprotected against \nXSRF\n\nand session cookie hijacking\n\n\n\n\nGoodies\n\n\n\n\nthumbnail generation for images and video services:\ndailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube...\n\n\nlazy-loading with \nbLazy\n\n\n\n\n\n\nPubSubHubbub\n protocol support\n\n\nURL cleanup: automatic removal of \n?utm_source=...\n, \nfb=...\n\n\ndiscreet pop-up notification when a new release is available\n\n\n\n\nREST API\n\n\nEasily extensible by any client using the REST API exposed by Shaarli.\n\n\nSee the \nAPI documentation\n.\n\n\nOther usages\n\n\nThough Shaarli is primarily a bookmarking application, it can serve other purposes\n(see \nusage examples\n):\n- micro-blogging\n- pastebin\n- online notepad\n- snippet archive\n\n\nAbout\n\n\nShaarli community fork\n\n\nThis friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli\n\n\nThis is a community fork of the original \nShaarli\n project by \nS\u00e9bastien Sauvage\n.\n\n\nThe original project is currently unmaintained, and the developer \nhas informed us\n\nthat he would have no time to work on Shaarli in the near future.\nThe Shaarli community has carried on the work to provide\n\nmany patches\n\nfor \nbug fixes and enhancements\n\nin this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.\n\n\nContributing\n\n\nIf you'd like to help, please:\n- have a look at the open \nissues\n\nand \npull requests\n\n- feel free to report bugs (feedback is much appreciated)\n- suggest new features and improvements to both code and \ndocumentation\n\n- propose solutions to existing problems\n- submit pull requests :-)\n\n\nLicense\n\n\nShaarli is \nFree Software\n. See \nCOPYING\n for a detail of the contributors and licenses for each individual component.",
6 "title": "Home" 6 "title": "Home"
7 }, 7 },
8 { 8 {
9 "location": "/#shaarli-documentation",
10 "text": "Here you can find some info on how to use, configure, tweak and solve problems with your Shaarli. For general info, read the README . If you have any questions or ideas, please join the chat (also reachable via IRC ), post them in our general discussion or read the current issues .\nIf you've found a bug, please create a new issue . If you would like a feature added to Shaarli, check the issues labeled feature , enhancement , and plugin . Note: This documentation is available online at https://shaarli.readthedocs.io/, and locally in the doc/html/ directory of your Shaarli installation.",
11 "title": "Shaarli documentation"
12 },
13 {
14 "location": "/#demo",
15 "text": "You can use this public demo instance of Shaarli .\nIt runs the latest development version of Shaarli and is updated/reset daily. Login: demo ; Password: demo",
16 "title": "Demo"
17 },
18 {
19 "location": "/#features",
20 "text": "",
21 "title": "Features"
22 },
23 {
24 "location": "/#interface",
25 "text": "minimalist design (simple is beautiful) FAST ATOM and RSS feeds views: paginated link list tag cloud picture wall: image and video thumbnails daily: newspaper-like daily digest daily RSS feed permalinks for easy reference links can be public or private extensible through plugins",
26 "title": "Interface"
27 },
28 {
29 "location": "/#tag-view-and-search-your-links",
30 "text": "add a custom title and description to archived links add tags to classify and search links features tag autocompletion, renaming, merging and deletion full-text and tag search",
31 "title": "Tag, view and search your links!"
32 },
33 {
34 "location": "/#easy-setup",
35 "text": "dead-simple installation: drop the files, open the page links are stored in a file compact storage no database required easy backup: simply copy the datastore file import and export links as Netscape bookmarks",
36 "title": "Easy setup"
37 },
38 {
39 "location": "/#accessibility",
40 "text": "Firefox bookmarlet to share links in one click support for mobile browsers works with Javascript disabled easy page customization through HTML/CSS/RainTPL",
41 "title": "Accessibility"
42 },
43 {
44 "location": "/#security",
45 "text": "bruteforce-proof login form protected against XSRF \nand session cookie hijacking",
46 "title": "Security"
47 },
48 {
49 "location": "/#goodies",
50 "text": "thumbnail generation for images and video services:\ndailymotion, flickr, imageshack, imgur, vimeo, xkcd, youtube... lazy-loading with bLazy PubSubHubbub protocol support URL cleanup: automatic removal of ?utm_source=... , fb=... discreet pop-up notification when a new release is available",
51 "title": "Goodies"
52 },
53 {
54 "location": "/#rest-api",
55 "text": "Easily extensible by any client using the REST API exposed by Shaarli. See the API documentation .",
56 "title": "REST API"
57 },
58 {
59 "location": "/#other-usages",
60 "text": "Though Shaarli is primarily a bookmarking application, it can serve other purposes\n(see usage examples ):\n- micro-blogging\n- pastebin\n- online notepad\n- snippet archive",
61 "title": "Other usages"
62 },
63 {
64 "location": "/#about",
65 "text": "",
66 "title": "About"
67 },
68 {
69 "location": "/#shaarli-community-fork",
70 "text": "This friendly fork is maintained by the Shaarli community at https://github.com/shaarli/Shaarli This is a community fork of the original Shaarli project by S\u00e9bastien Sauvage . The original project is currently unmaintained, and the developer has informed us \nthat he would have no time to work on Shaarli in the near future.\nThe Shaarli community has carried on the work to provide many patches \nfor bug fixes and enhancements \nin this repository, and will keep maintaining the project for the foreseeable future, while keeping Shaarli simple and efficient.",
71 "title": "Shaarli community fork"
72 },
73 {
74 "location": "/#contributing",
75 "text": "If you'd like to help, please:\n- have a look at the open issues \nand pull requests \n- feel free to report bugs (feedback is much appreciated)\n- suggest new features and improvements to both code and documentation \n- propose solutions to existing problems\n- submit pull requests :-)",
76 "title": "Contributing"
77 },
78 {
79 "location": "/#license",
80 "text": "Shaarli is Free Software . See COPYING for a detail of the contributors and licenses for each individual component.",
81 "title": "License"
82 },
83 {
9 "location": "/Download-and-Installation/", 84 "location": "/Download-and-Installation/",
10 "text": "To install Shaarli, simply place the files in a directory under your webserver's Document Root (or directly at the document root). Make sure your \nserver\n is properly \nconfigured\n.\n\n\nSeveral releases are available:\n\n\n\n\nLatest release (recommended)\n\n\nDownload as an archive\n\n\nGet the latest released version from the \nreleases\n page.\n\n\nDownload our \nshaarli-full\n archive\n to include dependencies.\n\n\nThe current latest released version is \nv0.8.4\n\n\nOr in command lines:\n\n\n$ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip\n$ unzip shaarli-v0.8.4-full.zip\n$ mv Shaarli /path/to/shaarli/\n\n\n\n\n\n\n\n\n\n\n!\n\n\nIn most cases, download Shaarli from the \nreleases\n page. Cloning using \ngit\n or downloading Github branches as zip files requires additional steps (see below).\n\n\n\n\n\n\n\n\n\n\nUsing git\n\n\nmkdir -p /path/to/shaarli && cd /path/to/shaarli/\ngit clone -b v0.8 https://github.com/shaarli/Shaarli.git .\ncomposer install --no-dev\n\n\n\n\n\n\nStable version\n\n\nThe stable version has been experienced by Shaarli users, and will receive security updates.\n\n\nDownload as an archive\n\n\nAs a .zip archive:\n\n\n$ wget https://github.com/shaarli/Shaarli/archive/stable.zip\n$ unzip stable.zip\n$ mv Shaarli-stable /path/to/shaarli/\n\n\n\n\nAs a .tar.gz archive :\n\n\n$ wget https://github.com/shaarli/Shaarli/archive/stable.tar.gz\n$ tar xvf stable.tar.gz\n$ mv Shaarli-stable /path/to/shaarli/\n\n\n\n\nClone with Git\n\n\nComposer\n is required to build a functional Shaarli installation when pulling from git.\n\n\n$ git clone https://github.com/shaarli/Shaarli.git -b stable /path/to/shaarli/\n# install/update third-party dependencies\n$ cd /path/to/shaarli/\n$ composer install --no-dev\n\n\n\n\n\n\nDevelopment version (mainline)\n\n\nUse at your own risk!\n\n\nTo get the latest changes from the \nmaster\n branch:\n\n\n# clone the repository \n$ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/\n# install/update third-party dependencies\n$ cd /path/to/shaarli\n$ composer install --no-dev\n\n\n\n\n\n\nFinish Installation\n\n\nOnce Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser.\n\n\n\n\nSetup your Shaarli installation, and it's ready to use!\n\n\n\n\nUpdating Shaarli\n\n\nSee \nUpgrade and Migration", 85 "text": "To install Shaarli, simply place the files in a directory under your webserver's Document Root (or directly at the document root). Make sure your \nserver\n is properly \nconfigured\n.\n\n\nSeveral releases are available:\n\n\n\n\nLatest release (recommended)\n\n\nDownload as an archive\n\n\nGet the latest released version from the \nreleases\n page.\n\n\nDownload our \nshaarli-full\n archive\n to include dependencies.\n\n\nThe current latest released version is \nv0.8.4\n\n\nOr in command lines:\n\n\n$ wget https://github.com/shaarli/Shaarli/releases/download/v0.8.4/shaarli-v0.8.4-full.zip\n$ unzip shaarli-v0.8.4-full.zip\n$ mv Shaarli /path/to/shaarli/\n\n\n\n\n\n\n\n\n\n\n!\n\n\nIn most cases, download Shaarli from the \nreleases\n page. Cloning using \ngit\n or downloading Github branches as zip files requires additional steps (see below).\n\n\n\n\n\n\n\n\n\n\nUsing git\n\n\nmkdir -p /path/to/shaarli && cd /path/to/shaarli/\ngit clone -b v0.8 https://github.com/shaarli/Shaarli.git .\ncomposer install --no-dev\n\n\n\n\n\n\nStable version\n\n\nThe stable version has been experienced by Shaarli users, and will receive security updates.\n\n\nDownload as an archive\n\n\nAs a .zip archive:\n\n\n$ wget https://github.com/shaarli/Shaarli/archive/stable.zip\n$ unzip stable.zip\n$ mv Shaarli-stable /path/to/shaarli/\n\n\n\n\nAs a .tar.gz archive :\n\n\n$ wget https://github.com/shaarli/Shaarli/archive/stable.tar.gz\n$ tar xvf stable.tar.gz\n$ mv Shaarli-stable /path/to/shaarli/\n\n\n\n\nClone with Git\n\n\nComposer\n is required to build a functional Shaarli installation when pulling from git.\n\n\n$ git clone https://github.com/shaarli/Shaarli.git -b stable /path/to/shaarli/\n# install/update third-party dependencies\n$ cd /path/to/shaarli/\n$ composer install --no-dev\n\n\n\n\n\n\nDevelopment version (mainline)\n\n\nUse at your own risk!\n\n\nTo get the latest changes from the \nmaster\n branch:\n\n\n# clone the repository \n$ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/\n# install/update third-party dependencies\n$ cd /path/to/shaarli\n$ composer install --no-dev\n\n\n\n\n\n\nFinish Installation\n\n\nOnce Shaarli is downloaded and files have been placed at the correct location, open it this location your favorite browser.\n\n\n\n\nSetup your Shaarli installation, and it's ready to use!\n\n\n\n\nUpdating Shaarli\n\n\nSee \nUpgrade and Migration",
11 "title": "Download and Installation" 86 "title": "Download and Installation"
@@ -1177,12 +1252,12 @@
1177 }, 1252 },
1178 { 1253 {
1179 "location": "/Release-Shaarli/", 1254 "location": "/Release-Shaarli/",
1180 "text": "See \nGit - Maintaining a project - Tagging your \nreleases\n.\n\n\nPrerequisites\n\n\nThis guide assumes that you have:\n- a GPG key matching your GitHub authentication credentials\n - i.e., the email address identified by the GPG key is the same as the one in your \n~/.gitconfig\n \n- a GitHub fork of Shaarli\n- a local clone of your Shaarli fork, with the following remotes:\n - \norigin\n pointing to your GitHub fork\n - \nupstream\n pointing to the main Shaarli repository\n- maintainer permissions on the main Shaarli repository, to:\n - push the signed tag\n - create a new release\n- \nComposer\n and \nPandoc\n need to be installed\n\n\nGitHub release draft and \nCHANGELOG.md\n\n\nSee http://keepachangelog.com/en/0.3.0/ for changelog formatting.\n\n\nGitHub release draft\n\n\nGitHub allows drafting the release note for the upcoming release, from the \nReleases\n page. This way, the release note can be drafted while contributions are merged to \nmaster\n.\n\n\nCHANGELOG.md\n\n\nThis file should contain the same information as the release note draft for the upcoming version.\n\n\nUpdate it to:\n- add new entries (additions, fixes, etc.)\n- mark the current version as released by setting its date and link\n- add a new section for the future unreleased version\n\n\n$ cd /path/to/shaarli\n\n$ nano CHANGELOG.md\n\n[...]\n## vA.B.C - UNRELEASED\nTBA\n\n## [vX.Y.Z](https://github.com/shaarli/Shaarli/releases/tag/vX.Y.Z) - YYYY-MM-DD\n[...]\n\n\n\n\nIncrement the version code, updated docs, create and push a signed tag\n\n\nGenerate documentation\n\n\n$ cd /path/to/shaarli\n\n# create a new branch\n$ git fetch upstream\n$ git checkout upstream/master -b v0.5.0\n\n# rebuild the documentation from the wiki\n$ make htmldoc\n\n# commit the changes\n$ git add doc\n$ git commit -s -m \"Generate documentation for v0.5.0\"\n\n# push the commit on your GitHub fork\n$ git push origin v0.5.0\n\n\n\n\nCreate and merge a Pull Request\n\n\nThis one is pretty straightforward ;-)\n\n\nBump Shaarli version to v0.x branch\n\n\n$ git checkout master\n$ git fetch upstream\n$ git pull upstream master\n\n# IF the branch doesn't exists\n$ git checkout -b v0.5\n# OR if the branch already exists\n$ git checkout v0.5\n$ git rebase upstream/master\n\n# Bump shaarli version from dev to 0.5.0, **without the `v`**\n$ vim shaarli_version.php\n$ git add shaarli_version\n$ git commit -s -m \"Bump Shaarli version to v0.5.0\"\n$ git push upstream v0.5\n\n\n\n\nCreate and push a signed tag\n\n\n# update your local copy\n$ git checkout v0.5\n$ git fetch upstream\n$ git pull upstream v0.5\n\n# create a signed tag\n$ git tag -s -m \"Release v0.5.0\" v0.5.0\n\n# push it to \"upstream\"\n$ git push --tags upstream\n\n\n\n\nVerify a signed tag\n\n\nv0.5.0\n is the first GPG-signed tag pushed on the Community Shaarli.\n\n\nLet's have a look at its signature!\n\n\n$ cd /path/to/shaarli\n$ git fetch upstream\n\n# get the SHA1 reference of the tag\n$ git show-ref tags/v0.5.0\nf7762cf803f03f5caf4b8078359a63783d0090c1 refs/tags/v0.5.0\n\n# verify the tag signature information\n$ git verify-tag f7762cf803f03f5caf4b8078359a63783d0090c1\ngpg: Signature made Thu 30 Jul 2015 11:46:34 CEST using RSA key ID 4100DF6F\ngpg: Good signature from \"VirtualTam <virtualtam@flibidi.net>\" [ultimate]\n\n\n\n\nPublish the GitHub release\n\n\nUpdate release badges\n\n\nUpdate \nREADME.md\n so version badges display and point to the newly released Shaarli version(s), in the \nmaster\n branch.\n\n\nCreate a GitHub release from a Git tag\n\n\nFrom the previously drafted release:\n- edit the release notes (if needed)\n- specify the appropriate Git tag\n- publish the release\n- profit!\n\n\nGenerate and upload all-in-one release archives\n\n\nUsers with a shared hosting may have:\n- no SSH access\n- no possibility to install PHP packages or server extensions\n- no possibility to run scripts\n\n\nTo ease Shaarli installations, it is possible to generate and upload additional release archives,\nthat will contain Shaarli code plus all required third-party libraries.\n\n\nFrom the \nv0.5\n branch:\n\n\n$ make release_archive\n\n\n\n\nThis will create the following archives:\n- \nshaarli-vX.Y.Z-full.tar\n\n- \nshaarli-vX.Y.Z-full.zip\n\n\nThe archives need to be manually uploaded on the previously created GitHub release.\n\n\nUpdate \nstable\n and \nlatest\n branches\n\n\n$ git checkout latest\n# latest release\n$ git merge v0.5.0\n# fix eventual conflicts\n$ make test\n$ git push upstream latest\n$ git checkout stable\n# latest previous major\n$ git merge v0.4.5 \n# fix eventual conflicts\n$ make test\n$ git push upstream stable", 1255 "text": "See \nGit - Maintaining a project - Tagging your \nreleases\n.\n\n\nPrerequisites\n\n\nThis guide assumes that you have:\n- a GPG key matching your GitHub authentication credentials\n - i.e., the email address identified by the GPG key is the same as the one in your \n~/.gitconfig\n \n- a GitHub fork of Shaarli\n- a local clone of your Shaarli fork, with the following remotes:\n - \norigin\n pointing to your GitHub fork\n - \nupstream\n pointing to the main Shaarli repository\n- maintainer permissions on the main Shaarli repository, to:\n - push the signed tag\n - create a new release\n- \nComposer\n needs to be installed\n- The \nvenv\n Python 3 module needs to be installed for HTML documentation generation.\n\n\nGitHub release draft and \nCHANGELOG.md\n\n\nSee http://keepachangelog.com/en/0.3.0/ for changelog formatting.\n\n\nGitHub release draft\n\n\nGitHub allows drafting the release note for the upcoming release, from the \nReleases\n page. This way, the release note can be drafted while contributions are merged to \nmaster\n.\n\n\nCHANGELOG.md\n\n\nThis file should contain the same information as the release note draft for the upcoming version.\n\n\nUpdate it to:\n- add new entries (additions, fixes, etc.)\n- mark the current version as released by setting its date and link\n- add a new section for the future unreleased version\n\n\n$ cd /path/to/shaarli\n\n$ nano CHANGELOG.md\n\n[...]\n## vA.B.C - UNRELEASED\nTBA\n\n## [vX.Y.Z](https://github.com/shaarli/Shaarli/releases/tag/vX.Y.Z) - YYYY-MM-DD\n[...]\n\n\n\n\nIncrement the version code, updated docs, create and push a signed tag\n\n\nGenerate documentation\n\n\n$ cd /path/to/shaarli\n\n# create a new branch\n$ git fetch upstream\n$ git checkout upstream/master -b v0.5.0\n\n# rebuild the HTML documentation from Markdown\n$ make htmlpages\n\n# commit the changes\n$ git add doc\n$ git commit -s -m \"Generate documentation for v0.5.0\"\n\n# push the commit on your GitHub fork\n$ git push origin v0.5.0\n\n\n\n\nCreate and merge a Pull Request\n\n\nThis one is pretty straightforward ;-)\n\n\nBump Shaarli version to v0.x branch\n\n\n$ git checkout master\n$ git fetch upstream\n$ git pull upstream master\n\n# IF the branch doesn't exists\n$ git checkout -b v0.5\n# OR if the branch already exists\n$ git checkout v0.5\n$ git rebase upstream/master\n\n# Bump shaarli version from dev to 0.5.0, **without the `v`**\n$ vim shaarli_version.php\n$ git add shaarli_version\n$ git commit -s -m \"Bump Shaarli version to v0.5.0\"\n$ git push upstream v0.5\n\n\n\n\nCreate and push a signed tag\n\n\n# update your local copy\n$ git checkout v0.5\n$ git fetch upstream\n$ git pull upstream v0.5\n\n# create a signed tag\n$ git tag -s -m \"Release v0.5.0\" v0.5.0\n\n# push it to \"upstream\"\n$ git push --tags upstream\n\n\n\n\nVerify a signed tag\n\n\nv0.5.0\n is the first GPG-signed tag pushed on the Community Shaarli.\n\n\nLet's have a look at its signature!\n\n\n$ cd /path/to/shaarli\n$ git fetch upstream\n\n# get the SHA1 reference of the tag\n$ git show-ref tags/v0.5.0\nf7762cf803f03f5caf4b8078359a63783d0090c1 refs/tags/v0.5.0\n\n# verify the tag signature information\n$ git verify-tag f7762cf803f03f5caf4b8078359a63783d0090c1\ngpg: Signature made Thu 30 Jul 2015 11:46:34 CEST using RSA key ID 4100DF6F\ngpg: Good signature from \"VirtualTam <virtualtam@flibidi.net>\" [ultimate]\n\n\n\n\nPublish the GitHub release\n\n\nUpdate release badges\n\n\nUpdate \nREADME.md\n so version badges display and point to the newly released Shaarli version(s), in the \nmaster\n branch.\n\n\nCreate a GitHub release from a Git tag\n\n\nFrom the previously drafted release:\n- edit the release notes (if needed)\n- specify the appropriate Git tag\n- publish the release\n- profit!\n\n\nGenerate and upload all-in-one release archives\n\n\nUsers with a shared hosting may have:\n- no SSH access\n- no possibility to install PHP packages or server extensions\n- no possibility to run scripts\n\n\nTo ease Shaarli installations, it is possible to generate and upload additional release archives,\nthat will contain Shaarli code plus all required third-party libraries.\n\n\nFrom the \nv0.5\n branch:\n\n\n$ make release_archive\n\n\n\n\nThis will create the following archives:\n- \nshaarli-vX.Y.Z-full.tar\n\n- \nshaarli-vX.Y.Z-full.zip\n\n\nThe archives need to be manually uploaded on the previously created GitHub release.\n\n\nUpdate \nstable\n and \nlatest\n branches\n\n\n$ git checkout latest\n# latest release\n$ git merge v0.5.0\n# fix eventual conflicts\n$ make test\n$ git push upstream latest\n$ git checkout stable\n# latest previous major\n$ git merge v0.4.5 \n# fix eventual conflicts\n$ make test\n$ git push upstream stable",
1181 "title": "Release Shaarli" 1256 "title": "Release Shaarli"
1182 }, 1257 },
1183 { 1258 {
1184 "location": "/Release-Shaarli/#prerequisites", 1259 "location": "/Release-Shaarli/#prerequisites",
1185 "text": "This guide assumes that you have:\n- a GPG key matching your GitHub authentication credentials\n - i.e., the email address identified by the GPG key is the same as the one in your ~/.gitconfig \n- a GitHub fork of Shaarli\n- a local clone of your Shaarli fork, with the following remotes:\n - origin pointing to your GitHub fork\n - upstream pointing to the main Shaarli repository\n- maintainer permissions on the main Shaarli repository, to:\n - push the signed tag\n - create a new release\n- Composer and Pandoc need to be installed", 1260 "text": "This guide assumes that you have:\n- a GPG key matching your GitHub authentication credentials\n - i.e., the email address identified by the GPG key is the same as the one in your ~/.gitconfig \n- a GitHub fork of Shaarli\n- a local clone of your Shaarli fork, with the following remotes:\n - origin pointing to your GitHub fork\n - upstream pointing to the main Shaarli repository\n- maintainer permissions on the main Shaarli repository, to:\n - push the signed tag\n - create a new release\n- Composer needs to be installed\n- The venv Python 3 module needs to be installed for HTML documentation generation.",
1186 "title": "Prerequisites" 1261 "title": "Prerequisites"
1187 }, 1262 },
1188 { 1263 {
@@ -1207,7 +1282,7 @@
1207 }, 1282 },
1208 { 1283 {
1209 "location": "/Release-Shaarli/#generate-documentation", 1284 "location": "/Release-Shaarli/#generate-documentation",
1210 "text": "$ cd /path/to/shaarli\n\n# create a new branch\n$ git fetch upstream\n$ git checkout upstream/master -b v0.5.0\n\n# rebuild the documentation from the wiki\n$ make htmldoc\n\n# commit the changes\n$ git add doc\n$ git commit -s -m \"Generate documentation for v0.5.0\"\n\n# push the commit on your GitHub fork\n$ git push origin v0.5.0", 1285 "text": "$ cd /path/to/shaarli\n\n# create a new branch\n$ git fetch upstream\n$ git checkout upstream/master -b v0.5.0\n\n# rebuild the HTML documentation from Markdown\n$ make htmlpages\n\n# commit the changes\n$ git add doc\n$ git commit -s -m \"Generate documentation for v0.5.0\"\n\n# push the commit on your GitHub fork\n$ git push origin v0.5.0",
1211 "title": "Generate documentation" 1286 "title": "Generate documentation"
1212 }, 1287 },
1213 { 1288 {
diff --git a/doc/html/sitemap.xml b/doc/html/sitemap.xml
index 2a1b009e..cbf35654 100644
--- a/doc/html/sitemap.xml
+++ b/doc/html/sitemap.xml
@@ -4,7 +4,7 @@
4 4
5 <url> 5 <url>
6 <loc>/</loc> 6 <loc>/</loc>
7 <lastmod>2017-06-18</lastmod> 7 <lastmod>2017-07-04</lastmod>
8 <changefreq>daily</changefreq> 8 <changefreq>daily</changefreq>
9 </url> 9 </url>
10 10
@@ -13,43 +13,43 @@
13 13
14 <url> 14 <url>
15 <loc>/Download-and-Installation/</loc> 15 <loc>/Download-and-Installation/</loc>
16 <lastmod>2017-06-18</lastmod> 16 <lastmod>2017-07-04</lastmod>
17 <changefreq>daily</changefreq> 17 <changefreq>daily</changefreq>
18 </url> 18 </url>
19 19
20 <url> 20 <url>
21 <loc>/Upgrade-and-migration/</loc> 21 <loc>/Upgrade-and-migration/</loc>
22 <lastmod>2017-06-18</lastmod> 22 <lastmod>2017-07-04</lastmod>
23 <changefreq>daily</changefreq> 23 <changefreq>daily</changefreq>
24 </url> 24 </url>
25 25
26 <url> 26 <url>
27 <loc>/Server-requirements/</loc> 27 <loc>/Server-requirements/</loc>
28 <lastmod>2017-06-18</lastmod> 28 <lastmod>2017-07-04</lastmod>
29 <changefreq>daily</changefreq> 29 <changefreq>daily</changefreq>
30 </url> 30 </url>
31 31
32 <url> 32 <url>
33 <loc>/Server-configuration/</loc> 33 <loc>/Server-configuration/</loc>
34 <lastmod>2017-06-18</lastmod> 34 <lastmod>2017-07-04</lastmod>
35 <changefreq>daily</changefreq> 35 <changefreq>daily</changefreq>
36 </url> 36 </url>
37 37
38 <url> 38 <url>
39 <loc>/Server-security/</loc> 39 <loc>/Server-security/</loc>
40 <lastmod>2017-06-18</lastmod> 40 <lastmod>2017-07-04</lastmod>
41 <changefreq>daily</changefreq> 41 <changefreq>daily</changefreq>
42 </url> 42 </url>
43 43
44 <url> 44 <url>
45 <loc>/Shaarli-configuration/</loc> 45 <loc>/Shaarli-configuration/</loc>
46 <lastmod>2017-06-18</lastmod> 46 <lastmod>2017-07-04</lastmod>
47 <changefreq>daily</changefreq> 47 <changefreq>daily</changefreq>
48 </url> 48 </url>
49 49
50 <url> 50 <url>
51 <loc>/Plugins/</loc> 51 <loc>/Plugins/</loc>
52 <lastmod>2017-06-18</lastmod> 52 <lastmod>2017-07-04</lastmod>
53 <changefreq>daily</changefreq> 53 <changefreq>daily</changefreq>
54 </url> 54 </url>
55 55
@@ -59,25 +59,25 @@
59 59
60 <url> 60 <url>
61 <loc>/Docker-101/</loc> 61 <loc>/Docker-101/</loc>
62 <lastmod>2017-06-18</lastmod> 62 <lastmod>2017-07-04</lastmod>
63 <changefreq>daily</changefreq> 63 <changefreq>daily</changefreq>
64 </url> 64 </url>
65 65
66 <url> 66 <url>
67 <loc>/Shaarli-images/</loc> 67 <loc>/Shaarli-images/</loc>
68 <lastmod>2017-06-18</lastmod> 68 <lastmod>2017-07-04</lastmod>
69 <changefreq>daily</changefreq> 69 <changefreq>daily</changefreq>
70 </url> 70 </url>
71 71
72 <url> 72 <url>
73 <loc>/Reverse-proxy-configuration/</loc> 73 <loc>/Reverse-proxy-configuration/</loc>
74 <lastmod>2017-06-18</lastmod> 74 <lastmod>2017-07-04</lastmod>
75 <changefreq>daily</changefreq> 75 <changefreq>daily</changefreq>
76 </url> 76 </url>
77 77
78 <url> 78 <url>
79 <loc>/Docker-resources/</loc> 79 <loc>/Docker-resources/</loc>
80 <lastmod>2017-06-18</lastmod> 80 <lastmod>2017-07-04</lastmod>
81 <changefreq>daily</changefreq> 81 <changefreq>daily</changefreq>
82 </url> 82 </url>
83 83
@@ -87,37 +87,37 @@
87 87
88 <url> 88 <url>
89 <loc>/Features/</loc> 89 <loc>/Features/</loc>
90 <lastmod>2017-06-18</lastmod> 90 <lastmod>2017-07-04</lastmod>
91 <changefreq>daily</changefreq> 91 <changefreq>daily</changefreq>
92 </url> 92 </url>
93 93
94 <url> 94 <url>
95 <loc>/Bookmarklet/</loc> 95 <loc>/Bookmarklet/</loc>
96 <lastmod>2017-06-18</lastmod> 96 <lastmod>2017-07-04</lastmod>
97 <changefreq>daily</changefreq> 97 <changefreq>daily</changefreq>
98 </url> 98 </url>
99 99
100 <url> 100 <url>
101 <loc>/Browsing-and-searching/</loc> 101 <loc>/Browsing-and-searching/</loc>
102 <lastmod>2017-06-18</lastmod> 102 <lastmod>2017-07-04</lastmod>
103 <changefreq>daily</changefreq> 103 <changefreq>daily</changefreq>
104 </url> 104 </url>
105 105
106 <url> 106 <url>
107 <loc>/Firefox-share/</loc> 107 <loc>/Firefox-share/</loc>
108 <lastmod>2017-06-18</lastmod> 108 <lastmod>2017-07-04</lastmod>
109 <changefreq>daily</changefreq> 109 <changefreq>daily</changefreq>
110 </url> 110 </url>
111 111
112 <url> 112 <url>
113 <loc>/RSS-feeds/</loc> 113 <loc>/RSS-feeds/</loc>
114 <lastmod>2017-06-18</lastmod> 114 <lastmod>2017-07-04</lastmod>
115 <changefreq>daily</changefreq> 115 <changefreq>daily</changefreq>
116 </url> 116 </url>
117 117
118 <url> 118 <url>
119 <loc>/REST-API/</loc> 119 <loc>/REST-API/</loc>
120 <lastmod>2017-06-18</lastmod> 120 <lastmod>2017-07-04</lastmod>
121 <changefreq>daily</changefreq> 121 <changefreq>daily</changefreq>
122 </url> 122 </url>
123 123
@@ -127,13 +127,13 @@
127 127
128 <url> 128 <url>
129 <loc>/Backup,-restore,-import-and-export/</loc> 129 <loc>/Backup,-restore,-import-and-export/</loc>
130 <lastmod>2017-06-18</lastmod> 130 <lastmod>2017-07-04</lastmod>
131 <changefreq>daily</changefreq> 131 <changefreq>daily</changefreq>
132 </url> 132 </url>
133 133
134 <url> 134 <url>
135 <loc>/Various-hacks/</loc> 135 <loc>/Various-hacks/</loc>
136 <lastmod>2017-06-18</lastmod> 136 <lastmod>2017-07-04</lastmod>
137 <changefreq>daily</changefreq> 137 <changefreq>daily</changefreq>
138 </url> 138 </url>
139 139
@@ -142,7 +142,7 @@
142 142
143 <url> 143 <url>
144 <loc>/Troubleshooting/</loc> 144 <loc>/Troubleshooting/</loc>
145 <lastmod>2017-06-18</lastmod> 145 <lastmod>2017-07-04</lastmod>
146 <changefreq>daily</changefreq> 146 <changefreq>daily</changefreq>
147 </url> 147 </url>
148 148
@@ -151,79 +151,79 @@
151 151
152 <url> 152 <url>
153 <loc>/Development-guidelines/</loc> 153 <loc>/Development-guidelines/</loc>
154 <lastmod>2017-06-18</lastmod> 154 <lastmod>2017-07-04</lastmod>
155 <changefreq>daily</changefreq> 155 <changefreq>daily</changefreq>
156 </url> 156 </url>
157 157
158 <url> 158 <url>
159 <loc>/Continuous-integration-tools/</loc> 159 <loc>/Continuous-integration-tools/</loc>
160 <lastmod>2017-06-18</lastmod> 160 <lastmod>2017-07-04</lastmod>
161 <changefreq>daily</changefreq> 161 <changefreq>daily</changefreq>
162 </url> 162 </url>
163 163
164 <url> 164 <url>
165 <loc>/GnuPG-signature/</loc> 165 <loc>/GnuPG-signature/</loc>
166 <lastmod>2017-06-18</lastmod> 166 <lastmod>2017-07-04</lastmod>
167 <changefreq>daily</changefreq> 167 <changefreq>daily</changefreq>
168 </url> 168 </url>
169 169
170 <url> 170 <url>
171 <loc>/Coding-guidelines/</loc> 171 <loc>/Coding-guidelines/</loc>
172 <lastmod>2017-06-18</lastmod> 172 <lastmod>2017-07-04</lastmod>
173 <changefreq>daily</changefreq> 173 <changefreq>daily</changefreq>
174 </url> 174 </url>
175 175
176 <url> 176 <url>
177 <loc>/Directory-structure/</loc> 177 <loc>/Directory-structure/</loc>
178 <lastmod>2017-06-18</lastmod> 178 <lastmod>2017-07-04</lastmod>
179 <changefreq>daily</changefreq> 179 <changefreq>daily</changefreq>
180 </url> 180 </url>
181 181
182 <url> 182 <url>
183 <loc>/3rd-party-libraries/</loc> 183 <loc>/3rd-party-libraries/</loc>
184 <lastmod>2017-06-18</lastmod> 184 <lastmod>2017-07-04</lastmod>
185 <changefreq>daily</changefreq> 185 <changefreq>daily</changefreq>
186 </url> 186 </url>
187 187
188 <url> 188 <url>
189 <loc>/Plugin-System/</loc> 189 <loc>/Plugin-System/</loc>
190 <lastmod>2017-06-18</lastmod> 190 <lastmod>2017-07-04</lastmod>
191 <changefreq>daily</changefreq> 191 <changefreq>daily</changefreq>
192 </url> 192 </url>
193 193
194 <url> 194 <url>
195 <loc>/Release-Shaarli/</loc> 195 <loc>/Release-Shaarli/</loc>
196 <lastmod>2017-06-18</lastmod> 196 <lastmod>2017-07-04</lastmod>
197 <changefreq>daily</changefreq> 197 <changefreq>daily</changefreq>
198 </url> 198 </url>
199 199
200 <url> 200 <url>
201 <loc>/Versioning-and-Branches/</loc> 201 <loc>/Versioning-and-Branches/</loc>
202 <lastmod>2017-06-18</lastmod> 202 <lastmod>2017-07-04</lastmod>
203 <changefreq>daily</changefreq> 203 <changefreq>daily</changefreq>
204 </url> 204 </url>
205 205
206 <url> 206 <url>
207 <loc>/Security/</loc> 207 <loc>/Security/</loc>
208 <lastmod>2017-06-18</lastmod> 208 <lastmod>2017-07-04</lastmod>
209 <changefreq>daily</changefreq> 209 <changefreq>daily</changefreq>
210 </url> 210 </url>
211 211
212 <url> 212 <url>
213 <loc>/Static-analysis/</loc> 213 <loc>/Static-analysis/</loc>
214 <lastmod>2017-06-18</lastmod> 214 <lastmod>2017-07-04</lastmod>
215 <changefreq>daily</changefreq> 215 <changefreq>daily</changefreq>
216 </url> 216 </url>
217 217
218 <url> 218 <url>
219 <loc>/Theming/</loc> 219 <loc>/Theming/</loc>
220 <lastmod>2017-06-18</lastmod> 220 <lastmod>2017-07-04</lastmod>
221 <changefreq>daily</changefreq> 221 <changefreq>daily</changefreq>
222 </url> 222 </url>
223 223
224 <url> 224 <url>
225 <loc>/Unit-tests/</loc> 225 <loc>/Unit-tests/</loc>
226 <lastmod>2017-06-18</lastmod> 226 <lastmod>2017-07-04</lastmod>
227 <changefreq>daily</changefreq> 227 <changefreq>daily</changefreq>
228 </url> 228 </url>
229 229
@@ -233,13 +233,13 @@
233 233
234 <url> 234 <url>
235 <loc>/FAQ/</loc> 235 <loc>/FAQ/</loc>
236 <lastmod>2017-06-18</lastmod> 236 <lastmod>2017-07-04</lastmod>
237 <changefreq>daily</changefreq> 237 <changefreq>daily</changefreq>
238 </url> 238 </url>
239 239
240 <url> 240 <url>
241 <loc>/Community-&-Related-software/</loc> 241 <loc>/Community-&-Related-software/</loc>
242 <lastmod>2017-06-18</lastmod> 242 <lastmod>2017-07-04</lastmod>
243 <changefreq>daily</changefreq> 243 <changefreq>daily</changefreq>
244 </url> 244 </url>
245 245