Piiit / pwPHPwiki

WIKI CMS written in object oriented PHP. Note: This project depends on https://github.com/Piiit/pwPHPtools
1 stars 1 forks source link

Intermediate representation for testing #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create an intermediate representation of parsed wiki pages, that is, tags 
without any kind of additional information, like color etc. that are not 
mandatory, to distinguish them from other tags.

This could also be done after the normal output, just replace all style 
attributes and class attributes from html file. Keeping only the class 
attributes for certain tags.

example:
= header =  -> <h1>header</h1>

Original issue reported on code.google.com by pitiz29a on 6 Feb 2014 at 8:40

GoogleCodeExporter commented 9 years ago
Additionally:
 - Create a folder "tests" with tests and expected output files to check wikisyntax
 - See wiki2html FLAC project for details

Original comment by pitiz29a on 21 Feb 2014 at 2:40