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