[Japi-cvs] SF.net SVN: japi: [210] site/trunk
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-11-26 15:38:15
|
Revision: 210 http://svn.sourceforge.net/japi/?rev=210&view=rev Author: christianhujer Date: 2006-11-26 07:38:11 -0800 (Sun, 26 Nov 2006) Log Message: ----------- Started with new site module. Added Paths: ----------- site/trunk/src/ site/trunk/src/doc/ site/trunk/src/doc/start.xhtml Copied: site/trunk/src/doc/start.xhtml (from rev 181, historic/trunk/src/doc/start.xhtml) =================================================================== --- site/trunk/src/doc/start.xhtml (rev 0) +++ site/trunk/src/doc/start.xhtml 2006-11-26 15:38:11 UTC (rev 210) @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id: start.xhtml,v 1.12 2006/03/29 22:20:33 christianhujer Exp $ --> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> + <head> + <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> + <meta name="Date" content="$Date$" /> + <meta name="keywords" content="JAPI, Java, Swing, Java API, API, i18n, l10n, internationalization, localization, prefs, preferences" /> + <meta name="description" content="JAPI is a Java API intended to make Swing programming more efficient, especially in the fields of UI creation and actions, internationalization, localization and perferences dialogs." /> + <link rel="alternate" type="application/rss+xml" title="Project news releases" href="http://sourceforge.net/export/rss2_projnews.php?group_id=149894" /> + <link rel="alternate" type="application/rss+xml" title="Project news releases (including full text of news items)" href="http://sourceforge.net/export/rss2_projnews.php?group_id=149894&rss_fulltext=1" /> + <link rel="alternate" type="application/rss+xml" title="Project file releases" href="http://sourceforge.net/export/rss2_projfiles.php?group_id=149894" /> + <link rel="alternate" type="application/rss+xml" title="Project documentation (DocManager) updates" href="http://sourceforge.net/export/rss2_projdocs.php?group_id=149894" /> + <link rel="alternate" type="application/rss+xml" title="Project summary (including basic statistics)" href="http://sourceforge.net/export/rss2_projdocs.php?group_id=149894" /> + <title>JAPI - (Yet another (hopefully) useful) Java API</title> + </head> + <body> + <p> + (Yet another (hopefully) useful) Java API. Latest release version: <strong>0.9.0</strong> + </p> + <h2>What is JAPI?</h2> + <p> + JAPI is a set of Java API extension libraries intended to make life easier for Java application developers. + Currently it is targetted on normal Desktop Java (J2SE). + JAPI helps you writing <em>internationalized</em> and <em>localized Swing</em> applications with <em>very little effort</em> and very efficient event handling code. + Additionally it contains some useful classes about I/O and XML. + Note: JAPI requires <em>J2SE 5.0</em> or later. + </p> + <h2>News</h2> + <p> + JAPI gets additions for financial calculations. + New project member z0ra is adding some classes including unit tests to perform financial calculations with JAPI. + </p> + <h2>Download JAPI</h2> + <p> + To <em>download JAPI</em>, go to the <a href="http://sourceforge.net/project/showfiles.php?group_id=149894">Files section of the JAPI Project Page</a>, choose the desired package, release and file type and download it from a mirror of your choice. + </p> + <h2>Documentation</h2> + <ul> + <li><a href="guide/">Guide to JAPI</a> - Find out how JAPI helps developing Swing applications.</li> + <li>Latest <a href="api/">API documentation</a></li> + <li>Overview of <a href="changes">Changes to previous versions</a></li> + <li><a href="releasePlan">Release Plan</a></li> + <li><a href="wontFixes">Known flaws that won't be fixed</a></li> + <li><a href="subversion">Accessing JAPI's Subversion Repository</a></li> + <li><a href="changelog">Changelog</a></li> + <li><a href="tasks">Open Tasks</a> (for JAPI developers)</li> + </ul> + <h2>Contact the developers</h2> + <ul> + <li> + You may visit the <a href="http://sourceforge.net/projects/japi">JAPI Project Page at SourceForge</a> or send mail to <a href="mailto:ch...@ri...">ch...@ri...</a>. + </li> + <li> + You may as well join <a href="irc://irc.freenode.net:6667/%23japi">IRC Channel <code>#japi</code> at <code>irc.freenode.net</code></a> and look for Cher(istheus), z0ra or Zergus. + Currently <a href="http://gridarta.sourceforge.net/">Gridarta</a>, the map editor of the MMORPGs <a href="http://crossfire.real-time.com/">Crossfire</a> and <a href="http://www.daimonin.net/">Daimonin</a> is JAPI's main application. + </li> + </ul> + <h2>Links</h2> + <ul> + <li><a href="http://sourceforge.net/projects/japi/">JAPI SourceForge Project Page</a> (Forum, Bug Tracker, Feature Request Tracker, Web access to the CVS repository and more)</li> + <li><a href="http://freshmeat.net/projects/japi/">JAPI FreshMeat Project Page</a></li> + <li><a href="http://ohloh.net/projects/3320">JAPI Ohloh Project Page</a></li> + </ul> + </body> +</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |