website diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/doc/handbook/office.html Mon May 26 14:52:42 2008 +0000 1.3 @@ -0,0 +1,95 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title> 1.6 + 1.7 + 1.8 + 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="description" content="slitaz English handbook" /> 1.11 + <meta name="expires" content="never" /> 1.12 + <meta name="modified" content="2008-02-26 18:30:00" /> 1.13 + <meta name="publisher" content="www.slitaz.org" /> 1.14 + <meta name="author" content="Christophe Lincoln" /> 1.15 + <link rel="shortcut icon" href="favicon.ico" /> 1.16 + <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff"> 1.17 + 1.18 +<!-- Header and quick navigation --> 1.19 +<div id="header"> 1.20 +<div id="quicknav" align="right"> 1.21 + <a name="top"></a> 1.22 + <a href="index.html">Table of contents</a> 1.23 +</div> 1.24 +<h1><font color="#3e1220">SliTaz Handbook (en)</font></h1> 1.25 +</div> 1.26 + 1.27 +<!-- Content. --> 1.28 +<div id="content"> 1.29 +<div class="content-right"></div> 1.30 + 1.31 +<h2><font color="#DF8F06">Office</font></h2> 1.32 + 1.33 +<ul> 1.34 + <li><a href="#abiword">Abiword</a> - Word Processor.</li> 1.35 + <li><a href="#osmo">Osmo</a> - Personal Organiser.</li> 1.36 + <li><a href="#sqlite">SQLite</a> - Tiny SQL Database engine.</li> 1.37 + <li><a href="#epdfview">ePDFView</a> - Lightweight PDF viewer.</li> 1.38 + 1.39 +</ul> 1.40 + 1.41 +<a name="abiword"></a> 1.42 +<h3>Abiword - Word Processor</h3> 1.43 +<p> 1.44 +Abiword is a word processor application rich in features. It contains fast, simple, intuitive lightweight tools 1.45 +and proposes the proper format (.abw), supporting Open Office and Microsoft Word documents, it can also export to PDF or 1.46 +HTML. To install Abiword on SliTaz just run: 1.47 +</p> 1.48 +<pre> # tazpkg get-install abiword 1.49 +</pre> 1.50 + 1.51 +<a name="osmo"></a> 1.52 +<h3>Osmo - Personal Organiser</h3> 1.53 +<p> 1.54 +Osmo is a small personal organiser providing a timetable and a list of tasks and contacts with the 1.55 +possibility of opening them directly in a web browser via a URL or a mail client using an email address. 1.56 +Osmo also offers a calender, a date calculator and the ability to take notes classified by day. If 1.57 +you use USB media associated with the LiveCD, it will even retain your data for you. On an installed 1.58 +system, you can syncronize data with USB media by using Grsync. Osmo keeps it's data in the 1.59 +hidden folder <code>~/.osmo</code>. 1.60 +</p> 1.61 + 1.62 +<a name="sqlite"></a> 1.63 +<h3>SQLite - Tiny SQL Database engine</h3> 1.64 +<p> 1.65 +SQLite is a small relational SQL database engine whose entire database is stored in a single file, 1.66 +it's fast, powerful, speeds applications and implements most of the SQL92 standard. SQLite is ideal 1.67 +for managing small websites, while requiring minimal deployment. The official website for the project is: 1.68 +<a href="http://www.sqlite.org/">http://www.sqlite.org/</a> 1.69 +</p> 1.70 + 1.71 +<a name="epdfview"></a> 1.72 +<h3>ePDFView - Lightweight PDF viewer</h3> 1.73 +<p> 1.74 +To view PDF documents, SliTaz uses the epdfview package, this provides a fast, simple, easy to use 1.75 +PDF viewer. ePDFview uses GTK + and the rendering library poppler, this enables you to view, move from page to 1.76 +page, search or navigate the index. 1.77 +</p> 1.78 + 1.79 +<!-- End of content --> 1.80 +</div> 1.81 + 1.82 +<!-- Footer. --> 1.83 +<div id="footer"> 1.84 + <div class="footer-right"></div> 1.85 + <a href="#top">Top of the page</a> | 1.86 + <a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a> 1.87 +</div> 1.88 + 1.89 +<div id="copy"> 1.90 + Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.91 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.92 + Documentation is under 1.93 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.94 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.95 +</div> 1.96 + 1.97 +</body></html> 1.98 +