aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/sisu_faq/faq.html
blob: 6766ae1c6a9ec8ef427d27b395d2ddba0b4e5d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>
    faq -
    SiSU - SiSU information Structuring Universe / Structured information, Serialized Units
  </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

  <meta name="dc.title" content="SiSU - SiSU information Structuring Universe / Structured information, Serialized Units - FAQ - Frequently Asked/Answered Questions" />
  <meta name="dc.creator" content="Ralph Amissah" />
  <meta name="dc.subject" content="ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search" />
  <meta name="dc.publisher" content="SiSU http://www.jus.uio.no/sisu (this copy)" />
  <meta name="dc.date" content="2007-09-16" scheme="ISO-8601" />
  <meta name="dc.date.created" content="2006-09-06" scheme="ISO-8601" />
  <meta name="dc.date.issued" content="2006-09-06" scheme="ISO-8601" />
  <meta name="dc.date.available" content="2006-09-06" scheme="ISO-8601" />
  <meta name="dc.date.modified" content="2007-09-16" scheme="ISO-8601" />
  <meta name="dc.type" content="information" />
  <meta name="dc.identifier" content="http://www.jus.uio.no/sisu/sisu_manual/sisu_faq/toc.html" />
  <meta name="dc.language" content="English" />
  <meta name="dc.rights" content="Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3" />

  <meta name="generator" content="SiSU 0.59.0 of 2007w38/0 (2007-09-23) (n*x and Ruby!)" />
    <link rel="generator" href="http://www.jus.uio.no/sisu" />
  <link rel="shortcut icon" href="../_sisu/image/rb7.ico" />

  <link rel="stylesheet" href="../_sisu/css/html.css" type="text/css" />
</head>

<body bgcolor="#ffffff" text="#000000" link="#003090" lang="en" xml:lang="en">

<a name="top" id="top"></a>
<a name="up" id="up"></a>
<a name="start" id="start"></a>
<div id="pane_major"><table summary="segment navigation band" bgcolor="#ffffff" width="100%"><tr>
<td width="20%" align="left">
<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="http://www.jus.uio.no/sisu/" target="_top"><img border="0" src="../_sisu/image_local/sisu.png" alt="SiSU --&gt;" /></a></td></tr>
</table>
</td>
<td width="60%" align="center">
  
<table summary="segment navigation available documents types: toc,doc,pdf,concordance" border="0" cellpadding="3" cellspacing="0">
<tr>
  <td align="center" bgcolor="#99CC66">
  <a href="toc.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="15" src="../_sisu/image/b_toc.png" alt="TOC linked" />&nbsp;&nbsp;toc&nbsp;
  </font> 
  </a>
</td>

  <td align="center" bgcolor="#ffffff">
  <a href="doc.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="15" src="../_sisu/image/b_doc.png" alt="Full Text" />&nbsp;&nbsp;scroll&nbsp;
  </font> 
  </a>
</td>

  
<td align="center" bgcolor="#ffffff">
  <a href="portrait.pdf" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="15" src="../_sisu/image/b_pdf.png" alt="PDF portrait" />
    &nbsp;&nbsp;pdf&nbsp;
  </font> 
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <a href="landscape.pdf" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="18" src="../_sisu/image/b_pdf.png" alt="PDF landscape" />
    &nbsp;&nbsp;pdf&nbsp;
  </font> 
  </a>
</td>

<td align="center" bgcolor="#ffffff">
  <a href="opendocument.odt" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="18" src="../_sisu/image/b_odf.png" alt="ODF/ODT" />&nbsp;&nbsp;odt&nbsp;
  </font> 
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <td align="center" bgcolor="#ffffff">
    <a href="concordance.html" target="_top" >
        <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    &nbsp;&nbsp;A-Z&nbsp;
  </font> 
    </a>
  </td>
  <td align="center" bgcolor="#ffffff">
  <a href="sisu_manifest.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="15" src="../_sisu/image/b_info.png" alt="Document Manifest" />&nbsp;
  </font> 
  </a>
</td>
  
  <td align="center" bgcolor="#ffffff">
  <a href="../index.html" target="_top">
  <img src="../_sisu/image/b_home.png" alt="@" border="0" /></a>
</td>

</tr></table>
</td>
<td width="20%" align="right">
  <table summary="segment navigation pre/next" border="0" cellpadding="3" cellspacing="0">
<tr>

