Page Tools:
Wiki Relationships:
Admin Tools:
Projects:webide
Home | News | Requirements | Documentation | Plugins | Screenshots | FAQ | Todo
About Spike Web IDE
This Web IDE is a very basic tool that allows a user to manipulate any sort of application, so long as it may be invoked through command line and it outputs (preferably html) to a specified directory.
This will benefit anyone wishing to bypass a lot of repetitive command line typing. Suppose you are developing a PHP application, and you use PHPCheckstyle, PHP Security Audit, and PHP Code Coverage to continually refresh output regarding your application. You could plugin these tools with the information you need, ultimately reducing your pains to the click of an execute button.
The IDE simply uses .conf files from the conf/ directory to concatenate together an executable shell command string. See Plugins or conf/Conf_Directions, inside the distribution, for more information. These .conf files will define how to do the background execution, as well as optionally determining how to present the same information on the generated HTML form.

Testing
