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

Add Applications to Handbook (en)
author Paul Issott <paul@slitaz.org>
date Mon May 26 14:52:42 2008 +0000 (2008-05-26)
parents
children f0c0c73578c0
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</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-02-26 18: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" /></head><body bgcolor="#ffffff">
15 <!-- Header and quick navigation -->
16 <div id="header">
17 <div id="quicknav" align="right">
18 <a name="top"></a>
19 <a href="index.html">Table of contents</a>
20 </div>
21 <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
22 </div>
24 <!-- Content. -->
25 <div id="content">
26 <div class="content-right"></div>
28 <h2><font color="#DF8F06">Office</font></h2>
30 <ul>
31 <li><a href="#abiword">Abiword</a> - Word Processor.</li>
32 <li><a href="#osmo">Osmo</a> - Personal Organiser.</li>
33 <li><a href="#sqlite">SQLite</a> - Tiny SQL Database engine.</li>
34 <li><a href="#epdfview">ePDFView</a> - Lightweight PDF viewer.</li>
36 </ul>
38 <a name="abiword"></a>
39 <h3>Abiword - Word Processor</h3>
40 <p>
41 Abiword is a word processor application rich in features. It contains fast, simple, intuitive lightweight tools
42 and proposes the proper format (.abw), supporting Open Office and Microsoft Word documents, it can also export to PDF or
43 HTML. To install Abiword on SliTaz just run:
44 </p>
45 <pre> # tazpkg get-install abiword
46 </pre>
48 <a name="osmo"></a>
49 <h3>Osmo - Personal Organiser</h3>
50 <p>
51 Osmo is a small personal organiser providing a timetable and a list of tasks and contacts with the
52 possibility of opening them directly in a web browser via a URL or a mail client using an email address.
53 Osmo also offers a calender, a date calculator and the ability to take notes classified by day. If
54 you use USB media associated with the LiveCD, it will even retain your data for you. On an installed
55 system, you can syncronize data with USB media by using Grsync. Osmo keeps it's data in the
56 hidden folder <code>~/.osmo</code>.
57 </p>
59 <a name="sqlite"></a>
60 <h3>SQLite - Tiny SQL Database engine</h3>
61 <p>
62 SQLite is a small relational SQL database engine whose entire database is stored in a single file,
63 it's fast, powerful, speeds applications and implements most of the SQL92 standard. SQLite is ideal
64 for managing small websites, while requiring minimal deployment. The official website for the project is:
65 <a href="http://www.sqlite.org/">http://www.sqlite.org/</a>
66 </p>
68 <a name="epdfview"></a>
69 <h3>ePDFView - Lightweight PDF viewer</h3>
70 <p>
71 To view PDF documents, SliTaz uses the epdfview package, this provides a fast, simple, easy to use
72 PDF viewer. ePDFview uses GTK + and the rendering library poppler, this enables you to view, move from page to
73 page, search or navigate the index.
74 </p>
76 <!-- End of content -->
77 </div>
79 <!-- Footer. -->
80 <div id="footer">
81 <div class="footer-right"></div>
82 <a href="#top">Top of the page</a> |
83 <a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
84 </div>
86 <div id="copy">
87 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
88 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
89 Documentation is under
90 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
91 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
92 </div>
94 </body></html>