summaryrefslogtreecommitdiff
path: root/man/custom-html.xsl
Commit message (Collapse)AuthorAge
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-26
| | | | | | | | When manpages are displayed on a terminal, <literal>s are indistinguishable from surrounding text. Add quotes everywhere, remove duplicate quotes, and tweak a few lists for consistent formatting. https://bugzilla.redhat.com/show_bug.cgi?id=874631
* man: add permalinks to subsection titles tooZbigniew Jędrzejewski-Szmek2013-05-08
|
* man: provide "permalinks" to sections and termsZbigniew Jędrzejewski-Szmek2013-05-03
| | | | | So no one needs to say "go to fd.o/software/systemd/man, open page X, then scroll down to section 3, and look for ..." anymore.
* man,html: say 'systemd 198' in the headerZbigniew Jędrzejewski-Szmek2013-03-12
| | | | | | | This should help readers of the man or HTML pages know if the documentation is out of date. An alternative to use a date generated from 'git log' was considered, but since we try to keep user visible documentation up to date, showing the project version should be enough.
* man/*.html: link to directives, python, guvev, libudev in headersZbigniew Jędrzejewski-Szmek2013-03-07
| | | | | | | | Since the HTML files are in different directories during build and on fd.o, links are broken in the build directory. This could be fixed by moving stuff around, or by modifying the files during upload, but I think that people do not usually create HTML files for local browsing, and this is not necessary.
* man: html - cross-ref man page references and add Index linkKay Sievers2012-07-17
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* man: switch to UTF-8 output, to work around charset issuesLennart Poettering2011-12-19