~vcs-imports/xena/trunk

« back to all changes in this revision

Viewing changes to doc/content/getstarted.html

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<link rel="stylesheet" href="../theme/styles.css" type="text/css">
4
 
</head>
5
 
<body>
6
 
<h1>Getting Started</h1>
7
 
<p>Before using Xena 4.x, a couple of simple initial settings must be made. These are found via the <b>Tools</b> menu.
8
 
</p>
9
 
<p>The location where files are to be stored <i>after</i> the conversion process must be specified. It is also useful to set a location for Xena's log file.
10
 
</p>
11
 
<p>OpenOffice.org must be installed if Xena is to normalise such files as word processed documents, spreadsheets and presentations. Xena uses a <b>2.x.x</b> version of OpenOffice.org, which may be downloaded freely from <i>http://download.openoffice.org</i>.
12
 
</p>
13
 
<p>If OpenOffice.org 2.x.x is not installed then Xena will binary normalise these file types.</p>
14
 
<p>See the <a href="setdirectories.html">Set Preferences</a> and <a href="setplugins.html">Set Up Plugins</a> sections below to configure these settings.</p><br>
15
 
</body>
16
 
</html>
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
<head>
 
5
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
6
  <title>Getting started</title>
 
7
  <link rel="stylesheet" href="../theme/styles.css" type="text/css" />
 
8
</head>
 
9
 
 
10
<body>
 
11
<h1>Getting started</h1>
 
12
<hr />
 
13
 
 
14
<p>Before using Xena to normalise files, you will need to do the following:</p>
 
15
<ol>
 
16
  <li>Set Xena Preferences - see <a href="setdirectories.html">Setting Preferences</a>.</li>
 
17
  <li>Install external programs - see <a href="setplugins.html">Setting Up Plugins</a>.</li>
 
18
  <li>Configure Xena plugins - see <a href="setplugins.html">Setting Up Plugins</a>.</li>
 
19
</ol>
 
20
 
 
21
</body>
 
22
</html>