changed git call from https to git readonly
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / options.ini
1 preservedocbooktags = false\r
2 \r
3 ;; used to highlight the {@source} inline tag, @filesource tag, and @example tag\r
4 [highlightSourceTokens]\r
5 ;; format:\r
6 ;; T_CONSTANTNAME = open\r
7 ;; /T_CONSTANTNAME = close\r
8 \r
9 T_INCLUDE = <span class="src-inc">\r
10 /T_INCLUDE = </span>\r
11 T_INCLUDE_ONCE = <span class="src-inc">\r
12 /T_INCLUDE_ONCE = </span>\r
13 T_REQUIRE_ONCE = <span class="src-inc">\r
14 /T_REQUIRE_ONCE = </span>\r
15 T_REQUIRE_ONCE = <span class="src-inc">\r
16 /T_REQUIRE_ONCE = </span>\r
17 \r
18 T_CONSTANT_ENCAPSED_STRING = <span class="src-str">\r
19 /T_CONSTANT_ENCAPSED_STRING = </span>\r
20 T_STRING_VARNAME = <span class="src-str">\r
21 /T_STRING_VARNAME = </span>\r
22 \r
23 T_STRING = <span class="src-id">\r
24 /T_STRING = </span>\r
25 \r
26 T_DNUMBER = <span class="src-num">\r
27 /T_DNUMBER = </span>\r
28 T_LNUMBER = <span class="src-num">\r
29 /T_LNUMBER = </span>\r
30 \r
31 T_VARIABLE = <span class="src-var">\r
32 /T_VARIABLE = </span>\r
33 \r
34 T_COMMENT = <span class="src-comm">\r
35 /T_COMMENT = </span>\r
36 T_ML_COMMENT = <span class="src-comm">\r
37 /T_ML_COMMENT = </span>\r
38 \r
39 T_OBJECT_OPERATOR = <span class="src-sym">\r
40 /T_OBJECT_OPERATOR = </span>\r
41 \r
42 T_ABSTRACT = <span class="src-key">\r
43 /T_ABSTRACT = </span>\r
44 T_CLONE = <span class="src-key">\r
45 /T_CLONE = </span>\r
46 T_HALT_COMPILER = <span class="src-key">\r
47 /T_HALT_COMPILER = </span>\r
48 T_ARRAY = <span class="src-key">\r
49 /T_ARRAY = </span>\r
50 T_AS = <span class="src-key">\r
51 /T_AS = </span>\r
52 T_BREAK = <span class="src-key">\r
53 /T_BREAK = </span>\r
54 T_CLASS = <span class="src-key">\r
55 /T_CLASS = </span>\r
56 T_CASE = <span class="src-key">\r
57 /T_CASE = </span>\r
58 T_CONST = <span class="src-key">\r
59 /T_CONST = </span>\r
60 T_CONTINUE = <span class="src-key">\r
61 /T_CONTINUE = </span>\r
62 T_DECLARE = <span class="src-key">\r
63 /T_DECLARE = </span>\r
64 T_DEFAULT = <span class="src-key">\r
65 /T_DEFAULT = </span>\r
66 T_ELSE = <span class="src-key">\r
67 /T_ELSE = </span>\r
68 T_ELSEIF = <span class="src-key">\r
69 /T_ELSEIF = </span>\r
70 T_EMPTY = <span class="src-key">\r
71 /T_EMPTY = </span>\r
72 T_ENDDECLARE = <span class="src-key">\r
73 /T_ENDDECLARE = </span>\r
74 T_ENDFOR = <span class="src-key">\r
75 /T_ENDFOR = </span>\r
76 T_ENDSWITCH = <span class="src-key">\r
77 /T_ENDSWITCH = </span>\r
78 T_ENDFOREACH = <span class="src-key">\r
79 /T_ENDFOREACH = </span>\r
80 T_ENDIF = <span class="src-key">\r
81 /T_ENDIF = </span>\r
82 T_ENDWHILE = <span class="src-key">\r
83 /T_ENDWHILE = </span>\r
84 T_EXIT = <span class="src-key">\r
85 /T_EXIT = </span>\r
86 T_EXTENDS = <span class="src-key">\r
87 /T_EXTENDS = </span>\r
88 T_FINAL = <span class="src-key">\r
89 /T_FINAL = </span>\r
90 T_FOR = <span class="src-key">\r
91 /T_FOR = </span>\r
92 T_FOREACH = <span class="src-key">\r
93 /T_FOREACH = </span>\r
94 T_FUNCTION = <span class="src-key">\r
95 /T_FUNCTION = </span>\r
96 T_GLOBAL = <span class="src-key">\r
97 /T_GLOBAL = </span>\r
98 T_IF = <span class="src-key">\r
99 /T_IF = </span>\r
100 T_IMPLEMENTS = <span class="src-key">\r
101 /T_IMPLEMENTS = </span>\r
102 T_INTERFACE = <span class="src-key">\r
103 /T_INTERFACE = </span>\r
104 T_LOGICAL_AND = <span class="src-key">\r
105 /T_LOGICAL_AND = </span>\r
106 T_LOGICAL_OR = <span class="src-key">\r
107 /T_LOGICAL_OR = </span>\r
108 T_LOGICAL_XOR = <span class="src-key">\r
109 /T_LOGICAL_XOR = </span>\r
110 T_NEW = <span class="src-key">\r
111 /T_NEW = </span>\r
112 T_PRIVATE = <span class="src-key">\r
113 /T_PRIVATE = </span>\r
114 T_PROTECTED = <span class="src-key">\r
115 /T_PROTECTED = </span>\r
116 T_PUBLIC = <span class="src-key">\r
117 /T_PUBLIC = </span>\r
118 T_RETURN = <span class="src-key">\r
119 /T_RETURN = </span>\r
120 T_STATIC = <span class="src-key">\r
121 /T_STATIC = </span>\r
122 T_SWITCH = <span class="src-key">\r
123 /T_SWITCH = </span>\r
124 T_VAR = <span class="src-key">\r
125 /T_VAR = </span>\r
126 T_WHILE = <span class="src-key">\r
127 /T_WHILE = </span>\r
128 \r
129 T_DOUBLE_COLON = <span class="src-sym">\r
130 /T_DOUBLE_COLON = </span>\r
131 \r
132 T_OPEN_TAG = <span class="src-php">\r
133 /T_OPEN_TAG = </span>\r
134 T_OPEN_TAG_WITH_ECHO = <span class="src-php">\r
135 /T_OPEN_TAG_WITH_ECHO = </span>\r
136 T_CLOSE_TAG = <span class="src-php">\r
137 /T_CLOSE_TAG = </span>\r
138 \r
139 \r
140 [highlightSource]\r
141 ;; this is for highlighting things that aren't tokens like "&"\r
142 ;; format:\r
143 ;; word = open\r
144 ;; /word = close\r
145 @ = <span class="src-sym">\r
146 /@ = </span>\r
147 & = <span class="src-sym">\r
148 /& = </span>\r
149 [ = <span class="src-sym">\r
150 /[ = </span>\r
151 ] = <span class="src-sym">\r
152 /] = </span>\r
153 ! = <span class="src-sym">\r
154 /! = </span>\r
155 ";" = <span class="src-sym">\r
156 /; = </span>\r
157 ( = <span class="src-sym">\r
158 /( = </span>\r
159 ) = <span class="src-sym">\r
160 /) = </span>\r
161 , = <span class="src-sym">\r
162 /, = </span>\r
163 { = <span class="src-sym">\r
164 /{ = </span>\r
165 } = <span class="src-sym">\r
166 /} = </span>\r
167 """ = <span class="src-str">\r
168 /" = </span>\r
169 \r
170 [highlightDocBlockSourceTokens]\r
171 ;; this is for docblock tokens, using by phpDocumentor_HighlightParser\r
172 ;; tagphptype is for "string" in @param string description, for example\r
173 docblock = <span class="src-doc">\r
174 /docblock = </span>\r
175 tagphptype = <span class="src-doc-type">\r
176 /tagphptype = </span>\r
177 tagvarname = <span class="src-doc-var">\r
178 /tagvarname = </span>\r
179 coretag = <span class="src-doc-coretag">\r
180 /coretag = </span>\r
181 tag = <span class="src-doc-tag">\r
182 /tag = </span>\r
183 inlinetag = <span class="src-doc-inlinetag">\r
184 /inlinetag = </span>\r
185 internal = <span class="src-doc-internal">\r
186 /internal = </span>\r
187 closetemplate = <span class="src-doc-close-template">\r
188 /closetemplate = </span>\r
189 docblocktemplate = <span class="src-doc-template">\r
190 /docblocktemplate = </span>\r
191 \r
192 [highlightTutorialSourceTokens]\r
193 ;; this is for XML DocBook-based tutorials, highlighted by phpDocumentor_TutorialHighlightParser\r
194 ;; <tag>\r
195 opentag = <span class="tute-tag">\r
196 /opentag = </span>\r
197 ;; </tag>\r
198 closetag = <span class="tute-tag">\r
199 /closetag = </span>\r
200 ;; <tag attribute="value">\r
201 attribute = <span class="tute-attribute-name">\r
202 /attribute = </span>\r
203 ;; <tag attribute="value">\r
204 attributevalue = <span class="tute-attribute-value">\r
205 /attributevalue = </span>\r
206 ;; &entity;\r
207 entity = <span class="tute-entity">\r
208 /entity = </span>\r
209 ;; <!-- comment -->\r
210 comment = <span class="tute-comment">\r
211 /comment = </span>\r
212 ;; {@inline tag}\r
213 itag = <span class="tute-inline-tag">\r
214 /itag = </span>\r
215 \r
216 ;; used for translation of html in DocBlocks\r
217 [desctranslate]\r
218 ul = <ul>\r
219 /ul = </ul>\r
220 ol = <ol>\r
221 /ol = </ol>\r
222 li = <li>\r
223 /li = </li>\r
224 code =\r
225 /code =\r
226 var = <var>\r
227 /var = </var>\r
228 samp = <samp>\r
229 /samp = </samp>\r
230 kbd = <kbd>\r
231 /kbd = </kbd>\r
232 pre = <pre>\r
233 /pre = </pre>\r
234 p = <p>\r
235 /p = </p>\r
236 b = <strong>\r
237 /b = </strong>\r
238 i = <em>\r
239 /i = </em>\r
240 br = <br />\r
241 \r
242 [ppage]\r
243 ;; this is the DocBook package page translation section.  All DocBook tags\r
244 ;; that have a corresponding html tag must be listed here.  Entities should\r
245 ;; also be listed here\r
246 ;;\r
247 ;; examples:\r
248 ;; 1)\r
249 ;; tagname = newtagname\r
250 ;;\r
251 ;; This is the simplest case, where all attributes will be added into the\r
252 ;; starting tag and the ending tag will be html/xml style </tranlatedtagname>\r
253 ;; <tagname></tagname> becomes <newtagname></newtagname> and\r
254 ;; <tagname attr="value"></tagname> becomes\r
255 ;; <newtagname attr="value"></newtagname>\r
256 ;;\r
257 ;; 2)\r
258 ;; tagname = newtagname\r
259 ;; tagname->attr = newattrname\r
260 ;;\r
261 ;; in this case, everything will be like the first case, except tags like:\r
262 ;; <tagname attr="value"></tagname> will become\r
263 ;; <newtagname newattrname="value"></newtagname>\r
264 ;;\r
265 ;; 3)\r
266 ;; tagname = newtagname\r
267 ;; tagname->attr = newattrname\r
268 ;; tagname->attr+value = newvalue\r
269 ;;\r
270 ;; in this case, the value is also translated to another.  This can be useful\r
271 ;; for instances such as focus="middle" changing to align="center" or something\r
272 ;; of that nature.\r
273 ;; <tagname attr="value"></tagname> will become\r
274 ;; <newtagname newattrname="newvalue"></newtagname>\r
275 ;;\r
276 ;; 4)\r
277 ;; tagname = newtagname\r
278 ;; tagname->attr1 = newattrname\r
279 ;; tagname->attr2 = newattrname\r
280 ;; tagname->attr1+value|attr2+value = newvalue\r
281 ;;\r
282 ;; in this case, two attributes combine to make one new attribute, and the combined\r
283 ;; value is translated into a new value\r
284 ;; <tagname attr1="value1" attr2="value2"></tagname> will become\r
285 ;; <newtagname newattrname="newvalue"></newtagname>\r
286 ;;\r
287 ;; 5)\r
288 ;; tagname = newtagname\r
289 ;; tagname!attr = dummy\r
290 ;;\r
291 ;; here, the attribute will be ignored.  dummy is not used and may be any value\r
292 ;; <tagname attr="value"></tagname> will become\r
293 ;; <newtagname></newtagname>\r
294 ;;\r
295 ;; 6)\r
296 ;; tagname = newtagname\r
297 ;; tagname! = dummy\r
298 ;;\r
299 ;; here, all attributes will be ignored.  dummy is not used and may be any value\r
300 ;; <tagname attr1="value" attr2="foo"></tagname> will become\r
301 ;; <newtagname></newtagname>\r
302 ;;\r
303 ;; 7)\r
304 ;; tagname = newtagname\r
305 ;; tagname/ = 1\r
306 ;;\r
307 ;; here, the tag will be translated as a single tag with no closing tag, and all\r
308 ;; attributes\r
309 ;; <tagname attr="val">{text text}</tagname> will become\r
310 ;; <newtagname attr="val" />\r
311 ;;\r
312 ;; 8)\r
313 ;; tagname = <starttaginfo />\r
314 ;; /tagname = closetagtext\r
315 ;;\r
316 ;; in this case, the text <starttaginfo> will be inserted exactly as entered for\r
317 ;; <tagname> and closetagtext for </tagname>\r
318 ;; <tagname attr="val"></tagname> will become\r
319 ;; <starttaginfo />closetagtext\r
320 ;;\r
321 ;; 9)\r
322 ;; $attr$my_attribute = newattrname\r
323 ;;\r
324 ;; tagname = newtagname\r
325 ;;\r
326 ;; in this case, all occurences of my_attribute in any tag will be changed to\r
327 ;; newattrname.  This is useful for changing things like role="php" to\r
328 ;; class="php," for example.  Note that the text "$attr$" MUST be on the line\r
329 ;; start for phpDocumentor to recognize it.\r
330 ;;\r
331 ;; 10)\r
332 ;; &entity; = translation text\r
333 ;; &quot; = &quot;\r
334 ;; &quot; = """\r
335 ;; &lt; = <\r
336 ;;\r
337 ;; Use this to control translation of entities to their appropriate values\r
338 \r
339 &nbsp; = &nbsp;\r
340 &quot; = &quot;\r
341 &rdquo; = &rdquo;\r
342 &ldquo; = &ldquo;\r
343 &amp; = &amp;\r
344 &lt; = &lt;\r
345 &gt; = &gt;\r
346 &copy; = &copy;\r
347 \r
348 $attr$role = class\r
349 \r
350 abbrev = abbr\r
351 \r
352 blockquote = blockquote\r
353 \r
354 arg = span\r
355 arg->choice = class\r
356 \r
357 author = <span class="author">\r
358 /author = </span>\r
359 author! = 0\r
360 \r
361 authorblurb = <div class="author-blurb">\r
362 /authorblurb = </div>\r
363 \r
364 authorgroup = <div class="authors"><h2 class="title">Authors</h2>\r
365 /authorgroup = </div>\r
366 authorgroup! = 0\r
367 \r
368 caution = <span class="warning">\r
369 /caution = </span>\r
370 caution! = 0\r
371 \r
372 cmdsynopsis = <div class="cmd-synopsis">\r
373 /cmdsynopsis = </div>\r
374 \r
375 command = <span class="cmd-title">\r
376 /command = </span>\r
377 \r
378 copyright = <div class="notes">\r
379 /copyright = </div>\r
380 \r
381 emphasis = em\r
382 \r
383 example = <div class="src-code">\r
384 /example = </div>\r
385 example! = 0\r
386 \r
387 formalpara = p\r
388 \r
389 graphic = img\r
390 graphic->fileref = src\r
391 graphic/ =\r
392 \r
393 function =\r
394 /function = ()\r
395 \r
396 important = strong\r
397 \r
398 informalequation = blockquote\r
399 \r
400 informalexample = div\r
401 \r
402 inlineequation = em\r
403 \r
404 itemizedlist = ul\r
405 \r
406 listitem = li\r
407 \r
408 literal = code\r
409 \r
410 literallayout = span\r
411 \r
412 option = " "\r
413 /option = \r
414 \r
415 orderedlist = ol\r
416 \r
417 para = p\r
418 \r
419 programlisting = <div class="src-code">\r
420 /programlisting = </div>\r
421 programlisting! = 0\r
422 \r
423 refentry = div\r
424 \r
425 refnamediv = <div class="ref-title-box">\r
426 /refnamediv = </div>\r
427 refnamediv! = 0\r
428 \r
429 refname = <h1 class="ref-title">\r
430 /refname = </h1>\r
431 \r
432 refpurpose = <h2 class="ref-purpose">\r
433 /refpurpose = </h2>\r
434 \r
435 refsynopsisdiv = <div class="ref-synopsis">\r
436 /refsynopsisdiv = </div>\r
437 refsynopsisdiv! = 0\r
438 \r
439 refsect1 = span\r
440 \r
441 refsect2 = span\r
442 \r
443 refsect3 = \r
444 /refsect3 = <br />\r
445 \r
446 releaseinfo = <div class="release-info">(\r
447 /releaseinfo = )</div>\r
448 \r
449 simpara = \r
450 /simpara = <br />\r
451 simpara! = 0\r
452 \r
453 subscript = sub\r
454 \r
455 superscript = super\r
456 \r
457 table = table\r
458 \r
459 table->colsep = rules\r
460 table->rowsep = rules\r
461 table->colsep+1|rowsep+1 =all\r
462 table->colsep+1|rowsep+0 =cols\r
463 table->colsep+0|rowsep+1 =rows\r
464 \r
465 table->frame =frame\r
466 table->frame+all =border\r
467 table->frame+none =void\r
468 table->frame+sides =vsides\r
469 table->frame+top =above\r
470 table->frame+topbot =hsides\r
471 \r
472 thead = thead\r
473 \r
474 tfoot = tfoot\r
475 \r
476 tbody = tbody\r
477 \r
478 colspec = col\r
479 \r
480 tgroup = colgroup\r
481 tgroup/ = 1\r
482 tgroup->cols = span\r
483 \r
484 row = tr\r
485 \r
486 entry = td\r
487 entry->morerows = colspan\r
488 entry->morerows+1 =2\r
489 entry->morerows+2 =3\r
490 entry->morerows+3 =4\r
491 entry->morerows+4 =5\r
492 entry->morerows+5 =6\r
493 entry->morerows+6 =7\r
494 entry->morerows+7 =8\r
495 entry->morerows+8 =9\r
496 entry->morerows+9 =10\r
497 entry->morerows+10 =11\r
498 ;; add more if you need more colspans\r
499 \r
500 warning = <span class="warning">\r
501 /warning = </span>\r
502 warning! = 0\r
503 \r
504 ;; now begins the attributes that should be tags in cdata\r
505 [$attr$id]\r
506 open = a\r
507 ;close = /a\r
508 cdata! = true\r
509 quotevalues = true\r
510 separator = "="\r
511 ;separateall = true\r
512 $id = name\r
513 \r
514 ;; now begins the sections that deal with <title>\r
515 [refsynopsisdiv_title]\r
516 ;tag_attr = true\r
517 ;attr_name = title\r
518 cdata_start = true\r
519 ;cdata_end = true\r
520 open = <h1 class="title">\r
521 close = </h1>\r
522 \r
523 [refsect1_title]\r
524 ;tag_attr = true\r
525 ;attr_name = title\r
526 cdata_start = true\r
527 ;cdata_end = true\r
528 open = <h2 class="title">\r
529 close = </h2>\r
530 \r
531 [refsect2_title]\r
532 ;tag_attr = true\r
533 ;attr_name = title\r
534 cdata_start = true\r
535 ;cdata_end = true\r
536 open = <h3 class="title">\r
537 close = </h3>\r
538 \r
539 [refsect3_title]\r
540 ;tag_attr = true\r
541 ;attr_name = title\r
542 cdata_start = true\r
543 ;cdata_end = true\r
544 open = <h4 class="title">\r
545 close = </h4>\r
546 \r
547 [para_title]\r
548 ;tag_attr = true\r
549 ;attr_name = title\r
550 cdata_start = true\r
551 ;cdata_end = true\r
552 open = <div class="title">\r
553 close = </div>\r
554 \r
555 [formalpara_title]\r
556 ;tag_attr = true\r
557 ;attr_name = title\r
558 cdata_start = true\r
559 ;cdata_end = true\r
560 open = <div class="title">\r
561 close = </div>\r
562 \r
563 [example_title]\r
564 ;tag_attr = true\r
565 ;attr_name = title\r
566 ;cdata_start = true\r
567 cdata_end = true\r
568 open = </td></tr><tr><td><strong>\r
569 close = </strong>\r
570 \r
571 [table_title]\r
572 ;tag_attr = true\r
573 ;attr_name = true\r
574 cdata_start = true\r
575 open = <caption>\r
576 close = </caption>\r