summaryrefslogtreecommitdiff
path: root/doc/mkhtml.py
Commit message (Collapse)AuthorAgeFilesLines
* Update several links in the docs.Stefan Behnel2021-12-131-2/+2
|
* Allow building the HTML docs without the donation section/button.Stefan Behnel2021-06-291-9/+14
| | | | Debian doesn't like non-free content.
* docs: revert hashed stylesheet filename because it does not work well with ↵Stefan Behnel2020-09-051-1/+5
| | | | the versioned directories on the web server.
* docs: Use different stylesheet filenames whenever the stylesheet changes, to ↵Stefan Behnel2020-09-051-1/+13
| | | | prevent stale web cache entries.
* Add a more visible donation banner to the website pages.Stefan Behnel2020-09-051-7/+18
|
* Add a more visible donation banner to the website menu.Stefan Behnel2020-09-041-0/+8
|
* Make mkhtml.py Python 3 compatible by replacing itervalues() (GH-302)Chris Mayo2020-06-291-1/+1
|
* Integrate finance report into website.Stefan Behnel2020-01-101-1/+4
|
* Minor doc cleanups.Stefan Behnel2018-06-201-1/+1
|
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-1/+1
| | | | https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
* make io imports unconditionalJakub Wilk2017-03-171-4/+1
| | | | | The compat imports were needed for Python 2.5, which is no longer supported.
* add 'viewport' meta tag to website to have it display better on mobile devicesStefan Behnel2016-05-051-3/+5
|
* hide menu when clicking somewhere elseStefan Behnel2016-05-051-5/+13
|
* modernise website menu and show it as overlay on small screenslxml-3.4Stefan Behnel2016-05-051-7/+37
| | | | adapt width of website to narrower screens
* change tracker references to HTML links on changelog generationStefan Behnel2012-10-151-4/+31
|
* integrate new front page sections into side menuStefan Behnel2011-12-131-6/+6
|
* integrate PayPayl button into homepageStefan Behnel2011-12-131-4/+28
|
* removed dead importsStefan Behnel2011-12-061-2/+2
|
* reformatted flattr linkStefan Behnel2011-10-211-5/+7
|
* include flattr button in home pageStefan Behnel2011-05-181-1/+25
|
* fix inner page links of web siteStefan Behnel2011-03-091-1/+6
| | | | | --HG-- branch : trunk
* fix web site menuStefan Behnel2011-02-221-2/+2
| | | | | --HG-- branch : trunk
* fix heading of main pageStefan Behnel2011-02-171-0/+4
| | | | | --HG-- branch : trunk
* include download directory link in sitemap and sitemap link in menuStefan Behnel2011-02-171-9/+14
| | | | | --HG-- branch : trunk
* generate HTML sitemap for web siteStefan Behnel2011-02-171-2/+23
| | | | | --HG-- branch : trunk
* [svn r4161] r5148@delle: sbehnel | 2009-06-14 12:29:20 +0200scoder2009-06-141-4/+8
| | | | | | | front page update: better page title --HG-- branch : trunk
* [svn r3919] r4702@delle: sbehnel | 2008-07-25 19:32:31 +0200scoder2008-07-251-1/+1
| | | | | | | cleanup --HG-- branch : trunk
* [svn r3872] r4580@delle: sbehnel | 2008-07-03 22:24:42 +0200scoder2008-07-031-1/+4
| | | | | | | fixes for docutils 0.5 --HG-- branch : trunk
* [svn r3601] r4088@delle: sbehnel | 2008-04-25 12:07:27 +0200scoder2008-04-251-5/+7
| | | | | | | HTML link/anchor fixes in docs --HG-- branch : trunk
* [svn r3600] r4086@delle: sbehnel | 2008-04-25 11:06:16 +0200scoder2008-04-251-1/+2
| | | | | | | HTML doc link fixes --HG-- branch : trunk
* [svn r3558] r4002@delle: sbehnel | 2008-04-18 21:38:47 +0200scoder2008-04-181-23/+1
| | | | | | | external module to describe doc structure --HG-- branch : trunk
* [svn r3394] r3706@delle: sbehnel | 2008-03-03 15:53:29 +0100scoder2008-03-031-3/+3
| | | | | | | use Pygments to enable syntax highlighting in docs --HG-- branch : trunk
* [svn r3385] r3697@delle: sbehnel | 2008-03-03 10:52:47 +0100scoder2008-03-031-1/+1
| | | | | | | FAQ fixes --HG-- branch : trunk
* [svn r3384] r3696@delle: sbehnel | 2008-03-03 10:17:04 +0100scoder2008-03-031-18/+23
| | | | | | | doc cleanup and fixes --HG-- branch : trunk
* [svn r3341] r3601@delle: sbehnel | 2008-02-22 16:03:07 +0100scoder2008-02-221-31/+49
| | | | | | | doc updates, more links to generated API docs, extended web site menu --HG-- branch : trunk
* [svn r3300] r3516@delle: sbehnel | 2008-02-15 10:21:52 +0100scoder2008-02-151-1/+2
| | | | | | | initial document: starting to work on the source code --HG-- branch : trunk
* [svn r3117] r3147@delle: sbehnel | 2007-12-19 12:34:29 +0100lxml-2.0alpha6scoder2007-12-191-4/+4
| | | | | | | fix API usage --HG-- branch : trunk
* [svn r2774] new doc file: what's new in lxml 2.0scoder2007-08-291-2/+2
| | | | | --HG-- branch : trunk
* [svn r2750] integrated lxml.htmlscoder2007-08-181-1/+2
| | | | | --HG-- branch : trunk
* [svn r2314] first take on an lxml.etree tutorialscoder2007-05-161-4/+5
| | | | | --HG-- branch : trunk
* [svn r2275] date footer in HTML pagesscoder2007-05-091-7/+3
| | | | | --HG-- branch : trunk
* [svn r2273] formatting, timestamp in HTML filesscoder2007-05-091-2/+10
| | | | | --HG-- branch : trunk
* [svn r2229] work arounds for IEscoder2007-04-201-1/+1
| | | | | --HG-- branch : trunk
* [svn r2186] content and sidemenu alignment for Firefox, Opera, Konquerorscoder2007-02-271-7/+7
| | | | | --HG-- branch : trunk
* [svn r2184] HTML menu layout: floating submenusscoder2007-02-271-3/+4
| | | | | --HG-- branch : trunk
* [svn r2144] separated page TOC and side menuscoder2007-02-241-17/+11
| | | | | --HG-- branch : trunk
* [svn r2139] some more layouting, select current submenu with CSSscoder2007-02-231-4/+3
| | | | | --HG-- branch : trunk
* [svn r2138] section headerscoder2007-02-231-2/+2
| | | | | --HG-- branch : trunk
* [svn r2136] some more cleanupscoder2007-02-231-6/+6
| | | | | --HG-- branch : trunk
* [svn r2134] section titlescoder2007-02-231-2/+2
| | | | | --HG-- branch : trunk