viewworkbook 0.3 → 1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/doc/html/viewworkbook.html +377 -207
- data/doc/license.txt +14 -674
- data/doc/man/viewworkbook.1.gz +0 -0
- data/doc/rst/viewworkbook.rst +11 -0
- data/lib/column.rb +0 -2
- data/lib/sheetinterface.rb +41 -32
- data/lib/user_input.rb +12 -10
- data/viewworkbook.gemspec +8 -7
- metadata +14 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf982468005b8fada83fa4ab8bec2977fcf98c4d5758233aa58f86608396de36
|
|
4
|
+
data.tar.gz: efdb779b9b3f8431fada873ec0644af79b84de2f5a1f23253179dc73e8de6f30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74c90225643b12b3ad80eb2e600f01fc8b2d840f89d4cc4c6e59feb1aa9bb57e459a4953a3f3be1342eca935bff15cdd851aa982875d03cebf0e4cdd5288308c
|
|
7
|
+
data.tar.gz: 0f6e429179e1e87ea7a571ee9e6fa569bbff0e0d11090c1bc1ec0be8c942666a32ef7f0cd75adf7a23fb5350cf3cab91e03a9b1d443135f6e5dab176104bc031
|
data/doc/html/viewworkbook.html
CHANGED
|
@@ -1,233 +1,403 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
3
|
<head>
|
|
5
|
-
<meta
|
|
6
|
-
|
|
7
|
-
<
|
|
8
|
-
<
|
|
4
|
+
<meta name="generator" content="vim - Vi Improved, a programmer's editor; HTML Tidy for Linux version 5.8.0
|
|
5
|
+
"/>
|
|
6
|
+
<meta charset="utf-8" />
|
|
7
|
+
<meta name="viewport" content=
|
|
8
|
+
"width=device-width, initial-scale=1" />
|
|
9
|
+
<title>Viewworkbook</title>
|
|
10
|
+
<style type="text/css">
|
|
11
|
+
/*<![CDATA[*/
|
|
9
12
|
|
|
10
|
-
/*
|
|
11
|
-
:Author: Michael Uplawski
|
|
12
|
-
:Contact: michael.uplawski@uplawski.eu
|
|
13
|
-
:License: WTFPL 2.0, see http://www.wtfpl.net/about/
|
|
13
|
+
/*
|
|
14
|
+
:Author: Michael Uplawski
|
|
15
|
+
:Contact: michael.uplawski@uplawski.eu
|
|
16
|
+
:License: WTFPL 2.0, see http://www.wtfpl.net/about/
|
|
14
17
|
|
|
15
|
-
Stylesheet for use with Docutils.
|
|
16
|
-
*/
|
|
18
|
+
Stylesheet for use with Docutils.
|
|
19
|
+
*/
|
|
17
20
|
|
|
18
|
-
|
|
19
|
-
@import url(html4css1.css);
|
|
20
|
-
|
|
21
|
-
body {
|
|
21
|
+
body {
|
|
22
22
|
background-color:#300020;
|
|
23
23
|
font-family: Verdana,Helvetica,Univers;
|
|
24
24
|
color:#f0f0f0;
|
|
25
25
|
color:#f0f0f0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
h1 {color:cyan;font-size:1.5em;}
|
|
29
|
-
h1.title {color:#a0a0f0;font-size:2em;}
|
|
30
|
-
h2 {color:#ffffa0;}
|
|
31
|
-
|
|
32
|
-
p, ul.simple, ol.simple, dt {margin-left:2em;}
|
|
33
|
-
p.first {font-weight:bold;}
|
|
34
|
-
dd {margin-left:4em;}
|
|
35
|
-
td {color:#f0f080;}
|
|
36
|
-
|
|
37
|
-
/* correct left margin of nested block tags*/
|
|
38
|
-
dd {}
|
|
39
|
-
dd p, li p {margin-left:0;}
|
|
40
|
-
dd * ul {margin-left:0 ! important; }
|
|
41
|
-
dd ul {margin-left:0 ! important; }
|
|
42
|
-
dd dl dt, dd dl dd {margin-left:0 ! important;}
|
|
43
|
-
dt {font-weight:bold;}
|
|
44
|
-
dt, dd {color:#f0f0f0}
|
|
45
|
-
|
|
46
|
-
tt.docutils {color:#000080;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
h1 {color:cyan;font-size:1.5em;}
|
|
29
|
+
h1.title {color:#a0a0f0;font-size:2em;}
|
|
30
|
+
h2 {color:#ffffa0;}
|
|
31
|
+
|
|
32
|
+
p, ul.simple, ol.simple, dt {margin-left:2em;}
|
|
33
|
+
p.first {font-weight:bold;}
|
|
34
|
+
dd {margin-left:4em;}
|
|
35
|
+
td {color:#f0f080;}
|
|
36
|
+
|
|
37
|
+
/* correct left margin of nested block tags*/
|
|
38
|
+
dd {}
|
|
39
|
+
dd p, li p {margin-left:0;}
|
|
40
|
+
dd * ul {margin-left:0 ! important; }
|
|
41
|
+
dd ul {margin-left:0 ! important; }
|
|
42
|
+
dd dl dt, dd dl dd {margin-left:0 ! important;}
|
|
43
|
+
dt {font-weight:bold;}
|
|
44
|
+
dt, dd {color:#f0f0f0}
|
|
45
|
+
|
|
46
|
+
tt.docutils {color:#000080;
|
|
47
47
|
background-color:#a080a0;
|
|
48
48
|
padding-left:3px;
|
|
49
49
|
padding-right:3px;
|
|
50
50
|
white-space:nowrap;
|
|
51
|
-
}
|
|
51
|
+
}
|
|
52
52
|
|
|
53
|
-
a.external {color:#ff90ff;}
|
|
53
|
+
a.external {color:#ff90ff;}
|
|
54
54
|
|
|
55
|
-
blockquote {background-color:#400020;
|
|
55
|
+
blockquote {background-color:#400020;
|
|
56
56
|
padding:0.5em;
|
|
57
57
|
border-radius:1em;
|
|
58
58
|
border-style:dotted;
|
|
59
59
|
border-width:0.5pt;
|
|
60
|
-
}
|
|
60
|
+
}
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
/*]]>*/
|
|
64
|
+
</style>
|
|
64
65
|
</head>
|
|
65
66
|
<body>
|
|
66
|
-
<
|
|
67
|
-
<h1 class="title">Viewworkbook</h1>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
<
|
|
75
|
-
|
|
76
|
-
<p>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
<p>
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<
|
|
100
|
-
<
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<
|
|
104
|
-
<
|
|
105
|
-
<p>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<
|
|
109
|
-
<
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
<
|
|
113
|
-
<
|
|
114
|
-
|
|
115
|
-
<
|
|
116
|
-
|
|
117
|
-
</
|
|
118
|
-
|
|
119
|
-
<
|
|
120
|
-
|
|
121
|
-
<
|
|
122
|
-
<
|
|
123
|
-
<
|
|
124
|
-
<
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
</
|
|
128
|
-
|
|
129
|
-
<
|
|
130
|
-
<
|
|
131
|
-
|
|
132
|
-
<
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
<
|
|
136
|
-
</
|
|
137
|
-
|
|
138
|
-
<
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
<
|
|
142
|
-
<
|
|
143
|
-
<
|
|
144
|
-
<th class="head">
|
|
145
|
-
</
|
|
146
|
-
</
|
|
147
|
-
<
|
|
148
|
-
<
|
|
149
|
-
|
|
150
|
-
<
|
|
151
|
-
<
|
|
152
|
-
|
|
153
|
-
<
|
|
154
|
-
<
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
</
|
|
159
|
-
<
|
|
160
|
-
<p>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
<
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
<
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
<
|
|
185
|
-
|
|
186
|
-
<
|
|
187
|
-
<
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
</
|
|
200
|
-
</
|
|
201
|
-
<
|
|
202
|
-
<
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</
|
|
206
|
-
</
|
|
207
|
-
<
|
|
208
|
-
<
|
|
209
|
-
|
|
210
|
-
<
|
|
211
|
-
<
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
<
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
</
|
|
229
|
-
<
|
|
230
|
-
</
|
|
231
|
-
</
|
|
67
|
+
<main id="viewworkbook">
|
|
68
|
+
<h1 class="title">Viewworkbook</h1>
|
|
69
|
+
|
|
70
|
+
<p class="subtitle" id=
|
|
71
|
+
"view-spreadsheet-files-in-a-terminal-window">view spreadsheet
|
|
72
|
+
files in a terminal window</p>
|
|
73
|
+
|
|
74
|
+
<section id="synopsis">
|
|
75
|
+
<h2>SYNOPSIS</h2>
|
|
76
|
+
|
|
77
|
+
<p>viewworkbook <spreadsheet></p>
|
|
78
|
+
</section>
|
|
79
|
+
|
|
80
|
+
<section id="description">
|
|
81
|
+
<h2>DESCRIPTION</h2>
|
|
82
|
+
|
|
83
|
+
<p>ViewWorkbook allows you to read spreadsheet files in text
|
|
84
|
+
mode in a terminal window. It reproduces the tables contained
|
|
85
|
+
in a spreadsheet file and It also lets you navigate through
|
|
86
|
+
the sheets. The visible part of a sheet is limited laterally
|
|
87
|
+
and horizontally by the size of the terminal, but you can
|
|
88
|
+
scroll through it. You can adapt the width of table columns
|
|
89
|
+
to make the table more readable. Finally, you can save tables
|
|
90
|
+
to a text file if you wish. For the author of the program,
|
|
91
|
+
the utility serves to quickly glance at spreadsheets that are
|
|
92
|
+
received via email in the Mutt mail client, which is a
|
|
93
|
+
terminal application.</p>
|
|
94
|
+
|
|
95
|
+
<p>Supported spreadsheet formats are those handled by the
|
|
96
|
+
Ruby gem "<strong>roo</strong>" (2024, roo 2.10.1):</p>
|
|
97
|
+
|
|
98
|
+
<ul class="simple">
|
|
99
|
+
<li>
|
|
100
|
+
<p>Microsoft™ Excel 2007 - 2013 formats
|
|
101
|
+
(<strong>xlsx</strong>, <strong>xlsm</strong>)</p>
|
|
102
|
+
</li>
|
|
103
|
+
|
|
104
|
+
<li>
|
|
105
|
+
<p>LibreOffice / OpenOffice.org formats
|
|
106
|
+
(<strong>ods</strong>)</p>
|
|
107
|
+
</li>
|
|
108
|
+
|
|
109
|
+
<li>
|
|
110
|
+
<p>CSV</p>
|
|
111
|
+
</li>
|
|
112
|
+
|
|
113
|
+
<li>
|
|
114
|
+
<p>Microsoft™ Excel 97, Excel 2002 XML, and Excel 2003
|
|
115
|
+
XML formats (<strong>xls</strong>,
|
|
116
|
+
<strong>xml</strong>)</p>
|
|
117
|
+
</li>
|
|
118
|
+
</ul>
|
|
119
|
+
|
|
120
|
+
<p>Additionally also</p>
|
|
121
|
+
|
|
122
|
+
<ul class="simple">
|
|
123
|
+
<li>
|
|
124
|
+
<p>The SoftMaker™ spreadsheet formats
|
|
125
|
+
<strong>pmd</strong> and <strong>pmdx</strong>.</p>
|
|
126
|
+
</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</section>
|
|
129
|
+
|
|
130
|
+
<section id="options">
|
|
131
|
+
<h2>Options</h2>
|
|
132
|
+
|
|
133
|
+
<p>Other than the path to the spreadsheet file, viewworkbook
|
|
134
|
+
does not currently interpret any command line arguments.</p>
|
|
135
|
+
|
|
136
|
+
<section id="menu-commands">
|
|
137
|
+
<h3>Menu commands</h3>
|
|
138
|
+
|
|
139
|
+
<p>A list of commands and their associated hotkeys (in
|
|
140
|
+
parenthesis) is shown below the current table:</p>
|
|
141
|
+
|
|
142
|
+
<table>
|
|
143
|
+
<thead>
|
|
144
|
+
<tr>
|
|
145
|
+
<th class="head">
|
|
146
|
+
<p>11</p>
|
|
147
|
+
</th>
|
|
148
|
+
<th class="head">
|
|
149
|
+
<p>12.2</p>
|
|
150
|
+
</th>
|
|
151
|
+
<th class="head">
|
|
152
|
+
<p>July</p>
|
|
153
|
+
</th>
|
|
154
|
+
<th class="head">
|
|
155
|
+
<p>34000</p>
|
|
156
|
+
</th>
|
|
157
|
+
<th class="head">
|
|
158
|
+
<p>5%</p>
|
|
159
|
+
</th>
|
|
160
|
+
<th class="head">
|
|
161
|
+
<p>prior</p>
|
|
162
|
+
</th>
|
|
163
|
+
<th class="head">
|
|
164
|
+
<p>1957</p>
|
|
165
|
+
</th>
|
|
166
|
+
<th class="head">
|
|
167
|
+
<p>true</p>
|
|
168
|
+
</th>
|
|
169
|
+
</tr>
|
|
170
|
+
|
|
171
|
+
<tr>
|
|
172
|
+
<th class="head">
|
|
173
|
+
<p>12</p>
|
|
174
|
+
</th>
|
|
175
|
+
<th class="head">
|
|
176
|
+
<p>2.33</p>
|
|
177
|
+
</th>
|
|
178
|
+
<th class="head">
|
|
179
|
+
<p>July</p>
|
|
180
|
+
</th>
|
|
181
|
+
<th class="head">
|
|
182
|
+
<p>1234</p>
|
|
183
|
+
</th>
|
|
184
|
+
<th class="head">
|
|
185
|
+
<p>12.2%</p>
|
|
186
|
+
</th>
|
|
187
|
+
<th class="head">
|
|
188
|
+
<p>prior</p>
|
|
189
|
+
</th>
|
|
190
|
+
<th class="head">
|
|
191
|
+
<p>1966</p>
|
|
192
|
+
</th>
|
|
193
|
+
<th class="head">
|
|
194
|
+
<p>true</p>
|
|
195
|
+
</th>
|
|
196
|
+
</tr>
|
|
197
|
+
|
|
198
|
+
<tr>
|
|
199
|
+
<th class="head">
|
|
200
|
+
<p>13</p>
|
|
201
|
+
</th>
|
|
202
|
+
<th class="head">
|
|
203
|
+
<p>50.0</p>
|
|
204
|
+
</th>
|
|
205
|
+
<th class="head">
|
|
206
|
+
<p>August</p>
|
|
207
|
+
</th>
|
|
208
|
+
<th class="head">
|
|
209
|
+
<p>334566</p>
|
|
210
|
+
</th>
|
|
211
|
+
<th class="head">
|
|
212
|
+
<p>12%</p>
|
|
213
|
+
</th>
|
|
214
|
+
<th class="head">
|
|
215
|
+
<p>in</p>
|
|
216
|
+
</th>
|
|
217
|
+
<th class="head">
|
|
218
|
+
<p>1966</p>
|
|
219
|
+
</th>
|
|
220
|
+
<th class="head">
|
|
221
|
+
<p>false</p>
|
|
222
|
+
</th>
|
|
223
|
+
</tr>
|
|
224
|
+
</thead>
|
|
225
|
+
|
|
226
|
+
<tbody>
|
|
227
|
+
<tr>
|
|
228
|
+
<td>
|
|
229
|
+
</td>
|
|
230
|
+
<td>
|
|
231
|
+
<p>A</p>
|
|
232
|
+
</td>
|
|
233
|
+
<td>
|
|
234
|
+
<p>B</p>
|
|
235
|
+
</td>
|
|
236
|
+
<td>
|
|
237
|
+
<p>C</p>
|
|
238
|
+
</td>
|
|
239
|
+
<td>
|
|
240
|
+
<p>D</p>
|
|
241
|
+
</td>
|
|
242
|
+
<td>
|
|
243
|
+
<p>E</p>
|
|
244
|
+
</td>
|
|
245
|
+
<td>
|
|
246
|
+
<p>F</p>
|
|
247
|
+
</td>
|
|
248
|
+
<td>
|
|
249
|
+
<p>G</p>
|
|
250
|
+
</td>
|
|
251
|
+
</tr>
|
|
252
|
+
</tbody>
|
|
253
|
+
</table>
|
|
254
|
+
|
|
255
|
+
<p><strong>value (v) * save to file (f) * sheet (s) *
|
|
256
|
+
column (c) * up(i) * down(k) * left(j) * right(l) * quit
|
|
257
|
+
(q) *</strong>
|
|
258
|
+
</p>
|
|
259
|
+
|
|
260
|
+
<p>When you press one of the hotkeys, you can execute a
|
|
261
|
+
command directly (like "q" to terminate the program) or a
|
|
262
|
+
submenu may appear (like with "c" which gives you control
|
|
263
|
+
over column properties) or you may be prompted for input
|
|
264
|
+
(like with "v", where you have to enter a cell reference).
|
|
265
|
+
Read on for an explanation of each menu command.</p>
|
|
266
|
+
|
|
267
|
+
<blockquote>
|
|
268
|
+
<dl class="simple">
|
|
269
|
+
<dt>value (v)</dt>
|
|
270
|
+
|
|
271
|
+
<dd>
|
|
272
|
+
<p>display the value from a cell. This is useful,
|
|
273
|
+
when columns are not wide enough to show the full
|
|
274
|
+
value. After entering "<strong>v</strong>", you are
|
|
275
|
+
immediately invited to enter a cell reference. Cells
|
|
276
|
+
are referenced in the format "column:row", e.g. D:12
|
|
277
|
+
for the cell in column "D" and row "12".</p>
|
|
278
|
+
</dd>
|
|
279
|
+
|
|
280
|
+
<dt>save to file (f)</dt>
|
|
281
|
+
|
|
282
|
+
<dd>
|
|
283
|
+
<p>Save the current table or all tables to a text
|
|
284
|
+
file. Initially, the command shows two alternative
|
|
285
|
+
sub-commands:</p>
|
|
286
|
+
</dd>
|
|
287
|
+
|
|
288
|
+
<dt>Current sheet (c) * all sheets (a)</dt>
|
|
289
|
+
|
|
290
|
+
<dd>
|
|
291
|
+
<p>Regardless of your choice, you will be prompted to
|
|
292
|
+
enter the output file path in the next step. You will
|
|
293
|
+
receive a warning, if the file already exists at
|
|
294
|
+
which point you can choose to either overwrite the
|
|
295
|
+
existing file or give it a different name.</p>
|
|
296
|
+
</dd>
|
|
297
|
+
|
|
298
|
+
<dt>sheet (s)</dt>
|
|
299
|
+
|
|
300
|
+
<dd>
|
|
301
|
+
<p>Navigate to a different sheet whthin the current
|
|
302
|
+
workbook. You can choose a sheet by its number or by
|
|
303
|
+
its name. If you want to select the next sheet
|
|
304
|
+
<strong>by name</strong>, a list of available names
|
|
305
|
+
will first be shown. You just type the name you
|
|
306
|
+
want.</p>
|
|
307
|
+
</dd>
|
|
308
|
+
|
|
309
|
+
<dt>column (c)</dt>
|
|
310
|
+
|
|
311
|
+
<dd>
|
|
312
|
+
<p>Alter the properties of the table columns. As of
|
|
313
|
+
February 2017 the only property that can be changed,
|
|
314
|
+
is the width of all columns. When you enter
|
|
315
|
+
"<strong>c</strong>" the subcommand column width (w)
|
|
316
|
+
is shown. After entering "<strong>w</strong>" you can
|
|
317
|
+
enter the desired width in characters.</p>
|
|
318
|
+
</dd>
|
|
319
|
+
|
|
320
|
+
<dt>Arrows(i, j, k, l)</dt>
|
|
321
|
+
|
|
322
|
+
<dd>
|
|
323
|
+
<p>Use these hotkeys to navigate a sheet that is too
|
|
324
|
+
big to be displayed entirely at once. These hotkeys
|
|
325
|
+
correspond to the default navigation keys in the Vi
|
|
326
|
+
editor.</p>
|
|
327
|
+
</dd>
|
|
328
|
+
|
|
329
|
+
<dt>quit (q)</dt>
|
|
330
|
+
|
|
331
|
+
<dd>
|
|
332
|
+
<p>Enter "<strong>q</strong>" to quit the program at
|
|
333
|
+
any moment except when an input invitation is
|
|
334
|
+
shown.</p>
|
|
335
|
+
</dd>
|
|
336
|
+
</dl>
|
|
337
|
+
</blockquote>
|
|
338
|
+
</section>
|
|
339
|
+
|
|
340
|
+
<section id="hidden-menu-commands">
|
|
341
|
+
<h3>Hidden menu commands</h3>
|
|
342
|
+
|
|
343
|
+
<p>Currently, there is only one such command available.
|
|
344
|
+
Pressing the <strong>Escape key</strong> will interrupt an
|
|
345
|
+
unfinished action and refresh the display.</p>
|
|
346
|
+
</section>
|
|
347
|
+
</section>
|
|
348
|
+
|
|
349
|
+
<section id="other-information">
|
|
350
|
+
<h2>Other Information</h2>
|
|
351
|
+
|
|
352
|
+
<blockquote>
|
|
353
|
+
<dl class="simple">
|
|
354
|
+
<dt>Development and source code</dt>
|
|
355
|
+
|
|
356
|
+
<dd>
|
|
357
|
+
<p>Viewworkbook has been written in Ruby. Since Ruby is
|
|
358
|
+
an interpreted programming language, the executable
|
|
359
|
+
file and all files to which it refers at any given time
|
|
360
|
+
are the source files of the current program version.
|
|
361
|
+
You can open these files in any text editor to examine
|
|
362
|
+
the source code. If you have received the program as a
|
|
363
|
+
Ruby-gem, you can also decompress a copy of the
|
|
364
|
+
gem-file with <strong>tar -x</strong>, then <strong>tar
|
|
365
|
+
-xzf</strong>.</p>
|
|
366
|
+
</dd>
|
|
367
|
+
|
|
368
|
+
<dt>Bugs</dt>
|
|
369
|
+
|
|
370
|
+
<dd>
|
|
371
|
+
<p>Negative values are not always displayed, when they
|
|
372
|
+
are very long (like 15 ciphers). Increasing the column
|
|
373
|
+
width further does not help.</p>
|
|
374
|
+
</dd>
|
|
375
|
+
|
|
376
|
+
<dt>License</dt>
|
|
377
|
+
|
|
378
|
+
<dd>
|
|
379
|
+
<p>Viewworkbook is distributed under the conditions of
|
|
380
|
+
the WTFPL 2.0 or later, see <a class=
|
|
381
|
+
"reference external" href=
|
|
382
|
+
"http://www.wtfpl.net/about/">http://www.wtfpl.net/about/</a>
|
|
383
|
+
for details</p>
|
|
384
|
+
</dd>
|
|
385
|
+
|
|
386
|
+
<dt>Author</dt>
|
|
387
|
+
|
|
388
|
+
<dd>
|
|
389
|
+
<p>Viewworkbook has been developed by Michael Uplawski
|
|
390
|
+
<<a class="reference external" href=
|
|
391
|
+
"mailto:michael.uplawski@uplawski.eu">michael.uplawski@uplawski.eu</a>></p>
|
|
392
|
+
</dd>
|
|
393
|
+
</dl>
|
|
394
|
+
</blockquote>
|
|
395
|
+
</section>
|
|
396
|
+
|
|
397
|
+
<section id="section-1">
|
|
398
|
+
<h2><strong>Ω</strong>
|
|
399
|
+
</h2>
|
|
400
|
+
</section>
|
|
401
|
+
</main>
|
|
232
402
|
</body>
|
|
233
403
|
</html>
|