Update of /cvsroot/jython/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31219
Added Files:
Makefile README
Log Message:
First version.
--- NEW FILE ---
PYTHON= python
HT2HTML= /opt/ht2html-1.1
.SUFFIXES:: .ht .html
.ht.html:
$(PYTHON) $(HT2HTML)/ht2html.py -s JPyGenerator $?
HTMLFILES = \
download.html \
index.html \
platform.html \
install.html \
users.html \
license.html \
all: $(HTMLFILES)
--- NEW FILE ---
This directory contains the "source" for the jython website. The html
pagaes are generated by the ht2html tool which must be installed
separately:
http://www.python.org/~bwarsaw/software/pyware.html
See the Makefile for details on how the pages are generated.
(Each page must be generated separately. Giving multiple ht-files as argument
to ht2html does not work for me)
Makefile Generates the .html files from .ht files. Works on
windows (nmake) and should also work on unix.
links.h List of links to the sidebar on each webpage.
applets/ The example applets.
docs/ The documentation. This is just a placeholder for the
files from jython/Doc. See docs/README for details.
images/ Gif files used by the website.
|