aboutsummaryrefslogtreecommitdiff
path: root/scripts/PLAN
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-06-20 14:33:26 +0000
committerRob Austein <sra@hactrn.net>2007-06-20 14:33:26 +0000
commit6acbb9ce64bacf07cd6a0fd0a26aa16a3d32d6fa (patch)
tree6c367d5883671237067c0f65b8a50d697275c805 /scripts/PLAN
parent653bcec48132b7a73b8ac4dd59f99d4d8ff5eb68 (diff)
Checkpoint
svn path=/scripts/PLAN; revision=672
Diffstat (limited to 'scripts/PLAN')
-rw-r--r--scripts/PLAN6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/PLAN b/scripts/PLAN
index 073317ef..13f9de93 100644
--- a/scripts/PLAN
+++ b/scripts/PLAN
@@ -18,6 +18,12 @@ Rough plan for initial prototype RE.
Log everything as we go and use Data::Dumper to log content of Perl
data structures.
+ APNIC is specifying schema in RNC (RelaxNG Compact) syntax, xmllint
+ wants RNG (RelaxNG XML) syntax, so use /usr/ports/textproc/trang to
+ convert:
+
+ $ trang foo.rnc foo.rng
+
3) Whack (2) into something that does this over minimal HTTP.
4) [to be continued...]