- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2005 11:21:39 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools In directory homer:/tmp/cvs-serv3033 Modified Files: setup-namespaces Log Message: Removed AD feature Index: setup-namespaces =================================================================== RCS file: /sources/public/2002/ws/desc/tools/setup-namespaces,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** setup-namespaces 3 May 2005 11:12:33 -0000 1.16 --- setup-namespaces 3 May 2005 11:21:37 -0000 1.17 *************** *** 60,64 **** if ($ID eq 'PART2') { &createDir("$TARGET/style"); - &createDir("$TARGET/feature"); &createDir("$TARGET/style"); } --- 60,63 ---- *************** *** 124,131 **** RewriteRule ^out-multi-in$ patterns.html RewriteRule ^asynch-out-in$ patterns.html - RewriteRule ^module/AD$ feature/ad.html - RewriteRule ^feature/AD$ feature/ad.html - RewriteRule ^feature/AD-HTTP$ feature/ad.html - RewriteRule ^feature/AD/data$ feature/ad.html '; } --- 123,126 ---- *************** *** 182,198 **** &genStyleDoc('multipart.html', 'Multipart'); } - - ########################################################################### - # Features - - sub genFeatureDoc() { - my ($fn, $name) = @_; - my $c = &readFromTemplate("feature.html"); - $c =~ s|\@NAME\@|$name|g; - &writeInDoc("$TARGET/feature/$fn", $c); - print "Generated feature/$fn\n"; - } - - if ($ID eq 'PART2') { - &genFeatureDoc('ad.html', 'Application Data'); - } --- 177,178 ----
Received on Tuesday, 3 May 2005 11:21:48 UTC