Commit Graph

27 Commits (master)

Author SHA1 Message Date
Lukas Werling f4c854b651 docs: Implement client-side search
Search is now performed with a pre-computed index file. This commit
removes the old PHP-based search.
2018-03-23 21:23:38 +01:00
Lukas Werling 4278626b9f docs: Highlight the keyword "new" 2017-11-12 22:02:34 +01:00
Nicolas Hake 30c5bb5f8d Aul: Allow the user to selectively enable/disable warnings
This commit introduces a new Aul directive "#warning", which can be used
to enable or disable warnings for a particular piece of code.

"#warning enable" enables all warnings.
"#warning disable" disables all warnings.
"#warning enable empty_parameter_in_call" selectively enables one
specific warning while not affecting any other.

All warnings that used to be controlled by Developer.ExtraWarnings
remain disabled by default.
2017-02-13 15:07:50 +01:00
Günther Brammer a12b5e5ad7 docs: Enable navigation to cells in a table 2016-05-15 15:20:08 +02:00
Günther Brammer 5fa9c39184 docs: Don't show the search box in the chm
It only works when the page was loaded from a webserver with php, and chm
has built-in search anyway.
2013-02-24 14:38:50 +01:00
Günther Brammer a98100b339 docs: Highlight new script value type keywords def and effect 2012-11-18 18:24:21 +01:00
Tobias Zwick 07fbe84af6 fix docs header 2012-02-01 20:10:17 +01:00
Tobias Zwick 07aaae81f2 implemented documentation changes requested in forum 2012-01-10 16:14:15 +01:00
Günther Brammer 7cb5f935d9 docs: split build_chm_files into build_contents, build_hhp and hhk.xsl
This removes the dependency loop from build_contents to the .po files to
contents.xml to build_contents. The .hhp file generation is a simple step
which gets split off to work around Make limitations with multiple output
files.
2011-09-19 14:50:27 +02:00
Günther Brammer df635390f9 docs: Improvements to chm generation and in-browser xslt preview 2011-09-09 21:36:03 +02:00
Günther Brammer 8a60b070d8 docs: Update Typechecks.xml for latest engine changes 2011-09-07 16:05:05 +02:00
Tobias Zwick f2177e7ce8 docs: index page with "get started" links and search 2011-08-02 16:25:00 +02:00
Günther Brammer 540b14dec6 docs: Generate the table-of-contents <img> in the xslt 2011-06-30 19:25:02 +02:00
Tobias Zwick 21b722475e docs: constants are not displayed with brackets in the documentation anymore 2011-06-30 17:25:22 +02:00
Günther Brammer 08707c782f docs: Scroll current page into view in the toc iframe 2011-06-30 01:12:53 +02:00
Günther Brammer ab067f44b2 docs: Show table of contents on every page 2011-06-30 00:52:29 +02:00
Tobias Zwick 4114ca345f docs: fixed translation problem, removed navigation, removed webnotes-stuff 2011-06-30 00:32:48 +02:00
Tobias Zwick bd7ff9564b docs: removed the RDW-documentation introduction page 2011-06-26 16:24:28 +02:00
Günther Brammer a63851592c docs: Plane and Parallaxity 2011-02-18 23:37:13 +01:00
Günther Brammer 3f2c0da72d docs: Fix function <title>s 2010-09-25 00:47:33 +02:00
Günther Brammer f5f1aaaa2d Docs: Slightly update the script reference
Mainly nil and some edits.
2010-08-27 21:19:58 +02:00
Armin Burgmeier df1abcd978 Switch main documentation to English, German translation now in de.po (#287) 2010-08-22 15:13:17 +02:00
Tobias Zwick e0396a94c5 (docs:) do not automatically add the current path to the form action of the search in the header 2010-04-09 15:48:01 +02:00
Günther Brammer 0e9299555a docs: Generate a content.xml from build_chm_files instead of build_contents.pl 2010-02-16 02:48:06 +01:00
Günther Brammer a9dfe2ed82 docs: Use static html instead of php
The .html file extension is needed for offline docs, and configuring a webserver
to execute PHP in .html is as easy as changing the build system to support both.

But for a simple common header there's no need to reach for PHP. XSLT can do the
job. For ease of maintenance the header is read from an extra file.
2010-02-10 00:55:32 +01:00
Tobias Zwick fde2143f8e docs into openclonk-design 2010-01-29 15:44:06 +01:00
Günther Brammer 675da642c3 Add Clonk Rage developer documentation
committer: Günther Brammer <gbrammer@gmx.de>
2009-05-09 15:11:51 +02:00