Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-15 | make-man-index: work around UnicodeDecodeError | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | man: generate xml not html for index | Zbigniew Jędrzejewski-Szmek | |
This way we also get a man page. The output is not as polished. I hope that it doesn't matter too much. index.html is not generated now, the page is called systemd.index.html. If necessary, an install hook should be added. | |||
2013-01-04 | build-sys: invoke scripts with $PYTHON during build | Zbigniew Jędrzejewski-Szmek | |
Python binary to be used during compilation can be set with ./configure PYTHON=... The she-bang line is removed, since it is not used anymore. | |||
2012-09-13 | python: change license to LGPL 2.1 | Lennart Poettering | |
The original license has been MIT for this code, but David Strauss (its original author) agreed to relicense it to LGPL 2.1 for inclusion in systemd. | |||
2012-07-25 | make-man-index.py: compatibility with Python 3 | Mantas Mikulėnas | |
Despite its name, ElementTree.tostring() returns already-encoded bytes() instead of a string in Python 3; sys.stdout doesn't like that. | |||
2012-07-16 | make-man-index.py: pretty-print HTML | Kay Sievers | |
2012-07-16 | man: actually generate h2 headers for letters in index as we meant to | Lennart Poettering | |
2012-07-16 | man: include number of man pages in index page | Lennart Poettering | |
2012-07-16 | man: set description in italics in the index | Lennart Poettering | |
2012-07-16 | man: show man page summary in index, too | Lennart Poettering | |
2012-07-16 | min: generate an index page for all man pages | Lennart Poettering | |
This makes use of python, if it is available |