[freeside-commits] freeside/bin pod2x,1.8,1.9
Ivan,,,
ivan at wavetail.420.am
Wed Oct 3 18:56:15 PDT 2007
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv12994
Modified Files:
pod2x
Log Message:
this *should* fix munging of non-internal links, i hope
Index: pod2x
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/pod2x,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pod2x 4 Oct 2007 01:49:10 -0000 1.8
+++ pod2x 4 Oct 2007 01:56:12 -0000 1.9
@@ -106,7 +106,7 @@
open(RAW, "<$html/$name.rawwiki") or die $!;
open(WIKI,">$html/$name.wiki" ) or die $!;
while (<RAW>) {
- s/\[\[([^#][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
+ s/\[\[([^#\/][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
print WIKI $_;
}
close RAW;
More information about the freeside-commits
mailing list