Changed EphyHistoryWindow to use the new backend, some things still remain (selected_...
[ephy-soc.git] / doc / plan / .svn / text-base / README.svn-base
blobc5a3d00ae43bd4d0cbcf014050c041d1a5fd7476
1 Epiphany Plan README
4 ITEM STATUS INFORMATION
5 =======================
7 Each <item> needs to have a status assigned; possible values are:
9     orphan
10     pending
11     delayed
12     designed
13     implementing
14     completed
17 HTML TRANSFORMATION
18 ===================
20 The XSLT stylesheet shipped with the plan, plan2table.xsl, will
21 transform the plan's XML into a nice HTML table by using:
23     xsltproc -o plan.html plan2table.xsl plan.xml
26 VALIDATION
27 ==========
29 There's a DTD associated with the Epiphany plan, ephyplan.dtd.
30 To prevent typos, you could validate the plan before commiting changes
31 to CVS by using:
33     xmllint --noout --valid plan.xml
35 You could also simply run "make" in this directory, which will
36 validate the xml input file first, and then transform it to html.