[nurpawiki] r466 committed - Apply Vladimir Zapolskiy's patch to issue 64 -- this will allow https ...

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 7, 2009, 2:21:15 PM9/7/09
to nurpawiki-n...@googlegroups.com
Revision: 466
Author: jjhellst
Date: Mon Sep 7 11:20:38 2009
Log: Apply Vladimir Zapolskiy's patch to issue 64 -- this will allow https
links to be used in wiki pages
http://code.google.com/p/nurpawiki/source/detail?r=466

Modified:
/trunk/main.ml

=======================================
--- /trunk/main.ml Sun Mar 8 09:00:05 2009
+++ /trunk/main.ml Mon Sep 7 11:20:38 2009
@@ -145,11 +145,11 @@
let wikilink_re = Pcre.regexp "^([!]?[A-Z][a-z]+([A-Z][a-z]+)+)"

let wikilinkanum_re =
- Pcre.regexp ("^(\\[(wiki|file|http):("^accepted_chars_sans_ws^
+ Pcre.regexp ("^(\\[(wiki|file|http|https|
ftp):("^accepted_chars_sans_ws^
")[ ]+("^accepted_chars^")\\])")

let wikilinkanum_no_text_re =
- Pcre.regexp ("^(\\[(wiki|file|
http):("^accepted_chars_sans_ws^")\\])")
+ Pcre.regexp ("^(\\[(wiki|file|http|https|
ftp):("^accepted_chars_sans_ws^")\\])")

let todo_re =
Pcre.regexp ("\\[todo:([0-9]+)( "^accepted_chars^")?\\]")

Reply all
Reply to author
Forward
0 new messages