Elvin mentioned that I should tell you all things that you should
know.

Here are a few things;

1) For those who can login, our SLP's files are in
/home/c001/slp/public_html.

2) Logs are in /home/c001/slp/logs

3) The main HTML files in every major menu choice
are generated on the fly. So that we can

   a) Change the design as and when we like. Since it
        is modular.
   b) Easier for parallel work to be done. That is, you
        can edit your file without worrying what the surrounding
        border is like.

One example of this is /home/c001/slp/public_html/news/index.shtml.

<!--#exec cmd="/bin/cat ../newmenu.html" -->
<!--#exec cmd="/bin/cat news.html" -->
<!--#exec cmd="/bin/cat ../rightbar.html" -->

Whole idea, is to combine the header, data, and tailer together and
generate the whole page on the fly. If let say Boon Hwee or anyone
want to change the design, modifying newmenu.html and rightbar.html
is enough.

Object Oriented Concepts applied to webpage design to facilitate
parallel working. Coool idea, but I guess the non technical people
here will not appreciate it. Well, that is okie. :)

If you need to change the webpage, please do so. But do it
sensibly. This copy is a live copy. Thanks.

Reply via email to