allan wrote:
hi


one of the major problems with the content html-valid-wise is the encoding of urls.


for instance this file:

modperl-docs/src/download/binaries.pod


has this url:

http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer


that should be corrected to:

http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:%2FPPMServer


and plenty plenty others similar to that ...

Good catch!

my questions is:

a) should one of us (i dont mind to do it) go thru all of
these src-files manually and fix them.

b) should/could we somehow automate these fixes if possible, to
prevent failure in future? i dont know how we can do that,
but maybe we can automatically syntax check after a complete build
with the sgml-checker you are using stas?
We can handle this during the build, I'll add the code to do that properly.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to