Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-desktop-productivity.mdwn
1 \r
2 \r
3 ## 15.3 Productivity \r
4 \r
5 When it comes to productivity, new users often look for a good office suite or a friendly word processor. While some [x11-wm.html desktop environments] like  **KDE**  already provide an office suite, there is no default application. DragonFly provides all that is needed, regardless of your desktop environment.\r
6 \r
7 This section covers these applications:\r
8 \r
9 [[!table  data="""
10 | Application Name | Resources Needed | Installation from Ports | Major Dependencies 
11   **KOffice**  | light | heavy |  **KDE**  
12   **AbiWord**  | light | light |  **Gtk+**  or  **GNOME**  
13   **The Gimp**  | light | heavy |  **Gtk+**  
14   **OpenOffice.org**  | heavy | huge | ***'GCC 3.1***', ***'JDK™ 1.3***',  **Mozilla**  |\r
15 """]]\r
16 ### 15.3.1 KOffice \r
17 \r
18 The KDE community has provided its desktop environment with an office suite which can be used outside  **KDE** . It includes the four standard components that can be found in other office suites.  **KWord**  is the word processor,  **KSpread**  is the spreadsheet program,  **KPresenter**  manages slide presentations, and  **Kontour**  lets you draw graphical documents.\r
19 \r
20 Before installing the latest  **KOffice** , make sure you have an up-to-date version of  **KDE** .\r
21 \r
22 To install  **KOffice**  as a package, issue the following command:\r
23 \r
24     \r
25     # pkg_add koffice\r
26 \r
27 \r
28 If the package is not available, you can use the ports collection. For instance, to install  **KOffice**  for ***'KDE3***', do:\r
29 \r
30     \r
31     # cd /usr/ports/editors/koffice-kde3\r
32     # make install clean\r
33 \r
34 \r
35 ### 15.3.2 AbiWord \r
36 \r
37  **AbiWord**  is a free word processing program similar in look and feel to  **Microsoft® Word** . It is suitable for typing papers, letters, reports, memos, and so forth. It is very fast, contains many features, and is very user-friendly.\r
38 \r
39  **AbiWord**  can import or export many file formats, including some proprietary ones like Microsoft `.doc`.\r
40 \r
41  **AbiWord**  is available as a package. You can install it by:\r
42 \r
43     \r
44     # pkg_add AbiWord\r
45 \r
46 \r
47 If the package is not available, it can be compiled from the ports collection. The ports collection should be more up to date. It can be done as follows:\r
48 \r
49     \r
50     # cd /usr/ports/editors/AbiWord\r
51     # make install clean\r
52 \r
53 \r
54 ### 15.3.3 The GIMP \r
55 \r
56 For image authoring or picture retouching,  **The GIMP**  is a very sophisticated image manipulation program. It can be used as a simple paint program or as a quality photo retouching suite. It supports a large number of plug-ins and features a scripting interface.  **The GIMP**  can read and write a wide range of file formats. It supports interfaces with scanners and tablets.\r
57 \r
58 You can install the package by issuing this command:\r
59 \r
60     \r
61     # pkg_add -r gimp\r
62 \r
63 \r
64 If your FTP site does not have this package, you can use the ports collection. The [graphics](http://www.FreeBSD.org/ports/graphics.html) directory of the ports collection also contains  **The Gimp Manual** . Here is how to get them installed:\r
65 \r
66     \r
67     # cd /usr/ports/graphics/gimp1\r
68     # make install clean\r
69     # cd /usr/ports/graphics/gimp-manual-pdf\r
70     # make install clean\r
71 \r
72 \r
73  **Note:** The [graphics](http://www.FreeBSD.org/ports/graphics.html) directory of the ports collection holds the development version of  **The GIMP**  in [`graphics/gimp-devel`](http://pkgsrc.se/graphics/gimp-devel). HTML and PostScript® versions of  **The Gimp Manual**  are in [`graphics/gimp-manual-html`](http://pkgsrc.se/graphics/gimp-manual-html) and [`graphics/gimp-manual-ps`](http://pkgsrc.se/graphics/gimp-manual-ps).\r
74 \r
75 ### 15.3.4 OpenOffice.org \r
76 \r
77  **OpenOffice.org**  includes all of the mandatory applications in a complete office productivity suite: a word processor, a spreadsheet, a presentation manager, and a drawing program. Its user interface is very similar to other office suites, and it can import and export in various popular file formats. It is available in a number of different languages including interfaces, spell checkers, and dictionaries.\r
78 \r
79 The word processor of  **OpenOffice.org**  uses a native XML file format for increased portability and flexibility. The spreadsheet program features a macro language and it can be interfaced with external databases.  **OpenOffice.org**  is already stable and runs natively on Windows®, Solaris™, Linux, FreeBSD, and Mac OS® X. More information about  **OpenOffice.org**  can be found on the [OpenOffice web site](http://www.openoffice.org/). For FreeBSD specific information, and to directly download packages use the [FreeBSD OpenOffice Porting Team](http://projects.imp.ch/openoffice/)'s web site. These packages should work on DragonFly.\r
80 \r
81 To install  **OpenOffice.org** , do:\r
82 \r
83     \r
84     # pkg_add openoffice\r
85 \r
86 \r
87 Once the package is installed, you must run the setup program and choose a `standard workstation installation`. Run this command as the user who will use  **OpenOffice.org** :\r
88 \r
89     \r
90     % openoffice-setup\r
91 \r
92 \r
93 If the  **OpenOffice.org**  packages are not available, you still have the option to compile the port. However, you must bear in mind that it requires a lot of disk space and a fairly long time to compile.\r
94 \r
95     \r
96     # cd /usr/ports/editors/openoffice\r
97     # make install clean\r
98 \r
99 \r
100 Once this is done, run the setup as the user who will use  **OpenOffice.org**  and choose a `standard workstation installation` by:\r
101 \r
102     \r
103     % cd /usr/ports/editors/openoffice\r
104     % make install-user\r
105 \r
106 \r
107 If you want to use a localized version, here are the available ports:\r
108 \r
109 [[!table  data="""
110 | Language | Port 
111  Arabic | [`editors/openoffice-ar`](http://pkgsrc.se/editors/openoffice-ar) 
112  Danish | [`editors/openoffice-dk`](http://pkgsrc.se/editors/openoffice-dk) 
113  Spanish | [`editors/openoffice-es`](http://pkgsrc.se/editors/openoffice-es) 
114  Greek | [`editors/openoffice-gr`](http://pkgsrc.se/editors/openoffice-gr) 
115  Italian | [`editors/openoffice-it`](http://pkgsrc.se/editors/openoffice-it) 
116  Dutch | [`editors/openoffice-nl`](http://pkgsrc.se/editors/openoffice-nl) 
117  Swedish | [`editors/openoffice-se`](http://pkgsrc.se/editors/openoffice-se) 
118  Turkish | [`editors/openoffice-tr`](http://pkgsrc.se/editors/openoffice-tr) 
119  French | [`french/openoffice`](http://pkgsrc.se/french/openoffice) 
120  German | [`german/openoffice`](http://pkgsrc.se/german/openoffice) 
121  Japanese | [`japanese/openoffice`](http://pkgsrc.se/japanese/openoffice) 
122  Korean | [`korean/openoffice`](http://pkgsrc.se/korean/openoffice) 
123  Polish | [`polish/openoffice`](http://pkgsrc.se/polish/openoffice) 
124  Portuguese | [`portuguese/openoffice`](http://pkgsrc.se/portuguese/openoffice) 
125  Russian | [`russian/openoffice`](http://pkgsrc.se/russian/openoffice) |\r
126 """]]\r
127 \r
128 \r
129 CategoryHandbook\r
130 CategoryHandbook-desktop\r