====== Tools ====== VisualSubSync development is based mostly on free tools. ===== Development tools ===== ==== Main ==== * Delphi 7 Personal : The main tool, unfortunately it's not available anymore from Borland but you can find it with [[http://www.google.com/search?q=Delphi_7_Personal.zip|Google]] for example. ==== Components ==== * [[http://www.soft-gems.net/index.php?option=com_content&task=view&id=12&Itemid=33|VirtualTreeView]] : A very fast and powerful tree control. * [[http://www.yunqa.de/delphi/doku.php/products/tntunicodecontrols/index|TNT Unicode Controls]] : A set of controls for Unicode support. * [[http://delphi.mozdev.org/javascript_bridge/|JavaScript bridge]] : Used to build VSS plugins, it's based on Firefox JavaScript engine ([[http://www.mozilla.org/js/spidermonkey/|SpiderMonkey]]). * [[http://regexpstudio.com/|TRegExpr library]] : Regular expression library. * [[http://sourceforge.net/projects/fastmm/|FastMM]] : Memory manager used to debug memory leak. * [[http://dunit.sourceforge.net/|DUnit]] : Used for unitary tests. ==== Others ==== * [[http://tortoisesvn.net/|TortoiseSVN]] : SVN client to manage source code. * [[http://nsis.sourceforge.net/|NSIS]] : Used to build the installer. * [[http://winscp.net/|WinSCP]] * [[http://www.gnu.org/software/wget/|Wget]] ===== Wiki ===== * [[http://wiki.splitbrain.org/wiki:dokuwiki|DokuWiki]] : Wiki engine used to build this site. ==== Wiki plugins ==== * [[http://wiki.splitbrain.org/wiki:plugins:syntax_tutorial#sample_plugin_2_-_color|color]] * [[http://wiki.splitbrain.org/users:phptard:disableactionsbygroup|disableactionsbygroup]] * [[http://tatewake.com/wiki/projects:google_analytics_for_dokuwiki|googleanalytics]] * [[http://wiki.splitbrain.org/plugin:keywords|keywords]] * [[http://wiki.splitbrain.org/plugin:note|note]] * [[http://wiki.splitbrain.org/plugin:translation|translation]] ==== Wiki tools ==== * [[http://diberri.dyndns.org/wikipedia/html2wiki/index.html|HTML::WikiConverter]]