This site will look much better in a browser that supports web standards, but should be accessible to any browser or Internet device.

<< Back: Gallery Install <<

Week Six Quick Reminders
[some of the topics & commands covered]

More Basic Commands & Tools

Some Reminders on For Writing Shell Scripts & Functions

  1. Start with #/bin/sh
  2. Lines starting with the hash mark # are comments and are not executed
  3. Always check to see if a function name is used prior to creating a new one so you will not accidentally overwrite and existing function.
  4. When creating a function, make sure there is a blank space after the first curly bracket { .
  5. Lines of scripts or functions are separated by a hard return.
  6. When a command between curly braces is on a single line, a semi-colon is required at the end.  If curly braces are on separate lines, a semi-colon is not required.

Gallery Script Install

Step-by-step notes on previous page.

Threads and Links on Cleaning Up Messy Gallery Codes

Sounds like Version 2 [called G2 in threads] is working toward XHTML Strict compliance.  Yah!  I may hold off digging deeply here until that happens.  Unless I find time to dig in & figure out what's generating all that messy code and can change it, or find a spot where someone else has done that.

Gallery Forum Threads

Tutorials

<< Back: Gallery Install <<