[veryquickwiki-users] mediaWiki equivalents for vqwiki syntax
Status: Abandoned
Brought to you by:
mteodori
From: Russ T. <ru...@re...> - 2010-07-21 22:33:44
|
Hi, back working on my vqwiki -> mediawiki source translator. I'm now able to do round-trip conversion from vqwiki -> intermediate form -> vqwiki again, for my source content, which is about 800 pages. So I'm starting to work on the mediaWiki tags, learning as I go. I'm a bit stuck on the following vqwiki tags: VQ_HTML_LQ = [<html>] VQ_HTML_RQ = [</html>] VQ_JAVA_LQ = [<java>] VQ_JAVA_RQ = [</java>] It seems that mediaWiki has no equivalent syntax to demarcate embedded html - or am I missing something? Perhaps I can just discard these tags? I'm pretty sure the <java> tags are special to vqwiki, right? thanks a lot for any help! -Russ |