mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
18 lines
671 B
Plaintext
18 lines
671 B
Plaintext
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
|