PiRSquared17 / wiki2latex

Automatically exported from code.google.com/p/wiki2latex
0 stars 0 forks source link

Parse in the order of Mediawiki #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the parser does not fully work the way the orig-parser is
handling a string. This needs to be changed, so that:

1. the parsing is mainly done by a function 'internalparse()'
2. Before parsing starts, everything necessary is stripped (tags, etc.)

Original issue reported on code.google.com by hansgeorg.kluge@gmail.com on 2 Mar 2007 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 2 Mar 2007 at 6:32

GoogleCodeExporter commented 9 years ago
Partly fixed. But Parserfunctions and templates are parsed in internalParse 
also.

Still needs some work.

Original comment by hansgeorg.kluge@gmail.com on 20 Aug 2007 at 10:59

GoogleCodeExporter commented 9 years ago
internalParse now parses like Mediawiki. parse still works a bit different. 

Original comment by hansgeorg.kluge@gmail.com on 9 Oct 2007 at 11:01

GoogleCodeExporter commented 9 years ago
Some parser changes done by MW 1.12 throw this bug back to the beginning. Main 
issue
is now Parserfunctions and Templates.

This bug probably won't make it to 1.0...

Original comment by hansgeorg.kluge@gmail.com on 2 Sep 2008 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 18 Feb 2009 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 18 Feb 2009 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 22 Feb 2011 at 9:59