website view en/doc/handbook/office.html @ rev 173

en: Update Docs Hdbk
author Paul Issott <paul@slitaz.org>
date Thu Sep 25 22:02:02 2008 +0000 (2008-09-25)
parents 1aee368acd7c
children 3cc0ac292e95
line source
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 <title>SliTaz Handbook (en) - Office</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-07-17 23:30:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln" />
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div id="quicknav" align="right">
20 <a name="top"></a>
21 <a href="network.html">Internet</a> |
22 <a href="index.html">Table of contents</a>
23 </div>
24 <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#DF8F06">Office</font></h2>
33 <ul>
34 <li><a href="#abiword">Abiword</a> - Word Processor.</li>
35 <li><a href="#osmo">Osmo</a> - Personal Organizer.</li>
36 <li><a href="#sqlite">SQLite</a> - Tiny SQL Database engine.</li>
37 <li><a href="#epdfview">ePDFView</a> - Lightweight PDF viewer.</li>
38 <li><a href="#gnumeric">Gnumeric</a> - Spreadsheet.</li>
40 </ul>
42 <a name="abiword"></a>
43 <h3>Abiword - Word Processor</h3>
44 <p>
45 Abiword is a word processor application rich in features. It contains fast, simple, intuitive lightweight tools
46 and proposes the proper format (.abw), supporting Open Office and Microsoft Word documents, it can also export to PDF or
47 HTML. To install Abiword on SliTaz just run:
48 </p>
49 <pre> # tazpkg get-install abiword
50 </pre>
52 <a name="osmo"></a>
53 <h3>Osmo - Personal Organizer</h3>
54 <p>
55 Osmo is a small personal organizer providing a timetable and a list of tasks and contacts with the
56 possibility of opening them directly in a web browser via a URL or a mail client using an email address.
57 Osmo also offers a calendar, a date calculator and the ability to take notes classified by day. If
58 you use USB media associated with the LiveCD, it will even retain your data for you. On an installed
59 system, you can syncronize data with USB media by using Grsync. Osmo keeps its data in the
60 hidden folder <code>~/.osmo</code>.
61 </p>
63 <a name="sqlite"></a>
64 <h3>SQLite - Tiny SQL Database engine</h3>
65 <p>
66 SQLite is a small relational SQL database engine whose entire database is stored in a single file.
67 It's fast, powerful, speeds applications and implements most of the SQL92 standard. SQLite is ideal
68 for managing small websites, while requiring minimal deployment. The official website for the project is:
69 <a href="http://www.sqlite.org/">http://www.sqlite.org/</a>
70 </p>
72 <a name="epdfview"></a>
73 <h3>ePDFView - Lightweight PDF viewer</h3>
74 <p>
75 To view PDF documents, SliTaz uses the epdfview package. This provides a fast, simple, easy to use
76 PDF viewer. ePDFview uses GTK+ and the rendering library poppler, this enables you to view, move from page to
77 page and search or navigate the index.
78 </p>
80 <a name="gnumeric"></a>
81 <h3>Gnumeric - Spreadsheet</h3>
82 <p>
83 Gnumeric is free spreadsheet program and has the ability to import/export several file formats such as CSV,
84 Microsoft Exel, Latex, HTML, etc. As well as providing its own format: <code>.gnumeric</code>, it is also one of the most
85 statistically accurate spreadsheets around. To install gnumeric on SliTaz:
86 </p>
87 <pre> # tazpkg get-install gnumeric
88 </pre>
90 <!-- End of content -->
91 </div>
93 <!-- Footer. -->
94 <div id="footer">
95 <div class="footer-right"></div>
96 <a href="#top">Top of the page</a> |
97 <a href="index.html">Table of contents</a>
98 </div>
100 <div id="copy">
101 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
102 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
103 Documentation is under
104 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
105 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
106 </div>
108 </body>
109 </html>