Updated Spanish translation
[anjuta-git-plugin.git] / data / properties / conf.properties
blob32aa27ac6bd46cb29f5e0f1f20fc7efbb69dd9ca
1 # Define SciTE settings for Apache Configuration files.
2 # contributed by ahmad Zawawi <zeus_go64@hotmail.com>
4 filter.conf=Apache Conf (conf)|*.conf|
5 file.patterns.conf=*.conf
6 lexer.$(file.patterns.conf)=conf
7 # for future implemention...
8 #api.$(file.patterns.conf)=conf.api
10 # Keywords for Apache's Runtime directives
11 keywords.$(file.patterns.conf)=\
12 accessconfig accessfilename action addalt \
13 addaltbyencoding addaltbytype addcharset \
14 adddefaultcharset adddescription \
15 addencoding addhandler addicon addiconbyencoding \
16 addiconbytype addlanguage addmodule addmoduleinfo \
17 addtype agentlog alias aliasmatch \
18 allow allowconnect allowoverride anonymous \
19 anonymous_authoritative anonymous_logemail anonymous_mustgiveemail \
20 anonymous_nouserid anonymous_verifyemail authauthoritative \
21 authdbauthoritative authdbgroupfile authdbmauthoritative \
22 authdbmgroupfile authdbmgroupfile authdbuserfile authdbmuserfile \
23 authdigestfile authgroupfile authname authtype \
24 authuserfile bindaddress browsermatch browsermatchnocase \
25 bs2000account cachedefaultexpire cachedirlength cachedirlevels \
26 cacheforcecompletion cachegcinterval cachelastmodifiedfactor cachemaxexpire \
27 cachenegotiateddocs cacheroot cachesize checkspelling \
28 clearmodulelist contentdigest cookieexpires cookielog \
29 cookielog cookietracking coredumpdirectory customlog \
30 defaulticon defaultlanguage defaulttype define \
31 deny directory directorymatch directoryindex \
32 documentroot errordocument errorlog example \
33 expiresactive expiresbytype expiresdefault extendedstatus \
34 fancyindexing files filesmatch forcetype \
35 group header headername hostnamelookups \
36 identitycheck ifdefine ifmodule imapbase \
37 imapdefault imapmenu include indexignore \
38 indexoptions keepalive keepalivetimeout languagepriority \
39 limit limitexcept limitrequestbody limitrequestfields \
40 limitrequestfieldsize limitrequestline listen listenbacklog \
41 loadfile loadmodule location locationmatch \
42 lockfile logformat loglevel maxclients \
43 maxkeepaliverequests maxrequestsperchild maxspareservers metadir \
44 metafiles metasuffix mimemagicfile minspareservers \
45 mmapfile namevirtualhost nocache options order \
46 passenv pidfile port proxyblock proxydomain \
47 proxypass proxypassreverse proxyreceivebuffersize proxyremote \
48 proxyrequests proxyvia qsc readmename \
49 redirect redirectmatch redirectpermanent redirecttemp \
50 refererignore refererlog removehandler require \
51 resourceconfig rewritebase rewritecond rewriteengine \
52 rewritelock rewritelog rewriteloglevel rewritemap \
53 rewriteoptions rewriterule rlimitcpu rlimitmem \
54 rlimitnproc satisfy scoreboardfile script \
55 scriptalias scriptaliasmatch scriptinterpretersource scriptlog \
56 scriptlogbuffer scriptloglength sendbuffersize \
57 serveradmin serveralias servername serverpath \
58 serverroot serversignature servertokens servertype \
59 setenv setenvif setenvifnocase sethandler \
60 singlelisten startservers threadsperchild timeout \
61 transferlog typesconfig unsetenv usecanonicalname \
62 user userdir virtualhost virtualdocumentroot \
63 virtualdocumentrootip virtualscriptalias virtualscriptaliasip \
64 xbithack from all
67 #common parameters for Apache runtime configuration
68 keywords2.$(file.patterns.conf)=\
69 on off standalone inetd \
70 force-response-1.0 downgrade-1.0 nokeepalive \
71 indexes includes followsymlinks none \
72 x-compress x-gzip
74 # whitespace (SCE_CONF_DEFAULT)
75 style.conf.0=fore:#808080,$(font.base)
76 # Comment (SCE_CONF_COMMENT)
77 style.conf.1=fore:#007F00,$(font.comment)
78 # Number (SCE_CONF_NUMBER)
79 style.conf.2=fore:#007F7F
80 # identifier (SCE_CONF_IDENTIFIER)
81 style.conf.9=fore:#00007F,bold
82 # extensions (like .gz, .tgz, .html) (SCE_CONF_EXTENSION)
83 style.conf.4=fore:#000000,back:#FFE0FF
84 # parameters for Apache Runtime directives (SCE_CONF_PARAMETER)
85 style.conf.5=fore:#000000,back:#FFE0FF
86 # Double quoted string (SCE_CONF_STRING)
87 style.conf.6=fore:#7F007F,$(font.monospace)
88 # Operators (SCE_CONF_OPERATOR)
89 style.conf.7=bold
90 # IP address (SCE_CONF_IP)
91 style.conf.8=fore:#007F7F,bold
92 # Apache Runtime Directive (SCE_CONF_DIRECTIVE)
93 style.conf.3=fore:#000000,back:#A0FFA0
95 # compiling/building simply checks for the correct symantics....
96 command.compile.$(file.patterns.conf)=httpd -t -f $(FilePath)
97 command.build.$(file.patterns.conf)=httpd -t -f $(FilePath)