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

en: Edits and typos
author Paul Issott <paul@slitaz.org>
date Mon Jul 28 22:05:36 2008 +0000 (2008-07-28)
parents 9e30e64c8198
children 1aee368acd7c
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>
39 </ul>
41 <a name="abiword"></a>
42 <h3>Abiword - Word Processor</h3>
43 <p>
44 Abiword is a word processor application rich in features. It contains fast, simple, intuitive lightweight tools
45 and proposes the proper format (.abw), supporting Open Office and Microsoft Word documents, it can also export to PDF or
46 HTML. To install Abiword on SliTaz just run:
47 </p>
48 <pre> # tazpkg get-install abiword
49 </pre>
51 <a name="osmo"></a>
52 <h3>Osmo - Personal Organizer</h3>
53 <p>
54 Osmo is a small personal organizer providing a timetable and a list of tasks and contacts with the
55 possibility of opening them directly in a web browser via a URL or a mail client using an email address.
56 Osmo also offers a calendar, a date calculator and the ability to take notes classified by day. If
57 you use USB media associated with the LiveCD, it will even retain your data for you. On an installed
58 system, you can syncronize data with USB media by using Grsync. Osmo keeps it's data in the
59 hidden folder <code>~/.osmo</code>.
60 </p>
62 <a name="sqlite"></a>
63 <h3>SQLite - Tiny SQL Database engine</h3>
64 <p>
65 SQLite is a small relational SQL database engine whose entire database is stored in a single file.
66 It's fast, powerful, speeds applications and implements most of the SQL92 standard. SQLite is ideal
67 for managing small websites, while requiring minimal deployment. The official website for the project is:
68 <a href="http://www.sqlite.org/">http://www.sqlite.org/</a>
69 </p>
71 <a name="epdfview"></a>
72 <h3>ePDFView - Lightweight PDF viewer</h3>
73 <p>
74 To view PDF documents, SliTaz uses the epdfview package. This provides a fast, simple, easy to use
75 PDF viewer. ePDFview uses GTK+ and the rendering library poppler, this enables you to view, move from page to
76 page and search or navigate the index.
77 </p>
79 <!-- End of content -->
80 </div>
82 <!-- Footer. -->
83 <div id="footer">
84 <div class="footer-right"></div>
85 <a href="#top">Top of the page</a> |
86 <a href="index.html">Table of contents</a>
87 </div>
89 <div id="copy">
90 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
91 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
92 Documentation is under
93 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
94 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
95 </div>
97 </body>
98 </html>