Revision: 1494
Author: sebastien.lelong
Date: Sun Nov 22 01:35:00 2009
Log: remove ssh things in installation + add Product related information in
template
http://code.google.com/p/jallib/source/detail?r=1494
Modified:
/trunk/doc/dita/template.xml
/trunk/doc/dita/tutorials/installation.xml
=======================================
--- /trunk/doc/dita/template.xml Tue Oct 13 22:53:14 2009
+++ /trunk/doc/dita/template.xml Sun Nov 22 01:35:00 2009
@@ -5,6 +5,18 @@
<prolog>
<author>author name</author>
<publisher>Jallib Group (or Jaluino Group, or ...)</publisher>
+ <metadata>
+ <category>"Tutorials", "User Guide",
etc...</category>
+ <prodinfo>
+ <prodname>Product Name (eg. "Jaluino",
"Jallib", ...)</prodname>
+ <vrmlist>
+ <vrm version="versions to wich documentation applies"/>
+ <vrm version="can be more than one"/>
+ <vrm version="if none, set to..."/>
+ <vrm version="0.0"/>
+ </vrmlist>
+ </prodinfo>
+ </metadata>
</prolog>
<body>
<p id="firstcontent">Some content, outside of a section</p>
=======================================
--- /trunk/doc/dita/tutorials/installation.xml Sun Nov 8 01:04:16 2009
+++ /trunk/doc/dita/tutorials/installation.xml Sun Nov 22 01:35:00 2009
@@ -25,14 +25,11 @@
<title>Linux Install</title>
<ol>
<li>Go to <xref
href="http://code.google.com/p/jallib/downloads/list"
format="html">http://code.google.com/p/jallib/downloads/list</xref>, get
the link location of the jallib-pack (.tar.gz file)</li>
- <li>Login via ssh to your linux install</li>
<li>Go to the directory you wish to install JALv2</li>
- <li>Download the package with: #wget [link location of the
jallib-pack]</li>
- <li>unzip the package with: #tar -xvf [filename.tar.gz]</li>
+ <li>Download the package with: <cmdname>$ wget [link location of
the jallib-pack]</cmdname> or simply use your favorite browser to download
archive in the appropriate directory.</li>
+ <li>unzip the package with: <cmdname>$ tar xzf
[filename.tar.gz]</cmdname></li>
</ol>
- <p>(Jaledit runs under WINE on Linux)
-</p>
- <p/>
+ <note>Jaledit runs under Wine on Linux</note>
<p>You should get something like this on linux:</p>
<image href="images/installation_jalv2_dir_linux.jpg"/>
</section>
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at http://groups.google.com/group/jallib?hl=.