From d3aaf33d66443c0f18743a78511caf16df36cb69 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sun, 1 Apr 2007 15:08:52 -0400 Subject: teach fdi.dtd about contains_not, rip out RNG scheme Also add a note to the TODO list that we should have a hal-fdi-file-validate tool much like desktop-file-validate --- doc/TODO | 3 +++ fdi/Makefile.am | 4 +-- fdi/fdi.dtd | 1 + fdi/fdi.rng | 82 --------------------------------------------------------- 4 files changed, 6 insertions(+), 84 deletions(-) delete mode 100644 fdi/fdi.rng diff --git a/doc/TODO b/doc/TODO index a429ae03..5b7f125c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -15,6 +15,9 @@ Items specifically planned for 0.5.10 (TODO: need to go through and nominate things for 0.5.10) ------------------------------------ + - Should provide a hal-fdi-file-validate tool that validates fdi + files. + - Rip out translation framework (.po files) since only deprecated functions in libhal-storage have relied on it since the 0.5.8 release. diff --git a/fdi/Makefile.am b/fdi/Makefile.am index a8115b95..edf9d88c 100644 --- a/fdi/Makefile.am +++ b/fdi/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = information policy preprobe -EXTRA_DIST = fdi.dtd fdi.rng +EXTRA_DIST = fdi.dtd fdidir = $(datadir)/hal/fdi -dist_fdi_DATA = fdi.dtd fdi.rng +dist_fdi_DATA = fdi.dtd diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd index 1cf19e44..6084bb1a 100644 --- a/fdi/fdi.dtd +++ b/fdi/fdi.dtd @@ -20,6 +20,7 @@ is_absolute_path (false|true) #IMPLIED contains CDATA #IMPLIED contains_ncase CDATA #IMPLIED + contains_not CDATA #IMPLIED prefix CDATA #IMPLIED prefix_ncase CDATA #IMPLIED suffix CDATA #IMPLIED diff --git a/fdi/fdi.rng b/fdi/fdi.rng deleted file mode 100644 index fa212050..00000000 --- a/fdi/fdi.rng +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - 0.1 - 0.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - string - - - - - - int - - - - - - bool - - - - - - double - - - - - - - -- cgit v1.2.3