Main Web Page Updating and Maintenance

General Layout
main directory - index.php
/css directory - contains the cascading style sheets that control the overall look and feel of the site
/include directory - contains the files for menus, layout of main page
/Img directory - contains the images files for main image, features, etc
/committees directory - contains the directories for the committees web pages.
/many other directories - contains lots of stuff

Key Files
index.php - the main page
/css/siteStyle_1024.css - css code for large screen displays
/css/siteStyle_800.css - css code for small displays
/css/siteStyle_1024.css - css code for large screen displays
/include/top_main.php - php script for top of the main page, plus script to set up names for main images
/include/top.php - php script for top of supporting pages and committee pages (included in d6.php template)
/include/links.php - php script for vertical menu on left side
/include/head.php - text at top and horizontal menu
/include/foot.php - footer at bottom of page with "Looking for a Forecast"
/Img/MainImg.jpg - image for main item
/Img/MainImg_800.jpg - image for main item on small displays
/Img/Feat.jpg - image for feature item
/Img/Feat_800.jpg - image for feature item on small displays
feature.php - page for featured item
councils_corner.php - page for news and notes from the council
d6.php - template for supporting pages and committee pages

The files list is not meant to be all inclusive, but rather a good start on those items that are updated most frequently or are critical to the operation of the main web page.

Updating the Content

Update the three feature items at the same time (2 images and feature.php). Will also need to edit the text in the "feature" div tag.

Update the two main image items at the same time. Will need to change the link for the main item in the "bignews" div tag..

MainImg.jpg - 606 by 216

MainImg_800.jpg - 300 by 200

Headlines: editted in "hottopics" div tag in index.php

Updating Committees Pages
Some committees have their own login and the pages will need to be updated through their account. A redirection is set up through the Dreamhost web site to link their home directory to the /committees/committee_name directory
The remainder can be editted just through the main nwas account.