#2296: Export wiki pages to latex
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]        |        Owner:  athomas
     Type:  enhancement         |       Status:  closed 
 Priority:  normal              |    Milestone:         
Component:  wiki                |      Version:  devel  
 Severity:  normal              |   Resolution:  wontfix
 Keywords:  mimetype converter  |  
--------------------------------+-------------------------------------------
Changes (by cboos):

  * resolution:  => wontfix
  * status:  assigned => closed

Comment:

 Making the Wiki parser reusable by separating the parsing and formatting
 steps, and using a recursive descent parser instead of a regexp-based
 engine
 are two different things. The former can be achieved without the latter,
 and I have the feeling that getting away from regexps will be bad in terms
 of performance (see Trac-Dev:316 and the following DrProject's
 [http://pyre.third-bit.com/blog/archives/417.html blog entry]),
 and make it less flexible for introducing new constructions
 and being extensible by plugins.

 Also, a Wiki engine is different than a parser for a programming language,
 as it parses text meant to be read by humans ;)

 For Trent's plugin, see TracHacks:PageToLatexPlugin.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2296>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to