<td align="center" bgcolor="#ffffff">
  <a href="index.html" target="_top" >
    <img border="0" width="22" height="22" src="../_sisu/image/arrow_up_red.png" alt="TOC" />
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <a href="endnotes.html" target="_top" >
    <img border="0" width="22" height="22" src="../_sisu/image/arrow_next_red.png" alt="next&nbsp;&gt;&gt;" />
  </a>
</td>
<td>
</td></tr>
</table>
</td></tr>
</table>
<table summary="segment hidden control pre and next" width="100%" border="0" cellpadding="0" bgcolor=#eeeeee align="center">
<tr><td align="left">
  <a href="metadata.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&lt;" />
  </a>
</td>
<td align="center">
  <a href="index.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&#094;" />
  </a>
</td>
<td align="right">
  <a href="endnotes.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&gt;" />
  </a>
</td></tr>
</table><p class="tiny">
    SiSU - SiSU information Structuring Universe / Structured information, Serialized Units
  </p>
  <p class="tiny">
    FAQ - Frequently Asked/Answered Questions
  </p>
  <p class="tiny">
    <b>Ralph Amissah</b>

  </p>
  <p class="tiny">
    copy @
    <a href="http://www.jus.uio.no/sisu/">
      SiSU
    </a>
  </p><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <h1 class="banner">
     SiSU - SiSU information Structuring Universe / Structured information, Serialized Units - FAQ - Frequently Asked/Answered Questions,<br /> Ralph Amissah 
  </h1>
</td>
<td width="2%" align="right" valign="top">  &nbsp;
  <p class="ocn">
    &nbsp;&nbsp;1
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <h4 class="banner">
    1. FAQ - Frequently Asked/Answered Questions <a name="1"></a> 
  </h4>
</td>
<td width="2%" align="right" valign="top">  &nbsp;
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <h1 class="norm" id="o2"><a name="2" />
    
    1. FAQ - Frequently Asked/Answered Questions <a name="1"></a> 
  </h1>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;2
  </p>
