[freeside-commits] freeside/bin pod2x,1.9,1.10

Ivan,,, ivan at wavetail.420.am
Wed Oct 3 19:07:08 PDT 2007


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv13453

Modified Files:
	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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pod2x	4 Oct 2007 01:56:12 -0000	1.9
+++ pod2x	4 Oct 2007 02:07:06 -0000	1.10
@@ -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/\[\[([^#p][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge;
     print WIKI $_;
   }
   close RAW;



More information about the freeside-commits mailing list