]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by PatrickWinnertz: suggest
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Jul 2007 21:10:01 +0000 (21:10 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 16 Jul 2007 21:10:01 +0000 (21:10 +0000)
doc/todo/latex.mdwn

index 2b6833ee71ecd2455d47e08530e77e326ae64120..7b3bbc31cb602ae93516597c8230f7b45ab0c0b0 100644 (file)
@@ -130,6 +130,17 @@ Fixed. I now use eval { create_tmp } and then:  if ($?) { $returncode = 0 } else
 
 Fixed. I'll removed these two lines completly.
 
+-----
+Okay here an short timetable how I want to proceed further:
+
+* Until weekend (21-22. July) I'll try to fix all errors above.
+* From 22.July until 29. July I'll try to set up a first security check
+  My plans are two parts of a security check:
+    * One with an array of blacklisted regular expression. (This would blacklist all the well known and easy to fetch things like \include {/path/to/something} and things like closing the math formula environment ($$).
+    * the second step will be based on Tom::latex, which will help to parse and get a tree view of the code.
+
+Okay what do you think of this procedure?
+
 > --[[Joey]]
 
 >> -- [[PatrickWinnertz]]