summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | docs: Update docs to new rule syntaxKrystian RosiƄski2016-08-274-64/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commits: - Fixed todo-list app tutorial. - Note that validate() decorator is deprecated since 0.10. - Replaced <filepath:re:.*> by <filepath:path> - GET non-ascii correctly Fixes #696
* | | docs: Added uWSGI deployment option, removed legacy GAE 2.5 exampleMarcel Hellkamp2016-08-263-30/+24
| | |
* | | Clean all mentions of Python 2.6 from the docsOz N Tiram2016-08-2621-30/+30
| | |
* | | docs: Fixed some documentation glitches.Marcel Hellkamp2016-08-261-3/+0
|/ /
* | Merge pull request #834 from a3nm/masterMarcel Hellkamp2016-05-031-1/+1
|\ \ | | | | | | Fix typo in doc code snippet
| * | Fix typo in doc code snippetAntoine Amarilli2016-02-131-1/+1
| | |
* | | Update changelog.rst indentationKevin London2016-04-061-0/+2
|/ / | | | | Cleaned up the spacing so that it properly renders
* | Fix spacing in Recipe docKevin London2016-01-121-1/+1
| | | | | | This is a small, silly change. The spacing was 8 spaces in rather than 4.
* | Translation tweaksMarcel Hellkamp2015-12-1967-100/+100
| |
* | Import from transiflexMarcel Hellkamp2015-12-1384-4437/+16078
| |
* | Using sphinx-intl for *.po generation.Marcel Hellkamp2015-12-1341-3610/+3929
| |
* | Move to 2.6/3.2 in documentationMarcel Hellkamp2015-12-072-2/+2
| |
* | Deprecating the old route syntax.Marcel Hellkamp2015-12-071-18/+1
|/
* Merge pull request #779 from hayate/fix-small-typoMarcel Hellkamp2015-08-031-3/+2
|\ | | | | foother.tpl -> footer.tpl
| * foother.tpl -> footer.tplAndrea Belvedere2015-08-021-3/+2
| |
* | Added command-line arguments for loading config from json or ini files.Marcel Hellkamp2015-08-031-5/+9
|/
* Fix minor typogjord2015-06-191-1/+1
|
* Merge pull request #754 from dorfsmay/doc_for_newer_apacheMarcel Hellkamp2015-06-181-0/+15
|\ | | | | Newer versions of apache use a slightly different configuration
| * Newer versions of apache use a slightly different configurationYves Dorfsman2015-04-251-0/+15
| |
* | Remove validate decorator related documentationAayush Kasurde2015-05-301-20/+1
|/ | | | Signed-off-by: Aayush Kasurde <aayush.kasurde@gmail.com>
* Add import os to app.wsgi exampleJuan E. D.2015-03-311-0/+1
|
* Fixed doc translation workflow.Marcel Hellkamp2015-03-2419-4/+24
| | | | | | | | | The update.sh script is useful as long as sphinx-intl is not part of debian. The makefile had an shell string bug. '$var' != "$var" Sphinx doctrees should not be part of the git repository. And there was a print left in docs/conf.py as well as an import error. Importing the correct version of bottle (and not the system installed one) is important to get the correct docstrings for the API documentation.
* Merge pull request #711 from avelino/doc_translateMarcel Hellkamp2015-03-24110-8055/+36747
|\ | | | | Doc translate
| * start translate docs index pt-BRThiago Avelino2015-01-231-23/+26
| |
| * upgrade documentation development pageThiago Avelino2015-01-221-0/+1
| |
| * upgrade make docs for all languagesThiago Avelino2015-01-221-19/+0
| |
| * generate _locale pt_BR langueThiago Avelino2015-01-2231-0/+15832
| |
| * generate template pot localeThiago Avelino2015-01-2233-0/+6775
| |
| * update _locale zh_CNThiago Avelino2015-01-2242-8031/+14042
| |
| * used transifex manager translate POThiago Avelino2015-01-221-0/+84
| | | | | | | | | | https://www.transifex.com/projects/p/bottle/ added @defnull adminstrator
| * used sphinx InternationalizationThiago Avelino2015-01-221-5/+10
| | | | | | | | http://sphinx-doc.org/latest/intl.html
* | Merge github.com:bottlepy/bottle into fix_tutorial_app_newurlThiago Avelino2015-03-245-10/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github.com:bottlepy/bottle: Don't berate users about their lack of domain-specific knowledge. Added fix of the failing test (0d4b53522fd907c2ace7e69333a5cbaa2ea316c6). Added failing test of the decorator with parameters modyfing kwargs. only import subprocess if it's needed Updated link to Google App Engine in Readme.rst Updated four to five Added another recipe for removing trailing slashes
| * | Don't berate users about their lack of domain-specific knowledge.Iain Dawson2015-03-234-8/+8
| | |
| * | Merge pull request #721 from jenmontes/patch-1Marcel Hellkamp2015-03-131-1/+7
| |\ \ | | | | | | | | Added another recipe for removing trailing slashes
| | * | Added another recipe for removing trailing slashesJen Montes2015-02-181-1/+7
| | |/ | | | | | | This one is using a `before_request` hook to strip the trailing slash from `request.environ['PATH_INFO']`. I prefer it to the WSGI middleware method because it leaves the API of the app intact. For example, in the `StripPathMiddleware` snippet, you can't later add a route to `myapp` because you'll get the following error: `AttributeError: 'StripPathMiddleware' object has no attribute 'route'`.
| * | Updated four to fivethefourtheye2015-03-091-1/+1
| |/
* | update all routes syntax to bottle 0.10+Thiago Avelino2015-03-091-6/+6
| |
* | fix url on route /edit/<no:int> tutorial_appThiago Avelino2015-03-091-7/+7
| | | | | | | | report by Ryan Bregier in email list: [bottlepy] Re: problem importing validat
* | remove validate function on ToDo list tutorialThiago Avelino2015-01-111-2/+1
|/
* Fixed link to twitter in docs.Marcel Hellkamp2014-12-281-1/+1
|
* Changed all links to the official repository.Marcel Hellkamp2014-12-087-32/+32
|
* Merge pull request #677 from jhargis/typo_fix_625Marcel Hellkamp2014-11-271-1/+1
|\ | | | | fixed typo in doc
| * fixed typo in docJay Hargis2014-11-201-1/+1
| |
* | Merge pull request #679 from avelino/tutorial_grammatical_correctionsMarcel Hellkamp2014-11-271-1/+1
|\ \ | |/ |/| fix typo tutorial grammatical corrections
| * fix typo tutorial grammatical correctionsThiago Avelino2014-11-271-1/+1
| |
* | Merge pull request #625 from colin4124/patch-1Marcel Hellkamp2014-10-221-1/+1
|\ \ | | | | | | typo tutorial.rst
| * | typo tutorial.rstLeway Colin2014-05-101-1/+1
| |/ | | | | add a note to novice
* | Addresses #659.Mark Jordan2014-09-171-0/+7
|/
* Fix examplehjalves2014-04-161-2/+2
| | | On the rebase() example, disable escaping on the evaluation of "base".
* Request #425: Support HTTP PATCH method as per RFC-5789Marcel Hellkamp2014-04-135-6/+6
|