diff options
Diffstat (limited to 'data/doc/manuals_generated/sisu_manual/sisu_search/sax.xml')
-rw-r--r-- | data/doc/manuals_generated/sisu_manual/sisu_search/sax.xml | 918 |
1 files changed, 0 insertions, 918 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/sisu_search/sax.xml b/data/doc/manuals_generated/sisu_manual/sisu_search/sax.xml deleted file mode 100644 index 4b75e8d7..00000000 --- a/data/doc/manuals_generated/sisu_manual/sisu_search/sax.xml +++ /dev/null @@ -1,918 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<?xml-stylesheet type="text/css" href="../_sisu/css/sax.css"?> -<!-- Document processing information: - * Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25) - * Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] - * - * Last Generated on: Tue Sep 25 02:54:30 +0100 2007 - * SiSU http://www.jus.uio.no/sisu ---> - -<document> -<head> - <meta>Title:</meta> - <title class="dc"> - SiSU - Search - </title> - <br /> - <meta>Creator:</meta> - <creator class="dc"> - Ralph Amissah - </creator> - <br /> - <meta>Rights:</meta> - <rights class="dc"> - Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 - </rights> - <br /> - <meta>Type:</meta> - <type class="dc"> - information - </type> - <br /> - <meta>Subject:</meta> - <subject class="dc"> - ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search - </subject> - <br /> - <meta>Date created:</meta> - <date_created class="extra"> - 2002-08-28 - </date_created> - <br /> - <meta>Date issued:</meta> - <date_issued class="extra"> - 2002-08-28 - </date_issued> - <br /> - <meta>Date available:</meta> - <date_available class="extra"> - 2002-08-28 - </date_available> - <br /> - <meta>Date modified:</meta> - <date_modified class="extra"> - 2007-09-16 - </date_modified> - <br /> - <meta>Date:</meta> - <date class="dc"> - 2007-09-16 - </date> - <br /> -</head> -<body> -<object id="1"> - <ocn>1</ocn> - <text class="h1"> - SiSU - Search,<br /> Ralph Amissah - </text> -</object> -<object id="2"> - <ocn>2</ocn> - <text class="h2"> - SiSU Search - </text> -</object> -<object id="3"> - <ocn>3</ocn> - <text class="h4"> - 1. SiSU Search - Introduction - </text> -</object> -<object id="4"> - <ocn>4</ocn> - <text class="norm"> - <b>SiSU</b> output can easily and conveniently be indexed by a number -of standalone indexing tools, such as Lucene, Hyperestraier. - </text> -</object> -<object id="5"> - <ocn>5</ocn> - <text class="norm"> - Because the document structure of sites created is clearly defined, and -the text object citation system is available hypothetically at least, -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. - </text> -</object> -<object id="6"> - <ocn>6</ocn> - <text class="norm"> - In addition to this <b>SiSU</b> has the ability to populate a -relational sql type database with documents at an object level, with -objects numbers that are shared across different output types, which -make them searchable with that degree of granularity. Basically, your -match criteria is met by these documents and at these locations within -each document, which can be viewed within the database directly or in -various output formats. - </text> -</object> -<object id="7"> - <ocn>7</ocn> - <text class="h4"> - 2. SQL - </text> -</object> -<object id="8"> - <ocn>8</ocn> - <text class="h5"> - 2.1 populating SQL type databases - </text> -</object> -<object id="9"> - <ocn>9</ocn> - <text class="norm"> - <b>SiSU</b> feeds sisu markupd documents into sql type databases -PostgreSQL<en>1</en> and/or SQLite<en>2</en> database together with -information related to document structure. - </text> - <endnote notenumber="1"> - <number>1</number> - <note> - <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://www.postgresql.org/">http://www.postgresql.org/</link>> -<br /> <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://advocacy.postgresql.org/">http://advocacy.postgresql.org/</link>> -<br /> <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://en.wikipedia.org/wiki/Postgresql">http://en.wikipedia.org/wiki/Postgresql</link>> - </note> - </endnote> - <endnote notenumber="2"> - <number>2</number> - <note> - <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://www.hwaci.com/sw/sqlite/">http://www.hwaci.com/sw/sqlite/</link>> -<br /> <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://en.wikipedia.org/wiki/Sqlite">http://en.wikipedia.org/wiki/Sqlite</link>> - </note> - </endnote> -</object> -<object id="10"> - <ocn>10</ocn> - <text class="norm"> - This is one of the more interesting output forms, as all the structural -data of 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 tables: - </text> -</object> -<object id="11"> - <ocn>11</ocn> - <text class="indent_bullet1"> - one containing semantic (and other) headers, including, title, -author, subject, (the Dublin Core...); - </text> -</object> -<object id="12"> - <ocn>12</ocn> - <text class="indent_bullet1"> - 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 - </text> -</object> -<object id="13"> - <ocn>13</ocn> - <text class="indent_bullet1"> - a third containing endnotes cross-referenced back to the -paragraph from which they are referenced (both in formatted and clean -text versions for searching). - </text> -</object> -<object id="14"> - <ocn>14</ocn> - <text class="indent_bullet1"> - 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. - </text> -</object> -<object id="15"> - <ocn>15</ocn> - <text class="norm"> - There is of course the possibility to add further structures. - </text> -</object> -<object id="16"> - <ocn>16</ocn> - <text class="norm"> - At this level <b>SiSU</b> loads a relational database with documents -chunked into objects, their smallest logical structurally constituent -parts, as text objects, with their object citation number and all other -structural information needed to construct the 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. - </text> -</object> -<object id="17"> - <ocn>17</ocn> - <text class="norm"> - Being able to search a relational database at an object level with the -<b>SiSU</b> citation system is an effective way of locating content -generated by <b>SiSU</b>. 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). - </text> -</object> -<object id="18"> - <ocn>18</ocn> - <text class="h4"> - 3. Postgresql - </text> -</object> -<object id="19"> - <ocn>19</ocn> - <text class="h5"> - 3.1 Name - </text> -</object> -<object id="20"> - <ocn>20</ocn> - <text class="norm"> - <b>SiSU</b> - Structured information, Serialized Units - a document -publishing system, postgresql dependency package - </text> -</object> -<object id="21"> - <ocn>21</ocn> - <text class="h5"> - 3.2 Description - </text> -</object> -<object id="22"> - <ocn>22</ocn> - <text class="norm"> - Information related to using postgresql with sisu (and related to the -sisu_postgresql dependency package, which is a dummy package to install -dependencies needed for <b>SiSU</b> to populate a postgresql database, -this being part of <b>SiSU</b> - man sisu). - </text> -</object> -<object id="23"> - <ocn>23</ocn> - <text class="h5"> - 3.3 Synopsis - </text> -</object> -<object id="24"> - <ocn>24</ocn> - <text class="indent1"> - sisu -D [instruction] [filename/wildcard if required] - </text> -</object> -<object id="25"> - <ocn>25</ocn> - <text class="indent1"> - sisu -D --pg --[instruction] [filename/wildcard if required] - </text> -</object> -<object id="26"> - <ocn>26</ocn> - <text class="h5"> - 3.4 Commands - </text> -</object> -<object id="27"> - <ocn>27</ocn> - <text class="norm"> - Mappings to two databases are provided by default, postgresql and -sqlite, the same commands are used within sisu to construct and -populate databases however -d (lowercase) denotes sqlite and -D -(uppercase) denotes postgresql, alternatively --sqlite or --pgsql may -be used - </text> -</object> -<object id="28"> - <ocn>28</ocn> - <text class="norm"> - <b>-D or --pgsql</b> may be used interchangeably. - </text> -</object> -<object id="29"> - <ocn>29</ocn> - <text class="h6"> - 3.4.1 create and destroy database - </text> -</object> -<object id="30"> - <ocn>30</ocn> - <text class="norm"> - <b>--pgsql --createall</b><br /> initial step, creates required -relations (tables, indexes) in existing (postgresql) database (a -database should be created manually and given the same name as working -directory, as requested) (rb.dbi) - </text> -</object> -<object id="31"> - <ocn>31</ocn> - <text class="norm"> - <b>sisu -D --createdb</b><br /> creates database where no database -existed before - </text> -</object> -<object id="32"> - <ocn>32</ocn> - <text class="norm"> - <b>sisu -D --create</b><br /> creates database tables where no database -tables existed before - </text> -</object> -<object id="33"> - <ocn>33</ocn> - <text class="norm"> - <b>sisu -D --Dropall</b><br /> destroys database (including all its -content)! kills data and drops tables, indexes and database associated -with a given directory (and directories of the same name). - </text> -</object> -<object id="34"> - <ocn>34</ocn> - <text class="norm"> - <b>sisu -D --recreate</b><br /> destroys existing database and builds a -new empty database structure - </text> -</object> -<object id="35"> - <ocn>35</ocn> - <text class="h6"> - 3.4.2 import and remove documents - </text> -</object> -<object id="36"> - <ocn>36</ocn> - <text class="norm"> - <b>sisu -D --import -v [filename/wildcard]</b><br /> populates database -with the contents of the file. Imports documents(s) specified to a -postgresql database (at an object level). - </text> -</object> -<object id="37"> - <ocn>37</ocn> - <text class="norm"> - <b>sisu -D --update -v [filename/wildcard]</b><br /> updates file -contents in database - </text> -</object> -<object id="38"> - <ocn>38</ocn> - <text class="norm"> - <b>sisu -D --remove -v [filename/wildcard]</b><br /> removes specified -document from postgresql database. - </text> -</object> -<object id="39"> - <ocn>39</ocn> - <text class="h4"> - 4. Sqlite - </text> -</object> -<object id="40"> - <ocn>40</ocn> - <text class="h5"> - 4.1 Name - </text> -</object> -<object id="41"> - <ocn>41</ocn> - <text class="norm"> - <b>SiSU</b> - Structured information, Serialized Units - a document -publishing system. - </text> -</object> -<object id="42"> - <ocn>42</ocn> - <text class="h5"> - 4.2 Description - </text> -</object> -<object id="43"> - <ocn>43</ocn> - <text class="norm"> - Information related to using sqlite with sisu (and related to the -sisu_sqlite dependency package, which is a dummy package to install -dependencies needed for <b>SiSU</b> to populate an sqlite database, -this being part of <b>SiSU</b> - man sisu). - </text> -</object> -<object id="44"> - <ocn>44</ocn> - <text class="h5"> - 4.3 Synopsis - </text> -</object> -<object id="45"> - <ocn>45</ocn> - <text class="indent1"> - sisu -d [instruction] [filename/wildcard if required] - </text> -</object> -<object id="46"> - <ocn>46</ocn> - <text class="indent1"> - sisu -d --(sqlite|pg) --[instruction] [filename/wildcard if -required] - </text> -</object> -<object id="47"> - <ocn>47</ocn> - <text class="h5"> - 4.4 Commands - </text> -</object> -<object id="48"> - <ocn>48</ocn> - <text class="norm"> - Mappings to two databases are provided by default, postgresql and -sqlite, the same commands are used within sisu to construct and -populate databases however -d (lowercase) denotes sqlite and -D -(uppercase) denotes postgresql, alternatively --sqlite or --pgsql may -be used - </text> -</object> -<object id="49"> - <ocn>49</ocn> - <text class="norm"> - <b>-d or --sqlite</b> may be used interchangeably. - </text> -</object> -<object id="50"> - <ocn>50</ocn> - <text class="h6"> - 4.4.1 create and destroy database - </text> -</object> -<object id="51"> - <ocn>51</ocn> - <text class="norm"> - <b>--sqlite --createall</b><br /> initial step, creates required -relations (tables, indexes) in existing (sqlite) database (a database -should be created manually and given the same name as working -directory, as requested) (rb.dbi) - </text> -</object> -<object id="52"> - <ocn>52</ocn> - <text class="norm"> - <b>sisu -d --createdb</b><br /> creates database where no database -existed before - </text> -</object> -<object id="53"> - <ocn>53</ocn> - <text class="norm"> - <b>sisu -d --create</b><br /> creates database tables where no database -tables existed before - </text> -</object> -<object id="54"> - <ocn>54</ocn> - <text class="norm"> - <b>sisu -d --dropall</b><br /> destroys database (including all its -content)! kills data and drops tables, indexes and database associated -with a given directory (and directories of the same name). - </text> -</object> -<object id="55"> - <ocn>55</ocn> - <text class="norm"> - <b>sisu -d --recreate</b><br /> destroys existing database and builds a -new empty database structure - </text> -</object> -<object id="56"> - <ocn>56</ocn> - <text class="h6"> - 4.4.2 import and remove documents - </text> -</object> -<object id="57"> - <ocn>57</ocn> - <text class="norm"> - <b>sisu -d --import -v [filename/wildcard]</b><br /> populates database -with the contents of the file. Imports documents(s) specified to an -sqlite database (at an object level). - </text> -</object> -<object id="58"> - <ocn>58</ocn> - <text class="norm"> - <b>sisu -d --update -v [filename/wildcard]</b><br /> updates file -contents in database - </text> -</object> -<object id="59"> - <ocn>59</ocn> - <text class="norm"> - <b>sisu -d --remove -v [filename/wildcard]</b><br /> removes specified -document from sqlite database. - </text> -</object> -<object id="60"> - <ocn>60</ocn> - <text class="h4"> - 5. Introduction - </text> -</object> -<object id="61"> - <ocn>61</ocn> - <text class="h5"> - 5.1 Search - database frontend sample, utilising database and SiSU -features, including object citation numbering (backend currently -PostgreSQL) - </text> -</object> -<object id="62"> - <ocn>62</ocn> - <text class="norm"> - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" -xlink:href="http://search.sisudoc.org"> Sample search frontend </link> -<en>3</en> 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.<en>4</en> - </text> - <endnote notenumber="3"> - <number>3</number> - <note> - <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://search.sisudoc.org">http://search.sisudoc.org</link>> - </note> - </endnote> - <endnote notenumber="4"> - <number>4</number> - <note> - (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. - </note> - </endnote> -</object> -<object id="63"> - <ocn>63</ocn> - <text class="norm"> - <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. - </text> -</object> -<object id="64"> - <ocn>64</ocn> - <text class="norm"> - 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.<en>5</en> - </text> - <endnote notenumber="5"> - <number>5</number> - <note> - 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. - </note> - </endnote> -</object> -<object id="65"> - <ocn>65</ocn> - <text class="norm"> - <b>sisu -F --webserv-webrick</b><br /> builds a cgi web search frontend -for the database created - </text> -</object> -<object id="66"> - <ocn>66</ocn> - <text class="norm"> - The following is feedback on the setup on a machine provided by the -help command: - </text> -</object> -<object id="67"> - <ocn>67</ocn> - <text class="indent1"> - sisu --help sql - </text> -</object> -<object id="68"> - <ocn>68</ocn> - <text class="code"> -    Postgresql<br />   user: ralph<br />   current db set: SiSU_sisu<br />   port: 5432<br />   dbi connect: DBI:Pg:database=SiSU_sisu;port=5432<br /><br />   sqlite<br />   current db set: /home/ralph/sisu_www/sisu/sisu_sqlite.db<br />   dbi connect DBI:SQLite:/home/ralph/sisu_www/sisu/sisu_sqlite.db     - </text> -</object> -<object id="69"> - <ocn>69</ocn> - <text class="norm"> - Note on databases built - </text> -</object> -<object id="70"> - <ocn>70</ocn> - <text class="norm"> - By default, [unless otherwise specified] databases are built on a -directory basis, from collections of documents within that directory. -The name of the directory you choose to work from is used as the -database name, i.e. if you are working in a directory called -/home/ralph/ebook the database SiSU_ebook is used. [otherwise a manual -mapping for the collection is necessary] - </text> -</object> -<object id="71"> - <ocn>71</ocn> - <text class="h5"> - 5.2 Search Form - </text> -</object> -<object id="72"> - <ocn>72</ocn> - <text class="norm"> - <b>sisu -F</b><br /> generates a sample search form, which must be -copied to the web-server cgi directory - </text> -</object> -<object id="73"> - <ocn>73</ocn> - <text class="norm"> - <b>sisu -F --webserv-webrick</b><br /> generates a sample search form -for use with the webrick server, which must be copied to the web-server -cgi directory - </text> -</object> -<object id="74"> - <ocn>74</ocn> - <text class="norm"> - <b>sisu -Fv</b><br /> as above, and provides some information on -setting up hyperestraier - </text> -</object> -<object id="75"> - <ocn>75</ocn> - <text class="norm"> - <b>sisu -W</b><br /> starts the webrick server which should be -available wherever sisu is properly installed - </text> -</object> -<object id="76"> - <ocn>76</ocn> - <text class="norm"> - The generated search form must be copied manually to the webserver -directory as instructed - </text> -</object> -<object id="77"> - <ocn>77</ocn> - <text class="h4"> - 6. Hyperestraier - </text> -</object> -<object id="78"> - <ocn>78</ocn> - <text class="norm"> - See the documentation for hyperestraier: - </text> -</object> -<object id="79"> - <ocn>79</ocn> - <text class="indent1"> - <<link xmlns:xlink="http://www.w3.org/1999/xlink" -xlink:type="simple" -xlink:href="http://hyperestraier.sourceforge.net/">http://hyperestraier.sourceforge.net/</link>> - </text> -</object> -<object id="80"> - <ocn>80</ocn> - <text class="indent1"> - /usr/share/doc/hyperestraier/index.html - </text> -</object> -<object id="81"> - <ocn>81</ocn> - <text class="indent1"> - man estcmd - </text> -</object> -<object id="82"> - <ocn>82</ocn> - <text class="norm"> - on sisu_hyperestraier: - </text> -</object> -<object id="83"> - <ocn>83</ocn> - <text class="indent1"> - man sisu_hyperestraier - </text> -</object> -<object id="84"> - <ocn>84</ocn> - <text class="indent1"> - /usr/share/doc/sisu/sisu_markup/sisu_hyperestraier/index.html - </text> -</object> -<object id="85"> - <ocn>85</ocn> - <text class="norm"> - NOTE: the examples that follow assume that sisu output is placed in the -directory /home/ralph/sisu_www - </text> -</object> -<object id="86"> - <ocn>86</ocn> - <text class="norm"> - (A) to generate the index within the webserver directory to be indexed: - </text> -</object> -<object id="87"> - <ocn>87</ocn> - <text class="indent1"> - estcmd gather -sd [index name] [directory path to index] - </text> -</object> -<object id="88"> - <ocn>88</ocn> - <text class="norm"> - the following are examples that will need to be tailored according to -your needs: - </text> -</object> -<object id="89"> - <ocn>89</ocn> - <text class="indent1"> - cd /home/ralph/sisu_www - </text> -</object> -<object id="90"> - <ocn>90</ocn> - <text class="indent1"> - estcmd gather -sd casket /home/ralph/sisu_www - </text> -</object> -<object id="91"> - <ocn>91</ocn> - <text class="norm"> - you may use the 'find' command together with 'egrep' to limit indexing -to particular document collection directories within the web server -directory: - </text> -</object> -<object id="92"> - <ocn>92</ocn> - <text class="indent1"> - find /home/ralph/sisu_www -type f | egrep -'/home/ralph/sisu_www/sisu/.+?.html$' |estcmd gather -sd casket - - </text> -</object> -<object id="93"> - <ocn>93</ocn> - <text class="norm"> - Check which directories in the webserver/output directory -(~/sisu_www or elsewhere depending on configuration) you wish to -include in the search index. - </text> -</object> -<object id="94"> - <ocn>94</ocn> - <text class="norm"> - As sisu duplicates output in multiple file formats, it it is probably -preferable to limit the estraier index to html output, and as it may -also be desirable to exclude files 'plain.txt', 'toc.html' and -'concordance.html', as these duplicate information held in other html -output e.g. - </text> -</object> -<object id="95"> - <ocn>95</ocn> - <text class="indent1"> - find /home/ralph/sisu_www -type f | egrep -'/sisu_www/(sisu|bookmarks)/.+?.html$' | egrep -v -'(doc|concordance).html$' |estcmd gather -sd casket - - </text> -</object> -<object id="96"> - <ocn>96</ocn> - <text class="norm"> - from your current document preparation/markup directory, you would -construct a rune along the following lines: - </text> -</object> -<object id="97"> - <ocn>97</ocn> - <text class="indent1"> - find /home/ralph/sisu_www -type f | egrep -'/home/ralph/sisu_www/([specify first directory for inclusion]|[specify -second directory for inclusion]|[another directory for inclusion? -...])/.+?.html$' | egrep -v '(doc|concordance).html$' |estcmd gather --sd /home/ralph/sisu_www/casket - - </text> -</object> -<object id="98"> - <ocn>98</ocn> - <text class="norm"> - (B) to set up the search form - </text> -</object> -<object id="99"> - <ocn>99</ocn> - <text class="norm"> - (i) copy estseek.cgi to your cgi directory and set file permissions to -755: - </text> -</object> -<object id="100"> - <ocn>100</ocn> - <text class="indent1"> - sudo cp -vi /usr/lib/estraier/estseek.cgi /usr/lib/cgi-bin - </text> -</object> -<object id="101"> - <ocn>101</ocn> - <text class="indent1"> - sudo chmod -v 755 /usr/lib/cgi-bin/estseek.cgi - </text> -</object> -<object id="102"> - <ocn>102</ocn> - <text class="indent1"> - sudo cp -v /usr/share/hyperestraier/estseek.* /usr/lib/cgi-bin - </text> -</object> -<object id="103"> - <ocn>103</ocn> - <text class="indent1"> - [see estraier documentation for paths] - </text> -</object> -<object id="104"> - <ocn>104</ocn> - <text class="norm"> - (ii) edit estseek.conf, with attention to the lines starting -'indexname:' and 'replace:': - </text> -</object> -<object id="105"> - <ocn>105</ocn> - <text class="indent1"> - indexname: /home/ralph/sisu_www/casket - </text> -</object> -<object id="106"> - <ocn>106</ocn> - <text class="indent1"> - replace: ^file:///home/ralph/sisu_www{{!}}http://localhost - </text> -</object> -<object id="107"> - <ocn>107</ocn> - <text class="indent1"> - replace: /index.html?${{!}}/ - </text> -</object> -<object id="108"> - <ocn>108</ocn> - <text class="norm"> - (C) to test using webrick, start webrick: - </text> -</object> -<object id="109"> - <ocn>109</ocn> - <text class="indent1"> - sisu -W - </text> -</object> -<object id="110"> - <ocn>110</ocn> - <text class="norm"> - and try open the url: <<link -xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" -xlink:href="http://localhost:8081/cgi-bin/estseek.cgi">http://localhost:8081/cgi-bin/estseek.cgi</link>> - </text> -</object> -<object id="0"> - <ocn>0</ocn> - <text class="h4"> - Endnotes - </text> -</object> -</body> -</document> |