</td></tr>
</table><h5 class="subtoc">
    <a href="#3">
      <i>1.1 Why are urls produced with the -v (and -u) flag that point to a web server on port 8081? </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#7">
      <i>1.2 I cannot find my output, where is it? </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#15">
      <i>1.3 I do not get any pdf output, why? </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#20">
      <i>1.4 Where is the latex (or some other interim) output? </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#27">
      <i>1.5 Why isn't SiSU markup XML </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#35">
      <i>1.6 LaTeX claims to be a document preparation system for high-quality typesetting. Can the same be said about SiSU? </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#44">
      <i>1.7 How do I create GIN or GiST index in Postgresql for use in SiSU </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#62">
      <i>1.8 Where is version 1.0? </i>
    </a> 
  </h5><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.1" id="h1.1"></a>
  <p class="bold" id="o3"><a name="3" />
    1.1 Why are urls produced with the -v (and -u) flag that point to a web server on port 8081? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;3
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o4"><a name="4" />
    Try the following rune: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;4
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o5"><a name="5" />
    sisu -W 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;5
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o6"><a name="6" />
    This should start the ruby webserver. It should be done after having produced some output as it scans the output directory for what to serve. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;6
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.2" id="h1.2"></a>
  <p class="bold" id="o7"><a name="7" />
    1.2 I cannot find my output, where is it? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;7
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o8"><a name="8" />
    The following should provide help on output paths: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;8
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o9"><a name="9" />
    sisu --help env 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;9
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o10"><a name="10" />
    sisu -V [same as the previous command] 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;10
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o11"><a name="11" />
    sisu --help directory 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;11
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o12"><a name="12" />
    sisu --help path 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;12
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o13"><a name="13" />
    sisu -U [filename] 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;13
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o14"><a name="14" />
    man sisu 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;14
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.3" id="h1.3"></a>
  <p class="bold" id="o15"><a name="15" />
    1.3 I do not get any pdf output, why? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;15
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o16"><a name="16" />
    <b>SiSU</b> produces LaTeX and pdflatex is run against that to generate pdf files. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;16
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o17"><a name="17" />
    If you use <b>Debian</b> the following will install the required dependencies 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;17
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o18"><a name="18" />
    aptitude install sisu-pdf 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;18
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o19"><a name="19" />
    the following packages are required: tetex-bin, tetex-extra, latex-ucs 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;19
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.4" id="h1.4"></a>
  <p class="bold" id="o20"><a name="20" />
    1.4 Where is the latex (or some other interim) output? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;20
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o21"><a name="21" />
    Try adding -M (for maintenance) to your command flags, e.g.: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;21
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o22"><a name="22" />
    sisu -HpMv [filename] 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;22
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o23"><a name="23" />
    this should result in the interim processing output being retained, and information being provided on where to find it. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;23
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o24"><a name="24" />
    sisu --help directory 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;24
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <li class="bullet" id="o25"><a name="25" />
    sisu --help path 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;25
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o26"><a name="26" />
    should also provide some relevant information as to where it is placed. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;26
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.5" id="h1.5"></a>
  <p class="bold" id="o27"><a name="27" />
    1.5 Why isn't SiSU markup XML 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;27
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o28"><a name="28" />
    I worked with text and (though I find XML immensely valuable) disliked noise ... better to sidestep the question and say: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;28
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o29"><a name="29" />
    <b>SiSU</b> currently "understands" three XML input representations - or more accurately, converts from three forms of XML to native <b>SiSU</b> markup for processing. The three types correspond to SAX (structure described), DOM (structure embedded, whole document must be read before structure is correctly discernable) and node based (a tree) forms of XML document structure representation. Problem is I use them very seldom and check that all is as it should be with them seldom, so I would not be surprised if something breaks there, but as far as I know they are working. I will check and add an XML markup help page before the next release. There already is a bit of information in the man page under the title <b>SiSU</b> VERSION CONVERSION 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;29
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o30"><a name="30" />
    sisu --to-sax [filename/wildcard] 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;30
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o31"><a name="31" />
    sisu --to-dom [filename/wildcard] 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;31
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o32"><a name="32" />
    sisu --to-node [filename/wildcard] 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;32
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o33"><a name="33" />
    The XML should be well formed... must check, but lacks sensible headers. Suggestions welcome as to what to make of them. [For the present time I am satisfied that I can convert (both ways) between 3 forms of XML representation and <b>SiSU</b> markup]. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;33
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o34"><a name="34" />
    sisu --from-xml2sst [filename/wildcard] 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;34
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.6" id="h1.6"></a>
  <p class="bold" id="o35"><a name="35" />
    1.6 LaTeX claims to be a document preparation system for high-quality typesetting. Can the same be said about SiSU? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;35
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o36"><a name="36" />
    <b>SiSU</b> is not really about type-setting. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;36
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o37"><a name="37" />
    LaTeX is the ultimate computer instruction type-setting language for paper based publication. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;37
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o38"><a name="38" />
    LaTeX is able to control just about everything that happens on page and pixel, position letters kerning, space variation between characters, words, paragraphs etc. formula. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;38
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o39"><a name="39" />
    <b>SiSU</b> is not really about type-setting at all. It is about a lightweight markup instruction that provides enough information for an abstraction of the documents structure and objects, from which different forms of representation of the document can be generated. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;39
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o40"><a name="40" />
    <b>SiSU</b> with very little markup instruction is able to produce relatively high quality pdf by virtue of being able to generate usable default LaTeX; it produces "quality" html by generating the html directly; likewise it populates an SQL database in a useful way with the document in object sized chunks and its meta-data. But <b>SiSU</b> works on an abstraction of the document's structure and content and custom builds suitable uniform output. The html for browser viewing and pdf for paper viewing/publishing are rather different things with different needs for layout - as indeed is what is needed to store information in a database in searchable objects. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;40
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o41"><a name="41" />
    The pdfs or html produced for example by open office based on open document format and other office/word processor suits usually attempt to have similar looking outputs - your document rendered in html looks much the same, or in pdf... sisu is less this way, it seeks to have a starting point with as little information about appearance as possible, and to come up with the best possible appearance for each output that can be derived based on this minimal information. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;41
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o42"><a name="42" />
    Where there are large document sets, it provides consistency in appearance in each output format for the documents. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;42
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o43"><a name="43" />
    The excuse for going this way is, it is a waste of time to think much about appearance when working on substantive content, it is the substantive content that is relevant, not the way it looks beyond the basic informational tags - and yet you want to be able to take advantage of as many useful different ways of representing documents as are available, and for various types of output to to be/look as good as it can for each medium/format in which it is presented, (with different mediums having different focuses) and <b>SiSU</b> tries to achieve this from minimal markup. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;43
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.7" id="h1.7"></a>
  <p class="bold" id="o44"><a name="44" />
    1.7 How do I create GIN or GiST index in Postgresql for use in SiSU 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;44
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o45"><a name="45" />
    This at present needs to be done "manually" and it is probably necessary to alter the sample search form. The following is a helpful response from one of the contributors of GiN to Postgresql Oleg Bartunov 2006-12-06: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;45
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o46"><a name="46" />
    "I have tsearch2 slides which introduces tsearch2 &lt;<a href="http://www.sai.msu.su/&#126;megera/wiki/tsearch2slides" target="_top">http://www.sai.msu.su/&#126;megera/wiki/tsearch2slides</a>&gt; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;46
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o47"><a name="47" />
    FTS in PostgreSQL is provided by tsearch2, which should works without any indices (GiST or GIN) ! Indices provide performance, not functionality. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;47
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o48"><a name="48" />
    In your example I'd do ( simple way, just for demo): 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;48
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o49"><a name="49" />
    <b>0.</b> compile, install tsearch2 and load tsearch2 into your database 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;49
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o50"><a name="50" />
    cd contrib/tsearch2; make&&make&&install&&make installcheck; psql DB &lt; tsearch2.sql 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;50
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o51"><a name="51" />
    <b>1.</b> Add column fts, which holds tsvector 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;51
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o52"><a name="52" />
    alter table documents add column fts tsvector; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;52
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o53"><a name="53" />
    <b>2.</b> Fill fts column 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;53
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o54"><a name="54" />
    update document set fts = to_tsvector(clean); 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;54
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o55"><a name="55" />
    <b>3.</b> create index - just for performance ! 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;55
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o56"><a name="56" />
    create index fts_gin_idx on document using gin(fts); 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;56
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o57"><a name="57" />
    <b>4.</b> Run vacuum 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;57
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="i1" id="o58"><a name="58" />
    vacuum analyze document; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;58
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o59"><a name="59" />
    That's all. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;59
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o60"><a name="60" />
    Now you can search: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;60
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o61"><a name="61" />
    select lid, metadata_tid, rank_cd(fts, q,2)as rank from document, plainto_tsquery('markup syntax') q where q @@ fts order by rank desc limit 10; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;61
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
<a name="h1.8" id="h1.8"></a>
  <p class="bold" id="o62"><a name="62" />
    1.8 Where is version 1.0? 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;62
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o63"><a name="63" />
    <b>SiSU</b> works pretty well as it is supposed to. Version 1.0 will have the current markup, and directory structure. At this point it is largely a matter of choice as to when the name change is made. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;63
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o64"><a name="64" />
    The feature set for html,&nbsp;<a name="-1" href="#_1">&nbsp;<sup>1</sup>&nbsp;</a>  LaTeX/pdf and opendocument is in place. XML, and plaintext are in order. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;64
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o65"><a name="65" />
    html and LaTeX/pdf may be regarded as reference copy outputs 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;65
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o66"><a name="66" />
    With regard to the populating of sql databases (postgresql and sqlite), there is a bit to be done. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;66
  </p>
