blob: c5a3d00ae43bd4d0cbcf014050c041d1a5fd7476 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Epiphany Plan README
ITEM STATUS INFORMATION
=======================
Each <item> needs to have a status assigned; possible values are:
orphan
pending
delayed
designed
implementing
completed
HTML TRANSFORMATION
===================
The XSLT stylesheet shipped with the plan, plan2table.xsl, will
transform the plan's XML into a nice HTML table by using:
xsltproc -o plan.html plan2table.xsl plan.xml
VALIDATION
==========
There's a DTD associated with the Epiphany plan, ephyplan.dtd.
To prevent typos, you could validate the plan before commiting changes
to CVS by using:
xmllint --noout --valid plan.xml
You could also simply run "make" in this directory, which will
validate the xml input file first, and then transform it to html.
|