summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2008-07-21 01:43:04 +0000
committerAlec Warner <antarus@gentoo.org>2008-07-21 01:43:04 +0000
commit3e1cad578f870f4274ec6859f2c253a960750cc3 (patch)
treeb27e8db554d643e10ae1f527e3d0ee980b90ec6d /users
parentFirst attempt at fixing bugs involving <pkg>, <pkg> stuff. Whitespace bug st... (diff)
downloadgentoo-3e1cad578f870f4274ec6859f2c253a960750cc3.tar.gz
gentoo-3e1cad578f870f4274ec6859f2c253a960750cc3.tar.bz2
gentoo-3e1cad578f870f4274ec6859f2c253a960750cc3.zip
Oh, also added support for external category files per jmbsvicetto. Explicitly state that this script doesn't really care about well formed XML and will gladly do the needful on whatever it can (for better or worse there).
Diffstat (limited to 'users')
-rw-r--r--users/antarus/projects/infra/use_desc_gen2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/antarus/projects/infra/use_desc_gen b/users/antarus/projects/infra/use_desc_gen
index 2b7b5ff4c6..b7fe1eb081 100644
--- a/users/antarus/projects/infra/use_desc_gen
+++ b/users/antarus/projects/infra/use_desc_gen
@@ -8,6 +8,8 @@ This module attempts to read metadata.xml files in an ebuild repository and
uses the <flag> xml tags to generate a set of documentation for local USE
flags.
+It is a non-goal of this script to validate XML contents.
+
CAVEATS:
TEXT, <pkg>, <pkg>, TEXT. is difficult to parse into text and requires icky
rules; see _GetTextFromNode for the nasty details.