On Sat, 2008-05-31 at 22:04 +0200, Simon Paillard wrote: > On Sat, May 31, 2008 at 06:09:25PM +0200, Franklin PIAT wrote: > > I've been doing some link checking from www.d.o to wiki.d.o. > > > > Some links to the following wiki pages are broken. I've attached the > > patches below (for English www pages only). > > Thanks for the notice. > > List of broken links can be found at : > http://people.debian.org/~djpig/urlcheck/
That's good to know... I would need to do something similar for the wiki, later. Currently, my purpose is to make sure that nobody renames/removes a wikipage[1], that is used in www.d.o pages or in packages.d.o descriptions/Homepages. > > Could someone with write access to the CVS apply them. > > Done with smart_changes.pl I've re-run my script... And I've noticed that I forgot the links prefixed with a question mark, like http://wiki.debian.org/?FooBar I've attached a file with smart_change commands to fix this (I'm not sure if I have to escape the question mark or not). Thanks, Franklin [1] http://wiki.debian.org/DebianWiki/EditorGuide#rename
#the question mark sign might need to be escaped ./smart_change.pl -s "s,http://wiki.debian.org/?DebianInstallerToday,http://wiki.debian.org/DebianInstaller/Today,g" english/News/weekly/2005/42/index.wml ./smart_change.pl -s "s,http://wiki.debian.org/?DealingWithSpam,http://wiki.debian.org/DebianWiki/DealingWithSpam,g" english/News/weekly/2005/41/index.wml

