rwdziprwdwaddresses 0.99 → 1.00

Sign up to get free protection for your applications and to get access to all the features.
data/HowTo_Addresses.txt CHANGED
@@ -147,10 +147,15 @@ erik = secret
147
147
  Thanks, Steven Gibson
148
148
 
149
149
  == Changelog
150
+ version 1.00
151
+ Fix config editing screen
152
+
150
153
  version 0.99
151
154
  added rconftool use to update configuration files
152
155
  changed applets removal to not use external rm
153
156
  removed version number from directory name
157
+ Debian permissions fixed. Configuration editing has more boxes.
158
+
154
159
 
155
160
  version 0.98
156
161
  updated for rwdtinker 1.56
data/rwdaddresses.rb ADDED
@@ -0,0 +1,241 @@
1
+ = Rwd Address Book
2
+
3
+
4
+ == How to Use the Address Book (rwdaddresses)
5
+
6
+ There are two ways to add records to rwdaddresses address book.
7
+
8
+ == Adding Records
9
+
10
+ 1. Use the "New File" tab
11
+ The first field is the most important. It is the filename that
12
+ will be created. I use the person's name with caps and no spaces
13
+ RingoStarr
14
+
15
+ The following lines for entry are for you to fill in as you want.
16
+ When you are finished press the CreateFile button
17
+
18
+ 2. Manually add an entry for a person record
19
+ You can use a text editor to create a record
20
+ put information on separate lines. You can have as many lines as you want
21
+ name the file with caps and no spaces and end with .nam
22
+ RingoStarr.nam<
23
+
24
+ Save your file to the names/ subdirectory
25
+
26
+
27
+ This is similar to how you add a photo to the book.
28
+
29
+
30
+ == Viewing an address book entry:
31
+
32
+
33
+ Go to "View Contact" tab
34
+
35
+ Type in the name of the contact you want.
36
+
37
+ Type it as the record file is saved: (caps, no space)
38
+ StevenGibson
39
+
40
+ Then click the "Open" button
41
+
42
+ If it finds the record it will open it. It displays the record as text under the search box.
43
+
44
+
45
+
46
+ == Viewing Photo
47
+
48
+
49
+ Click on the ? at the top right of window
50
+
51
+
52
+ If it finds a photo for the person it will replace the window with the photo
53
+
54
+
55
+ it will look for the same name as the record with the extension .png
56
+
57
+
58
+ To return to the address book, click on back arrows at the top right.
59
+
60
+ For now you need to add photos manually.
61
+
62
+ add them to the names/ directory
63
+
64
+ == List Files
65
+
66
+ Click on "List Files"
67
+
68
+
69
+
70
+ clicking on the "ListFiles" button will list all
71
+ the files found in the names/ directory
72
+
73
+
74
+ == Add Info
75
+
76
+ For edits to records go to the contacts utilities tab
77
+ You can
78
+ Rename contacts
79
+ Delete contacts
80
+ attach photos to contacts
81
+
82
+ == Attach photo
83
+ on the Contacts Utilities tab
84
+ select the name record,
85
+ put a jpg photo in the /tmp directory
86
+ select the photo
87
+ click on Attach photo, it will rename the photo and copy it to the
88
+ addresses directory
89
+
90
+ == Sync for multiple computers
91
+
92
+ If you are like me, you have more than one system
93
+ I use rwdTinker at home on my Linux laptop
94
+ at work I use it on XP
95
+ on the go I use rwdtinker on my Zaurus PDA
96
+ So I am adding contact record on different machines.
97
+ There is a function to help sync the separate systems
98
+
99
+ in "Selection Panel" click on "Open Schedule Sync Window"
100
+
101
+ First you need your ftp details set in the
102
+ configuration/rwdaddresses.cnf file
103
+
104
+ you can upload your contacts from your local names directory to the ftp site
105
+ you can download contacts from the ftp site to your local updates directory
106
+ you can perform a sync which finds remote contacts and adds them to your local
107
+ names directory
108
+
109
+ == Change to using png photos instead of jpg
110
+
111
+ If you want to
112
+ Need to change one line in file rwdaddresses.cnf
113
+ Need to add nophoto.png in names
114
+
115
+ == Documents
116
+
117
+
118
+ when you click on a document name, the document should pop up in a
119
+ browser window, or in another browser tab.
120
+
121
+ == Using over a Network
122
+
123
+ To serve the application over your local LAN,change the last line in the
124
+ init.rb file to something like:
125
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
126
+ Then you should be able to login at: http://yourhostname:8080
127
+
128
+ You have to authorize yourself. The .rwuids example is a string with
129
+ the name of the authorization file, relative to the home directory
130
+ of the user that started the service. This file has to be in the form of:
131
+
132
+ user1 = password
133
+ user2 = pass phrase
134
+
135
+ Thus the file .rwduids might contain:
136
+
137
+ erik = secret
138
+
139
+ == Contacts
140
+ For more information see:
141
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
142
+
143
+
144
+ For more information about RubyWebDialogs see:
145
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
146
+
147
+ Thanks, Steven Gibson
148
+
149
+ == Changelog
150
+ version 1.00
151
+ Fix config editing screen
152
+
153
+ version 0.99
154
+ added rconftool use to update configuration files
155
+ changed applets removal to not use external rm
156
+ removed version number from directory name
157
+ Debian permissions fixed. Configuration editing has more boxes.
158
+
159
+
160
+ version 0.98
161
+ updated for rwdtinker 1.56
162
+ first debian version
163
+ added photo to front viewing screen
164
+
165
+ version 0.97
166
+ updated for rwdtinker version 1.51
167
+ added RwdAddresses Menu tab for easier navigation
168
+ Improvement to context sensitive help
169
+ wider text boxes for contact information
170
+
171
+ version 0.96
172
+ added tab for jump to addresses window
173
+ added return from photo window
174
+ added contact name on photo window
175
+ changed return from back window
176
+
177
+ version 0.95
178
+ added some context sensitive help
179
+ added edit config file and reload config variables
180
+ change to tinker context help script
181
+ updated for rwdtinker 1.47
182
+ Added delete update files function in sync tab
183
+
184
+ version 0.94
185
+ updated for rwdtinker 1.44 - refactored gui files
186
+ Changed gui directory names - more like Java package titles
187
+ added back window for sync tasks
188
+ added configuration viewing
189
+ added ftp file download for sync
190
+ added ftp file upload for sync
191
+ add update files and addresses sync compares
192
+
193
+ version 0.93
194
+ updated for rwdtinker 1.42 - semi-live updating
195
+
196
+ version 0.92
197
+ updated for rwdtinker 1.41
198
+ updated some l10n data
199
+ switched to jpg for contact photos
200
+ fixed rename for nil new name
201
+
202
+ version 0.91
203
+ updated for rwdtinker 1.4
204
+ Added configuration viewing
205
+
206
+ version 0.9
207
+ added edit commands to change contact record
208
+ Rename contacts
209
+ Delete contacts
210
+ attach photos to contacts
211
+
212
+ version 0.8
213
+ updated for version 1.23 of rwdtinker
214
+
215
+ version 0.7
216
+ changed directory structure for rwdtinker 0.9 and later
217
+ added conf file for name record directory location
218
+ split inf file for sample data
219
+ update HowTo_Addresses.html with info on serving over a LAN
220
+ improved name selection on the main screen
221
+
222
+ version 0.6
223
+ update handling of photo, when none found
224
+ reduced sizes of sample photos
225
+
226
+ version 0.5
227
+ revised to fit into rwdtinker framework
228
+
229
+ Version 0.4
230
+ Corrected photo xml
231
+ changed order of action buttons
232
+ added help-about window
233
+
234
+ Version 0.3
235
+ split code into sections - moved to code directory
236
+ added license file
237
+ split rwd gui file into sections
238
+ Photos added
239
+
240
+ Version 0.2
241
+ first public version released
metadata CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.8.6
3
3
  specification_version: 1
4
4
  name: rwdziprwdwaddresses
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.99"
7
- date: 2005-03-06
6
+ version: "1.00"
7
+ date: 2005-03-09
8
8
  summary: rwdaddresses is a Contact Book using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.56
9
9
  require_paths:
10
10
  - "."
11
11
  email: steven@superant.com
12
12
  homepage: http://rubyforge.org/projects/rwdapplications/
13
13
  rubyforge_project: rwdapplications
14
- description: rwdaddresses is a Contact Book for the RubyGems system using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
14
+ description: rwdaddresses is a Contact Book using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.56
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -26,7 +26,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
26
26
  platform: ruby
27
27
  authors: []
28
28
  files:
29
- - rwdwaddresses-0.99.zip
29
+ - rwdwaddresses-1.00.zip
30
+ - rwdaddresses.rb
30
31
  - HowTo_Addresses.txt
31
32
  test_files: []
32
33
  rdoc_options: