File: TODO.RENDERER

package info (click to toggle)
php-doc 20140201-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 74,084 kB
  • ctags: 4,040
  • sloc: xml: 998,137; php: 20,812; cpp: 500; sh: 177; makefile: 63; awk: 28
file content (19 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

TODO:
	- Learn the alphabet
	- Sort the elementmaps after purpose and then alphabetically
	- Sort the methods like the elementmaps
	- Implement method to generate markup for the default attributes
	- Implement the remaining elements and attributes of the Docbook format
    - The abstract formats should be traits
    - Each Package should define a trait abstracting the general format
    inspecific customization, f.e. the version info in the PHP package

Features:
    - Auto generate ids for chunks, without requiring xml:id
    - Create a generic and customizable indexer
    - Automatically create "lists" (i.e. figures, tables, etc)


- The PHP Documentation team