Update of /cvsroot/jython/htdocs/docs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31873
Added Files:
Makefile README links.h
Log Message:
First version.
--- NEW FILE ---
PYTHON= python
HT2HTML= /opt/ht2html-1.1
.SUFFIXES:: .ht .html
.ht.html:
$(PYTHON) $(HT2HTML)/ht2html.py -s JPyGenerator -r .. $?
HTMLFILES = \
compile.html \
differences.html \
embedding.html \
faq.html \
index.html \
interpreter.html \
jarray.html \
jythonc.html \
properties.html \
registry.html \
subclassing.html \
usejava.html \
whatis.html \
all: $(HTMLFILES)
--- NEW FILE ---
This is a placeholder for the generated documentation .html file.
The files here are generated a little bit differently than the .html
files in jython/Doc. See the Makefile for details.
The differences are:
- This uses another template.
- The root is the parent (..)
- Here is another (larger) links.h file
--- NEW FILE ---
<!-- -*- html -*- -->
<h3>Home</h3>
<li><a href="../index.html">Overview</a>
<li><a href="../license.html">License</a>
<li><a href="../download.html">Jython 2.0</a>
<li><a href="../install.html">Installing</a>
<li><a href="../platform.html">JVM Compatibility</a>
<h3>Documentation</h3>
<li><a href="index.html">Overview</a>
<li><a href="whatis.html">Executive Summary</a>
<li><a href="interpreter.html">Invoking Jython</a>
<li><a href="registry.html">Jython Registry</a>
<li><a href="embedding.html">Embedding</a>
<li><a href="compile.html">Compiling Jython from source</a>
<h3>Working with Java</h3>
<li><a href="usejava.html">The Basics</a>
<li><a href="properties.html">JavaBean Properties</a>
<li><a href="jarray.html">Java arrays</a>
<li><a href="subclassing.html">Subclassing</a>
<li><a href="jythonc.html">Building applets, servlets, beans...</a>
<h3>Python Docs (exits)</h3>
<li><a href="http://www.python.org/doc/tut/tut.html">Python Tutorial</a>
<li><a href="http://www.python.org/doc/lib/lib.html">Library Reference</a>
<h3>Other</h3>
<li><a href="differences.html">Jython vs. CPython</a>
<li><a href="faq.html">Jython FAQ</a>
<li><a href="http://www.geocrawler.com/archives/3/7017/2000/">List Archives</a> (exit)
<LI><A HREF="http://www.python.org/workshops/1997-10/proceedings/hugunin.html">JPython paper</A> (exit)
|