author | spiralman <spiralman> | 2002-12-13 22:41:34 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-12-13 22:41:34 (UTC) |
commit | 20506faece50d4a9187a5c3b09597f031be8493f (patch) (unidiff) | |
tree | f0fdcafd58859a9d3426dbb3a9aa451b872abe03 | |
parent | d178168d0980e62d6ce1acb92b6b62c07b64ea34 (diff) | |
download | opie-20506faece50d4a9187a5c3b09597f031be8493f.zip opie-20506faece50d4a9187a5c3b09597f031be8493f.tar.gz opie-20506faece50d4a9187a5c3b09597f031be8493f.tar.bz2 |
added entities to usermanual.sgm and made textedit compilable
-rw-r--r-- | docs/usermanual/textedit.sgm | 4 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/docs/usermanual/textedit.sgm b/docs/usermanual/textedit.sgm index 3a30cb8..72c258f 100644 --- a/docs/usermanual/textedit.sgm +++ b/docs/usermanual/textedit.sgm | |||
@@ -6,67 +6,67 @@ featured word processor. It supports basic functions like "Cut and Paste", sear | |||
6 | 6 | ||
7 | <section><title>Introduction</title> | 7 | <section><title>Introduction</title> |
8 | <para> | 8 | <para> |
9 | When you start Text Editor, you will see the usual menu bar and tool bar (which provides quick access to functions in | 9 | When you start Text Editor, you will see the usual menu bar and tool bar (which provides quick access to functions in |
10 | the menus), and a main view where you can read and edit text files. In the upper right corner you will see, in addition | 10 | the menus), and a main view where you can read and edit text files. In the upper right corner you will see, in addition |
11 | to the usual "x" to close the window, a button labeled "Ok". The "x" button will close Text Editor without saving (or | 11 | to the usual "x" to close the window, a button labeled "Ok". The "x" button will close Text Editor without saving (or |
12 | asking you to save) the file, while the "Ok" button will save the file before closing the application. | 12 | asking you to save) the file, while the "Ok" button will save the file before closing the application. |
13 | </para> | 13 | </para> |
14 | </section> | 14 | </section> |
15 | 15 | ||
16 | <section><title>Opening Files</title> | 16 | <section><title>Opening Files</title> |
17 | <para> | 17 | <para> |
18 | To open a file, go to File&arrow;Open, or press the Open button on the toolbar (an open folder), and the Open File | 18 | To open a file, go to File&arrow;Open, or press the Open button on the toolbar (an open folder), and the Open File |
19 | dialog will appear. The main view you see is a list of all the files and directories in the current directory (usually /). | 19 | dialog will appear. The main view you see is a list of all the files and directories in the current directory (usually /). |
20 | You can change which files are visible with the two pulldown menus on the bottom of the dialog. The menu on the | 20 | You can change which files are visible with the two pulldown menus on the bottom of the dialog. The menu on the |
21 | left lets you chose where to look for the files. If it is set to "Documents" you will only see files that are in your | 21 | left lets you chose where to look for the files. If it is set to "Documents" you will only see files that are in your |
22 | documents tab, while if it is set to "Files" you will see all the files and directories on your file system (All Files is | 22 | documents tab, while if it is set to "Files" you will see all the files and directories on your file system (All Files is |
23 | like Files except that hidden files are visible). The menu on the right lets you select which types of files to view. | 23 | like Files except that hidden files are visible). The menu on the right lets you select which types of files to view. |
24 | "All" will display all the files that are available based on the what you have selected in the left menu, while "Text" | 24 | "All" will display all the files that are available based on the what you have selected in the left menu, while "Text" |
25 | will display all files ending in ".txt". The "Name" field lets you enter the name of the file to open in the current | 25 | will display all files ending in ".txt". The "Name" field lets you enter the name of the file to open in the current |
26 | directory. When you have selected the file you wish to open, press "Ok" in the upper right hand corner. | 26 | directory. When you have selected the file you wish to open, press "Ok" in the upper right hand corner. |
27 | </para> | 27 | </para> |
28 | </section> | 28 | </section> |
29 | 29 | ||
30 | <section><title>Creating New Files</title> | 30 | <section><title>Creating New Files</title> |
31 | <para> | 31 | <para> |
32 | To create a new file, select File&arrow;New, or press the new file button on the toolbar (a blank page). This will | 32 | To create a new file, select File&arrow;New, or press the new file button on the toolbar (a blank page). This will |
33 | ask you to save the current file (if there is one) and then close it, and a blank file should then be available. | 33 | ask you to save the current file (if there is one) and then close it, and a blank file should then be available. |
34 | </para> | 34 | </para> |
35 | </section> | 35 | </section> |
36 | 36 | ||
37 | <section><title>Saving Files</title> | 37 | <section><title>Saving Files</title> |
38 | <para> | 38 | <para> |
39 | Once you are done changing the file, you will want to save it. Youc can do this by going to File&arrow;Save. If the | 39 | Once you are done changing the file, you will want to save it. Youc can do this by going to File&arrow;Save. If the |
40 | file has already been saved, or you opened it, it will simply be saved over the old version, however if you started | 40 | file has already been saved, or you opened it, it will simply be saved over the old version, however if you started |
41 | with a new file, the Save dialog will open. To avoid saving over a file you have already saved, or that you opened | 41 | with a new file, the Save dialog will open. To avoid saving over a file you have already saved, or that you opened |
42 | and modified, you can chose File&arrow;Save As instead. | 42 | and modified, you can chose File&arrow;Save As instead. |
43 | </para> | 43 | </para> |
44 | <para> | 44 | <para> |
45 | The Save dialog looks the same as the Open dialog, with all the fields doing the same thing as before, with the | 45 | The Save dialog looks the same as the Open dialog, with all the fields doing the same thing as before, with the |
46 | exception of the "Name" field. Unless you want to save over a file, you must enter the name of the new file in this | 46 | exception of the "Name" field. Unless you want to save over a file, you must enter the name of the new file in this |
47 | field. Once you have entered the name of the file, move into the directory you want to save it in in the main view | 47 | field. Once you have entered the name of the file, move into the directory you want to save it in in the main view |
48 | and press "Ok" to save it ("x" cancels the save). | 48 | and press "Ok" to save it ("x" cancels the save). |
49 | </para> | 49 | </para> |
50 | </section> | 50 | </section> |
51 | 51 | ||
52 | <section><title>Cut and Paste</title> | 52 | <section><title>Cut and Paste</title> |
53 | <para> | 53 | <para> |
54 | For a more detailed description of Cut and Paste in Opie, see <xref linkend=cutpaste>. To cut or copy text | 54 | For a more detailed description of Cut and Paste in Opie, see (add link to cut and paste here). To cut or copy text |
55 | to the clipboard, highlight the text and select Edit&arrow;Copy to add it without deleting the original text, or | 55 | to the clipboard, highlight the text and select Edit&arrow;Copy to add it without deleting the original text, or |
56 | Edit&arrow;Cut to add it to the clipboard and delete the original text. Then move the cursor to where you want to | 56 | Edit&arrow;Cut to add it to the clipboard and delete the original text. Then move the cursor to where you want to |
57 | paste the text and chose Edit&arrow;Paste. These three menu items do the same thing as those in the Clipboard | 57 | paste the text and chose Edit&arrow;Paste. These three menu items do the same thing as those in the Clipboard |
58 | Applet (they even use the same clipboard), and can also be access from their respective icons in the toolbar. | 58 | Applet (they even use the same clipboard), and can also be access from their respective icons in the toolbar. |
59 | </para> | 59 | </para> |
60 | </section> | 60 | </section> |
61 | 61 | ||
62 | <section><title>Inserting Date and Time</title> | 62 | <section><title>Inserting Date and Time</title> |
63 | <para> | 63 | <para> |
64 | To insert the date and time, chose Edit&arrow;Insert Time and Date. | 64 | To insert the date and time, chose Edit&arrow;Insert Time and Date. |
65 | </para> | 65 | </para> |
66 | </section> | 66 | </section> |
67 | 67 | ||
68 | <section><title>Finding Text</title> | 68 | <section><title>Finding Text</title> |
69 | <para> | 69 | <para> |
70 | 70 | ||
71 | 71 | ||
72 | </chapter> \ No newline at end of file | 72 | </chapter> |
diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm index 30849df..6192daf 100644 --- a/docs/usermanual/usermanual.sgm +++ b/docs/usermanual/usermanual.sgm | |||
@@ -1,61 +1,73 @@ | |||
1 | <!DOCTYPE book PUBLIC "-OASIS//DTD DocBook V4.2//EN" [ | 1 | <!DOCTYPE book PUBLIC "-OASIS//DTD DocBook V4.2//EN" [ |
2 | <!ENTITY arrow "-->"> | 2 | <!ENTITY arrow "-->"> |
3 | <!ENTITY whatis SYSTEM "whatisopie.sgm"> | 3 | <!ENTITY whatis SYSTEM "whatisopie.sgm"> |
4 | <!ENTITY installation SYSTEM "installation.sgm"> | 4 | <!ENTITY installation SYSTEM "installation.sgm"> |
5 | <!ENTITY gettingaround SYSTEM "gettingaround.sgm"> | 5 | <!ENTITY gettingaround SYSTEM "gettingaround.sgm"> |
6 | <!ENTITY upgrading SYSTEM "upgrading.sgm"> | 6 | <!ENTITY upgrading SYSTEM "upgrading.sgm"> |
7 | <!ENTITY contacts SYSTEM "contacts.sgm"> | 7 | <!ENTITY contacts SYSTEM "contacts.sgm"> |
8 | <!ENTITY calendar SYSTEM "calendar.sgm"> | 8 | <!ENTITY calendar SYSTEM "calendar.sgm"> |
9 | <!ENTITY todo SYSTEM "todo.sgm"> | 9 | <!ENTITY todo SYSTEM "todo.sgm"> |
10 | <!ENTITY filemanager SYSTEM "filemanager.sgm"> | 10 | <!ENTITY filemanager SYSTEM "filemanager.sgm"> |
11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> | 11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> |
12 | <!ENTITY software SYSTEM "software.sgm"> | 12 | <!ENTITY software SYSTEM "software.sgm"> |
13 | <!ENTITY today SYSTEM "today.sgm"> | 13 | <!ENTITY today SYSTEM "today.sgm"> |
14 | <!ENTITY irda SYSTEM "irda.sgm"> | 14 | <!ENTITY irda SYSTEM "irda.sgm"> |
15 | <!ENTITY keypebble SYSTEM "keypebble.sgm"> | 15 | <!ENTITY keypebble SYSTEM "keypebble.sgm"> |
16 | <!ENTITY i18n SYSTEM "i18n.sgm"> | 16 | <!ENTITY i18n SYSTEM "i18n.sgm"> |
17 | <!ENTITY kjumpx SYSTEM "kjumpx.sgm"> | 17 | <!ENTITY kjumpx SYSTEM "kjumpx.sgm"> |
18 | <!ENTITY handwriting SYSTEM "handwriting.sgm"> | 18 | <!ENTITY handwriting SYSTEM "handwriting.sgm"> |
19 | <!ENTITY multikey SYSTEM "multikey.sgm"> | 19 | <!ENTITY multikey SYSTEM "multikey.sgm"> |
20 | <!ENTITY pickboard SYSTEM "pickboard.sgm"> | 20 | <!ENTITY pickboard SYSTEM "pickboard.sgm"> |
21 | <!ENTITY calibrate SYSTEM "calibrate.sgm"> | ||
22 | <!ENTITY helpbrowser SYSTEM "helpbrowser.sgm"> | ||
23 | <!ENTITY login SYSTEM "login.sgm"> | ||
24 | <!ENTITY citytime SYSTEM "citytime.sgm"> | ||
25 | <!ENTITY textedit SYSTEM "textedit.sgm"> | ||
26 | <!ENTITY lightpower SYSTEM "lightpower.sgm"> | ||
21 | 27 | ||
22 | <!--Now the real entities--> | 28 | <!--Now the real entities--> |
23 | <!ENTITY opie "OPIE"> | 29 | <!ENTITY opie "OPIE"> |
24 | <!ENTITY todayapp "Today"> | 30 | <!ENTITY todayapp "Today"> |
25 | <!ENTITY qt "Qt"> | 31 | <!ENTITY qt "Qt"> |
26 | ]> | 32 | ]> |
27 | <book><title>&opie; User Manual</title> | 33 | <book><title>&opie; User Manual</title> |
28 | <bookinfo><authorgroup><collab> | 34 | <bookinfo><authorgroup><collab> |
29 | <collabname>The &opie; Team</collabname> | 35 | <collabname>The &opie; Team</collabname> |
30 | </collab></authorgroup></bookinfo> | 36 | </collab></authorgroup></bookinfo> |
31 | <part><title>Getting Started</title> | 37 | <part><title>Getting Started</title> |
32 | &whatis; | 38 | &whatis; |
33 | &installation; | 39 | &installation; |
34 | &gettingaround; | 40 | &gettingaround; |
35 | &upgrading; | 41 | &upgrading; |
36 | </part> | 42 | </part> |
37 | <part><title>Applications</title> | 43 | <part><title>Applications</title> |
38 | &contacts; | 44 | &contacts; |
39 | &calendar; | 45 | &calendar; |
40 | &todo; | 46 | &todo; |
41 | &today; | 47 | &today; |
42 | &filemanager; | 48 | &filemanager; |
43 | &embeddedkonsole; | 49 | &embeddedkonsole; |
44 | &keypebble; | 50 | &keypebble; |
51 | &helpbrowser; | ||
52 | &login; | ||
53 | &citytime; | ||
54 | &textedit; | ||
45 | </part> | 55 | </part> |
46 | <part><title>Settings</title> | 56 | <part><title>Settings</title> |
47 | &software; | 57 | &software; |
58 | &lightpower; | ||
59 | &calibrate; | ||
48 | </part> | 60 | </part> |
49 | <part><title>Applets</title> | 61 | <part><title>Applets</title> |
50 | &irda; | 62 | &irda; |
51 | </part> | 63 | </part> |
52 | <part><title>Inputmethods</title> | 64 | <part><title>Inputmethods</title> |
53 | &kjumpx; | 65 | &kjumpx; |
54 | &handwriting; | 66 | &handwriting; |
55 | &multikey; | 67 | &multikey; |
56 | &pickboard; | 68 | &pickboard; |
57 | </part> | 69 | </part> |
58 | <part><title>Technical Details</title> | 70 | <part><title>Technical Details</title> |
59 | &i18n; | 71 | &i18n; |
60 | </part> | 72 | </part> |
61 | </book> | 73 | </book> |