moved html files into doc directory

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1047 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
jochen 25 years ago
parent 5a7713ae1a
commit 0a8b2be671
  1. 4
      jode/Makefile.am
  2. 5
      jode/doc/Makefile.am
  3. 4
      jode/doc/jode-applet.html
  4. 1
      jode/doc/jode-obfuscator.html
  5. 3
      jode/doc/jode-unix.html
  6. 2
      jode/doc/jode-useapplet.html
  7. 2
      jode/doc/jode-win.html
  8. 5
      jode/doc/jode.html

@ -2,6 +2,4 @@
SUBDIRS = jode doc test
EXTRA_DIST = TODO \
jode.html jode-applet.html jode-obfuscator.html jode-unix.html \
jode-useapplet.html jode-win.html
EXTRA_DIST = TODO

@ -0,0 +1,5 @@
## Input file for automake to generate the Makefile.in used by configure
EXTRA_DIST = \
jode.html jode-applet.html jode-obfuscator.html jode-unix.html \
jode-useapplet.html jode-win.html

@ -5,11 +5,11 @@
<body>
<a href="../index.html">Home</a> <a href="jode.html">Up</a>
<a href="jode.html">Up</a>
<h1>Test Applet</h1>
<applet code="jode/JodeApplet.class" archive="jode_cls.zip" width=640 height=400>
<applet code="jode/JodeApplet.class" archive="jode-applet.jar" width=640 height=400>
<param name=classpath
value="http://www.informatik.uni-oldenburg.de/~delwi/jode/jode_cls.zip">
<param name=class value="jode.JodeApplet">

@ -4,6 +4,7 @@
<title>Using the obfuscator</title>
</head>
<body>
<a href="jode.html">Up</a>
The obfuscator currently takes a lot of options (I plan to use an
extra file containing the options). You should therefore create a

@ -4,7 +4,8 @@
<title>Using the decompiler under Unix</title>
</head>
<body>
<a href="../index.html">Home</a> <a href="jode.html">Up</a> <br>
<a href="jode.html">Up</a>
<h1>Step by Step</h1>

@ -4,7 +4,7 @@
<title>Using the decompiler as applet (locally)</title>
</head>
<body>
<a href="../index.html">Home</a> <a href="jode.html">Up</a> <br>
<a href="jode.html">Up</a>
<h1>Step by Step</h1>

@ -4,7 +4,7 @@
<title>Using the decompiler under Windows</title>
</head>
<body>
<a href="../index.html">Home</a> <a href="jode.html">Up</a> <br>
<a href="jode.html">Up</a>
<h1>Step by Step</h1>

@ -12,7 +12,9 @@ java-decompiler, reverse engineering, free, GPL">
</head>
<body>
<a href="../index.html">Home</a>
<a href="http://www.informatik.uni-oldenbur.de/~delwi/jode/jode.html">
An uptodate version of this page is located here.</a><p>
<h2>What is it?</h2>
<P>This is a decompiler for java I have written in my spare time. It
@ -43,7 +45,6 @@ features like inner and anonymous classes. </p>
</p>
<h2>How to use it</h2>
<p>I have some simple step by step pages. There are three
Loading…
Cancel
Save