Author: mvw
Date: 2008-04-26 02:59:14-0700
New Revision: 14475
Modified:
trunk/documentation/manual/argomanual.xml
trunk/documentation/quick-guide/qstart-installation.xml
trunk/documentation/quick-guide/qstart-introduction.xml
trunk/documentation/quick-guide/quickguide.xml
Log:
Updated the year and Java version, and so on.
Modified: trunk/documentation/manual/argomanual.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/manual/argomanual.xml?view=diff&rev=14475&p1=trunk/documentation/manual/argomanual.xml&p2=trunk/documentation/manual/argomanual.xml&r1=14474&r2=14475
==============================================================================
--- trunk/documentation/manual/argomanual.xml (original)
+++ trunk/documentation/manual/argomanual.xml 2008-04-26 02:59:14-0700
@@ -76,6 +76,7 @@
<year>2005</year>
<year>2006</year>
<year>2007</year>
+ <year>2008</year>
<holder>Michiel van der Wulp</holder>
</copyright>
<copyright><year>2003</year><holder>Linus Tolke</holder></copyright>
@@ -192,7 +193,7 @@
standard</ulink> (versions of ArgoUML prior to 0.20 implemented the
<ulink url="http://www.omg.org/cgi-bin/doc?formal/00-03-01">UML 1.3
standard</ulink>). It is written in Java and runs on every computer
- which provides a Java 2 platform of Java 1.4 or newer. It uses the
+ which provides a Java platform version 5 or newer. It uses the
open file formats
<indexterm><primary>XML</primary></indexterm>
<ulink url="http://www.omg.org/cgi-bin/doc?formal/02-01-01">
@@ -353,7 +354,7 @@
<para>ArgoUML is a 100% pure Java application. This allows
ArgoUML to run on all platforms for which a reliable port
- of the Java2 platform is available.</para>
+ of the Java platform is available.</para>
</listitem>
@@ -1535,6 +1536,7 @@
or scripted.
It is an open standard created by the World Wide Web Consortium.
The use of SVG on the web is in its infancy.
+ <!-- Is all this still up to date? -->
There is a great deal of inertia due to the long-time use of pure
raster formats and other formats like Macromedia Flash or Java
applets, but also browser support is still uneven, with native
@@ -1661,17 +1663,19 @@
<title>System Requirements</title>
<para>Since ArgoUML is written in 100% pure Java, it should
- run on any machine with Java installed. Java, version 1.4
+ run on any machine with Java installed. Java version 5
or later is needed. You may have this in place, but if not
- it can be downloaded free from
+ the latest version can be downloaded free from
<ulink url="http://www.java.com">www.java.com</ulink>. Note
that you only need the Java Runtime Environment (JRE),
there is no need to download the whole Java Development Kit
(JDK).</para>
<para>ArgoUML needs a reasonable amount of computing
- resource. A PC with 200MHz processor, 64Mb RAM and 10Mb of
- space available on a harddisk should be adequate. Download
+ resource.
+ Any PC which is able to run an operating system with
+ a graphical user interface will suffice.
+ Download
the code from Download section of the project website
<ulink url="http://argouml.tigris.org">
argouml.tigris.org</ulink>. Choose the version that suits
@@ -1903,7 +1907,7 @@
<para>
Wrong JRE.
The most common issue is not having a new enough
- Java Runtime Environment (it must be 1.4 or later).
+ Java Runtime Environment (it must be version 5 or later).
</para>
</listitem>
Modified: trunk/documentation/quick-guide/qstart-installation.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/quick-guide/qstart-installation.xml?view=diff&rev=14475&p1=trunk/documentation/quick-guide/qstart-installation.xml&p2=trunk/documentation/quick-guide/qstart-installation.xml&r1=14474&r2=14475
==============================================================================
--- trunk/documentation/quick-guide/qstart-installation.xml (original)
+++ trunk/documentation/quick-guide/qstart-installation.xml 2008-04-26 02:59:14-0700
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!--
-// Copyright (c) 1996-2005, 2007 The Regents of the University of California. All
+// Copyright (c) 1996-2008 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -40,7 +40,7 @@
</para>
</listitem>
<listitem>
- <para>10MB of free disk storage space on your hard disk.
+ <para>15MB of free disk storage space on your hard disk.
</para>
</listitem>
<listitem>
@@ -48,8 +48,8 @@
</listitem>
<listitem>
<para>
- Java 2 JRE or JDK version 1.4 or higher.
- </para>
+ Java JRE or JDK version 5 or higher.
+ </para>
</listitem>
</itemizedlist>
</para>
@@ -113,7 +113,7 @@
<orderedlist>
<listitem>
<para>
-Make sure that you have a Java 2 JRE installed.
+Make sure that you have a recent Java JRE installed.
</para>
</listitem>
<listitem>
@@ -206,8 +206,6 @@
-big use big fonts
-huge use huge fonts
-nosplash don't display logo at startup
- -noedem don't report usage statistics
- -nopreload don't preload common classes
-norecentfile don't reload last saved file
-command <arg> command to perform on startup
-batch don't start GUI
@@ -286,7 +284,7 @@
which will have a line for using Notepad to open the file. Replace that line
with:
<command>
-"C:\Program Files\Java\j2re1.4.0_01\bin\javaw.exe" -jar "c:\ArgoUML\argouml.jar" "%L"
+"C:\Program Files\Java\j2re1.6.0_05\bin\javaw.exe" -jar "c:\ArgoUML\argouml.jar" "%L"
</command>
</para>
<para>
Modified: trunk/documentation/quick-guide/qstart-introduction.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/quick-guide/qstart-introduction.xml?view=diff&rev=14475&p1=trunk/documentation/quick-guide/qstart-introduction.xml&p2=trunk/documentation/quick-guide/qstart-introduction.xml&r1=14474&r2=14475
==============================================================================
--- trunk/documentation/quick-guide/qstart-introduction.xml (original)
+++ trunk/documentation/quick-guide/qstart-introduction.xml 2008-04-26 02:59:14-0700
@@ -111,7 +111,7 @@
&argo;, performing common tasks, and
learn more about &argo;.
If you need further details please look in the
-<ulink url="http://argouml.tigris.org/documentation/defaulthtml/manual/">
+<ulink url="http://argouml-stats.tigris.org/documentation/defaulthtml/manual/">
User Manual
</ulink>.
</para>
Modified: trunk/documentation/quick-guide/quickguide.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/quick-guide/quickguide.xml?view=diff&rev=14475&p1=trunk/documentation/quick-guide/quickguide.xml&p2=trunk/documentation/quick-guide/quickguide.xml&r1=14474&r2=14475
==============================================================================
--- trunk/documentation/quick-guide/quickguide.xml (original)
+++ trunk/documentation/quick-guide/quickguide.xml 2008-04-26 02:59:14-0700
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!--
-// Copyright (c) 1996-2005 The Regents of the University of California. All
+// Copyright (c) 1996-2008 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -89,7 +89,7 @@
<holder>Kunle Odutola</holder>
</copyright>
<copyright>
- <year>2004-2005</year>
+ <year>2004-2008</year>
<holder>Michiel van der Wulp</holder>
</copyright>
<legalnotice>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.