www/e
cpk fbb45810c3 Allow me to change this a bit, Ben - development is not that heavy atm :)
SVN revision: 5447
2001-10-08 20:08:46 +00:00
..
config o Added a link to Kohkichi Hosoda's e17-for-linuxppc download page 2001-10-08 19:49:52 +00:00
data Allow me to change this a bit, Ben - development is not that heavy atm :) 2001-10-08 20:08:46 +00:00
pages Allow me to change this a bit, Ben - development is not that heavy atm :) 2001-10-08 20:08:46 +00:00
s Quiet. 2001-05-04 20:50:01 +00:00
Makefile Here's a real makefile that checks what you've changed before 2001-07-03 01:09:57 +00:00
README Add mail.html page from Hall Stevenson <hallstevenson@mindspring.com>. Also, I got tired of generating every page each time I changed anything, so I cleaned up the make script some. It now takes a list of specific pages to change as well as the default behavior. 2001-05-04 15:59:03 +00:00
index.html Good one Andrew, that didn't validate... 2001-08-12 08:30:15 +00:00

README

*** READ THIS ***

if you make changes to page content make changes to:
data/[file].html

if you need new html files put them in data/
if you create new images put them in pages/img/
if you can put the xcf files there too.

when you have made changes run:
s/make

You may also run:
s/make file1.html file2.html file3.html ...

remember to cvs add the new html files in pages/ and data/
ie:
cvs add data/*.html pages/*.html

also remember to cvs add any new images files
ie:
cvs add -kb pages/img/*.png pages/img/*.xcf pages/img/*.gif pages/img/*.jpg

when you'd finished adding. cvs commit will commit the changes. ie:
cvs commit