summaryrefslogtreecommitdiff
path: root/docs/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/main.html')
-rw-r--r--docs/main.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/docs/main.html b/docs/main.html
index 988d87c..742c11b 100644
--- a/docs/main.html
+++ b/docs/main.html
@@ -8,18 +8,21 @@
<meta name="keywords" content="java obfuscator, optimizer, shrinker, preverfier">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ProGuard Main</title>
+</head>
+<body>
+
<script type="text/javascript" language="JavaScript">
<!--
if (window.self==window.top)
- window.top.location.replace("index.html#"+window.location.pathname+window.location.hash);
-else {
- if (window.top.location.hash!="")
- window.top.location.hash="";
-}
+ document.write('<a class="largebutton" target="_top" href="index.html#main.html">ProGuard index</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a> <a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a> <a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>')
//-->
</script>
-</head>
-<body>
+<noscript>
+<a class="largebutton" target="_top" href="index.html#main.html">ProGuard index</a>
+<a class="largebutton" target="_top" href="http://www.saikoa.com/dexguard">DexGuard</a>
+<a class="largebutton" target="_top" href="http://www.saikoa.com/">Saikoa</a>
+<a class="largebutton" target="other" href="http://sourceforge.net/projects/proguard/">Sourceforge</a>
+</noscript>
<h2>Main</h2>
@@ -65,9 +68,9 @@ Wireless Toolkit.
<img align="left" src="android_shades.png" width="64" height="64" /></a>
<b>ProGuard</b> now has a sibling optimizer and obfuscator for Android:
<a href="http://www.saikoa.com/dexguard" target="_top"><b>DexGuard</b></a>. It
-focuses on code protection, with additional features like string encryption
-and class encryption. It directly targets Dalvik bytecode and streamlines the
-Android build process.
+focuses on code protection, with additional features like string encryption,
+class encryption, and dex splitting. It directly targets Dalvik bytecode and
+streamlines the Android build process.
</p>
The following sections provide more detailed information:
<ul>
@@ -95,10 +98,9 @@ The following sections provide more detailed information:
</ul>
<hr />
-<noscript><div><a target="_top" href="index.html" class="button">Show menu</a></div></noscript>
<address>
-Copyright &copy; 2002-2013
-<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>.
+Copyright &copy; 2002-2014
+<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a> @ <a target="top" href="http://www.saikoa.com/">Saikoa</a>.
</address>
</body>
</html>