diff options
author | wisberg <wisberg> | 2002-12-16 23:27:30 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 23:27:30 +0000 |
commit | ab18cfd453a41c8b728e8485809ef87c218ecf72 (patch) | |
tree | 5f4aeaee58e6f90b6aeb76083759c27be7234efd /docs/dist | |
parent | 538f656d070067171ca7763e73dc48d451707177 (diff) | |
download | aspectj-ab18cfd453a41c8b728e8485809ef87c218ecf72.tar.gz aspectj-ab18cfd453a41c8b728e8485809ef87c218ecf72.zip |
more updates, esp. for sourceforge. Still need mail list, home page, etc.
Diffstat (limited to 'docs/dist')
-rw-r--r-- | docs/dist/doc/index.html | 95 |
1 files changed, 42 insertions, 53 deletions
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index b3977f439..658fe6d03 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -28,21 +28,25 @@ <a href="devguide/index.html">development</a> guides, <a href="api/overview-summary.html">API</a> and <!-- start strip --> - (<a href="../examples/">local</a>) + (<a href="examples/">local</a>) <!-- end strip --> examples <tr><td><a href="#distributions">distributions</a></td><td> - compiler, AJDE, docs, and Ant taskdefs - (<a href="@aspectj.home.url@/dl">binary</a> - - <a href="@aspectj.home.url@/sources">source</a>) + <a href="@aspectj.home.url@/dist">AspectJ</a> itself + and development environment support for + <a href="http://eclipse.org/ajdt">Eclipse</a>, + <a href="http://aspectj4emacs.sourceforge.net">Emacs</a>, + <a href="http://aspectj4jbuildr.sourceforge.net">JBuilder</a>, + and + <a href="http://aspectj4netbean.sourceforge.net">Netbeans</a>. + <tr><td><a href="#resources">resources</a></td><td> <a href="http://aosd.net">aosd.net</a>; - <a href="@aspectj.home.url@">aspectj.org</a> - bug <a href="@aspectj.home.url@/bugs">db</a> and - <a href="mailto:jitterbug@aspectj.org">email</a>, - mail <a href="@aspectj.home.url@/lists">lists</a> for - <a href="mailto:users@aspectj.org">users</a> and - <a href="mailto:support@aspectj.org">support</a> + <a href="@aspectj.home.url@">AspectJ project</a> + the bug <a href="@aspectj.home.url@/bugs">db</a>, + and mailing lists for + <a href="mailto:aspectj-users@eclipse.org">users</a> and + <a href="mailto:aspectj-dev@eclipse.org">developers</a>. <tr><td><a href="#paths">paths</a> </td><td>for those new to AspectJ </table> <p> @@ -141,7 +145,7 @@ <tr> <td>Examples <!-- start strip --> - (<a href="../examples/">local</a>) + (<a href="examples/">local</a>) <!-- end strip --> </td> <td>AspectJ code to demonstrate some language features and implement @@ -215,44 +219,34 @@ <table border="1"> <tr> <th>Resources</th><th>Description</th> </tr> -<tr> <td> - user - <a href="mailto:users@aspectj.org">email</a> - <a href="@aspectj.home.url@/lists">list</a> - </td> - <td>Developers use the - <a href="mailto:users@aspectj.org">users@aspectj.org</a> - mail list to discuss tips and - best practices for developing with AspectJ. - </td> </tr> - -<tr> <td> - announce - <a href="mailto:announce@aspectj.org">email</a> - <a href="@aspectj.home.url@/lists">list</a> - </td> - <td> - <a href="mailto:announce@aspectj.org">announce@aspectj.org</a> - has notices about releases and AspectJ team events. - </td> </tr> - -<tr> <td> - <a href="mailto:support@aspectj.org">email</a> us +<tr> <td>Mail lists + </td> </td> <td> - Email <a href="mailto:support@aspectj.org">support@aspectj.org</a> - to contact the AspectJ team directly. - (As a small team, we cannot reply as fast as - <a href="mailto:users@aspectj.org">users</a> - can for usage questions.) - </td> </tr> + AspectJ users + discuss tips and + best practices for writing AspectJ programs + on the + <a href="mailto:aspectj-users@dev.eclipse.org"> + aspectj-users@dev.eclipse.org</a> mail list. + AspectJ Developers discuss issues with developing + AspectJ on the + <a href="mailto:aspectj-developers@dev.eclipse.org"> + aspectj-developers@dev.eclipse.org</a> list. + You can subscribe to the announce list + (<tt>aspectj-developers@dev.eclipse.org</tt>) + to get occasional emails about AspectJ releases + and relevant events. -<tr> <td>Bug - <a href="@aspectj.home.url@/bugs">DB</a> - and <a href="mailto:jitterbug@aspectj.org">email</a> +<tr> <td><a href="http://dev.eclipse.org/bugs">Bug database</a> </td> - <td>Please send AspectJ bugs! (as a small program - that reproduces the problem) + <td>Use Bugzilla to submit bugs against the AspectJ + product components + <tt>compiler</tt> (for the ajc compiler) + <tt>ide</tt> (for AJBrowser and AJDE bugs), + <tt>ant</tt> (for Ant tasks) + and + <tt>docs</tt> (for the documentation). </td> </tr> <tr> <td> <a href="http://aosd.net">http://aosd.net</a> - the AOSD web site @@ -307,16 +301,11 @@ <a href="faq.html#adoption">Deciding to adopt AspectJ</a>, the Development tools sections (<a href="faq.html#q:integrateWithDevTools">one</a>, - <a href="faq.html#devtools">two</a>), - <a href="faq.html#q:opensource">AspectJ as open-source</a> and - <a href="faq.html#q:consulting">available support and consulting</a>. + <a href="faq.html#devtools">two</a>), and + <a href="faq.html#q:opensource">AspectJ as open-source</a>. </p> <p> - Otherwise, see - the <a href="faq.html">FAQ</a>, - <a href="@aspectj.home.url@/lists">view</a> or - <a href="mailto:users@aspectj.org">email</a> the - AspectJ users list, and enjoy the language! +Enjoy the language! </p> <p> The AspectJ Team |