FLCC Web Site
The FLCC web site is hosted by Lightlink
and maintained by club volunteers. The following is a list of the web
areas and their editors. If any club officers wish to update
information, send the information to the webmaster.
Any assistance offered to maintain the maps,
volunteers, dog alerts, or other web
pages will not be refused!
Mail Forwarding
All FLCC officers and web page volunteers can get e-mail
forwarded. For example, events@flcycling.org
goes to Don Fitterer, who maintains the race
events web page. Contact webmaster
to get your e-mail address.
Maintaining a Web Page
To maintain a web page, you must first get a site password from
the webmaster. You will also receive instructions on where you are
allowed to upload files. For example, all photo gallery files reside
in the /www/flcc/gallery/ directory.
The web file (also known as an HTML file) should have the suffix
.shtml. The top banner and side table of contents are kept in
a separate file. Include the following information at the file
beginning:
<HTML>
<HEAD>
<TITLE>FLCC: page_title</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="/flcc/styles.txt">
</HEAD>
<BODY BGCOLOR="#FFFFFF" leftmargin=0 topmargin=0
rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0>
<!--#include virtual="/flcc/header.shtml"-->
<H2><CENTER>top_title</CENTER></H2>
Next comes the web page content. For those new to HTML, paragraphs
are separated by adding a <P> tag to the end of text lines.
Choose "View Page Source" from a web browser menu to see examples of
how to do this. At the bottom of the web page, include the
following:
<!--#include virtual="/flcc/footer.shtml"-->
</BODY>
</HTML>
Use an FTP (File Transfer Protocol) program to upload/download
files to the web site.
|
|
host:
|
www.lightlink.com
|
|
|
account:
|
flcc
|
|
|
password:
|
**** (ask Webmaster)
|
|
|
directory:
|
/www/flcc/
|
Please add your name to the bottom of the page to get feedback.
Here's an example:
<ADDRESS>page maintained by
<A HREF="mailto:rich@gtgtandems.com">
Rich Shapiro</A></ADDRESS>
It is very important that you keep backup copies on your
own computer. Our web site is a loosely-guarded space and files may
become corrupted or lost.
|