====== HTML to Wiki converter ====== **Goal** Extend a translator from HTML to a Wiki syntax **Language** C/C++ (or Python) **Tools** Bison/Flex **Credits** 1/2 students This project aims at extending an existing translator from HTML to a set of wiki languages, including [[http://wiki.splitbrain.org/wiki:dokuwiki|Dokuwiki]]. This translator is able to recognize internal links, and translate them to wiki references, as well as preserving the document layout and formatting. However, the code was developed across several Lab SW projects, and needs a software engineering step including some refactoring, debugging, testing on significant websites, UI redesign and documentation to be released to the public.