svn commit: r14869 - trunk/www/support.html
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: thn Date: 2008-06-05 13:59:15-0700 New Revision: 14869 Added: trunk/www/support.html Log: initial version of the support page. It will also be displayed in the help window of the application (Support tab). Works, but needs enhancement. Added: trunk/www/support.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/support.html?view=auto&rev=14869 ============================================================================== --- (empty file) +++ trunk/www/support.html 2008-06-05 13:59:15-0700 @@ -0,0 +1,34 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<!-- $Id$ --> +<HTML> + +<HEAD> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> + <TITLE>Support for ArgoUML</TITLE> +</HEAD> + +<BODY BGCOLOR="#FFFFFF"> + +<H2>Support for ArgoUML</H2> + +<P>If you need any help, here you will get it:</P> + +<UL> + <LI><A HREF="http://argouml.tigris.org/servlets/SummarizeList?listName=users">Users' mailing list</A></LI> + <LI><A HREF="http://www.argouml-users.net/forum" TARGET="forum">User's forum</A></LI> + <LI><A HREF="http://www.argouml-users.net/" TARGET="wiki">Wiki</A></LI> +</UL> + +<P>If you have an issue with ArgoUML and want to see your request tracked:</P> + +<UL> + <LI><A HREF="http://argouml.tigris.org/project_bugs.html">Bugs and issues database</A></LI> +</UL> + +<P> + +<HR ALIGN="CENTER"> +<p>Back to <A HREF="http://argouml.tigris.org/">ArgoUML Home</A></p> +</BODY> + +</HTML>