summaryrefslogtreecommitdiffstats
path: root/docs/manual/style (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PHP as a possible highlighted language if needed.Daniel Gruno2012-05-011-4/+26
| | | | | | Fix up the lexer so that when httpdComments is true, httpd style comments are not parsed as such unless the hash character is at the beginning of a line (disregarding spaces) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332544 13f79535-47bb-0310-9956-ffa450edef68
* Allow the lexer loop to run a little longer.Daniel Gruno2012-04-281-2/+2
| | | | | | Recognize "else" as a Perl keyword (d'uh) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331836 13f79535-47bb-0310-9956-ffa450edef68
* Add AuthConfig as a valid Options argumentDaniel Gruno2012-04-281-3/+3
| | | | | | | Treat "foo-bar" as plain text, regardless of whether "foo" or "bar" alone is a keyword. Treat foo_module as a valid LoadModule argument git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331717 13f79535-47bb-0310-9956-ffa450edef68
* Stop being case-insensitive with section directives. This fixes the ↵Daniel Gruno2012-04-281-1/+1
| | | | | | highlighting issue with mod_proxy and others, although a longer lasting solution might have to be worked on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331688 13f79535-47bb-0310-9956-ffa450edef68
* properly enclose inline javascript in HTML output.André Malo2012-04-271-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331550 13f79535-47bb-0310-9956-ffa450edef68
* - styleAndré Malo2012-04-271-3/+5
| | | | | | | | - fix example -> highlight nesting - enclose inline javascript in cdata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331543 13f79535-47bb-0310-9956-ffa450edef68
* Add IfVersion as a known section directive, change the css for literals and ↵Daniel Gruno2012-04-272-3/+6
| | | | | | identify Options arguments as literals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331530 13f79535-47bb-0310-9956-ffa450edef68
* Add AuthzProviderAlias as a valid section directiveDaniel Gruno2012-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331290 13f79535-47bb-0310-9956-ffa450edef68
* add a boundary check to type highlighting in CDaniel Gruno2012-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331260 13f79535-47bb-0310-9956-ffa450edef68
* Update keywords for shell scriptsDaniel Gruno2012-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331235 13f79535-47bb-0310-9956-ffa450edef68
* Prevent infinite looping in case of borked spans or code.Daniel Gruno2012-04-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330992 13f79535-47bb-0310-9956-ffa450edef68
* Accept AuthLDAPUrl as a keywordDaniel Gruno2012-04-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330931 13f79535-47bb-0310-9956-ffa450edef68
* Allow for multiple newlines to be ignored at start and finishDaniel Gruno2012-04-261-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330875 13f79535-47bb-0310-9956-ffa450edef68
* Remove trailing and leading newlines and spaces caused by xml formatting stylesDaniel Gruno2012-04-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330665 13f79535-47bb-0310-9956-ffa450edef68
* Recognize IPv6 addresses as literals, update comment colors so they don't ↵Daniel Gruno2012-04-252-3/+10
| | | | | | clash with section directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330363 13f79535-47bb-0310-9956-ffa450edef68
* Recognize Require(Any|All|None) as enclosureDaniel Gruno2012-04-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330278 13f79535-47bb-0310-9956-ffa450edef68
* Make httpd directives bold in highlightingDaniel Gruno2012-04-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330256 13f79535-47bb-0310-9956-ffa450edef68
* Make the lexer only highlight enclosures in config syntax if they are whole ↵Daniel Gruno2012-04-251-1/+1
| | | | | | words, and update to also recognize FilesMatch, LocationMatch, Limit etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330241 13f79535-47bb-0310-9956-ffa450edef68
* make validate-xml a target of "all"Igor Galić2012-04-251-3/+3
| | | | | | | make it *fail* when the XML doesn't validate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330223 13f79535-47bb-0310-9956-ffa450edef68
* Update CSS to have a perl style as well.Daniel Gruno2012-04-251-1/+19
| | | | | | Update CGI howto doc to highlight code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330165 13f79535-47bb-0310-9956-ffa450edef68
* Update CSS.Daniel Gruno2012-04-252-3/+4
| | | | | | Add recognition of Directory, Location, VirtualHost, If/Else and Proxy as enclosures in httpd configurations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330161 13f79535-47bb-0310-9956-ffa450edef68
* Identify Apache specific functions and constants in C.Daniel Gruno2012-04-251-3/+6
| | | | | | Treat true and false as boolean types (not keywords) in Lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330154 13f79535-47bb-0310-9956-ffa450edef68
* nil in Lua should be a type, not a keyword in highlightingDaniel Gruno2012-04-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330143 13f79535-47bb-0310-9956-ffa450edef68
* Add Lua syntax supportDaniel Gruno2012-04-252-5/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330136 13f79535-47bb-0310-9956-ffa450edef68
* Recognize NULL as a numberDaniel Gruno2012-04-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330132 13f79535-47bb-0310-9956-ffa450edef68
* Separate config and c source styles a bit, set up proper distinction between ↵Daniel Gruno2012-04-252-31/+1620
| | | | | | types and keywords git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330128 13f79535-47bb-0310-9956-ffa450edef68
* Support for config highlighting (if anyone ever dares to do so)Daniel Gruno2012-04-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330005 13f79535-47bb-0310-9956-ffa450edef68
* Changing javascript as per nd's suggestionDaniel Gruno2012-04-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329915 13f79535-47bb-0310-9956-ffa450edef68
* Trying out the new build commands. If anything fails, blame rbowen for ↵Daniel Gruno2012-04-242-4/+25
| | | | | | pushing me to do this :( *sob* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329844 13f79535-47bb-0310-9956-ffa450edef68
* Deleting the GPL versioned highlighterDaniel Gruno2012-04-246-89/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329836 13f79535-47bb-0310-9956-ffa450edef68
* Adding another syntax highlighting test subject (this time it's ASL, yay)Daniel Gruno2012-04-242-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329816 13f79535-47bb-0310-9956-ffa450edef68
* Initial add of files for syntax highlighting testsDaniel Gruno2012-04-246-0/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329740 13f79535-47bb-0310-9956-ffa450edef68
* Trivial typo.Rich Bowen2012-04-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326229 13f79535-47bb-0310-9956-ffa450edef68
* Build fcgistarter.8Stefan Fritsch2012-03-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301725 13f79535-47bb-0310-9956-ffa450edef68
* add manpage listAndré Malo2012-02-101-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242919 13f79535-47bb-0310-9956-ffa450edef68
* Add <glossary> to nroff.xsl and revert r1222335 partially.Takashi Sato2012-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229116 13f79535-47bb-0310-9956-ffa450edef68
* Sync with 2.2 branchTakashi Sato2012-01-091-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229059 13f79535-47bb-0310-9956-ffa450edef68
* s/2011/2012/gRich Bowen2012-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226563 13f79535-47bb-0310-9956-ffa450edef68
* update versionAndré Malo2011-11-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202303 13f79535-47bb-0310-9956-ffa450edef68
* And we are at 2.3.16-devJim Jagielski2011-11-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
* Regenerated style files after simplified chinese fix.Rainer Jung2011-11-084-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199486 13f79535-47bb-0310-9956-ffa450edef68
* Fix docs generation for simplified chinese.Rainer Jung2011-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199478 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-4/+4
| | | | | | | Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
* And we are at 2.3.15-devJim Jagielski2011-08-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152855 13f79535-47bb-0310-9956-ffa450edef68
* And roll on to 2.3.14Jim Jagielski2011-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
* and bump to 2.3.13Jim Jagielski2011-05-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1093991 13f79535-47bb-0310-9956-ffa450edef68
* And roll onto 2.3.12Jim Jagielski2011-03-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
* Adds simplified Chinese translation to httpd trunk docs. ViaRich Bowen2011-02-155-5/+212
| | | | | | | dongsheng@apache.org (see tid 50767) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070870 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2011Rich Bowen2011-01-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054597 13f79535-47bb-0310-9956-ffa450edef68