Tech Zone » Techzone-HTML2Wiki
Techzone-HTML2WikiHere is my third JAVA application. A very simple HTML to Wiki converter for the ErfurtWiki synthax. I've used this little programm to convert the ProgrammingHints into Wiki synthax. It's totally incomplete and many HTML tags are ignored. Tables will also not be translated. I decided to use JAVA because it is one of my todos since a long time to learn JAVA. I've developed it with Eclipse and I'm quite impressed of some features of Eclipse (refactoring methods, editor helps...) and also of JAVA (nested classes for ex.). There is currently only one thing in JAVA that irritates me a little. The weird string and character handling. It is quite complicated to handle Strings, StringBuilders and other character stuff. The little app is done from scratch, not very well commented and also not very well designed ;) But maybe it is useful for someone. It demonstrates the usage of the HTML parser class and some other small JAVA things. You can download it here. |
Tech Zone » Techzone-HTML2Wiki