1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ProGuard Feedback</title>
</head>
<body>
<h2>Feedback</h2>
By now, I've invested a fair amount of time in <b>ProGuard</b>. You can help
by providing feedback! If you have good experiences, bad experiences,
problems, bugs, bug fixes, ideas, encouragements, etc. to share, please go
ahead:
<p>
<ul>
<li>If you need help with <b>ProGuard</b>, please go to the <a
href="http://sourceforge.net/forum/forum.php?forum_id=182456"
target="other">help forum</a> (at <a
href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a>).
<p>
<li>A good place to share your thoughts is the <a
href="http://sourceforge.net/forum/forum.php?forum_id=182455"
target="other">open discussion forum</a> (at <a
href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a>).
<p>
<li>You can submit and consult bug reports on the <a
href="http://sourceforge.net/tracker/?atid=474704&group_id=54750&func=browse"
target="other">bug tracking page</a> (at <a
href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a>).
<p>
<li>Similarly, you can submit and consult feature requests on the <a
href="http://sourceforge.net/tracker/?atid=474707&group_id=54750&func=browse"
target="other">feature request page</a> (at <a
href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a>).
<p>
<li>If you just want to stay abreast of the latest developments, you can
subscribe to the announcements of new releases in the <a
href="http://sourceforge.net/project/showfiles.php?group_id=54750"
target="other">download section</a> at <a
href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a>, or the
<a href="http://software.freshmeat.net/projects/proguard/"
target="other">project page</a> at <a
href="http://software.freshmeat.net/">FreshMeat</a>.
<p>
<li>If you have detailed bug reports with attachments, or just some
encouragements, or if <b>ProGuard</b> is useful to you and you want to
support it with software or hardware, you can mail me directly at
<script type="text/javascript" language="JavaScript">
<!--
document.write("<a href=\"ma");
document.write("ilto:");
document.write("lafortune");
document.write("@");
document.write("users.sourceforge.net\">");
document.write("lafortune");
document.write("@");
document.write("users.sourceforge.net");
document.write("</a>");
document.write(" <em>or</em> at ");
document.write("<a href=\"ma");
document.write("ilto:");
document.write("eric");
document.write("@");
document.write("graphics.cornell.edu\">");
document.write("eric");
document.write("@");
document.write("graphics.cornell.edu");
document.write("</a>");
//-->
</script>
<noscript>
< lafortune @ users . sourceforge . net >
<em>or</em> at
< eric @ graphics . cornell . edu > (please remove the spaces)
</noscript>
.
</ul>
<p>
I can't promise a swift answer, or any answer at all, for that matter, but I'd
love to see your responses.
<p>
This isn't a typical open source project in the sense that I am not looking
for code contributions. Developing ProGuard on my own allows me to do things
my way, without the overhead of project management and the compromises
associated with larger projects.
<hr>
<address>
Copyright © 2002-2005
<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
</address>
</body>
</html>
|