There is a tarball in the 8.11 directory tree, but not in the 8.12 tree. The file in the 8.11 tree does not contain any html files just like in cvs. Where are files like epilog.html, preload.js, separator.html, etc...?
-----Original Message----- From: Jiri Kuthan [mailto:jiri@iptel.org] Sent: Friday, December 12, 2003 12:50 PM To: Brad White; 'serusers@lists.iptel.org' Subject: Re: [Serusers] Where are the html files for serweb?
I suppose you are not interested in serweb alone and wish to get SER. In the SER download directory is serweb as well, the version which is known to match the version of SER.
-jiri
At 07:02 PM 12/12/2003, Brad White wrote:
I just downloaded the tarball from cvs and it contains no html files. The
http://developer.berlios.de/projects/serweb/http://developer.berlios.de/pr ojects/serweb/ site shows that there are not any files other than cvs available for download.
Thanks.
Brad White _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
At 10:41 PM 12/12/2003, Brad White wrote:
There is a tarball in the 8.11 directory tree, but not in the 8.12 tree.
Thanks for report, it is updated now.
The file in the 8.11 tree does not contain any html files just like in cvs. Where are files like epilog.html, preload.js, separator.html, etc...?
They are site-specific, feel free to create them in a way which best fits your site.
Very raw web design can be achieved with
echo "<body><h1>" > html/prolog.html echo "</h1><hr>" > html/separator.html echo "</body>" > html/epilog.html
-jiri