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

en: Update Hdbk - office, network, etc
author Paul Issott <paul@slitaz.org>
date Mon Mar 23 20:26:57 2009 +0000 (2009-03-23)
parents 1bde84e4bc42
children 181e51e86dd6
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="2009-03-23 20: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>
39 <li><a href="#homebank">Homebank</a> - Finance manager.</li>
40 <li><a href="#notecase">Notecase</a> - Notes manager.</li>
42 </ul>
44 <a name="abiword"></a>
45 <h3>Abiword - Word Processor</h3>
46 <p>
47 Abiword is a word processor application rich in features. It contains fast, simple, intuitive lightweight tools
48 and proposes the proper format (.abw), supporting Open Office and Microsoft Word documents, it can also export to PDF or
49 HTML. To install Abiword on SliTaz just run:
50 </p>
51 <pre> # tazpkg get-install abiword
52 </pre>
54 <a name="osmo"></a>
55 <h3>Osmo - Personal Organizer</h3>
56 <p>
57 Osmo is a small personal organizer providing a timetable and a list of tasks and contacts with the
58 possibility of opening them directly in a web browser via a URL or a mail client using an email address.
59 Osmo also offers a calendar, a date calculator and the ability to take notes classified by day. If
60 you use USB media associated with the LiveCD, it will even retain your data for you. On an installed
61 system, you can syncronize data with USB media by using Grsync. Osmo keeps its data in the
62 hidden folder <code>~/.osmo</code>.
63 </p>
65 <a name="sqlite"></a>
66 <h3>SQLite - Tiny SQL Database engine</h3>
67 <p>
68 SQLite is a small relational SQL database engine whose entire database is stored in a single file.
69 It's fast, powerful, speeds applications and implements most of the SQL92 standard. SQLite is ideal
70 for managing small websites, while requiring minimal deployment. The official website for the project is:
71 <a href="http://www.sqlite.org/">http://www.sqlite.org/</a>
72 </p>
74 <a name="epdfview"></a>
75 <h3>ePDFView - Lightweight PDF viewer</h3>
76 <p>
77 To view PDF documents, SliTaz uses the epdfview package. This provides a fast, simple, easy to use
78 PDF viewer. ePDFview uses GTK+ and the rendering library poppler, this enables you to view, move from page to
79 page and search or navigate the index.
80 </p>
82 <a name="gnumeric"></a>
83 <h3>Gnumeric - Spreadsheet</h3>
84 <p>
85 Gnumeric is free spreadsheet program and has the ability to import/export several file formats such as CSV,
86 Microsoft Exel, Latex, HTML, etc. As well as providing its own format: <code>.gnumeric</code>, it is also one of the most
87 statistically accurate spreadsheets around. To install gnumeric on SliTaz:
88 </p>
89 <pre> # tazpkg get-install gnumeric
90 </pre>
92 <a name="homebank"></a>
93 <h3>Homebank - Finance manager</h3>
94 <p>
95 Homebank is a handy program to manage and compare bank accounts. Lightweight,
96 fast and comprehensive, homebank is a good addition to Abiword and Gnumeric
97 for an office suite that's light and easy to use.
98 Website: <a href="http://homebank.free.fr/">homebank.free.fr</a>.
99 To install homebank, you can use the graphical package manager or the command:
100 </p>
101 <pre> # tazpkg get-install homebank
102 </pre>
104 <a name="notecase"></a>
105 <h3>Notecase - Notes manager</h3>
106 <p>
107 Notecase is software designed to organize and manage notes. It allows
108 you to link pages, import or export notes and format text (bold, italics,
109 etc). Notecase is installed by default in the heart of the system and is
110 located in the Menu &rarr; Office &rarr; Notecase notes manager.
111 </p>
113 <!-- End of content -->
114 </div>
116 <!-- Footer. -->
117 <div id="footer">
118 <div class="footer-right"></div>
119 <a href="#top">Top of the page</a> |
120 <a href="index.html">Table of contents</a>
121 </div>
123 <div id="copy">
124 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
125 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
126 Documentation is under
127 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
128 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
129 </div>
131 </body>
132 </html>