aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plan/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plan/README')
-rw-r--r--doc/plan/README36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/plan/README b/doc/plan/README
deleted file mode 100644
index c5a3d00ae..000000000
--- a/doc/plan/README
+++ /dev/null
@@ -1,36 +0,0 @@
-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.