0
|
1 ;; -*- Mode: kotl -*-
|
|
2 "Kotl-4.0" ;; file-format
|
|
3
|
24
|
4 1 The Koutliner is a part of the Hyperbole information management system.
|
|
5 InfoDock Associates, the developer of Hyperbole and InfoDock (an
|
|
6 industrial quality turn-key version of XEmacs), sells high quality
|
|
7 commercial support, training, books and custom package development for
|
|
8 InfoDock, XEmacs or GNU Emacs on a variety of platforms. Contact us at
|
|
9 <info@infodock.com> or visit our web site at http://www.infodock.com.
|
0
|
10
|
24
|
11 2 The Koutliner produces hierarchically structured files consisting of
|
|
12 trees of cells.
|
|
13
|
|
14 2a A cell is an element of the outline which has its own display label
|
0
|
15 and unique, permanent identifier (idstamp).
|
|
16
|
24
|
17 2b Idstamps support the creation of hyperlinks to cells which are
|
0
|
18 maintained as the structure of an outline changes.
|
|
19
|
24
|
20 3 Features implemented include:
|
0
|
21
|
24
|
22 3a Full on screen editing (just like a Macintosh). Click to type in a
|
0
|
23 node (we call them cells) and just enter text. Structure is
|
|
24 automatically maintained for you. All of the standard Emacs editor
|
|
25 command set is supported both through keyboard and mouse interaction.
|
|
26
|
24
|
27 3b Advanced outline processing
|
0
|
28
|
24
|
29 3b1 Autonumbering: Full auto-numbering in Augment (1a2) or legal
|
0
|
30 (1.1.2) formats. Augment style is the default. Single level
|
|
31 autonumbering (only the last part of the level number is shown),
|
|
32 as commonly seen in outliner products, is also available, though
|
|
33 it has not been tested very much and so is not recommended. Use
|
|
34 {C-c C-l ?} to see the full set of label types and to select a
|
|
35 different label type.
|
|
36
|
24
|
37 3b2 Label Separators: By default, the outliner separates labels from
|
0
|
38 cell contents by two spaces. If you want to change the separator
|
|
39 for the current outline, use {C-c M-l}. {C-u C-c M-l} will
|
|
40 additionally change the default separator value used when new
|
|
41 outlines are created. For example, use the value ". " to get a
|
|
42 trailing period after each cell label. The separator must be at
|
|
43 least two characters long.
|
|
44
|
24
|
45 3b3 Cell Creation: {C-j} adds a new cell as a sibling following the
|
0
|
46 current cell. A non-negative prefix argument, {C-u C-j} or {C-c
|
|
47 a} adds the cell as a child of the current cell. {C-c p} adds the
|
|
48 cell as the sibling of the current cell's parent.
|
|
49
|
24
|
50 3b4 Cell and Tree Deletion: {C-c C-k} kills the current cell and its
|
0
|
51 entire subtree. {C-c k} kills the contents of a cell from point
|
|
52 through the end of the cell. {C-u C-c k} kills the entire
|
|
53 contents of the cell regardless of the location of point. You may
|
|
54 then yank the contents into another cell with {C-y}.
|
|
55
|
24
|
56 3b5 Tree Demotion and Promotion: Trees may be demoted or promoted by
|
0
|
57 hitting {TAB} or {M-TAB} respectively, as in most outliners today
|
|
58 (their sub-levels move with them). {M-0 TAB} and {M-0 M-TAB} will
|
|
59 demote and promote trees and will additionally refill each cell
|
|
60 which has not been specially marked to prevent refilling.
|
|
61
|
|
62 You can also use a command line interface and either enter cell
|
|
63 ids or select the cells to operate upon by using your mouse.
|
|
64
|
24
|
65 3b6 Cell and Tree Filling: {M-q} or {M-j} refills a paragraph within a
|
0
|
66 cell so that its lines wrap within the current margin settings.
|
|
67 {C-c M-q} or {C-c M-j} refills all paragraphs within a cell.
|
|
68 {C-M-q} or {C-M-j} refills all cells within a tree.
|
|
69
|
|
70 Set the variable, kotl-mode:refill-flag, to t if you want moving,
|
|
71 promoting, demoting, exchanging, splitting and appending cells to
|
|
72 also automatically refill each cell.
|
|
73
|
24
|
74 3b7 Cursor Movement: In addition to normal Emacs movement commands,
|
0
|
75 you can move within a cell or from one cell or tree to another.
|
|
76
|
|
77 {C-c ,} - Move to the beginning of the current cell.
|
|
78 {C-c .} - Move to the end of the current cell.
|
|
79
|
|
80 {C-c C-n} - Move to the next visible cell, regardless of level.
|
|
81 {C-c C-p} - Move to the prev visible cell, regardless of level.
|
|
82
|
|
83 {C-c C-f} - Move forward to this cell's successor, if any.
|
|
84 {C-c C-b} - Move backward to this cell's predecessor, if any.
|
|
85
|
|
86 {C-c C-d} - Move to first child of current cell, if any.
|
|
87
|
|
88 {C-c C-u} - Move to parent cell of current cell, if any.
|
|
89
|
|
90 {C-c <} - Move to the first sibling at the current level.
|
|
91 {C-c >} - Move to the last sibling at the current level.
|
|
92
|
|
93 {C-c ^} - Move to the level 1 root of the current tree.
|
|
94 {C-c $} - Move to the last cell in the tree rooted at point.
|
|
95
|
24
|
96 3b8 Tree Movement and Copying: Entire outline trees can be moved or
|
0
|
97 copied with single commands. Simply invoke the desired command
|
|
98 and then double click with the Action Key on the desired root cell
|
|
99 for each argument for which you are prompted.
|
|
100
|
|
101 Copying and moving only work within a single outline right now, so
|
|
102 don't use them to move trees across different outline files. You
|
|
103 can, however, copy an outline tree to a non-outline buffer with:
|
|
104 {C-c M-c} - Copy a koutline tree to a non-koutline buffer.
|
|
105 {C-c @} - Copy a koutline tree to an outgoing mail message.
|
|
106
|
|
107 {C-c c} - Copy <tree> to follow as sibling of <cell>.
|
|
108 {C-u C-c c} - Copy <tree> to follow as first child of <cell>.
|
|
109
|
|
110 {C-c C-c} - Copy <tree> to precede <cell>.
|
|
111 {C-u C-c C-c} - Copy <tree> as first child of the parent of <cell>.
|
|
112
|
|
113 {C-c m} - Move <tree> to follow as sibling of <cell>.
|
|
114 {C-u C-c m} - Move <tree> to follow as first child of <cell>.
|
|
115
|
|
116 {C-c C-m} - Move <tree> to precede <cell>.
|
|
117 {C-u C-c C-m} - Move <tree> as first child of the parent of <cell>.
|
|
118
|
|
119 If you have mouse support under Hyperbole, you can move entire
|
|
120 trees with mouse clicks. Simply click the Assist Key within the
|
|
121 indentation to the left of a cell text and you will be prompted
|
|
122 for a tree to move. Double click the Action Key within the body
|
|
123 of the root cell of the tree to move and then double click within
|
|
124 the body of the root cell of the tree you want it to follow.
|
|
125
|
24
|
126 3b9 Cell Transposition: The move and copy commands rearrange entire
|
0
|
127 trees. The following two commands exchange the locations of two
|
|
128 cells.
|
|
129
|
24
|
130 3b9a {C-c e} prompts for two cell addresses and exchanges the cells.
|
0
|
131
|
24
|
132 3b9b {C-c t} does not prompt. It exchanges the current and
|
0
|
133 preceding cells. If there is no preceding cell it exchanges
|
|
134 the current and next cell.
|
|
135
|
|
136 {C-c t} with a prefix argument of zero exchanges the cells in
|
|
137 which point and mark fall.
|
|
138
|
|
139 {C-c t} with a non-zero numeric prefix argument, N, moves
|
|
140 the current tree past maximally the next N visible cells. If
|
|
141 there are fewer visible, it makes the current cell the last
|
|
142 cell in the outline.
|
|
143
|
24
|
144 3b10 Cell Splitting: You can split one cell into two adjacent cells
|
0
|
145 with {C-c s}. This leaves the cell contents preceding point in
|
|
146 the current cell, minus any trailing whitespace, and moves the
|
|
147 contents following point to a new sibling cell which is inserted
|
|
148 into the outline. {C-u C-c s} adds the new cell as the first
|
|
149 child of the original cell, rather than as its sibling.
|
|
150
|
|
151 All cell attributes in the original cell are propagated to the new
|
|
152 one.
|
|
153
|
24
|
154 3b11 Cell Appending: {C-c +} appends the contents of a specified cell
|
0
|
155 to the end of another cell.
|
|
156
|
24
|
157 3b12 Hiding and Showing: Individual cells, branches, or particular
|
0
|
158 levels in the outline may be hidden or shown. These commands work
|
|
159 even when an outline buffer is read-only, e.g. when its file is
|
|
160 not checked out of a version control system yet.
|
|
161
|
24
|
162 3b12a {C-c C-h} - Hide (collapse) tree rooted at point.
|
0
|
163 {C-c C-s} - Show (expand) tree rooted at point.
|
|
164
|
|
165 {C-c C-a} - Show (expand) all cells in the outline.
|
|
166 {C-x $} - Show all cells down to a particular level. The
|
|
167 user is prompted for the level or a prefix
|
|
168 argument may be given.
|
|
169
|
|
170 {C-M-h} - Hide subtree at point, excluding root.
|
|
171 {M-x kotl-mode:show-subtree} - Show subtree at point.
|
|
172
|
|
173 {C-c C-o} - Overview, show only first line of outline cells.
|
|
174 {C-c C-t} - Top-level, hide all cells below level 1 and show
|
|
175 only the first line of each level 1 cell.
|
|
176
|
24
|
177 3b12b A click or press of the Action Key within a cell's body, but
|
0
|
178 not on a button, toggles between hiding and showing the tree
|
|
179 rooted at point.
|
|
180
|
24
|
181 3b13 Cell Identifiers: Permanent ids are associated with each cell and
|
0
|
182 can be used in hyperlinks that are maintained as cells are
|
|
183 reordered in a file. (These ids may also be displayed in place of
|
|
184 the outline level relative ids. Use {C-c C-l id RET}.) Permanent
|
|
185 ids are numbered from 0, where 0 is the root node of the entire
|
|
186 outline. This node is never visible within the outline.
|
|
187 Permanent ids always begin with a 0, as in 012, to distinguish
|
|
188 them from relative ids.
|
|
189
|
24
|
190 3b14 Cell Attributes: Each cell has its own attribute list. The
|
0
|
191 attribute lists for the cells in the tree rooted at point can be
|
|
192 displayed by pressing the Assist Key. {C-c h} prompts for a kcell
|
|
193 id and displays its attributes. {C-u C-c h} prompts for a kcell
|
|
194 id and displays the attributes for it and its subtree; use 0 as
|
|
195 the kcell id to see attributes for all visible cells in the
|
|
196 outline.
|
|
197
|
|
198 Use {C-c C-i} to add an attribute or to modify an existing
|
|
199 attribute to the cell at point.
|
|
200
|
24
|
201 3b15 File Insertion: The elements of another buffer or file may be
|
0
|
202 inserted into a koutline as a set of cells by using the {C-x i}
|
|
203 command. When prompted, you may use a buffer name or file name
|
|
204 from which to insert.
|
|
205
|
24
|
206 3b15a The cells will be inserted as the successors of the current
|
0
|
207 cell unless {C-u C-x i} is used and then they are inserted as
|
|
208 the initial children of the current cell.
|
|
209
|
24
|
210 3b15b See the documentation for the variables, kimport:mode-alist and
|
0
|
211 kimport:suffix-alist, for information on mode and
|
|
212 suffix-specific conversions performed on files before they are
|
|
213 inserted. This same conversion process applies if you invoke
|
|
214 {M-x kotl-mode RET} in a non-koutline buffer or if you perform
|
|
215 a generic file import as described in <@ 2b16>.
|
|
216
|
24
|
217 3b15c Use {M-x kotl-mode:insert-file-contents RET} to insert the
|
0
|
218 entire contents of a file into the current cell at the location
|
|
219 of point.
|
|
220
|
24
|
221 3b16 File Importation: The outliner presently supports conversion of
|
0
|
222 three types of files into koutline files. You can choose to
|
|
223 import a file into an existing koutline, following the tree at
|
|
224 point, or to create a new koutline of the imported file contents.
|
|
225 {M-x kimport:file RET} will select the importation type based on
|
|
226 the buffer or file name suffix of the file to import. Use one of
|
|
227 the following commands if you want to control the type of
|
|
228 importation explicitly.
|
|
229
|
24
|
230 3b16a Text Files
|
0
|
231
|
24
|
232 3b16a1 In a text buffer, use {M-x kotl-mode RET} to convert
|
0
|
233 the buffer into a koutline in-place. You will lose the old
|
|
234 format of the buffer when you do this.
|
|
235
|
24
|
236 3b16a2 Use {M-x kimport:text RET} and you will be prompted for a
|
0
|
237 text buffer or file to import and the new koutline buffer or
|
|
238 file to create from its text. It will also import the
|
|
239 contents, attributes and level structure of cells from a
|
|
240 koutline.
|
|
241
|
|
242 With this command, your original file remains intact.
|
|
243
|
24
|
244 3b16b Star Outline Files: Star outlines are standard Emacs outlines
|
0
|
245 where each entry begins with one or more asterisk characters.
|
|
246 Use {M-x kimport:star-outline RET} and you will be prompted
|
|
247 for the star outline buffer or file to import and the new
|
|
248 koutline buffer or file to create.
|
|
249
|
24
|
250 3b16c Augment Files Numbered on the Right-Side: (Skip this if you are
|
0
|
251 unfamiliar with this sort of file.) Files exported from the
|
|
252 Augment system as text often have alphanumeric statement
|
|
253 identifiers on the right side.
|
|
254
|
|
255 Use {M-x kimport:aug-post-outline RET} and you will be prompted
|
|
256 for the augment buffer or file to import and the koutline to
|
|
257 create.
|
|
258
|
24
|
259 3b17 View Specification: Flexible views of outlines may be specified
|
0
|
260 with succinct single character codes.
|
|
261
|
24
|
262 3b17a The current view spec is shown in the modeline after the buffer
|
0
|
263 name, delimited by <|>.
|
|
264
|
24
|
265 3b17b The current view spec is saved whenever the outline is saved.
|
0
|
266 The next time the outline is read in, this will be the initial
|
|
267 view. The standard initial viewspec is <|ben>.
|
|
268
|
24
|
269 3b17c {C-c C-v} prompts for a view spec string in which the following
|
0
|
270 codes are valid. Any invalid characters in a view spec are
|
|
271 ignored.
|
|
272
|
24
|
273 3b17c1 a: Show all cell levels and all lines in cells.
|
0
|
274
|
24
|
275 3b17c2 b: Turn on blank lines between cells. Without this code,
|
0
|
276 blank lines will be turned off. You can also use the
|
|
277 {C-c b} key binding to toggle line numbers on and off
|
|
278 independent of any other view settings.
|
|
279
|
24
|
280 3b17c3 cN: Hide any lines greater than N in each cell. 0 means
|
0
|
281 don't cutoff any lines.
|
|
282
|
24
|
283 3b17c4 e: Show ellipses when some content is hidden.
|
0
|
284
|
24
|
285 3b17c5 lN: Hide cells at levels deeper than N. 0 means don't hide
|
0
|
286 any cells.
|
|
287
|
24
|
288 3b17c6 n: Turn on the default label type.
|
0
|
289 n0: Display idstamps.
|
|
290 n1: Display alpha labels.
|
|
291 n2: Display partial alpha labels (don't use this).
|
|
292 n.: Display legal labels.
|
|
293 n*: Display star labels.
|
|
294 n~: Turn off labels. (n viewspec is removed from modeline).
|
|
295
|
24
|
296 3b17d Try a view spec of `c2l1' to turn off blank lines, to clip each
|
0
|
297 cell after its second line, and to hide all cells below level
|
|
298 one.
|
|
299
|
24
|
300 3c Hyperlinks may be embedded in cells and may refer to other cells.
|
0
|
301 Explicit Hyperbole buttons may be created as usual via mouse drags,
|
|
302 see "(hyperbole.info)By Dragging". A klink is a special implicit
|
|
303 link button that jumps to a specific outline cell.
|
|
304
|
24
|
305 3c1 Here are three klink examples:
|
0
|
306
|
24
|
307 3c1a <@ 3b=06> jumps to the cell within this outline which has
|
0
|
308 permanent id `06' and relative id `2b', namely the preceding
|
|
309 sibling of this cell's parent. <@ 06> does the same thing, as
|
|
310 does <@ 2b>, though this latter form will not maintain the link
|
|
311 properly if the cell is moved elsewhere within the outline.
|
|
312
|
24
|
313 3c1b <EXAMPLE.kotl, 4=012 |c1e> displays the named file, starting at
|
0
|
314 the unimplemented features section whose permanent identifer is
|
|
315 012, with the view specification of: blank lines turned off,
|
|
316 cutoff after one line per cell, and show ellipses for cells or
|
|
317 trees which are clipped.
|
|
318
|
24
|
319 3c1c <|ben> is a klink consisting of just a view specification.
|
0
|
320 When activated, it sets the view in the current outline to
|
|
321 display blank lines, ellipses following collapsed lines and
|
|
322 standard alphanumeric numbering.
|
|
323
|
24
|
324 3c2 There are a number of easy ways to insert klinks into koutlines.
|
0
|
325 If you have mouse support under Hyperbole, simply click the Action
|
|
326 Key within the indentation to the left of a cell text. If you
|
|
327 then double click on some cell, a link to that cell will be
|
|
328 inserted where you started. From a keyboard, use {C-c l} when in
|
|
329 a koutline or {C-h h o l} when not in a koutline to insert a
|
|
330 klink.
|
|
331
|
24
|
332 3d The outliner code runs on virtually any UNIX system. It supports dumb
|
0
|
333 terminal, X window, and NEXTSTEP (Display Postscript) displays.
|
|
334
|
24
|
335 4 Features remaining to be implemented:
|
0
|
336
|
24
|
337 4a Branch handling commands (all cells at same level).
|
0
|
338
|
24
|
339 4b Copying a single cell without its subtree.
|
0
|
340
|
24
|
341 4c Replacing one cell or one tree with another.
|
0
|
342
|
24
|
343 4d Transposing two trees, rather than two cells.
|
0
|
344
|
24
|
345 4e A small amount of work remains to enable setting different per level
|
0
|
346 fonts and colors, so that outline levels are visually easy to
|
|
347 distinguish.
|
|
348
|
24
|
349 4f Flexible view handling has been only partially implemented.
|
0
|
350
|
24
|
351 4g The code to export from koutlines to other formats has not yet been
|
0
|
352 written. Exporting to HTML, for example would be very useful.
|
|
353
|
|
354
|
|
355 "ben" ;; kvspec:current
|
24
|
356 75 ;; id-counter
|
0
|
357 alpha ;; label-type
|
|
358 3 ;; label-min-width
|
|
359 " " ;; label-separator
|
|
360 3 ;; level-indent
|
|
361
|
|
362 ;; depth-first kcell attributes
|
|
363 [[0
|
24
|
364 (creator "weiner@infodock.com" create-time "19970219:03:24:19" id-counter 75 file "/home/infodock/lisp/hyperbole/kotl/EXAMPLE.kotl")]
|
0
|
365 [20
|
24
|
366 (creator "weiner@infodock.com" create-time "19940104:17:38:28" no-fill t)]
|
|
367 [75
|
|
368 (idstamp 20 creator "weiner@infodock.com" create-time "19940104:17:38:28" no-fill t)]
|
0
|
369 [34
|
24
|
370 (creator "weiner@infodock.com" create-time "19940610:16:43:55")]
|
0
|
371 [35
|
24
|
372 (creator "weiner@infodock.com" create-time "19940610:16:44:03")]
|
0
|
373 [4
|
24
|
374 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
375 [5
|
24
|
376 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
377 [6
|
24
|
378 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
379 [14
|
24
|
380 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
381 [67
|
24
|
382 (creator "weiner@infodock.com" create-time "19951028:04:29:13" no-fill t)]
|
0
|
383 [15
|
24
|
384 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
385 [31
|
24
|
386 (creator "weiner@infodock.com" create-time "19940306:18:11:43")]
|
0
|
387 [7
|
24
|
388 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
389 [46
|
24
|
390 (creator "weiner@infodock.com" create-time "19950614:21:35:17")]
|
0
|
391 [43
|
24
|
392 (creator "weiner@infodock.com" create-time "19940610:22:00:46")]
|
0
|
393 [22
|
24
|
394 (creator "weiner@infodock.com" create-time "19940127:22:41:42")]
|
0
|
395 [32
|
24
|
396 (creator "weiner@infodock.com" create-time "19940610:16:31:28")]
|
0
|
397 [41
|
24
|
398 (creator "weiner@infodock.com" create-time "19940610:18:55:09")]
|
0
|
399 [42
|
24
|
400 (creator "weiner@infodock.com" create-time "19940610:18:55:57")]
|
0
|
401 [33
|
24
|
402 (creator "weiner@infodock.com" create-time "19940610:16:31:29")]
|
0
|
403 [47
|
24
|
404 (creator "weiner@infodock.com" create-time "19951022:22:59:26" no-fill t)]
|
0
|
405 [8
|
24
|
406 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
407 [28
|
24
|
408 (creator "weiner@infodock.com" create-time "19940128:22:50:44")]
|
0
|
409 [29
|
24
|
410 (creator "weiner@infodock.com" create-time "19940128:22:50:54")]
|
0
|
411 [10
|
24
|
412 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
413 [30
|
24
|
414 (creator "weiner@infodock.com" create-time "19940129:00:27:59")]
|
0
|
415 [62
|
24
|
416 (creator "weiner@infodock.com" create-time "19951026:08:32:57" no-fill t)]
|
0
|
417 [70
|
24
|
418 (creator "weiner@infodock.com" create-time "19951030:19:18:49" no-fill t)]
|
0
|
419 [71
|
24
|
420 (creator "weiner@infodock.com" create-time "19951030:19:19:40" no-fill t)]
|
0
|
421 [73
|
24
|
422 (creator "weiner@infodock.com" create-time "19951030:19:23:09" no-fill t)]
|
0
|
423 [63
|
24
|
424 (creator "weiner@infodock.com" create-time "19951026:19:31:34" no-fill t)]
|
0
|
425 [64
|
24
|
426 (creator "weiner@infodock.com" create-time "19951026:19:33:01" no-fill t)]
|
0
|
427 [69
|
24
|
428 (creator "weiner@infodock.com" create-time "19951029:06:24:35" no-fill t)]
|
0
|
429 [68
|
24
|
430 (creator "weiner@infodock.com" create-time "19951029:06:24:27" no-fill t)]
|
0
|
431 [65
|
24
|
432 (creator "weiner@infodock.com" create-time "19951026:19:33:08" no-fill t)]
|
0
|
433 [66
|
24
|
434 (creator "weiner@infodock.com" create-time "19951026:19:33:15" no-fill t)]
|
0
|
435 [48
|
24
|
436 (creator "weiner@infodock.com" create-time "19951023:05:55:19" no-fill t)]
|
0
|
437 [57
|
24
|
438 (creator "weiner@infodock.com" create-time "19951023:10:07:06" no-fill t)]
|
0
|
439 [58
|
24
|
440 (creator "weiner@infodock.com" create-time "19951023:10:07:26" no-fill t)]
|
0
|
441 [49
|
24
|
442 (creator "weiner@infodock.com" create-time "19951023:05:55:55" no-fill t)]
|
0
|
443 [55
|
24
|
444 (creator "weiner@infodock.com" create-time "19951023:08:56:41" no-fill t)]
|
0
|
445 [50
|
24
|
446 (creator "weiner@infodock.com" create-time "19951023:05:57:26" no-fill t)]
|
0
|
447 [51
|
24
|
448 (creator "weiner@infodock.com" create-time "19951023:05:58:31" no-fill t)]
|
0
|
449 [56
|
24
|
450 (creator "weiner@infodock.com" create-time "19951023:08:57:09" no-fill t)]
|
0
|
451 [52
|
24
|
452 (creator "weiner@infodock.com" create-time "19951023:05:59:59" no-fill t)]
|
0
|
453 [53
|
24
|
454 (creator "weiner@infodock.com" create-time "19951023:06:00:48" no-fill t)]
|
0
|
455 [54
|
24
|
456 (creator "weiner@infodock.com" create-time "19951023:06:05:50" no-fill t)]
|
0
|
457 [26
|
24
|
458 (creator "weiner@infodock.com" create-time "19940128:03:56:23")]
|
0
|
459 [27
|
24
|
460 (creator "weiner@infodock.com" create-time "19940128:22:36:54")]
|
0
|
461 [59
|
24
|
462 (creator "weiner@infodock.com" create-time "19951024:03:40:05" no-fill t)]
|
0
|
463 [60
|
24
|
464 (creator "weiner@infodock.com" create-time "19951024:03:40:13" no-fill t)]
|
0
|
465 [61
|
24
|
466 (creator "weiner@infodock.com" create-time "19951024:03:40:42" no-fill t)]
|
0
|
467 [1
|
24
|
468 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
469 [11
|
24
|
470 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
471 [12
|
24
|
472 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
473 [44
|
24
|
474 (creator "weiner@infodock.com" create-time "19940728:21:56:49")]
|
0
|
475 [36
|
24
|
476 (creator "weiner@infodock.com" create-time "19940610:16:49:34")]
|
0
|
477 [37
|
24
|
478 (creator "weiner@infodock.com" create-time "19940610:16:50:02")]
|
0
|
479 [38
|
24
|
480 (creator "weiner@infodock.com" create-time "19940610:16:50:13")]
|
0
|
481 [13
|
24
|
482 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
483 [16
|
24
|
484 (creator "weiner@infodock.com" create-time "19940104:17:38:29")]
|
0
|
485 [74
|
24
|
486 (creator "weiner@infodock.com" create-time "19951101:21:56:21" no-fill t)]
|
0
|
487 nil nil nil nil nil nil nil nil nil nil nil nil nil nil]
|