Valid
	XHTML 1.1! Valid CSS!
Created 2010-11-22   Modified

proj IDE Scriptshome

Intro
Projects Sourcetable Update
Issues

Intro

Scripts used in the IDE implementation. This is separated into two tasks with supporting documentation and compilation. Some scripts work on updating the html display. Others command line tools, often used in work flow.

The aim of this document is to document IDE script development, and is part of my Workspace Scripts.

Simply put the aim is to make the project accessible without even doing compilation. So as the developer I can approach the workspace and gleam its state.

The scripts for the ide are in the ide directory. ide/ide.sh Builds/sources in script files for the ide and is the main or central point for the ide.

Projects Sourcetable Update

The projects doc is independent of the CI and uses Doxygen[Doxyfile] to generate a detailed source tree indexing.

Issues