summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/FAQ2html.pl
Commit message (Collapse)AuthorAgeFilesLines
* Allow translating the FAQ title as well.Adam Borowski2012-05-111-2/+9
|
* Make the HTMLized FAQ resemble HTML.Adam Borowski2012-05-111-147/+62
|
* Fix URLs not being enclosed in quotation marks.Adam Borowski2012-05-111-1/+1
| | | | Unquoted slashes are not allowed in HTML attributes.
* Fix https:// links not being hyperlinked.Adam Borowski2012-05-111-1/+1
|
* Some necrocomputing portability.Adam Borowski2011-01-221-2/+2
| | | | | FreeBSD 8.1 doesn't install perl to /usr/bin . FreeBSD 7.1 doesn't allow "env" with arguments.
* Generate the HTMLized FAQ on the fly.Adam Borowski2010-12-221-0/+0
| | | | | | Any change to either the source file or the converter results in massive diffs for no good reason -- especially if there's some mishap involving CRs like what happened recently.
* Update FAQ.html. (Also on the website.)Johanna Ploog2010-12-201-1/+1
|
* Handle the FAQ's labyrinth entry's numbered list correctly in the html.Johanna Ploog2010-03-011-5/+30
|
* Some more FAQ tweaks, use italics for mentioned txt files in the html.Johanna Ploog2010-03-011-0/+9
|
* Add a script FAQ2html.pl that translates FAQ.txt into docs/FAQ.htmlJohanna Ploog2010-02-071-0/+213