Author: jleroux Date: Thu Jan 11 10:09:32 2018 New Revision: 1820854 URL: http://svn.apache.org/viewvc?rev=1820854&view=rev Log: Adds an updateWiki.bat file, which relies on Pandoc. It's used to generate HTML files from .md files. Those are then imported from misc. wiki pages
Added: ofbiz/tools/updateWiki.bat (with props) Added: ofbiz/tools/updateWiki.bat URL: http://svn.apache.org/viewvc/ofbiz/tools/updateWiki.bat?rev=1820854&view=auto ============================================================================== --- ofbiz/tools/updateWiki.bat (added) +++ ofbiz/tools/updateWiki.bat Thu Jan 11 10:09:32 2018 @@ -0,0 +1,21 @@ +cd .. + +pandoc README.md -s -o tools/wiki-files/README.md.html + +pandoc applications/datamodel/DATAMODEL_CHANGES.md -s -o tools/wiki-files/data-model/DATAMODEL_CHANGES.md.html + +pandoc themes/README.md -s -o tools/wiki-files/themes/README.md.html + +pandoc "plugins/birt/documents/Creating reports.md" -s -o "tools/wiki-files/birt/Creating reports.md.html" +pandoc "plugins/birt/documents/Using the Birt Report Designer.md" -s -o "tools/wiki-files/birt/Using the Birt Report Designer.md.html" +pandoc "plugins/birt/documents/How to use flexible reports.md" -s -o "tools/wiki-files/birt/How to use flexible reports.md.html" +pandoc "plugins/birt/documents/Report master creation.md" -s -o "tools/wiki-files/birt/Report master creation.md.html" + +pandoc tools/demo-backup/README.md -s -o tools/wiki-files/demos/README.md.html +pandoc tools/documentation/BuildBot/BuildBot.md -s -o tools/wiki-files/BuildBot/BuildBot.md.html + + +cd tools +TortoiseProc /command:commit /path:"C:\projectsASF\ofbiz\tools*C:\projectsASF\ofbiz\" + +cd.. \ No newline at end of file Propchange: ofbiz/tools/updateWiki.bat ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/tools/updateWiki.bat ------------------------------------------------------------------------------ svn:executable = * Propchange: ofbiz/tools/updateWiki.bat ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/tools/updateWiki.bat ------------------------------------------------------------------------------ svn:mime-type = text/plain