</td></tr>
</table><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="norm" id="o67"><a name="67" />
    We are still almost there. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;67
  </p>
</td></tr>
</table><p class="center" id="endnotes">
<a href="#top">^</a></p><table summary="normal text css" width="100%" border="0" bgcolor="white" cellpadding="2" align="center">
<tr><td valign="top" align="justify"> 
  <p class="endnote">
    <a name="_1" href="#-1">&nbsp;<sup>1.</sup></a> html w3c compliance has been largely met. 
  </p>
</td>
<td width="2%" align="right" valign="top">  &nbsp;
</td></tr>
</table><table summary="whitespace"><tr><td>&nbsp;</td></tr></table><table summary="segment navigation band" bgcolor="#ffffff" width="100%"><tr>
<td width="20%" align="left">
<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="http://www.jus.uio.no/sisu/" target="_top"><img border="0" src="../_sisu/image_local/sisu.png" alt="SiSU --&gt;" /></a></td></tr>
</table>
</td>
<td width="60%" align="center">
  
<table summary="segment navigation available documents types: toc,doc,pdf,concordance" border="0" cellpadding="3" cellspacing="0">
<tr>
  <td align="center" bgcolor="#99CC66">
  <a href="toc.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="15" src="../_sisu/image/b_toc.png" alt="TOC linked" />&nbsp;&nbsp;toc&nbsp;
  </font> 
  </a>
