[freeside-commits] freeside/bin pod2x,1.7.2.3,1.7.2.4
Ivan,,,
ivan at wavetail.420.am
Wed Oct 3 19:07:09 PDT 2007
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv13458
Modified Files:
Tag: FREESIDE_1_7_BRANCH
pod2x
Log Message:
bah! THIS should fix munging of non-internal links, i hope
Index: pod2x
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/pod2x,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- pod2x 4 Oct 2007 01:56:13 -0000 1.7.2.3
+++ pod2x 4 Oct 2007 02:07:07 -0000 1.7.2.4
@@ -104,7 +104,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/\[\[([^#p][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
print WIKI $_;
}
close RAW;
More information about the freeside-commits
mailing list