Workspace Scripts
Intro
Bash Notes
Bash Scripts
Perl Scripts
Script Documentation
IDE Scripts
Links
Bash Setup
Issues
This website uses scripts to preprocess web pages. My development environment uses scripts for tools and documnentation.
The main collection of scripts are used in building the ide.
By my convention perl scripts are in a
their own script folder called script and operate from the parent directory.
update.pl if it exists is the
script update for the parent directory.
The perl scritps are in their own directory because I have gone OOP and packaged the code. While it takes longer to write the code, I have much greater reuse of code and OO relationships, in just a short time of doing this I am amazed, impressed, ... OO at the file system level is good.
validate.
validate2 <file> looks at the first lines validatefiles validatefilesneg look at files
in the current directory and report failures respectively.
Hyperlinks play a key part to this sites navigation.
Conventions