git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1242 379699f6-c40d-0410-875b-85095c16579emaster
parent
076911a762
commit
9c9de3b561
@ -0,0 +1,83 @@ |
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN"> |
||||
<html> |
||||
<head> |
||||
<title>Java Optimize and Decompile Environment (JODE)</title> |
||||
<meta name="date" content="2000-06-30"> |
||||
<meta name="description" content="JODE - Java Optimize and Decompile Environment."> |
||||
<meta name="author" content="Jochen Hoenicke"> |
||||
<meta name="keywords" content="jode, java, decompiler, obfuscator, deobfuscator, reverse engineering, free, GPL"> |
||||
<style type="text/css"> |
||||
<!-- |
||||
body { color:#000000; background-color: #FFFFFF; } |
||||
.nav { font-family: Helvetica, Arial, sans-serif; font-weight: bold; |
||||
color:#000000; background-color: #EEEEF8; } |
||||
.footer { color:#FFFFFF; background-color: #737B9C; } |
||||
.boldlink { font-weight:bold; text-decoration: none; color:#FFFFFF; } |
||||
//--> |
||||
</style> |
||||
</head> |
||||
|
||||
<body text=#000000 bgcolor=#FFFFFF> |
||||
|
||||
<table cellpadding=4 cellspacing=1 width=100% |
||||
><tr |
||||
><td align="left" |
||||
><img src="jode-logo.gif" alt="JODE" width=286 height=110 |
||||
></td |
||||
><td align="right" |
||||
>Powered by <a href="http://sourceforge.net"><img |
||||
src="http://sourceforge.net/sflogo.php?group_id=3790&type=1" |
||||
border=0 width=88 height=31 alt="SourceForge"></a><br |
||||
>Best viewed with <a |
||||
href="http://www.anybrowser.org/campaign/"><img |
||||
src="a-logo.gif" border=0 width=88 height=31 alt="Any |
||||
Browser"></a><br |
||||
></td |
||||
></tr |
||||
></table> |
||||
|
||||
|
||||
<table cellspacing=0 cellpadding=3 border=0 bgcolor=#EEEEF8 class="nav"> |
||||
<tr><td class="nav"> |
||||
<a href="./"><B>Home</B></a> | |
||||
<a href="http://sourceforge.net/project/?group_id=3790">Project page</a> | |
||||
<a href="./applet.html">Applet</a> | |
||||
<a href="./download.html">Download</a> | |
||||
<a href="./feedback.html">Feedback</a> | |
||||
<a href="./usage.html">Documentation</a> | |
||||
<a href="./license.html">License</a> | |
||||
<a href="./history.html">History</a> | |
||||
<a href="./links.html">Links</a> | |
||||
<a href="./bluesky.html">Blue Sky</a></td></tr> |
||||
</table><br> |
||||
|
||||
|
||||
|
||||
<h1>Feedback</h1> |
||||
|
||||
<p>You can report bugs to the <a href="http://sourceforge.net/bugs/?group_id=3790">bug forum</a>. |
||||
Please send me a short notice if you add a bug.</p> |
||||
|
||||
<p>You can contact me per email via <a |
||||
href="http://sourceforge.net/sendmessage.php?touser=18252">hoenicke at |
||||
users.sourceforge.net</a>. Please mention <i>jode</i> in the |
||||
subject.</p> |
||||
|
||||
<p>There is a mailing list. Check <a href="http://lists.sourceforge.net/mailman/listinfo/jode-users">this page</a> for subscription informations.</p> |
||||
|
||||
|
||||
|
||||
<TABLE class=footer width="100%" border="0" cellspacing="0" cellpadding="2"> |
||||
<TR> |
||||
<TD align="center"><SPAN class=footer> |
||||
All trademarks and copyrights on this page are properties of their respective owners. <br> |
||||
Last updated on 3-Jul-2000, |
||||
Copyright © 1998-2000 by Jochen Hoenicke.<br> |
||||
Canonic URL is <a class=boldlink href="http://jode.sourceforge.net/">http://jode.sourceforge.net/</a></SPAN> |
||||
</TD> |
||||
</TR> |
||||
</TABLE> |
||||
|
||||
</BODY> |
||||
</HTML> |
||||
|
@ -0,0 +1,17 @@ |
||||
<?php require("header.inc"); ?>
|
||||
|
||||
<h1>Feedback</h1> |
||||
|
||||
<p>You can report bugs to the <?php sflink("bugs/")?>bug forum</a>.
|
||||
Please send me a short notice if you add a bug.</p> |
||||
|
||||
<p>You can contact me per email via <a |
||||
href="http://sourceforge.net/sendmessage.php?touser=18252">hoenicke at |
||||
users.sourceforge.net</a>. Please mention <i>jode</i> in the |
||||
subject.</p> |
||||
|
||||
<p>There is a mailing list. Check <a href="http://lists.sourceforge.net/mailman/listinfo/jode-users">this page</a> for subscription informations.</p> |
||||
|
||||
|
||||
|
||||
<?php require("footer.inc"); ?>
|
@ -1,15 +1,16 @@ |
||||
<?php require("header.inc"); ?> |
||||
<h1>License</h1> |
||||
<p><i>JODE</i> is Copyright © 1998-2000 by Jochen Hoenicke. <br><br> |
||||
|
||||
This program is free software; you can redistribute it and/or modify |
||||
<p>This program is free software; you can redistribute it and/or modify |
||||
it under the terms of the <a |
||||
href="http://www.gnu.org/copyleft/gpl.html">GNU General Public |
||||
License</a> as published by the Free Software Foundation; either |
||||
version 2 of the License, or (at your option) any later version.<br><br> |
||||
version 2 of the License, or (at your option) any later version.</p> |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
<p>This program is distributed in the hope that it will be useful, |
||||
but <b>without any warranty</b>; without even the implied warranty of |
||||
<b>merchantability</b> or <b>fitness for a particular purpose</b>. See the |
||||
GNU General Public License for more details. |
||||
GNU General Public License for more details.</p> |
||||
|
||||
<?php require("footer.inc"); ?> |
||||
|
@ -1,115 +1,46 @@ |
||||
<?php |
||||
$menu = array( |
||||
"Jode", |
||||
array("<B>Home</B>" , "selflink", "jode", |
||||
$menu = |
||||
array("<B>Home</B>" , "selflink", "index", |
||||
"Project page" , "sflink", "project/", |
||||
"-", "-", "-", |
||||
"Applet" , "selflink", "applet", |
||||
"Download" , "selflink", "download", |
||||
"Feedback" , "selflink", "feedback", |
||||
"Documentation", "selflink", "usage", |
||||
"License" , "selflink", "license", |
||||
"History" , "selflink", "history", |
||||
"Links" , "selflink", "links", |
||||
"Blue Sky" , "selflink", "bluesky"), |
||||
"Feedback", |
||||
array("Bug Tracking" , "sflink", "bugs/", |
||||
"Public Forums" , "sflink", "forum/", |
||||
"Mailing List" , "link", |
||||
"http://lists.sourceforge.net/mailman/listinfo/jode-users", |
||||
"Private Mail" , "link", |
||||
"http://sourceforge.net/sendmessage.php?touser=18252"), |
||||
"Download", |
||||
array("FTP server", "link", "ftp://jode.sourceforge.net/pub/jode/", |
||||
"Source releases", "sflink", "project/filelist.php")); |
||||
|
||||
$images = array( |
||||
"Powered by ", "http://sourceforge.net/sflogo.php?group_id=3790&type=1", |
||||
"SourceForge", "http://sourceforge.net", |
||||
"Best viewed with ", "a-logo.gif", |
||||
"Any Browser", "http://www.anybrowser.org/campaign/"); |
||||
|
||||
if (eregi("^Lynx", $HTTP_USER_AGENT)) { |
||||
|
||||
reset($menu); |
||||
while (list($dummy, $header) = each($menu)) { |
||||
list($dummy, $subitems) = each($menu); |
||||
|
||||
echo "<b>$header:</b>\n"; |
||||
reset($subitems); |
||||
while (list($dummy, $name) = each($subitems)) { |
||||
list($dummy, $type) = each($subitems); |
||||
list($dummy, $link) = each($subitems); |
||||
if ($type == "selflink") { |
||||
selflink($link); |
||||
} else if ($type == "sflink") { |
||||
sflink($link); |
||||
} else if ($type == "-") { |
||||
echo "<br>\n"; |
||||
continue; |
||||
} else if ($type == "link") { |
||||
echo "<a href=\"$link\">"; |
||||
} |
||||
$name = ereg_replace(" ", " ", $name); |
||||
echo "$name</a>"; |
||||
if (current($subitems)) { |
||||
echo " |\n"; |
||||
} |
||||
} |
||||
echo "<br>\n\n"; |
||||
} |
||||
echo "<right>\n"; |
||||
reset($images); |
||||
while (list($dummy, $label) = each($images)) { |
||||
list($dummy, $src) = each($images); |
||||
list($dummy, $alt) = each($images); |
||||
list($dummy, $link) = each($images); |
||||
echo "$label<a href=\"$link\"><img src=\"$src\" border=0"; |
||||
echo " width=88 height=31 alt=\"$alt\"></a>\n"; |
||||
} |
||||
echo "</right>\n"; |
||||
} else { |
||||
echo "<table cellspacing=0 cellpadding=3 width=100%"; |
||||
echo " border=0 bgcolor=eeeef8>\n"; |
||||
"Blue Sky" , "selflink", "bluesky"); |
||||
?> |
||||
|
||||
reset($menu); |
||||
while (list($dummy, $header) = each($menu)) { |
||||
list($dummy, $subitems) = each($menu); |
||||
echo "<tr bgcolor=\"7272cc\">\n<td align=\"center\">"; |
||||
echo "<font color=\"ffffff\"><b>$header</b></font></td></tr>\n"; |
||||
echo "<tr><td align=\"right\">\n"; |
||||
reset($subitems); |
||||
while (list($dummy, $name) = each($subitems)) { |
||||
list($dummy, $type) = each($subitems); |
||||
list($dummy, $link) = each($subitems); |
||||
if ($type == "selflink") { |
||||
selflink($link); |
||||
} else if ($type == "sflink") { |
||||
sflink($link); |
||||
} else if ($type == "-") { |
||||
echo "<br>\n"; |
||||
continue; |
||||
} else if ($type == "link") { |
||||
echo "<a href=\"$link\">"; |
||||
} |
||||
$name = ereg_replace(" ", " ", $name); |
||||
<table cellspacing=0 cellpadding=3 border=0 bgcolor=#EEEEF8 class="nav"> |
||||
<tr><td class="nav"> |
||||
<?php |
||||
reset($menu); |
||||
$self = ereg_replace("^.*/", "", $PHP_SELF); |
||||
while (list($dummy, $name) = each($menu)) { |
||||
list($dummy, $type) = each($menu); |
||||
list($dummy, $link) = each($menu); |
||||
$name = ereg_replace(" ", " ", $name); |
||||
if ($type == "selflink") { |
||||
if ($self == "$link.$extension") { |
||||
echo "$name"; |
||||
} else { |
||||
selflink($link); |
||||
echo "$name</a>"; |
||||
if (current($subitems)) { |
||||
echo "<br>\n"; |
||||
} |
||||
} |
||||
} else if ($type == "sflink") { |
||||
sflink($link); |
||||
echo "$name</a>"; |
||||
} else if ($type == "-") { |
||||
echo "<br>\n"; |
||||
continue; |
||||
} else if ($type == "link") { |
||||
echo "<a href=\"$link\">$name</a>"; |
||||
} |
||||
echo "</td></tr>\n"; |
||||
echo "<tr bgcolor=\"ffffff\"><td align=\"center\">"; |
||||
|
||||
reset($images); |
||||
while (list($dummy, $label) = each($images)) { |
||||
list($dummy, $src) = each($images); |
||||
list($dummy, $alt) = each($images); |
||||
list($dummy, $link) = each($images); |
||||
echo "<br>$label<br>\n"; |
||||
echo "<a href=\"$link\"><img src=\"$src\" border=0"; |
||||
echo " width=88 height=31 alt=\"$alt\"></a><br>\n"; |
||||
if (current($menu)) { |
||||
echo " |\n"; |
||||
} |
||||
echo "</td></tr></table>\n"; |
||||
} |
||||
?> |
||||
</td></tr> |
||||
</table><br> |
||||
|
Loading…
Reference in new issue