summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/web/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix jinja integration.gbrandl2007-07-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5381 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Add Jinja as an external.gbrandl2007-07-161-2/+1
| | | | | | | | | | - Fix a reading bug. - Use .hasattr() instead of .has_key() for nodes. - Remove unused code in the modindex handler. - Always render comment form. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5373 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Interim commit, will finish later:gbrandl2007-07-131-679/+9
| | | | | | | | | | | * consistent caching * new RSS feed urls * all comment modes implemented * cleanup application request handling * split util module in two git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix quite broken last commit.gbrandl2007-07-111-11/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add first draft of per-item comments.gbrandl2007-07-111-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix the modindex columns and the relative_path_to function.gbrandl2007-06-201-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5263 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactor special file handling, part 2. Introduce a global context that's ↵gbrandl2007-06-161-2/+4
| | | | | | | | | used even for completely dynamic pages, that helps with the "Python v Docs" problem. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5246 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed admin panel, added working NotFound implementation, fixed 404 headerblackbird2007-06-161-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug in session systemblackbird2007-05-261-1/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement cache control for static files.gbrandl2007-05-261-7/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure the page retrieval system a bit. It's still a bit of a mess.gbrandl2007-05-251-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5153 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move admin stuff to a separate module.gbrandl2007-05-251-0/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added user control panelblackbird2007-05-251-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5138 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added comment admin panelblackbird2007-05-251-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* make check.gbrandl2007-05-241-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cookies go, sessions comeblackbird2007-05-241-1/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5134 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added recent comments feedblackbird2007-05-241-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5126 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add0rd feeds xDblackbird2007-05-231-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5109 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* disable search for nowblackbird2007-05-221-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5099 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added show source feature to the online docs, removed to top iconblackbird2007-05-221-6/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5092 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some minor corrections.gbrandl2007-05-221-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5090 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added close matchesblackbird2007-05-221-3/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cleaned up the source a bitblackbird2007-05-221-5/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added quickjumpblackbird2007-05-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5081 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed the outermost arrow in the navigationblackbird2007-05-221-0/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5080 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added basic WSGI application for the documentation (and ported too many ↵blackbird2007-05-221-0/+616
werkzeug features over, after the app is finished we should remove the unused) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04