aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/sisu_description/1.html
blob: 2bd6a47a29701f7a872db6aaa450d026bffec9e8 (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
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
<!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>
    1 -
    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 - Description" />
  <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-08-30" scheme="ISO-8601" />
  <meta name="dc.date.created" content="2002-11-12" scheme="ISO-8601" />
  <meta name="dc.date.issued" content="2002-11-12" scheme="ISO-8601" />
  <meta name="dc.date.available" content="2002-11-12" scheme="ISO-8601" />
  <meta name="dc.date.modified" content="2007-08-30" scheme="ISO-8601" />
  <meta name="dc.type" content="information" />
  <meta name="dc.identifier" content="http://www.jus.uio.no/sisu/sisu_manual/sisu_description/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">
    Description
  </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 - Description,<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"> 
  <h2 class="banner">
     SiSU an attempt to describe 
  </h2>
</td>
<td width="2%" align="right" valign="top">  &nbsp;
  <p class="ocn">
    &nbsp;&nbsp;2
  </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. Description 
  </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="o3"><a name="3" />
    
    1. Description 
  </h1>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;3
  </p>
</td></tr>
</table><h5 class="subtoc">
    <a href="#4">
      <i>1.1 Outline </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#24">
      <i>1.2 Short summary of features </a> </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#56">
      <i>1.3 How it works </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#58">
      <i>1.4 Simple markup </i>
    </a> 
  </h5><h6 class="subtoc">
    <a href="#60">
      <i>1.4.1 Sparse markup requirement, try to get the most out of markup </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#67">
      <i>1.4.2 Single markup file provides multiple output formats </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#82">
      <i>1.4.3 Syntax relatively easy to read and remember </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#84">
      <i>1.4.4 Kept simple by having a limited publishing feature set, and features identified as most important, are available across several document types </i>
    </a> 
  </h6><h5 class="subtoc">
    <a href="#87">
      <i>1.5 Designed with usability in mind </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#89">
      <i>1.6 Code separate from content </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#91">
      <i>1.7 Object citation numbering, a text or object positioning / citation system - "paragraph" (or text object) numbering, that remains same and usable across all output formats by people and machine </a> </a> </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#105">
      <i>1.8 Handling of Dublin Core meta-tags making use of the Resource Description Framework </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#109">
      <i>1.9 Easy directory management </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#123">
      <i>1.10 Document Version Control Information </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#127">
      <i>1.11 Table of contents </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#129">
      <i>1.12 Auto-numbering of headings </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#131">
      <i>1.13 Numbering and cross-hyperlinking of endnotes </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#135">
      <i>1.14 "Skinnable" </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#138">
      <i>1.15 Multiple Outputs </i>
    </a> 
  </h5><h6 class="subtoc">
    <a href="#144">
      <i>1.15.1 html - several presentations: full length & segmented; css & table based </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#177">
      <i>1.15.2 XML </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#179">
      <i>1.15.3 ODT:ODF, Open Document Format - ISO/IEC 26300:2006 </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#181">
      <i>1.15.4 PDF - portrait and landscape, (through the generation of LaTeX output which is then transformed to pdf) </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#186">
      <i>1.15.5 Search - loading/populating of relational database while retaining document structure information, object citation numbering and other features (currently PostgreSQL and/or SQLite) </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#198">
      <i>1.15.6 Search - database frontend sample, utilising database and SiSU features, including object citation numbering (backend currently PostgreSQL) </a> </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#219">
      <i>1.15.7 Other forms </i>
    </a> 
  </h6><h5 class="subtoc">
    <a href="#221">
      <i>1.16 Concordance / Word Map or rudimentary index </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#223">
      <i>1.17 Managed (document) directory, database, or site structure </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#225">
      <i>1.18 Batch processing </i>
    </a> 
  </h5><h5 class="subtoc">
    <a href="#227">
      <i>1.19 Integration to superior Gnu/Linux and Unix tools </i>
    </a> 
  </h5><h6 class="subtoc">
    <a href="#229">
      <i>1.19.1 Backup and version control </i>
    </a> 
  </h6><h6 class="subtoc">
    <a href="#233">
      <i>1.19.2 Editor support </i>
    </a> 
  </h6><h5 class="subtoc">
    <a href="#236">
      <i>1.20 Modular design, need something new add a module </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="o4"><a name="4" />
    1.1 Outline 
  </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"> 
  <p class="norm" id="o5"><a name="5" />
    <b>SiSU</b> is a flexible document preparation, generation publishing and search system.&nbsp;<a name="-1" href="#_1">&nbsp;<sup>1</sup>&nbsp;</a>  
  </p>
</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" />
    <b>SiSU</b> ("<b>SiSU</b> information Structuring Universe" or "Structured information, Serialized Units"),&nbsp;<a name="-2" href="#_2">&nbsp;<sup>2</sup>&nbsp;</a>  is a Unix command line oriented framework for document structuring, publishing and search. Featuring minimalistic markup, multiple standard outputs, a common citation system, and granular search. 
  </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"> 
  <p class="norm" id="o7"><a name="7" />
    Using markup applied to a document, <b>SiSU</b> can produce plain text, HTML, XHTML, XML, OpenDocument, LaTeX or PDF files, and populate an SQL database with objects&nbsp;<a name="-3" href="#_3">&nbsp;<sup>3</sup>&nbsp;</a>  (equating generally to paragraph-sized chunks) so searches may be performed and matches returned with that degree of granularity (e.g. your search criteria is met by these documents and at these locations within each document). Document output formats share a common object numbering system for locating content. This is particularly suitable for "published" works (finalized texts as opposed to works that are frequently changed or updated) for which it provides a fixed means of reference of content. 
  </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" />
    <b>SiSU</b> is the data/information structuring and transforming tool, that has resulted from work on one of the oldest law web projects. It makes possible the one time, simple human readable markup of documents, that <b>SiSU</b> can then publish in various forms, suitable for paper&nbsp;<a name="-4" href="#_4">&nbsp;<sup>4</sup>&nbsp;</a>  , web&nbsp;<a name="-5" href="#_5">&nbsp;<sup>5</sup>&nbsp;</a>  and relational database&nbsp;<a name="-6" href="#_6">&nbsp;<sup>6</sup>&nbsp;</a>  presentations, retaining common data-structure and meta-information across the output/presentation formats. Several requirements of legal and scholarly publication on the web have been addressed, including the age old need to be able to reliably cite/pinpoint text within a document, to easily make footnotes/endnotes, to allow for semantic document meta-tagging, and to keep required markup to a minimum. These and other features of interest are listed and described below. A few points are worth making early (and will be repeated a number of times): 
  </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"> 
  <p class="i1" id="o9"><a name="9" />
    <b>(i)</b> The <b>SiSU</b> document generator was the first to place material on the web with a system that makes possible citation across different document types, with paragraph, or rather object citation numbering&nbsp;<a name="-7" href="#_7">&nbsp;<sup>7</sup>&nbsp;</a>  a text positioning system, available for the pinpointing of text, 1997, a simple idea from which much benefit, and <b>SiSU</b> remains today, to the best of my knowledge, the only multiple format e-book/ electronic-document system on the web that gives you this possibility (including for relational databases). 
  </p>
</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"> 
  <p class="i1" id="o10"><a name="10" />
    <b>(ii)</b> Markup is done once for the multiple formats produced. 
  </p>
</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"> 
  <p class="i1" id="o11"><a name="11" />
    <b>(iii)</b> Markup is simple, and human readable (with a little practice), in almost all cases there is less and simpler markup required than basic html. In any event the markup required is very much simpler than the html, LaTeX, [lout], structured XML, ODF (OpenDocument), PostgreSQL or SQLite feed etc. that you can have <b>SiSU</b> generate for you. 
  </p>
</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"> 
  <p class="i1" id="o12"><a name="12" />
    <b>(iv)</b> <b>SiSU</b> is a batch processor, dealing with as many files as you need to generate at a time. 
  </p>
</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"> 
  <p class="i1" id="o13"><a name="13" />
    <b>(v)</b> Scalability is dependent on your file system (in my case Reiserfs), the database (currently Postgresql and/or SQLite) and your hardware. 
  </p>
</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"> 
  <p class="norm" id="o14"><a name="14" />
    <b>SiSU</b> Sabaki&nbsp;<a name="-8" href="#_8">&nbsp;<sup>8</sup>&nbsp;</a>  (or just <b>SiSU</b>) is the provisional name given to the software described here that helps structure documents for web and other publication. The name <b>SiSU</b> is a loose anagram for something along the lines of <b><i>"SiSU is structuring unit"</i></b>, or <i>"<b>SiSU</b>, information structuring unit"</i> or the more descriptive <i>"Structured information, Serialized Units"</i> or <b><i>"simple - information structuring unit"</i></b> or the more descriptive <i>"Structured information, Serialized Units"</i> or what it may be directed towards <i>"<b>semantic</b> and <b>information structuring universe</b>" </i>,&nbsp;<a name="-9" href="#_9">&nbsp;<sup>9</sup>&nbsp;</a>  tongue in cheek, only just. Guess I'll get away with <b><i>"Simple - information Structuring Universe"</i></b>. <b>SiSU</b> is also a Finnish word roughly meaning guts, inner strength and perseverance.&nbsp;<a name="-10" href="#_10">&nbsp;<sup>10</sup>&nbsp;</a>  
  </p>
</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"> 
  <p class="norm" id="o15"><a name="15" />
    <b>SiSU</b> was born of the need to find a way, with minimal effort, and for as wide a range of document types as possible, to produce high quality publishing output in a variety of document formats. As such it was necessary to find a simple document representation that would work across a large number of document types, and the most convenient way(s) to produce acceptable output formats. The project leading to this program was started in 1993 (together with the trade law project now known as Lex Mercatoria) as an investigation of how to effectively/efficiently place documents on the web. The unified document handling, together with features such as paragraph numbering, endnote handling and tables... appeared in 1996/97. <b>SiSU</b> was originally written in Perl,&nbsp;<a name="-11" href="#_11">&nbsp;<sup>11</sup>&nbsp;</a>  and converted to <b>Ruby</b>, &nbsp;<a name="-12" href="#_12">&nbsp;<sup>12</sup>&nbsp;</a>  in 2000, one of the most impressive programming languages in existence! In its current form it has been written to run on the <b>Gnu</b> /Linux platform, and in particular on <b>Debian</b>, &nbsp;<a name="-13" href="#_13">&nbsp;<sup>13</sup>&nbsp;</a>  taking advantage of many of the wonderful projects that are available there. 
  </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> markup is based on requiring the minimum markup needed to determine the structure of a document. (This can be as little as saying in a header to look for the word Book at a specified level and the word Chapter at another level). <b>SiSU</b> then breaks a document into its smallest parts (at a heading, and paragraph level) while retaining all structural information. This break up of the document and information on its structure is taken advantage of in the transformations made in generating the very different output types that can be created, and in providing as much as can be for what each output type is best at doing, e.g. LaTeX (professional document typesetting, easy conversion to pdf or Postscript), XML (in this case, structural representation), ODF (OpenDocument [experimental]), SQL (e.g. document search; representing constituent parts of documents based on their structure, headings, chapters, paragraphs as required; user control).&nbsp;<a name="-14" href="#_14">&nbsp;<sup>14</sup>&nbsp;</a>  
  </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" />
    From markup that is simpler and more sparse than html you get: 
  </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" />
    far greater output possibilities, including html, XML, ODF (OpenDocument), LaTeX (pdf), and SQL; 
  </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"> 
  <li class="bullet" id="o19"><a name="19" />
    the advantages implicit in the very different output possibilities; 
  </li>
</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"> 
  <li class="bullet" id="o20"><a name="20" />
    a common citation system (for all outputs - including the relational database, search results are relevant for all outputs); 
  </li>
</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" />
    For more see the short summary of features provided below. 
  </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"> 
  <p class="norm" id="o22"><a name="22" />
    <b>SiSU</b> processes files with minimal tagging to produce various document outputs including html, LaTeX or lout (which is converted to pdf) and if required loads the structured information into an SQL database (PostgreSQL and SQLite have been used for this). <b>SiSU</b> produces an intermediate processing format.&nbsp;<a name="-15" href="#_15">&nbsp;<sup>15</sup>&nbsp;</a>  
  </p>
</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" />
    <b>SiSU</b> is used in constructing Lex Mercatoria &lt;<a href="http://lexmercatoria.org/" target="_top">http://lexmercatoria.org/</a>&gt; or &lt;<a href="http://www.jus.uio.no/lm/" target="_top">http://www.jus.uio.no/lm/</a>&gt; (one of the oldest law web sites), and considerable thought went into producing output that would be suitable for legal and academic writings (that do not have formulae) given the limitations of html, and publication in a wide variety of "formats", in particular in relation to the convenient and accurate citation of text. However, the construction of Lex Mercatoria uses only a fraction of the features available from <b>SiSU</b> today, <i>vis</i> generation of flat file structures, rather than in addition the building of ("granular") SQL database content, (at an object level with relevant relational tables, and other outputs also available). 
  </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"> 
<a name="h1.2" id="h1.2"></a>
  <p class="bold" id="o24"><a name="24" />
    1.2 Short summary of features <a name="summary"></a> 
  </p>
</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"> 
  <p class="norm" id="o25"><a name="25" />
    <b>(i)</b> markup syntax: (a) simpler than html, (b) mnemonic, influenced by mail/messaging/wiki markup practices, (c) human readable, and easily writable, 
  </p>
</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" />
    <b>(ii)</b> (a) minimal markup requirement, (b) single file marked up for multiple outputs, 
  </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"> 
  <p class="norm" id="o27"><a name="27" />
    notes: 
  </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" />
    * documents are prepared in a single UTF-8 file using a minimalistic mnemonic syntax. Typical literature, documents like "War and Peace" require almost no markup, and most of the headers are optional. 
  </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" />
    * markup is easily readable/parsed by the human eye, (basic markup is simpler and more sparse than the most basic html), [this may also be converted to XML representations of the same input/source document]. 
  </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="norm" id="o30"><a name="30" />
    * markup defines document structure (this may be done once in a header pattern-match description, or for heading levels individually); basic text attributes (bold, italics, underscore, strike-through etc.) as required; and semantic information related to the document (header information, extended beyond the Dublin core and easily further extended as required); the headers may also contain processing instructions. 
  </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="norm" id="o31"><a name="31" />
    <b>(iii)</b> (a) multiple outputs primarily industry established and institutionally accepted open standard formats, include amongst others: plaintext (UTF-8); html; (structured) XML; ODF (Open Document text)l; LaTeX; PDF (via LaTeX); SQL type databases (currently PostgreSQL and SQLite). Also produces: concordance files; document content certificates (md5 or sha256 digests of headings, paragraphs, images etc.) and html manifests (and sitemaps of content). (b) takes advantage of the strengths implicit in these very different output types, (e.g. PDFs produced using typesetting of LaTeX, databases populated with documents at an individual object/paragraph level, making possible granular search (and related possibilities)) 
  </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="norm" id="o32"><a name="32" />
    <b>(iv)</b> outputs share a common numbering system (dubbed "object citation numbering" (ocn)) that is meaningful (to man and machine) across various digital outputs whether paper, screen, or database oriented, (PDF, html, XML, sqlite, postgresql), this numbering system can be used to reference content. 
  </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" />
    <b>(v)</b> SQL databases are populated at an object level (roughly headings, paragraphs, verse, tables) and become searchable with that degree of granularity, the output information provides the object/paragraph numbers which are relevant across all generated outputs; it is also possible to look at just the matching paragraphs of the documents in the database; [output indexing also work well with search indexing tools like hyperesteier]. 
  </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="norm" id="o34"><a name="34" />
    <b>(vi)</b> use of semantic meta-tags in headers permit the addition of semantic information on documents, (the available fields are easily extended) 
  </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"> 
  <p class="norm" id="o35"><a name="35" />
    <b>(vii)</b> creates organised directory/file structure for (file-system) output, easily mapped with its clearly defined structure, with all text objects numbered, you know in advance where in each document output type, a bit of text will be found (e.g. from an SQL search, you know where to go to find the prepared html output or PDF etc.)... there is more; easy directory management and document associations, the document preparation (sub-)directory may be used to determine output (sub-)directory, the skin used, and the SQL database used, 
  </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>(viii)</b> "Concordance file" wordmap, consisting of all the words in a document and their (text/ object) locations within the text, (and the possibility of adding vocabularies), 
  </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" />
    <b>(ix)</b> document content certification and comparison considerations: (a) the document and each object within it stamped with an md5 hash making it possible to easily check or guarantee that the substantive content of a document is unchanged, (b)version control, documents integrated with time based source control system, default RCS or CVS with use of $Id: sisu_description.sst,v 1.25 2007/08/23 12:22:36 ralph Exp $ tag, which <b>SiSU</b> checks 
  </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" />
    <b>(x)</b> <b>SiSU</b>'s minimalist markup makes for meaningful "diffing" of the substantive content of markup-files, 
  </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>(xi)</b> easily skinnable, document appearance on a project/site wide, directory wide, or document instance level easily controlled/changed, 
  </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>(xii)</b> in many cases a regular expression may be used (once in the document header) to define all or part of a documents structure obviating or reducing the need to provide structural markup within the document, 
  </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" />
    <b>(xiii)</b> prepared files may be batch process, documents produced are static files so this needs to be done only once but may be repeated for various reasons as desired (updated content, addition of new output formats, updated technology document presentations/representations) 
  </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" />
    <b>(xiv)</b> possible to pre-process, which permits: the easy creation of standard form documents, and templates/term-sheets, or; building of composite documents (master documents) from other sisu marked up documents, or marked up parts, i.e. import documents or parts of text into a main document should this be desired 
  </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" />
    there is a considerable degree of future-proofing, output representations are "upgradeable", and new document formats may be added. 
  </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"> 
  <p class="norm" id="o44"><a name="44" />
    <b>(xv)</b> there is a considerable degree of future-proofing, output representations are "upgradeable", and new document formats may be added: (a) modular, (thanks in no small part to <b>Ruby</b>) another output format required, write another module.... (b) easy to update output formats (eg html, XHTML, LaTeX/PDF produced can be updated in program and run against whole document set), (c) easy to add, modify, or have alternative syntax rules for input, should you need to, 
  </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" />
    <b>(xvi)</b> scalability, dependent on your file-system (ext3, Reiserfs, XFS, whatever) and on the relational database used (currently Postgresql and SQLite), and your hardware, 
  </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" />
    <b>(xvii)</b> only marked up files need be backed up, to secure the larger document set produced, 
  </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" />
    <b>(xviii)</b> document management, 
  </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" />
    <b>(xix)</b> Syntax highlighting for <b>SiSU</b> markup is available for a number of text editors. 
  </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>(xx)</b> remote operations: (a) run <b>SiSU</b> on a remote server, (having prepared sisu markup documents locally or on that server, i.e. this solution where sisu is installed on the remote server, would work whatever type of machine you chose to prepare your markup documents on), (b) generated document outputs may be posted by sisu to remote sites (using rsync/scp) (c)document source (plaintext utf-8) if shared on the net may be identified by its url and processed locally to produce the different document outputs. 
  </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="norm" id="o50"><a name="50" />
    <b>(xxi)</b> document source may be bundled together (automatically) with associated documents (multiple language versions or master document with inclusions) and images and sent as a zip file called a sisupod, if shared on the net these too may be processed locally to produce the desired document outputs, these may be downloaded, shared as email attachments, or processed by running sisu against them, either using a url or the filename. 
  </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>(xxii)</b> for basic document generation, the only software dependency is <b>Ruby</b>, and a few standard Unix tools (this covers plaintext, html, XML, ODF, LaTeX). To use a database you of course need that, and to convert the LaTeX generated to PDF, a LaTeX processor like tetex or texlive. 
  </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="norm" id="o52"><a name="52" />
    as a developers tool it is flexible and extensible 
  </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>SiSU</b> was developed in relation to legal documents, and is strong across a wide variety of texts (law, literature...). <b>SiSU</b> handles images but is not suitable for formulae/ statistics, or for technical writing at this time. 
  </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="norm" id="o54"><a name="54" />
    <b>SiSU</b> has been developed and has been in use for several years. Requirements to cover a wide range of documents within its use domain have been explored. 
  </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" />
    Some modules are more mature than others, the most mature being Html and LaTeX / pdf. PostgreSQL and search functions are useable and together with <i>ocn</i> unique (to the best of my knowledge). The XML output document set is "well formed" but largely proof of concept. 
  </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"> 
<a name="h1.3" id="h1.3"></a>
  <p class="bold" id="o56"><a name="56" />
    1.3 How it works 
  </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>SiSU</b> markup is fairly minimalistic, it consists of: a (largely optional) document header, made up of information about the document (such as when it was published, who authored it, and granting what rights) and any processing instructions; and markup within text which is related to document structure and typeface. <b>SiSU</b> must be able to discern the structure of a document, (text headings and their levels in relation to each other), either from information provided in the instruction header or from markup within the text (or from a combination of both). Processing is done against an abstraction of the document comprising of information on the document's structure and its objects,&nbsp;<a name="-16" href="#_16">&nbsp;<sup>16</sup>&nbsp;</a>  which the program serializes (providing the object numbers) and which are assigned hash sum values based on their content. This abstraction of information about document structure, objects, (and hash sums), provides considerable flexibility in representing documents different ways and for different purposes (e.g. search, document layout, publishing, content certification, concordance etc.), and makes it possible to take advantage of some of the strengths of established ways of representing documents, (or indeed to create new ones). 
  </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"> 
<a name="h1.4" id="h1.4"></a>
  <p class="bold" id="o58"><a name="58" />
    1.4 Simple markup 
  </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" />
    <b>SiSU</b> markup is based on requiring the minimum markup needed to determine the structure of a document. (This can be as little as saying in a header to look for the word Book at a specified level and the word Chapter at another level). <b>SiSU</b> then breaks a document into its smallest parts (at a heading, and paragraph level) while retaining all structural information. This break up of the document and information on its structure is taken advantage of in the transformations made in generating the very different output types that can be created, and in providing as much as can be for what each output type is best at doing, e.g. LaTeX (professional document typesetting, easy conversion to pdf or Postscript), XML (in this case, structural representation), ODF (OpenDocument), SQL (e.g. document search; representing constituent parts of documents based on their structure, headings, chapters, paragraphs as required; user control).&nbsp;<a name="-17" href="#_17">&nbsp;<sup>17</sup>&nbsp;</a>  
  </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"> 
<a name="h1.4.1" id="h1.4.1"></a>
  <p class="bold" id="o60"><a name="60" />
    1.4.1 Sparse markup requirement, try to get the most out of markup 
  </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" />
    One of its strengths is that very small amounts of initial tagging is required for the program to generate its output. 
  </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"> 
  <p class="norm" id="o62"><a name="62" />
    This is a basic markup example: 
  </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"> 
  <li class="bullet" id="o63"><a name="63" />
    <a href="http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst">basic markup example, text file - an international convention</a> &nbsp;<a name="-18" href="#_18">&nbsp;<sup>18</sup>&nbsp;</a>  
  </li>
</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"> 
  <li class="bullet" id="o64"><a name="64" />
    <a href="http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html">view basic markup, as it would be highlighted by vim editor</a> &nbsp;<a name="-19" href="#_19">&nbsp;<sup>19</sup>&nbsp;</a>  
  </li>
</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" />
    Emphasis has been on simplicity and minimalism in markup requirements. Design philosophy is to try keep the amount of markup required low, for whatever has been determined to be acceptable output.&nbsp;<a name="-20" href="#_20">&nbsp;<sup>20</sup>&nbsp;</a>  
  </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" />
    <b>SiSU</b>'s markup is more minimalistic and simpler than (the equivalent) html and for it, you get considerably more than just html, as this preparation gives you all available output formats, upon request. 
  </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"> 
<a name="h1.4.2" id="h1.4.2"></a>
  <p class="bold" id="o67"><a name="67" />
    1.4.2 Single markup file provides multiple output formats 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;67
  </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="o68"><a name="68" />
    For each document, there is only one (input, minimalistically marked up) file from which all the available output types are generated.&nbsp;<a name="-21" href="#_21">&nbsp;<sup>21</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;68
  </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="o69"><a name="69" />
    Eg. the markup example: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;69
  </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="o70"><a name="70" />
    <a href="http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst">original text file - an international convention</a> &nbsp;<a name="-22" href="#_22">&nbsp;<sup>22</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;70
  </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="o71"><a name="71" />
    <a href="http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html">view as syntax would be highlighted by vim editor</a> &nbsp;<a name="-23" href="#_23">&nbsp;<sup>23</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;71
  </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="o72"><a name="72" />
    Produces the following output: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;72
  </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="o73"><a name="73" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/toc.html">Segmented html version of document</a> &nbsp;<a name="-24" href="#_24">&nbsp;<sup>24</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;73
  </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="o74"><a name="74" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/doc.html">Full length html document</a> &nbsp;<a name="-25" href="#_25">&nbsp;<sup>25</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;74
  </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="o75"><a name="75" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/landscape.pdf">pdf landscape version of document</a> &nbsp;<a name="-26" href="#_26">&nbsp;<sup>26</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;75
  </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="o76"><a name="76" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/portrait.pdf">pdf portrait version of document</a> &nbsp;<a name="-27" href="#_27">&nbsp;<sup>27</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;76
  </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="o77"><a name="77" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/plain.txt">clean tex ascii version of document</a> &nbsp;<a name="-28" href="#_28">&nbsp;<sup>28</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;77
  </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="o78"><a name="78" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/sax.xml"><i>xml</i> sax version of document</a> &nbsp;<a name="-29" href="#_29">&nbsp;<sup>29</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;78
  </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="o79"><a name="79" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/dom.xml"><i>xml</i> dom version of document</a> &nbsp;<a name="-30" href="#_30">&nbsp;<sup>30</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;79
  </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="o80"><a name="80" />
    <a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/concordance.html">Concordance</a> &nbsp;<a name="-31" href="#_31">&nbsp;<sup>31</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;80
  </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="o81"><a name="81" />
    (and in addition to these: PostgreSQL, SQLite, texinfo and <del>YAML</del> &nbsp;<a name="-32" href="#_32">&nbsp;<sup>32</sup>&nbsp;</a>  versions if desired) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;81
  </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.3" id="h1.4.3"></a>
  <p class="bold" id="o82"><a name="82" />
    1.4.3 Syntax relatively easy to read and remember 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;82
  </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="o83"><a name="83" />
    Syntax is kept simple and mnemonic.&nbsp;<a name="-33" href="#_33">&nbsp;<sup>33</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;83
  </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.4" id="h1.4.4"></a>
  <p class="bold" id="o84"><a name="84" />
    1.4.4 Kept simple by having a limited publishing feature set, and features identified as most important, are available across several document types 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;84
  </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="o85"><a name="85" />
    To keep <b>SiSU</b> markup sparse and simple <b>SiSU</b> deliberately provides a limited publishing feature set, including: indent levels; bold; italics; superscript; subscript; simple tables; images; tables of contents and; endnotes. Which in most cases are available across the different output formats. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;85
  </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="o86"><a name="86" />
    The publishing feature set may be expanded as required. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;86
  </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="o87"><a name="87" />
    1.5 Designed with usability in mind 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;87
  </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="o88"><a name="88" />
    Output is designed to be uniform, easy to read, navigate and cite. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;88
  </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="o89"><a name="89" />
    1.6 Code separate from content 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;89
  </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="o90"><a name="90" />
    Code&nbsp;<a name="-34" href="#_34">&nbsp;<sup>34</sup>&nbsp;</a>  is separated from content. This means that when changes are desired in the output presentation, the code that produces them, and not the marked up text data set (which could be thousands of documents) is modified. Separating code from content makes large scale changes to output appearance trivial, and permits the easy addition of new output modules. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;90
  </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="o91"><a name="91" />
    1.7 Object citation numbering, a text or object positioning / citation system - "paragraph" (or text object) numbering, that remains same and usable across all output formats by people and machine <a name="citation"></a> <a name="ocn"></a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;91
  </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="o92"><a name="92" />
    Object citation numbering is a simple object (text) positioning and cition system that is human relevant and machine useable, used by <b>SiSU</b> for all manner of presentations, and that is available for use in all text mappings. It is based on the automated sequential numbering of objects (roughly paragraphs, (headings, tables, verse) or other blocks of text or images etc.). The text positioning system (in which I claim copyright) is invaluable for publishing requiring the citing text across multiple output formats, and for the general mapping of text within a document: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;92
  </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="o93"><a name="93" />
    in html, html not being easily citeable (change font size, or use a different browser and the page on which specific text appears has changed), and 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;93
  </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="o94"><a name="94" />
    across multiple formats being common to all output formats html/xml/pdf/sql output, 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;94
  </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="o95"><a name="95" />
    the results of an sql search can just be "live" citation references to the documents in which the text is found, <a href="http://www.jus.uio.no/sisu/SiSU/1.html#search">much like an index (see image examples provided).</a> &nbsp;<a name="-35" href="#_35">&nbsp;<sup>35</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;95
  </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="o96"><a name="96" />
    I claim copyright on the system I use which is the most basic of all, numbering all text in headings and paragraphs sequentially (with tables and images being treated as a single paragraph) and only footnotes/endnotes not following this numbering, as their position in text is not strictly determined, (a change from footnotes to endnotes would change their numbering), footnotes instead "belong" to the paragraph from which they are referenced, and have sequential numbers of their own. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;96
  </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="o97"><a name="97" />
    <b>SiSU</b> has a paragraph numbering system, that remains the same regardless of the output format. This provides an effective means of citation, pinpointing text accurately in all output formats, using the same reference. This is particularly useful where text has to be located across different output formats - for example once html is printed the number of pages and pages on which given text is found will vary depending on the browser, its settings the font size setting etc. Similarly <b>SiSU</b> produces pdf in different forms, eg. on the example site Lex Mercatoria as portrait and landscape documents - here too page numbering varies, but paragraph numbering is the same, <i>vis a vis</i> all versions of the text (portrait and landscape pdf and the html versions of the text, and as stored (with "paragraphs" as records) to the PostgreSQL or SQLite database). 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;97
  </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="o98"><a name="98" />
    These numbers are placed in the text margins and are intended to be independent of and not to interfere with authors tagging. [The citation system (object citation numbering system, automated "paragraph numbering") which is automatically generated and is common and identical across all document formats] The paragraph numbering system is more accurately described as an (text) object numbering system, as headings are also numbered... all headings and paragraphs are numbered sequentially. Endnotes are automatically numbered independently and rather "belong" to the paragraph from which they are referenced, as an endnote does not (necessarily) form a part of a documents sequence, (they may be produced as either endnotes or footnotes (or both depending on what output you choose to look at - if you take the segmented html version document provided as an example, you will find that the endnotes are placed both at the end of each section, and in a separate section of their own called endnotes, and these are hyper-linked)). An attractive feature of providing citation numbering in this way is that it is independent of the document structure... it remains the same regardless of what is done about the document structure. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;98
  </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="o99"><a name="99" />
    The rules have been kept very simple, unique incremental object citation numbers are assigned to headings, paragraphs, verse, tables and images. It is possible to manually override this feature on a per heading or comment basis though this should be used exceptionally, it may be of use where there a substantive text, and the addition of a minor comment by the publisher that should not be mapped as part of the text. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;99
  </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="o100"><a name="100" />
    The object citation number markers contain additional numbering information with regard to the document structure, that can be used for alternative presentations, including such detail as the type of object (heading, paragraph, table, image, etc.), numbered sequentially. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;100
  </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="o101"><a name="101" />
    An advantage is that the numbering remains the same regardless of document structure. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;101
  </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="o102"><a name="102" />
    Text object ("paragraph") numbering is the same for all output versions of the same document, vis html, pdf, pgsql, yaml etc. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;102
  </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="o103"><a name="103" />
    In the relational database, as individual text objects of a document stored (and indexed) together with object numbers, and all versions of the document have the same numbering, the results of searches may be tailored just to provide the location of the search result in all available document formats. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;103
  </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="o104"><a name="104" />
    <i> Note: there is a bug in the released behaviour of object citation numbering, (not certain when it was introduced) tables should be numbered, ie each table gets an ocn, required amongst other things for relational database. This will be corrected in a future release. Citation numbering of existing documents that contain tables will changed. </i> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;104
  </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="o105"><a name="105" />
    1.8 Handling of Dublin Core meta-tags making use of the Resource Description Framework 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;105
  </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="o106"><a name="106" />
    <b>SiSU</b> is able to use meta tags based on the Dublin Core&nbsp;<a name="-36" href="#_36">&nbsp;<sup>36</sup>&nbsp;</a>  and Resource Description Framework&nbsp;<a name="-37" href="#_37">&nbsp;<sup>37</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;106
  </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="o107"><a name="107" />
    This provides the means of providing semantic information about a document, both as computer processable meta-tags, and as human readable information that may be of value for classification purposes. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;107
  </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="o108"><a name="108" />
    This information is provided both in html metatags, and (where available) under the section titled "Document Information - MetaData", near the end of a document, for example in the segmented html version of this text at: &lt;<a href="http://www.jus.uio.no/sisu/SiSU/metadata.html" target="_top">http://www.jus.uio.no/sisu/SiSU/metadata.html</a>&gt; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;108
  </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.9" id="h1.9"></a>
  <p class="bold" id="o109"><a name="109" />
    1.9 Easy directory management 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;109
  </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="o110"><a name="110" />
    <b>1.</b> Directory file association, skins and special image management, made simpler.&nbsp;<a name="-38" href="#_38">&nbsp;<sup>38</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;110
  </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="o111"><a name="111" />
    The last part of the name of the work directory in which markup is being done, or rather from where <b>SiSU</b> is run in order to generate document output, is used in determining the sub-directory name for output files, that is created in the document output directory. This provides a rather easy way to associate documents e.g. of a given subject, or by owner. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;111
  </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="code" id="o112"><a name="112" />
    &nbsp;&nbsp;/www/docs<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/intellectual_property<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/arbitration<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/contract_law<br /><br />&nbsp;&nbsp;/www/docs<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ralph<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/sisu 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;112
  </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="o113"><a name="113" />
    all are placed in their own directories within the directory structure created. Similar rules are used in the creation of sql type databases (though they can be overridden). 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;113
  </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="o114"><a name="114" />
    There are a couple of further associations with these directories. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;114
  </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="o115"><a name="115" />
    Directory wide skins. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;115
  </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="o116"><a name="116" />
    Directory specific images. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;116
  </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="o117"><a name="117" />
    <b>2.</b> If there is a "directory skin", that is a skin of the same name as the directory, it is used in the generation of the documents within it, rather than the default skin, unless the document has a specific skin associated with it. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;117
  </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="o118"><a name="118" />
    a. default skin (always available) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;118
  </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="o119"><a name="119" />
    b. directory skin (precedence over default if exists) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;119
  </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="o120"><a name="120" />
    c. document skin (takes precedence wherever document requests a specific skin) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;120
  </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="o121"><a name="121" />
    Skins are defined in the document skin directory and if a directory association is desired a softlink made to the relevant skin. Skins (directory association auto load) auto load skin if a directory skin exists of same name as directory stub, (and there is no specific doc skin) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;121
  </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="o122"><a name="122" />
    <b>3.</b> If the working directory has within it a sub-directory called image_local, the images within that directory are used for references to images, that are not part of the default site build. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;122
  </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.10" id="h1.10"></a>
  <p class="bold" id="o123"><a name="123" />
    1.10 Document Version Control Information 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;123
  </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="o124"><a name="124" />
    The possibility of citing an exact document version. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;124
  </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="o125"><a name="125" />
    Permits the inclusion of document version control information to the document body and metatags.&nbsp;<a name="-39" href="#_39">&nbsp;<sup>39</sup>&nbsp;</a>  This provides a much more certain method of referring to the exact version of a particular document, (assuming that the document is from a trusted source, that will retain earlier versions of a document).&nbsp;<a name="-40" href="#_40">&nbsp;<sup>40</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;125
  </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="o126"><a name="126" />
    This information (where available) is provided under the section of the document titled "Document Information - MetaData", near the end of a document, for example in the segmented html version of this text at: &lt;<a href="http://www.jus.uio.no/sisu/SiSU/metadata.html" target="_top">http://www.jus.uio.no/sisu/SiSU/metadata.html</a>&gt; 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;126
  </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.11" id="h1.11"></a>
  <p class="bold" id="o127"><a name="127" />
    1.11 Table of contents 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;127
  </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="o128"><a name="128" />
    <b>SiSU</b> produces a rudimentary a table of contents based on document headings. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;128
  </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.12" id="h1.12"></a>
  <p class="bold" id="o129"><a name="129" />
    1.12 Auto-numbering of headings 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;129
  </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="o130"><a name="130" />
    Headings can be automatically numbered, (and automatically named for hyper-linking) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;130
  </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.13" id="h1.13"></a>
  <p class="bold" id="o131"><a name="131" />
    1.13 Numbering and cross-hyperlinking of endnotes 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;131
  </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="o132"><a name="132" />
    <b>SiSU</b> can automatically number footnotes/endnotes. This is the default operation where no number is provided. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;132
  </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="o133"><a name="133" />
    Footnotes/endnotes may also be manually numbered. Where a number, or numbers are provided for a footnote/endnote, this does not increment the automatic footnote/endnote number counter. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;133
  </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="o134"><a name="134" />
    In the html output footnotes/endnotes are cross-hyper-linked (to their reference point and vice versa). In th pdf output footnotes are linked from their reference point only. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;134
  </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.14" id="h1.14"></a>
  <p class="bold" id="o135"><a name="135" />
    1.14 "Skinnable" 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;135
  </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="o136"><a name="136" />
    <b>SiSU</b> is skinnable, on a site-wide, directory-wide and per document basis, so different looking versions of things may be produced with little difficulty. There is a default skin which may be modified, as the background site skin, and each working directory may have a skin associated with it, as may each individual document. The hierarchy of application is document, directory, then site... ie if a document skin exists it gets precedence. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;136
  </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="o137"><a name="137" />
    Whilst it is skinnable, the default output styles are selected to work across the widest possible range of document types. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;137
  </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.15" id="h1.15"></a>
  <p class="bold" id="o138"><a name="138" />
    1.15 Multiple Outputs 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;138
  </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="o139"><a name="139" />
    From markup that is simpler and more sparse than html you get: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;139
  </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="o140"><a name="140" />
    far greater output possibilities, including multiple html types, XML (different structured types), LaTeX (pdf landscape, portrait), and SQL (Postgresql or SQLite or other); 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;140
  </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="o141"><a name="141" />
    the advantages implicit in these very different output possibilities;&nbsp;<a name="-41" href="#_41">&nbsp;<sup>41</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;141
  </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="o142"><a name="142" />
    a common citation system 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;142
  </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="o143"><a name="143" />
    As many output formats/presentations as one cares to write modules for - several types of html (e.g. structure based on css, or structure based on tables); <i>LaTeX/pdf</i> and <i>Lout/pdf</i>; pgsql other databases easily added; yaml... 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;143
  </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.15.1" id="h1.15.1"></a>
  <p class="bold" id="o144"><a name="144" />
    1.15.1 html - several presentations: full length & segmented; css & table based 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;144
  </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="o145"><a name="145" />
    Most documents are produced in single and segmented html versions, described below: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;145
  </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="o146"><a name="146" />
    <b>The Scroll (full length text presentations)</b> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;146
  </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="o147"><a name="147" />
    The full length of the text in a single scrollable document.&nbsp;<a name="-42" href="#_42">&nbsp;<sup>42</sup>&nbsp;</a>  As a rule the files they are saved in are named: <i>doc</i> or more precisely <i>doc.html</i> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;147
  </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="o148"><a name="148" />
    For various reasons texts may only be provided in this form (such as this one which is short), though most are also provided as segmented texts. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;148
  </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="o149"><a name="149" />
    "Scroll" is a reference to the historical scroll, a single long document/ parchment, and also no doubt to what you will have to do to get to the bottom of the text.&nbsp;<a name="-43" href="#_43">&nbsp;<sup>43</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;149
  </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="o150"><a name="150" />
    <b>The Segmented Text</b> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;150
  </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="o151"><a name="151" />
    The text divided into segments (such as articles or chapters depending on the text)&nbsp;<a name="-44" href="#_44">&nbsp;<sup>44</sup>&nbsp;</a>  As a rule the files they are saved in are named: <i>toc</i> and <i>index</i> or more precisely <i>toc.html</i> and <i>index.html</i> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;151
  </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="o152"><a name="152" />
    If you know exactly what you are looking for, loading a segment of text is faster (the segments being smaller). Occasionally longer documents such as the WTA 1994 &lt;<a href="http://www.jus.uio.no/lm/wta.1994/toc" target="_top">http://www.jus.uio.no/lm/wta.1994/toc</a>&gt; are only provided in segmented form. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;152
  </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="o153"><a name="153" />
    <b>Cascading Style Sheet, and Table based html</b> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;153
  </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="o154"><a name="154" />
    <b>SiSU</b> outputs html, two current standard forms available are: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;154
  </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="o155"><a name="155" />
    <a href="http://www.jus.uio.no/sisu/SiSU/toc.html">css based</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;155
  </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="o156"><a name="156" />
    and 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;156
  </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="o157"><a name="157" />
    table based [largely discontinued ]&nbsp;<a name="-45" href="#_45">&nbsp;<sup>45</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;157
  </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="o158"><a name="158" />
    <b>The html is tested across several browsers</b> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;158
  </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="o159"><a name="159" />
    I like to remind you that there are other excellent browsers out there, many of which have long supported practical features like tabbing. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;159
  </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="o160"><a name="160" />
    The html is tested across several browsers, including: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;160
  </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="o161"><a name="161" />
    <a href="http://www.mozilla.org/products/firefox/"><b>Firefox</b> (Mozilla-Firefox)</a> &nbsp;<a name="-46" href="#_46">&nbsp;<sup>46</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;161
  </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="o162"><a name="162" />
    <a href="http://kazehakase.sourceforge.jp/">Kazehakase</a> &nbsp;<a name="-47" href="#_47">&nbsp;<sup>47</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;162
  </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="o163"><a name="163" />
    <a href="http://www.konqueror.org/">Konqueror</a> &nbsp;<a name="-48" href="#_48">&nbsp;<sup>48</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;163
  </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="o164"><a name="164" />
    <a href="http://www.mozilla.org/">Mozilla</a> &nbsp;<a name="-49" href="#_49">&nbsp;<sup>49</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;164
  </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="o165"><a name="165" />
    <a href="http://www.microsoft.com/windows/ie/default.asp">MS Internet Explorer</a> &nbsp;<a name="-50" href="#_50">&nbsp;<sup>50</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;165
  </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="o166"><a name="166" />
    <a href="http://home.netscape.com/comprod/mirror/client_download.html">Netscape</a> &nbsp;<a name="-51" href="#_51">&nbsp;<sup>51</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;166
  </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="o167"><a name="167" />
    <a href="http://www.opera.com/">Opera</a> &nbsp;<a name="-52" href="#_52">&nbsp;<sup>52</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;167
  </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="o168"><a name="168" />
    Also lighter weight graphical browsers: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;168
  </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="o169"><a name="169" />
    <a href="http://www.dillo.org/">Dillo</a> &nbsp;<a name="-53" href="#_53">&nbsp;<sup>53</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;169
  </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="o170"><a name="170" />
    <a href="http://www.gnome.org/projects/epiphany/"><b>Epiphany</b></a> &nbsp;<a name="-54" href="#_54">&nbsp;<sup>54</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;170
  </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="o171"><a name="171" />
    <a href="http://galeon.sourceforge.net/"><b>Galeon</b></a> &nbsp;<a name="-55" href="#_55">&nbsp;<sup>55</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;171
  </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="o172"><a name="172" />
    And for console/text browsing: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;172
  </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="o173"><a name="173" />
    <a href="http://elinks.or.cz/"><b>elinks</b></a> &nbsp;<a name="-56" href="#_56">&nbsp;<sup>56</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;173
  </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="o174"><a name="174" />
    <a href="http://links.twibright.com/"><b>links2</b></a> &nbsp;<a name="-57" href="#_57">&nbsp;<sup>57</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;174
  </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="o175"><a name="175" />
    <a href="http://w3m.sourceforge.net/"><b>w3m</b></a> &nbsp;<a name="-58" href="#_58">&nbsp;<sup>58</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;175
  </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="o176"><a name="176" />
    The html tables output is rendered more accurately across a wider variety set and older versions of browsers (than the html css output). 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;176
  </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.15.2" id="h1.15.2"></a>
  <p class="bold" id="o177"><a name="177" />
    1.15.2 XML 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;177
  </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="o178"><a name="178" />
    <b>SiSU</b> generates well formed XML, and multiple versions. An XML SAX version with a flat/shallow structure, and XML DOM version with a deeper (embedded) structure. There is also a released working xhtml module. Examples of SAX and DOM versions are provided within this document. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;178
  </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.15.3" id="h1.15.3"></a>
  <p class="bold" id="o179"><a name="179" />
    1.15.3 ODT:ODF, Open Document Format - ISO/IEC 26300:2006 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;179
  </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="o180"><a name="180" />
    <b>SiSU</b> generates Open Document Output format. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;180
  </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.15.4" id="h1.15.4"></a>
  <p class="bold" id="o181"><a name="181" />
    1.15.4 PDF - portrait and landscape, (through the generation of LaTeX output which is then transformed to pdf) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;181
  </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="o182"><a name="182" />
    <b>SiSU</b> outputs LaTeX if required which is easily transformed to PDF.&nbsp;<a name="-59" href="#_59">&nbsp;<sup>59</sup>&nbsp;</a>  PDF documents are generated on the site from the same source files and <b>Ruby</b> program that produce html. Landscape oriented pdf introduced, providing easier screen viewing, they are also (paper saving, being currently) formatted to have fewer pages than their portrait equivalents. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;182
  </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="o183"><a name="183" />
    <a href="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</a> &nbsp;<a name="-60" href="#_60">&nbsp;<sup>60</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;183
  </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="o184"><a name="184" />
    <a href="http://www.gnome.org/projects/evince/"><b>Evince</b></a> &nbsp;<a name="-61" href="#_61">&nbsp;<sup>61</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;184
  </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="o185"><a name="185" />
    <a href="http://www.foolabs.com/xpdf/">xpdf</a> &nbsp;<a name="-62" href="#_62">&nbsp;<sup>62</sup>&nbsp;</a>  
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;185
  </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.15.5" id="h1.15.5"></a>
  <p class="bold" id="o186"><a name="186" />
    1.15.5 Search - loading/populating of relational database while retaining document structure information, object citation numbering and other features (currently PostgreSQL and/or SQLite) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;186
  </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="o187"><a name="187" />
    <b>SiSU</b> (from the same markup input file) automatically feeds into PostgreSQL&nbsp;<a name="-63" href="#_63">&nbsp;<sup>63</sup>&nbsp;</a>  and/or SQLite&nbsp;<a name="-64" href="#_64">&nbsp;<sup>64</sup>&nbsp;</a>  database (could be any other of the better relational databases)&nbsp;<a name="-65" href="#_65">&nbsp;<sup>65</sup>&nbsp;</a>  - together with all additional information related to document structure, and the alternative ways in which it is generated on the site retained. As regards scaling of the database, it is as scalable as the database (here Postgresql or SQLite) and hardware allow. I will prune the images later. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;187
  </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="o188"><a name="188" />
    This is one of the more interesting output forms, as all the structural data for the documents are retained (though can be ignored by the user of the database should they so choose). All site texts/documents are (currently) streamed to four pgsql database tables: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;188
  </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="i1" id="o189"><a name="189" />
    one containing semantic (and other) headers, including, title, author, subject, (the Dublin Core...); 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;189
  </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="i1" id="o190"><a name="190" />
    another the substantive texts by individual "paragraph" (or object) - along with structural information, each paragraph being identifiable by its paragraph number (if it has one which almost all of them do), and the substantive text of each paragraph quite naturally being searchable (both in formatted and clean text versions for searching); and 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;190
  </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="i1" id="o191"><a name="191" />
    a third containing endnotes cross-referenced back to the paragraph from which they are referenced (both in formatted and clean text versions for searching). 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;191
  </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="i1" id="o192"><a name="192" />
    a fourth table with a one to one relation with the headers table contains full text versions of output, eg. pdf, html, xml, and ascii. 
  </li>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;192
  </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="o193"><a name="193" />
    There is of course the possibility to add further structures. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;193
  </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="o194"><a name="194" />
    At this level <b>SiSU</b> loads a relational database with documents broken in to their smallest logical structurally constituent parts, as text objects, with their object citation number and all other structural information needed to construct the structured document. Text is stored (at this text object level) with and without elementary markup tagging, the stripped version being so as to facilitate ease of searching. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;194
  </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="o195"><a name="195" />
    Because the document structure of sites created is clearly defined, and the text object citation system is available for all forms of output, it is possible to search the sql database, and either read results from that database, or just as simply map the results to the html output, which has richer text markup. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;195
  </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="o196"><a name="196" />
    The combination of the <b>SiSU</b> citation system with a relational database is pretty powerful, giving rise to several possibilities. As individual text objects of a document stored (and indexed) together with object numbers, and all versions of the document have the same numbering, complex searches can be tailored to return just the locations of the search results relevant for all available output formats, with live links to the precise locations in the database or in html/xml documents; or, the structural information provided makes it possible to search the full contents of the database and have headings in which search content appears, or to search only headings etc. (as the Dublin Core is incorporated it is easy to make use of that as well). 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;196
  </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="o197"><a name="197" />
    This is a larger scale project, (with little development on the front end largely ignored), though the "infrastructure" has been in place since 2002. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;197
  </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.15.6" id="h1.15.6"></a>
  <p class="bold" id="o198"><a name="198" />
    1.15.6 Search - database frontend sample, utilising database and SiSU features, including object citation numbering (backend currently PostgreSQL) <a name="search"></a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;198
  </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="o199"><a name="199" />
    <a href="http://search.sisudoc.org">Sample search frontend</a> &nbsp;<a name="-66" href="#_66">&nbsp;<sup>66</sup>&nbsp;</a>  A small database and sample query front-end (search from) that makes use of the citation system, <u>object citation numbering</u> to demonstrates functionality.&nbsp;<a name="-67" href="#_67">&nbsp;<sup>67</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;199
  </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="o200"><a name="200" />
    <b>SiSU</b> can provide information on which documents are matched and at what locations within each document the matches are found. These results are relevant across all outputs using object citation numbering, which includes html, XML, LaTeX, PDF and indeed the SQL database. You can then refer to one of the other outputs or in the SQL database expand the text within the matched objects (paragraphs) in the documents matched. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;200
  </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="o201"><a name="201" />
    (further work needs to be done on the sample search form, which is rudimentary and only passes simple booleans correctly at present to the SQL engine) 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;201
  </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="o202"><a name="202" />
    A few canned searches, showing object numbers. Search for: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;202
  </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="o203"><a name="203" />
    <a href="http://search.sisudoc.org?s1=Linux%2BOR%2BDebian&lang=En&db=SiSU_sisu&view=index&a=1">English documents matching Linux OR Debian</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;203
  </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="o204"><a name="204" />
    <a href="http://search.sisudoc.org?s1=GPL%2BOR%2BRichard%2BStallman&lang=En&db=SiSU_sisu&view=index&a=1">GPL OR Richard Stallman</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;204
  </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="o205"><a name="205" />
    <a href="http://search.sisudoc.org?s1=invention%2BOR%2Binnovation&lang=En&db=SiSU_sisu&view=index&a=1">invention OR innovation in English language</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;205
  </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="o206"><a name="206" />
    <a href="http://search.sisudoc.org?s1=copyright&lang=En&db=SiSU_sisu&view=index&a=1">copyright in English language documents</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;206
  </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="o207"><a name="207" />
    Note that the searches done in this form are case sensitive. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;207
  </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="o208"><a name="208" />
    Expand those same searches, showing the matching text in each document: 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;208
  </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="o209"><a name="209" />
    <a href="http://search.sisudoc.org?s1=Linux%2BOR%2BDebian&lang=En&db=SiSU_sisu&view=text&a=1">English documents matching Linux OR Debian</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;209
  </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="o210"><a name="210" />
    <a href="http://search.sisudoc.org?s1=GPL%2BOR%2BRichard%2BStallman&lang=En&db=SiSU_sisu&view=text&a=1">GPL OR Richard Stallman</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;210
  </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="o211"><a name="211" />
    <a href="http://search.sisudoc.org?s1=invention%2BOR%2Binnovation&lang=En&db=SiSU_sisu&view=text&a=1">invention OR innovation in English language</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;211
  </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="o212"><a name="212" />
    <a href="http://search.sisudoc.org?s1=copyright&lang=En&db=SiSU_sisu&view=text&a=1">copyright in English language documents</a> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;212
  </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="o213"><a name="213" />
    Note you may set results either for documents matched and object number locations within each matched document meeting the search criteria; or display the names of the documents matched along with the objects (paragraphs) that meet the search criteria.&nbsp;<a name="-68" href="#_68">&nbsp;<sup>68</sup>&nbsp;</a>  
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;213
  </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="o214"><a name="214" />
    <b>OCN index mode,</b> (object citation number) the numbers displayed are relevant (and may be used to reference the match) in any sisu generated rendition of the text&nbsp;<a name="-69" href="#_69">&nbsp;<sup>69</sup>&nbsp;</a>  the links provided are to the locations of matches within the html generated by <b>SiSU</b>. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;214
  </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="o215"><a name="215" />
    <b>Paragraph mode,</b> you may alternatively display the text of each paragraph in which the match was made, again the object/paragraph numbers are relevant to any <b>SiSU</b> generated/published text. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;215
  </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="o216"><a name="216" />
    Several options for output - select database to search, show results in index view (links to locations within text), show results with text, echo search in form, show what was searched, create and show a "canned url" for search, show available search fields. Also shows counters number of documents in which found and number of locations within documents where found. [could consider sorting by document with most occurrences of the search result]. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;216
  </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="o217"><a name="217" />
    Earlier version of the search frontend - Simple search, results with files in which search found, and locations where found within files. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;217
  </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="o218"><a name="218" />
    Simple search, results with files in which search found, and text object (paragraph or endnote) where found within files. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;218
  </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.15.7" id="h1.15.7"></a>
  <p class="bold" id="o219"><a name="219" />
    1.15.7 Other forms 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;219
  </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="o220"><a name="220" />
    There are other forms as well, YAML file, <b>Ruby</b> Marshal dumps, document pre-processing (processing of documents prior to the steps described here, to produce input suitable for the program) snap in a new module as required/desired, well formed XML, no problem. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;220
  </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.16" id="h1.16"></a>
  <p class="bold" id="o221"><a name="221" />
    1.16 Concordance / Word Map or rudimentary index 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;221
  </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="o222"><a name="222" />
    Concordance /WordMaps:&nbsp;<a name="-70" href="#_70">&nbsp;<sup>70</sup>&nbsp;</a>  <b>SiSU</b> produces a rudimentary index based on the words within the text, making use of paragraph numbers to identify text locations. This is generated in html and hyper-linked but identifies these words locations in the other document formats. Though it is possible to search using a search engine, this is a means for browsing an alphabetical list of words which may suggest other useful content. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;222
  </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.17" id="h1.17"></a>
  <p class="bold" id="o223"><a name="223" />
    1.17 Managed (document) directory, database, or site structure 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;223
  </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="o224"><a name="224" />
    <b>SiSU</b> builds the web site (or more generically provides a suitable directory structure) - placing various output texts in the hierarchy of the web-site (or db), which (for directories) is a sub-directory with the name of the text file. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;224
  </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.18" id="h1.18"></a>
  <p class="bold" id="o225"><a name="225" />
    1.18 Batch processing 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;225
  </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="o226"><a name="226" />
    <b>SiSU</b> is a batch processing tool, handling and transforming multiple (or individual) documents (in many ways) with a single instruction. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;226
  </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.19" id="h1.19"></a>
  <p class="bold" id="o227"><a name="227" />
    1.19 Integration to superior Gnu/Linux and Unix tools 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;227
  </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="o228"><a name="228" />
    As should have been noted by the above description of <b>SiSU</b>, it makes use of existing programs found on <b>Gnu</b> /Linux and Unix, amongst those already mentioned include the LaTeX to pdf converters and the database PostgreSQL or SQLite. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;228
  </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.19.1" id="h1.19.1"></a>
  <p class="bold" id="o229"><a name="229" />
    1.19.1 Backup and version control 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;229
  </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="o230"><a name="230" />
    Unix provides many tools for version control. For documents Subversion, CVS and even the old RCS are useful for the per-document histories they provide. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;230
  </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="o231"><a name="231" />
    For writing code superior (more recent) version control system exist. These can also be used for documents though they tend to take stamps of changes across the repository as a whole, rather than for each individual file that is tracked, (as CVS and RCS do). My personal preference is for distributed systems such as Git, Mercurial or Darcs, of which I use Git for both code and documents. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;231
  </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="o232"><a name="232" />
    Several backup tools exist. At the base level I tend to use rdiff. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;232
  </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.19.2" id="h1.19.2"></a>
  <p class="bold" id="o233"><a name="233" />
    1.19.2 Editor support 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;233
  </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="o234"><a name="234" />
    <b>SiSU</b> documents are prepared / marked up in utf-8 text <u>you are free to use the text editor of your choice.</u> 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;234
  </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="o235"><a name="235" />
    Syntax highlighting for a number of editors are provided. Amongst them Vim, Kwrite, Kate, Gedit and diakonos. These may be found with configuration instructions at &lt;<a href="http://www.jus.uio.no/sisu/syntax_highlight" target="_top">http://www.jus.uio.no/sisu/syntax_highlight</a>&gt;. <a href="http://www.vim.org/">Vim</a> &nbsp;<a name="-71" href="#_71">&nbsp;<sup>71</sup>&nbsp;</a>  as of version 7 has built in sytax highlighting for <b>SiSU</b>. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;235
  </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.20" id="h1.20"></a>
  <p class="bold" id="o236"><a name="236" />
    1.20 Modular design, need something new add a module 
  </p>
</td>
<td width="2%" align="right" valign="top">  
  <p class="ocn">
    &nbsp;&nbsp;236
  </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="o237"><a name="237" />
    Need a new output format that does not already exist, write a new module. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;237
  </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="o238"><a name="238" />
    Prefer a new input syntax, you could write a new syntax matching the existing design, though my personal preference is some uniformity in entry appearance. If necessary has been fairly easy to extend the design parameters. It is intended to incorporate some additional basic semantic tagging, (book, article, author etc.) However, keeping the requirements for input minimal, and relatively simple has been a design goal. 
  </p>
</td>
<td width="2%" align="right" valign="top">  
    <p class="ocn">
    &nbsp;&nbsp;238
  </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> This information was first placed on the web 12 November 2002; with predating material taken from &lt;<a href="http://www.jus.uio.no/lm/lm.information/toc.html" target="_top">http://www.jus.uio.no/lm/lm.information/toc.html</a>&gt; part of a site started and developed since 1993. See document metadata section &lt;<a href="http://www.jus.uio.no/sisu/SiSU/metadata.html" target="_top">http://www.jus.uio.no/sisu/SiSU/metadata.html</a>&gt; for information on this version. Dates related to the development of <b>SiSU</b> are mostly contained within the Chronology section of this document, e.g. &lt;<a href="http://www.jus.uio.no/sisu/sisu_chronology" target="_top">http://www.jus.uio.no/sisu/sisu_chronology</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_2" href="#-2">&nbsp;<sup>2.</sup></a> also chosen for the meaning of the Finnish term "sisu". 
  </p>
</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"> 
  <p class="endnote">
    <a name="_3" href="#-3">&nbsp;<sup>3.</sup></a> objects include: headings, paragraphs, verse, tables, images, but not footnotes/endnotes which are numbered separately and tied to the object from which they are referenced. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_4" href="#-4">&nbsp;<sup>4.</sup></a> pdf via LaTeX or lout 
  </p>
</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"> 
  <p class="endnote">
    <a name="_5" href="#-5">&nbsp;<sup>5.</sup></a> currently html (two forms of html presentation one based on css the other on tables), and <i>PHP</i>; potentially structured XML 
  </p>
</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"> 
  <p class="endnote">
    <a name="_6" href="#-6">&nbsp;<sup>6.</sup></a> any SQL - currently PostgreSQL and <i>sqlite</i> (for portability, testing and development) 
  </p>
</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"> 
  <p class="endnote">
    <a name="_7" href="#-7">&nbsp;<sup>7.</sup></a> previously called "text object numbering" 
  </p>
</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"> 
  <p class="endnote">
    <a name="_8" href="#-8">&nbsp;<sup>8.</sup></a> <b>SiSU</b> Sabaki, release version. Pre-release version <b>SiSU</b> Scribe, and version prior to that <b>SiSU</b> nicknamed Scribbler. Pre-release versions go back several years. Both Scribbler and Scribe (still maintained) made system calls to <b>SiSU</b>'s various parts, instead of using libraries. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_9" href="#-9">&nbsp;<sup>9.</sup></a> A little universe it may be, but semantic you may have a hard time getting away with, given the meaning the word has taken on with markup. On a document wide basis semantic information may be provided, which can be really useful, (and meaningful, especially) if you have a large document set, and use this with rss feeds or in an sql database etc. On a markup level, I have little inclination to add semantic markup formally beyond references, title, author [Dublin Core entities? addresses?] etc. Actually this deserves a bit of thought possibly use letter tags (including letter alias/synonyms for font faces) to create a small set of default semantic tags, with the possibility for per document adjustments. Will seek to permit XML entity tagging, within <b>SiSU</b> markup and have that ignored/removed by the parts of the program that have no use for it. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_10" href="#-10">&nbsp;<sup>10.</sup></a> "Sisu refers not to the courage of optimism, but to a concept of life that says, 'I may not win, but I will gladly give my life for what I believe.'" Aini Rajanen, Of Finnish Ways, 1981, p. 10.
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://www.humanlanguages.com/finnishenglish/rlfs.htm" target="_top">http://www.humanlanguages.com/finnishenglish/rlfs.htm</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     "Every Finn has his own pet definition. To me, sisu means patience without passion. But there are many varieties of sisu. Sisu can be a sudden outburst or it can be the kind that lasts. A man can have both kinds. It is outside reason. It is something in the soul. It comes from oneself. For instance, it makes a soldier do things because he himself must, not because he has been told." Paavo Nurmi
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://personalweb.smcvt.edu/tmatikainen/finnishtraditions.htm" target="_top">http://personalweb.smcvt.edu/tmatikainen/finnishtraditions.htm</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_11" href="#-11">&nbsp;<sup>11.</sup></a> &lt;<a href="http://www.perl.org/" target="_top">http://www.perl.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_12" href="#-12">&nbsp;<sup>12.</sup></a> &lt;<a href="http://www.ruby-lang.org/en/" target="_top">http://www.ruby-lang.org/en/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_13" href="#-13">&nbsp;<sup>13.</sup></a> &lt;<a href="http://www.debian.org/" target="_top">http://www.debian.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_14" href="#-14">&nbsp;<sup>14.</sup></a> where explicit structure is provided through the use of tagging headings, it could be reduced (still) further, for example by reducing the number of characters used to identify heading levels; but in many cases even that information is not required as regular expressions can be used to extract the implicit structure. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_15" href="#-15">&nbsp;<sup>15.</sup></a> This proved to be the easiest way to develop syntax, changes could be made, or alternatives provided for the markup syntax whilst the intermediate markup syntax was largely held constant. There is actually an optional second intermediate markup format in YAML &lt;<a href="http://www.yaml.org/" target="_top">http://www.yaml.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_16" href="#-16">&nbsp;<sup>16.</sup></a> objects include: headings, paragraphs, verse, tables, images, but not footnotes/endnotes which are numbered separately and tied to the object from which they are referenced. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_17" href="#-17">&nbsp;<sup>17.</sup></a> where explicit structure is provided through the use of tagging headings, it could be reduced (still) further, for example by reducing the number of characters used to identify heading levels; but in many cases even that information is not required as regular expressions can be used to extract the implicit structure. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_18" href="#-18">&nbsp;<sup>18.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst" target="_top">http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst</a>&gt; output provided as example in the next section 
  </p>
</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"> 
  <p class="endnote">
    <a name="_19" href="#-19">&nbsp;<sup>19.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html" target="_top">http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html</a>&gt; as it would appear with syntax highlighting (by vim) 
  </p>
</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"> 
  <p class="endnote">
    <a name="_20" href="#-20">&nbsp;<sup>20.</sup></a> seems there are several "smart ASCIIs" available, primarily for ascii to html conversion, that make this, and reasonable looking ascii their goal
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://webseitz.fluxent.com/wiki/SmartAscii" target="_top">http://webseitz.fluxent.com/wiki/SmartAscii</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://daringfireball.net/projects/markdown/" target="_top">http://daringfireball.net/projects/markdown/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://www.textism.com/tools/textile/" target="_top">http://www.textism.com/tools/textile/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_21" href="#-21">&nbsp;<sup>21.</sup></a> These include richly laid out and linked html (table or css variants), <i>PHP</i>, LaTeX (from which pdf portrait and landscape documents are produced), texinfo (for info files etc.), and PostgreSQL and/or SQLite. And the opportunity to fairly easily build additional modules, such as XML. See the examples provided in this document. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_22" href="#-22">&nbsp;<sup>22.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst" target="_top">http://www.jus.uio.no/sisu/sample/markup/un_contracts_international_sale_of_goods_convention_1980.sst</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_23" href="#-23">&nbsp;<sup>23.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html" target="_top">http://www.jus.uio.no/sisu/sample/syntax/un_contracts_international_sale_of_goods_convention_1980.sst.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_24" href="#-24">&nbsp;<sup>24.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/toc.html" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/toc.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_25" href="#-25">&nbsp;<sup>25.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/doc.html" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/doc.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_26" href="#-26">&nbsp;<sup>26.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/landscape.pdf" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/landscape.pdf</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_27" href="#-27">&nbsp;<sup>27.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/portrait.pdf" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/portrait.pdf</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_28" href="#-28">&nbsp;<sup>28.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/plain.txt" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/plain.txt</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_29" href="#-29">&nbsp;<sup>29.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/sax.xml" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/sax.xml</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_30" href="#-30">&nbsp;<sup>30.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/dom.xml" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/dom.xml</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_31" href="#-31">&nbsp;<sup>31.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/concordance.html" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980/concordance.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_32" href="#-32">&nbsp;<sup>32.</sup></a> discontinued for the time being 
  </p>
</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"> 
  <p class="endnote">
    <a name="_33" href="#-33">&nbsp;<sup>33.</sup></a> <b>SiSU</b> markup syntax, an incomplete summary: &lt;<a href="http://www.jus.uio.no/sisu/sisu_markup_table/doc.html#h200306" target="_top">http://www.jus.uio.no/sisu/sisu_markup_table/doc.html#h200306</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     Visual check of elementary font face modifiers: <b>bold</b> <b>bold</b> <em>emphasis</em> <i>italics</i> <u>underscore</u> <del>strikethrough</del> <sup>superscript</sup> <sub>subscript</sub> 
  </p>
</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"> 
  <p class="endnote">
    <a name="_34" href="#-34">&nbsp;<sup>34.</sup></a> the program that generates the documents 
  </p>
</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"> 
  <p class="endnote">
    <a name="_35" href="#-35">&nbsp;<sup>35.</sup></a> &lt;<a href="http://www.jus.uio.no/sisu/SiSU/1.html#search" target="_top">http://www.jus.uio.no/sisu/SiSU/1.html#search</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_36" href="#-36">&nbsp;<sup>36.</sup></a> &lt;<a href="http://dublincore.org/" target="_top">http://dublincore.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_37" href="#-37">&nbsp;<sup>37.</sup></a> &lt;<a href="http://www.w3.org/RDF/" target="_top">http://www.w3.org/RDF/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_38" href="#-38">&nbsp;<sup>38.</sup></a> The previous way was directory associations for file output were set up in the configuration file. The present system is a more natural way to work requireing less configuration. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_39" href="#-39">&nbsp;<sup>39.</sup></a> from a version control system such as CVS 
  </p>
</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"> 
  <p class="endnote">
    <a name="_40" href="#-40">&nbsp;<sup>40.</sup></a> The version control system must be run, so the version number is obtained, prior to the <b>SiSU</b> document generation, and subsequent posting of the document. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_41" href="#-41">&nbsp;<sup>41.</sup></a> e.g. LaTeX (professional document typesetting, easy conversion to pdf or Postscript), XML (in this case, structural representation), SQL (e.g. document set searches; representation of the constituent parts of documents based on their structure, headings, chapters, paragraphs as desired; control of use) 
  </p>
</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"> 
  <p class="endnote">
    <a name="_42" href="#-42">&nbsp;<sup>42.</sup></a> CISG &lt;<a href="http://www.jus.uio.no/lm/un_contracts_international_sale_of_goods_convention_1980/doc" target="_top">http://www.jus.uio.no/lm/un_contracts_international_sale_of_goods_convention_1980/doc</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     The Unidroit Contract Principles &lt;<a href="http://www.jus.uio.no/lm/unidroit.contract.principles.1994/doc" target="_top">http://www.jus.uio.no/lm/unidroit.contract.principles.1994/doc</a>&gt; or 
  </p>
</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"> 
  <p class="endnote">
     The Autonomous Contract &lt;<a href="http://www.jus.uio.no/lm/autonomous.contract.2000.amissah/doc" target="_top">http://www.jus.uio.no/lm/autonomous.contract.2000.amissah/doc</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_43" href="#-43">&nbsp;<sup>43.</sup></a> Scrolling is not however necessarily confined to full length documents as you will have to scroll to get to the bottom of any long segment (eg. chapter) of a segmented text. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_44" href="#-44">&nbsp;<sup>44.</sup></a> CISG &lt;<a href="http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980" target="_top">http://www.jus.uio.no/sisu/un_contracts_international_sale_of_goods_convention_1980</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     The Unidroit Principles &lt;<a href="http://www.jus.uio.no/lm/unidroit.contract.principles.1994" target="_top">http://www.jus.uio.no/lm/unidroit.contract.principles.1994</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     The Autonomous Contract &lt;<a href="http://www.jus.uio.no/sisu/the.autonomous.contract.2000.amissah" target="_top">http://www.jus.uio.no/sisu/the.autonomous.contract.2000.amissah</a>&gt; or 
  </p>
</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"> 
  <p class="endnote">
     WTA 1994 &lt;<a href="http://www.jus.uio.no/lm/wta.1994" target="_top">http://www.jus.uio.no/lm/wta.1994</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_45" href="#-45">&nbsp;<sup>45.</sup></a> formatting possibility still exists in code tree but maintenance has been largely discontinuted. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_46" href="#-46">&nbsp;<sup>46.</sup></a> &lt;<a href="http://www.mozilla.org/products/firefox/" target="_top">http://www.mozilla.org/products/firefox/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_47" href="#-47">&nbsp;<sup>47.</sup></a> &lt;<a href="http://kazehakase.sourceforge.jp/" target="_top">http://kazehakase.sourceforge.jp/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_48" href="#-48">&nbsp;<sup>48.</sup></a> &lt;<a href="http://www.konqueror.org/" target="_top">http://www.konqueror.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_49" href="#-49">&nbsp;<sup>49.</sup></a> &lt;<a href="http://www.mozilla.org/" target="_top">http://www.mozilla.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_50" href="#-50">&nbsp;<sup>50.</sup></a> &lt;<a href="http://www.microsoft.com/windows/ie/default.asp" target="_top">http://www.microsoft.com/windows/ie/default.asp</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_51" href="#-51">&nbsp;<sup>51.</sup></a> &lt;<a href="http://home.netscape.com/comprod/mirror/client_download.html" target="_top">http://home.netscape.com/comprod/mirror/client_download.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_52" href="#-52">&nbsp;<sup>52.</sup></a> &lt;<a href="http://www.opera.com/" target="_top">http://www.opera.com/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_53" href="#-53">&nbsp;<sup>53.</sup></a> &lt;<a href="http://www.dillo.org/" target="_top">http://www.dillo.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_54" href="#-54">&nbsp;<sup>54.</sup></a> &lt;<a href="http://www.gnome.org/projects/epiphany/" target="_top">http://www.gnome.org/projects/epiphany/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_55" href="#-55">&nbsp;<sup>55.</sup></a> &lt;<a href="http://galeon.sourceforge.net/" target="_top">http://galeon.sourceforge.net/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_56" href="#-56">&nbsp;<sup>56.</sup></a> &lt;<a href="http://elinks.or.cz/" target="_top">http://elinks.or.cz/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_57" href="#-57">&nbsp;<sup>57.</sup></a> &lt;<a href="http://links.twibright.com/" target="_top">http://links.twibright.com/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_58" href="#-58">&nbsp;<sup>58.</sup></a> &lt;<a href="http://w3m.sourceforge.net/" target="_top">http://w3m.sourceforge.net/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_59" href="#-59">&nbsp;<sup>59.</sup></a> LaTeX and pdf features introduced 18<sup>th</sup> June 2001, Landscape and portrait pdfs introduced 7<sup>th</sup> October 2001., Lout is a more recent addition 22<sup>th</sup> April 2003 
  </p>
</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"> 
  <p class="endnote">
    <a name="_60" href="#-60">&nbsp;<sup>60.</sup></a> &lt;<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_top">http://www.adobe.com/products/acrobat/readstep2.html</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_61" href="#-61">&nbsp;<sup>61.</sup></a> &lt;<a href="http://www.gnome.org/projects/evince/" target="_top">http://www.gnome.org/projects/evince/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_62" href="#-62">&nbsp;<sup>62.</sup></a> &lt;<a href="http://www.foolabs.com/xpdf/" target="_top">http://www.foolabs.com/xpdf/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_63" href="#-63">&nbsp;<sup>63.</sup></a> &lt;<a href="http://www.postgresql.org/" target="_top">http://www.postgresql.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://advocacy.postgresql.org/" target="_top">http://advocacy.postgresql.org/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://en.wikipedia.org/wiki/Postgresql" target="_top">http://en.wikipedia.org/wiki/Postgresql</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_64" href="#-64">&nbsp;<sup>64.</sup></a> &lt;<a href="http://www.hwaci.com/sw/sqlite/" target="_top">http://www.hwaci.com/sw/sqlite/</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
     &lt;<a href="http://en.wikipedia.org/wiki/Sqlite" target="_top">http://en.wikipedia.org/wiki/Sqlite</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_65" href="#-65">&nbsp;<sup>65.</sup></a> Relational database features retaining document structure and citation introduced 15<sup>th</sup> July 2002 
  </p>
</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"> 
  <p class="endnote">
    <a name="_66" href="#-66">&nbsp;<sup>66.</sup></a> &lt;<a href="http://search.sisudoc.org" target="_top">http://search.sisudoc.org</a>&gt; 
  </p>
</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"> 
  <p class="endnote">
    <a name="_67" href="#-67">&nbsp;<sup>67.</sup></a> (which could be extended further with current back-end). As regards scaling of the database, it is as scalable as the database (here Postgresql) and hardware allow. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_68" href="#-68">&nbsp;<sup>68.</sup></a> of this feature when demonstrated to an IBM software innovations evaluator in 2004 he said to paraphrase: this could be of interest to us. We have large document management systems, you can search hundreds of thousands of documents and we can tell you which documents meet your search criteria, but there is no way we can tell you without opening each document where within each your matches are found. 
  </p>
</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"> 
  <p class="endnote">
    <a name="_69" href="#-69">&nbsp;<sup>69.</sup></a> OCN are provided for HTML, XML, pdf ... though currently omitted in plain-text and opendocument format output 
  </p>
</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"> 
  <p class="endnote">
    <a name="_70" href="#-70">&nbsp;<sup>70.</sup></a> Concordance/ WordMaps introduced 15<sup>th</sup> August 2002 
  </p>
</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"> 
  <p class="endnote">
    <a name="_71" href="#-71">&nbsp;<sup>71.</sup></a> &lt;<a href="http://www.vim.org/" target="_top">http://www.vim.org/</a>&gt; 
  </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_description" />
</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>