aboutsummaryrefslogtreecommitdiffstats
path: root/admin/gendoc.pl
Commit message (Collapse)AuthorAgeFilesLines
* Include debian patches (#2639)Gravatar ctrlaltca2024-05-091-1/+1
| | | | | | | | | * enable optimisation with debug; credits to wRAR * Switch RFC2812 links from internal to external. Credits to wRAR * admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian * Remove patches from dist/debian
* doc: Allow to override build dateGravatar Bernhard M. Wiedemann2018-04-031-2/+2
| | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
* Fix wrapping of <pre> in the docs.Gravatar wodim2017-08-311-2/+2
| | | | Fixes #2288
* misc doc fixesGravatar wodim2017-08-291-0/+2
|
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-251-2/+2
|
* Fix the text of all links in the documentation being lowercase.Gravatar wodim2017-08-251-2/+2
|
* Make our docs work better with the QTextBrowser.Gravatar wodim2017-08-241-200/+26
| | | | | | | | | | | | There are a few things to take into account though. First, there shouldn't be [br] around block objects. This is, around [big], or [code], or [note]. [br] is meant to insert line breaks; block objects insert line breaks by themselves. So if there are [br]s around [big], for example, there will be extra space around it, which is bad. Also, [note]s shouldn't be indented, because extra indentation is turned into &nbsp;s, which means there are extra spaces inside the notes where line breaks in the source files were.
* fix a few oddities in the help browserGravatar wodim2017-03-031-10/+5
|
* documentation: typos + formatting fixesGravatar un1versal2016-08-011-1/+1
|
* gendoc: tweak colorsGravatar un1versal2016-07-271-3/+2
|
* gendoc: remove <center></center> tagsGravatar un1versal2016-02-021-2/+2
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Website docs header bg should be same colorGravatar un1versal2015-11-231-1/+1
| | | | Test at http://www.kvirc.net/doc/index.html will update www docs again soon as I can.
* documentation formating colors updatesGravatar un1versal2015-11-211-21/+21
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-5/+5
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* gendoc: Fix grammarGravatar Matt Ullman2015-10-171-1/+1
|
* [admin dir] Minor fixes to gendoc.pl makedist.sh and sedfiles.shGravatar un1versal2015-10-071-5/+5
|
* Modernize the documentationGravatar Szymon Tomasz Stefanek2015-08-281-80/+317
|
* Fix expression evaluation identifier links in documentation, slight rework ↵Gravatar OmegaPhil2015-02-221-2/+5
| | | | | | of if doc git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6442 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added KviShortcut class that takes care of creating shortcuts. Now it's ↵Gravatar Fabio Bas2011-08-221-1/+1
| | | | | | | | possible to use QtKeySequence::StandardKey's multiple keybindings (fixes #1183) gendoc.pl: permit external links git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5939 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The documentation is built at every updateGravatar Szymon Tomasz Stefanek2010-06-211-0/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4497 17fca916-40b9-46aa-a4ea-0a15b648b75c
* userdoc generation script: made output more cmake-friendlyGravatar Fabio Bas2009-12-301-26/+41
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3769 17fca916-40b9-46aa-a4ea-0a15b648b75c
* modified gendoc script to get directories instead of single files as parametersGravatar Fabio Bas2009-12-241-4/+32
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3747 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed licenseGravatar Elvio Basello2009-09-171-0/+24
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3505 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - trailing whitespace cleanups all over the placeGravatar Robert Förster2009-09-011-10/+10
| | | | | | | | - removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Merged Arfrever Frehtes Taifersar Arahesis's patch to support DESTDIR in the ↵Gravatar Fabio Bas2008-06-301-0/+2
| | | | | | perl scripts that installs user documentation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1969 17fca916-40b9-46aa-a4ea-0a15b648b75c
* addon manager now create packages :) ;Gravatar Elvio Basello2008-05-121-9/+9
| | | | | | | quick fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1756 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed some compilation warnigs & added some debug info in doc generationGravatar Fabio Bas2008-04-201-2/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1529 17fca916-40b9-46aa-a4ea-0a15b648b75c
* user documentation generation (aka "the help inside kvirc")Gravatar Fabio Bas2008-04-191-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1524 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Switching from cvs to svn, initial importGravatar Szymon Tomasz Stefanek2006-12-181-0/+1351
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4 17fca916-40b9-46aa-a4ea-0a15b648b75c