aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Addition of shaarli2mastodon plugin.kalvn2017-11-011-0/+1
|
* Merge pull request #1004 from virtualtam/doc/docker/reverse-proxyVirtualTam2017-10-221-1/+115
|\ | | | | Documentation: add reverse proxy examples for Docker images
| * Documentation: add reverse proxy examples for Docker imagesVirtualTam2017-10-221-1/+115
| | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/888 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Merge pull request #1002 from ArthurHoaro/doc/install-dockerArthurHoaro2017-10-221-3/+11
|\ \ | | | | | | Docs: mention Docker in the download & install page
| * | Doc: mention Docker docs in the download & install pageArthurHoaro2017-10-221-3/+11
| |/
* | Merge pull request #871 from ArthurHoaro/feature/translationArthurHoaro2017-10-227-2/+197
|\ \ | | | | | | Shaarli's translation
| * | Translation documentationArthurHoaro2017-10-227-2/+197
| |/
* / docker: add 'latest' imageVirtualTam2017-10-211-2/+11
|/ | | | | | | | This implies the following changes: - `shaarli/shaarli:latest` will now point to the `latest` release - `shaarli/shaarli:master` will point to the `master` branch Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Fix link in Upgrade-and-migration.mdDaniel Jakots2017-10-071-5/+5
|
* Merge pull request #983 from bvberkum/pullrequest/shaarli-docker-quickstartVirtualTam2017-10-062-0/+89
|\ | | | | Docker quickstart
| * Minor docker-101 doc updates, typos fixed #983B. van Berkum2017-10-061-11/+9
| |
| * Docker quickstart: one more grammar mistake. Made it a bit more terse.B. van Berkum2017-10-031-1/+1
| |
| * Docker-101: added working systemd config exampleB. van Berkum2017-10-031-0/+47
| |
| * Typo's, unified structure a bit.B. van Berkum2017-10-032-10/+5
| | | | | | | | | | | | - Fixes inevitable typo that crept in. - Removed some blank lines, newlines, to match established whitespace use better. - Minor grammar improvement.
| * Docker 101: container start and cleanupB. van Berkum2017-10-031-0/+37
| |
| * Added docker quickstart example, with user-data volumeB. van Berkum2017-10-031-0/+12
| |
* | Allow setting of a default note title, see #963Mark Gerarts2017-10-011-0/+1
|/
* Merge pull request #909 from virtualtam/docker/test-environmentsVirtualTam2017-09-191-0/+56
|\ | | | | docker: add alpine,debian,ubuntu test images
| * docker: add alpine,debian,ubuntu test imagesVirtualTam2017-09-181-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/843 Added: - Makefile target to run commands in a Docker test context - Docker images to run Shaarli test suites: - Alpine 3.6 - Debian 8 - Debian 9 - Ubuntu 16.04 - Documentation Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | added option to redirect all anonymous users to login pageWilli Eggeling2017-09-031-0/+2
|/ | | | | | - new setting *force_login* added and documented - if both, *force_login* and *hide_public_links* are set to true, all requests (except for the feeds) are redirected to the login page
* Documentation+Makefile: update AUTHORS generationVirtualTam2017-08-291-0/+6
| | | | | | Fixes https://github.com/shaarli/Shaarli/issues/935 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #944 from thewilli/configure-remembermeVirtualTam2017-08-271-1/+4
|\ | | | | new setting: default value for 'remember me' checkbox
| * new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-1/+4
| | | | | | | | | | | | - the default state for the login page's 'remember me' checkbox can now be configured - adapted the default and vintage theme to consider the new setting - added documentation for the new setting
* | Merge pull request #942 from thewilli/fix-wiki-linksVirtualTam2017-08-273-4/+4
|\ \ | | | | | | migrated Github wiki links to readthedocs
| * | migrated Github wiki links to readthedocsWilli Eggeling2017-08-263-4/+4
| |/
* / removed doc and code references to magic quotesWilli Eggeling2017-08-261-3/+0
|/ | | | | | - removed all references to magic quotes - magic quotes are not supported on PHP >= 5.4 (https://secure.php.net/manual/en/security.magicquotes.php) - Shaarli does not support PHP < 5.5
* documentation: update installation instructions for 0.9.1VirtualTam2017-08-231-3/+3
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: fix list formattingVirtualTam2017-08-231-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: update 3rd-party resourcesVirtualTam2017-08-082-18/+30
| | | | | | Relates to https://github.com/shaarli/Shaarli/issues/915 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: elaborate on REST API server & client prerequisitesVirtualTam2017-08-052-4/+19
| | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/903 Relates to https://github.com/shaarli/Shaarli/issues/905 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: remove obsolete doc release instructionsVirtualTam2017-08-051-20/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: add links to example REST API clientsVirtualTam2017-08-051-1/+14
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: rewrite the REST API PHP client exampleVirtualTam2017-08-051-20/+37
| | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/905 Relates to https://github.com/shaarli/Shaarli/pull/751 See https://shaarli.github.io/api-documentation/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: update release download and usage informationVirtualTam2017-08-052-6/+4
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: remove duplicate "Coding guidelines" pageVirtualTam2017-08-051-6/+0
| | | | | | The information is already present under "Static analysis" Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: fix rendering and internal referencesVirtualTam2017-08-0529-323/+373
| | | | | | | | | | | | | | | | | | | This is mainly cleanup after switching from Github-flavoured Markdown rendered by Github Pages, to standard Markdown rendered by MkDocs. Changed: - rephrase some section titles Fixed: - list rendering (items, sub-items)) - code rendering - quotes - dead links Removed: - extraneous navigational elements Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: remove uneeded resourcesVirtualTam2017-08-023-294/+0
| | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/312 Relates to https://github.com/shaarli/Shaarli/pull/772 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* documentation: remove generated HTML from SCMVirtualTam2017-08-0265-19640/+0
| | | | | | Relates to https://github.com/shaarli/Shaarli/issues/908 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Generate HTML documentationVirtualTam2017-07-2939-441/+452
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* docker: remove `dev` image, update documentationVirtualTam2017-07-298-379/+0
| | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/843 Changed: - Update Docker image list - Update Docker documentation structure Removed: - Delete Dockerfile and resources for the `dev` image - Cleanup `doc/` resources Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* doc: fix bullet list formattingnodiscc2017-07-201-0/+2
| | | https://shaarli.readthedocs.io/en/master/Shaarli-configuration/
* make htmlpagesnodiscc2017-07-044-47/+236
|
* doc: release: update doc generation instructionsnodiscc2017-07-041-2/+2
|
* doc: replace pandoc requirement with python3-venvnodiscc2017-06-181-1/+2
|
* move README contents to doc/md/index.mdnodiscc2017-06-181-3/+106
|
* make htmlpagesnodiscc2017-06-1850-1854/+92
|
* doc: rename "datastore hacks" -> "various hacks", move example scripts to ↵nodiscc2017-06-186-512/+9
| | | | gist.github.com, remove obsolete GH wiki _Sidebar.md
* Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-18158-7103/+22044
| | | | | | | | | | | | | | | | | | | | | | | | MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML file. * http://www.mkdocs.org/ * http://www.mkdocs.org/user-guide/configuration/ Ref. #312 * remove pandoc-generated HTML documentation * move markdown doc to doc/md/, * mkdocs.yml: * generate HTML doc in doc/html * add pages TOC/ordering * use index.md as index page * Makefile: remove execute permissions from generated files * Makefile: rewrite htmlpages GFM to markdown conversion using sed: awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks * Add mkdocs.yml to .gitattributes, exclude this file from release archives * Makefile: rename: htmldoc -> doc_html target * run make doc: pull latest markdown documentation from wiki * run make htmlpages: update html documentation
* Bump version to v0.9.0ArthurHoaro2017-05-0755-132/+1086
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.8.1ArthurHoaro2016-12-1210-33/+195
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>