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