</td>

  <td align="center" bgcolor="#ffffff">
  <a href="doc.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="15" src="../_sisu/image/b_doc.png" alt="Full Text" />&nbsp;&nbsp;scroll&nbsp;
  </font> 
  </a>
</td>

  
<td align="center" bgcolor="#ffffff">
  <a href="portrait.pdf" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="15" src="../_sisu/image/b_pdf.png" alt="PDF portrait" />
    &nbsp;&nbsp;pdf&nbsp;
  </font> 
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <a href="landscape.pdf" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="18" src="../_sisu/image/b_pdf.png" alt="PDF landscape" />
    &nbsp;&nbsp;pdf&nbsp;
  </font> 
  </a>
</td>

<td align="center" bgcolor="#ffffff">
  <a href="opendocument.odt" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="18" width="18" src="../_sisu/image/b_odf.png" alt="ODF/ODT" />&nbsp;&nbsp;odt&nbsp;
  </font> 
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <td align="center" bgcolor="#ffffff">
    <a href="concordance.html" target="_top" >
        <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    &nbsp;&nbsp;A-Z&nbsp;
  </font> 
    </a>
  </td>
  <td align="center" bgcolor="#ffffff">
  <a href="sisu_manifest.html" target="_top" >
      <font face="verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman" size="2">
    <img border="0" height="15" width="15" src="../_sisu/image/b_info.png" alt="Document Manifest" />&nbsp;
  </font> 
  </a>
</td>
  
  <td align="center" bgcolor="#ffffff">
  <a href="../index.html" target="_top">
  <img src="../_sisu/image/b_home.png" alt="@" border="0" /></a>
</td>

</tr></table>
</td>
<td width="20%" align="right">
  <table summary="segment navigation pre/next" border="0" cellpadding="3" cellspacing="0">
<tr>

<td align="center" bgcolor="#ffffff">
  <a href="index.html" target="_top" >
    <img border="0" width="22" height="22" src="../_sisu/image/arrow_up_red.png" alt="TOC" />
  </a>
</td>
<td align="center" bgcolor="#ffffff">
  <a href="endnotes.html" target="_top" >
    <img border="0" width="22" height="22" src="../_sisu/image/arrow_next_red.png" alt="next&nbsp;&gt;&gt;" />
  </a>
</td>
<td>
</td></tr>
</table>
</td></tr>
</table>
<table summary="segment hidden control pre and next" width="100%" border="0" cellpadding="0" bgcolor=#eeeeee align="center">
<tr><td align="left">
  <a href="metadata.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&lt;" />
  </a>
</td>
<td align="center">
  <a href="index.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&#094;" />
  </a>
</td>
<td align="right">
  <a href="endnotes.html" target="_top" >
    <img border="0" width="100%" height="20" src="../_sisu/image/dot_white.png" alt="&gt;" />
  </a>
</td></tr>
</table><br/>

<table summary="SiSU summary" bgcolor="#ffffff" cellpadding="4" border="0">

<tr><td>
  <!-- widget sisu -->
<tr><td valign="top" width="10%">
  <p class="tiny_left"><font color="#666666" size="2">
    <a href="http://www.jus.uio.no/sisu" >
      <img border="0" src="../_sisu/image/sisu.png" alt="SiSU" width="120" height="39" />
    </a>
  </font></p>
</td><td valign="top" width="45%">
<!-- SiSU Rights -->
  <p class="tiny_left"><font color="#666666" size="2">
    Output generated by
    <a href="http://www.jus.uio.no/sisu" >
      SiSU
    </a>
    0.59.0 2007-09-23 (2007w38/0)
    <br />
    <a href="http://www.jus.uio.no/sisu" >
      <b>SiSU</b>
    </a>
    Copyright <sup>&copy;</sup> Ralph Amissah
    1997, current  2007.
    All Rights Reserved.
    <br />
    <a href="http://www.jus.uio.no/sisu" >
      SiSU
    </a>
    is software for document structuring, publishing and search,
    <br />
    <a href="http://www.jus.uio.no/sisu" >
      www.jus.uio.no/sisu
    </a>
    and
    <a href="http://www.sisudoc.org" >
      www.sisudoc.org
    </a>
  <br />
    <i>w3 since October 3 1993</i>
    <a href="mailto://ralph@amissah.com" >
      ralph@amissah.com
    </a>
  </font></p>
