X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e2ae0deb7209f3028cacb2147b96e15b82274f00..31936ad199ddd9fc371f0ee22788ab733ac5fd2e:/doc/todo/latex.mdwn diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 08d9ce578..58a522282 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -117,6 +117,8 @@ Yes of course, I'll improve the url handling. My comment was only about the seve >>> Or just propigate up an error message. If it's failing, someone is >>> probably trying to DOS ikiwiki or something. :-) +Fixed. I now use eval { create_tmp } and then: if ($?) { $returncode = 0 } else { save .tex file ... } ... + > I'm not sure why you're sanitising the PATH before calling latex. This could be problimatic on systems where latex is not in /bin or /usr/bin @@ -128,10 +130,31 @@ Yes of course, I'll improve the url handling. My comment was only about the seve 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]] ---- +> It would be nice if it would output image tags with style="height:1em;" so that the formulas scale +> with the rest of the text if you change the font size in your browser (ctrl + +/-). + + +Thanks for the comment.. is fixed. + +----- + [[tag soc]] + +[[tag wishlist]]