File: TODO.RENDERER

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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