</td><td valign="top" width="45%">
  <p class="tiny_left"><font color="#666666" size="2">
    SiSU using:
    <br />Standard SiSU markup syntax,
    <br />Standard SiSU meta-markup syntax, and the
    <br />Standard SiSU <u>object citation numbering</u> and system, (object/text positioning system)
  <br />
    Copyright <sup>&copy;</sup> Ralph Amissah 1997, current 2007.
    All Rights Reserved.
  </font></p>
</td></tr>

  <!-- widget way better -->
<tr><td valign="top" width="10%">
  <p class="tiny_left"><font color="#666666" size="2">
    <a href="http://www.gnu.org/licenses/gpl.html">
      <img border="0" src="../_sisu/image/gplv3_free_software.png" alt="GPLv3" width="127" height="51" />
    </a>
  </font></p>
</td><td valign="top" width="45%">
  <p class="tiny_left"><font color="#666666" size="2">
    <a href="http://www.jus.uio.no/sisu" >
      SiSU
    </a>
    is released under
    <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>
    or later,
    &lt;<a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a>&gt;
  </font></p>
</td><td valign="top" width="45%">
  <p class="tiny_left"><font color="#666666" size="2">
    SiSU, developed using
    <a href="http://www.ruby-lang.org/en/">
      Ruby
    </a>
    on
    <a href="http://www.debian.org/">
      Debian/Gnu/Linux
    </a>
    software infrastructure,
    with the usual GPL (or OSS) suspects.
  <br />
    Better - "performance, reliability, scalability, security &amp; total cost of ownership"
    [not to mention flexibility &amp; choice] use of and adherence to open standards (where practical and fair) and it is software libre.
  <br />
    Get With the Future
    <a href="http://www.jus.uio.no/sisu/">
      Way Better!
    </a>
  </font></p>
</td></tr>

</table>
<a name="bottom" id="bottom"></a>
<a name="down" id="down"></a>
<a name="end" id="end"></a>
<a name="finish" id="finish"></a>
<a name="stop" id="stop"></a>
<a name="credits" id="credits"></a></div><div id="pane_minor">
<br /><!-- SiSU Search -->

<a name="search"></a>
<form method="get" action="http://search.sisudoc.org" target="_top">
<font size="2">
<input type="text" name="s1" size="24" maxlength="255" />
<br />
<input type="hidden" name="db" value="SiSU_sisu" />
<input type="hidden" name="ltd" value="1000" />
<input type="hidden" name="off" value="0" />
<input type="radio" name="view" value="index" checked="checked" /> idx
<input type="radio" name="view" value="text" /> txt
<input type="submit" name="ignore" value="search" />
<input type="checkbox" name="fns" value="sisu_faq" />
</font></form>
<br />
<!-- SiSU Search -->
<br />
<p class="pane">
<a href="../sisu_manual/toc.html">

<b>SiSU manual</b>

</a></p>




<p class="pane_link"><a href="../sisu_introduction/toc.html">SiSU introduction</a></p>
<p class="pane_link"><a href="../sisu_commands/toc.html">SiSU commands</a></p>
<p class="pane_link"><a href="../sisu_markup/toc.html">SiSU markup</a></p>
<p class="pane_link"><a href="../sisu_configuration/toc.html">SiSU configuration</a></p>
<p class="pane_link"><a href="../sisu_help/toc.html">SiSU help</a></p>
<p class="pane_link"><a href="../sisu_help_sources/toc.html">SiSU help sources</a></p>

<br />
<p class="pane">
<a href="../index.html">

<b>SiSU</b>

</a></p>




<p class="pane_link"><a href="../SiSU/1.html#summary">What does SiSU do? Summary</a></p>
<p class="pane_link"><a href="../SiSU/2.html">SiSU Book Samples and Markup Examples</a></p>
<p class="pane_link"><a href="../sisu_markup/">Markup</a></p>
<p class="pane_link"><a href="../sisu_commands/">Commands</a></p>
<p class="pane_link"><a href="../sisu_manual/">Manual</a></p>
<p class="pane_link"><a href="../SiSU/download.html">SiSU Download</a></p>
<p class="pane_link"><a href="../SiSU/changelog.html">SiSU Changelog</a></p>
<p class="pane_link"><a href="http://en.wikipedia.org/wiki/SiSU">Wikipedia entry</a></p>
<p class="pane_link"><a href="http://freshmeat.net/projects/sisu/">Freshmeat</a></p>
<p class="pane_link"><a href="http://raa.ruby-lang.org/project/sisu/">Ruby Application Archive</a></p>


</div></body>
</html>