<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">XML Resources</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2010-07-09" who="#RvdB">release</change>    
      <change when="2006-08-29" who="#RvdB">conversion of initial content to TEI-lite</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="software" type="tools">
    <body>
            <div xml:id="Publication">
        <head>XML Publication Systems</head>
        <div xml:id="Anastasia">
          <head>Anastasia</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Anastasia (Analytic System Tools and SGML/XML integration applications) is a publication system that allows you to script the process of translating XML/SGML documents into presentable output. Though the vendor states the tool can <q>...create output in any format</q>, specific versions of Anastasia allow for CD-ROM and Web publication.</p>
              <p>Developers control the output of the source XML/SGML files by creating <soCalled>style files</soCalled>. These files are developed using Tcl, and therefore include logical branching and looping capabilities as per the Tcl language. Anastasia can handle documents greater than 2GB in size, and can additionally examine documents not only as a series of hierarchical elements, but also as an informational stream - functionality that allows Anastasia to extract data from documents in <soCalled>chunks</soCalled>, beginning and ending at any arbitrary point within the document itself.</p>
              <p>Specifically optimized for HTML output to Web sites, the Web version of Anastasia is also HTTP protocol aware, allowing for the use of forms using <soCalled>GET</soCalled> and <soCalled>POST</soCalled>, for example, and also allowing for the identification of host or user information that can be used to personalize the resulting output for specific users.</p>
              <p>Both Web and CD-ROM output can be generated by Anastasia from a single set of scripts, and both the Web and CD-ROM versions include a built-in XML/SGML search engine.</p>
              <p>Anastasia is a SGML/XML publication tool which allows the processing and searching of large documents using tcl scripting.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://sourceforge.net/projects/anastasia"/>
                        </item>
          </list>
        </div>
        <div xml:id="Cocoon">
          <head>Apache Cocoon</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Cocoon implements these concepts around the notion of <soCalled>component pipelines</soCalled>, each component on the pipeline specializing on a particular operation. This makes it possible to use a <soCalled>building block</soCalled> approach for web solutions, hooking together components into pipelines without any required programming.</p>
            </item>
            <label>Documentation</label>
            <item>
              <p>Documentation can be found at the homepage, and is offered as a separate download package at <ptr target="http://www.apache.org/dist/cocoon/cocoon-2.1.10-docs.zip"/>.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://cocoon.apache.org/"/>
                        </item>
          </list>
        </div>
        <div xml:id="eXist">
          <head>eXist Native XML Database</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>The eXist native XML database features efficient, index-based XQuery processing, extensions for fulltext search, XUpdate support, and tight integration with existing XML development tools like Cocoon. The database is lightweight and may be easily deployed in a number of ways, running either as a stand-alone server process, inside a servlet engine, or directly embedded into an application.</p>
              <p>The eXist project team has released two stable release versions: one concluding an older development branch featuring an older (but well-tested) internal indexing scheme, the other being a stable snapshot of the current development version (featuring a new indexing scheme and the locus of further development). Since the project is developed very actively, it is certainly worth checking out the Subversion repository for access to the most recent features: <ptr target="http://exist.svn.sourceforge.net/viewvc/exist/"/>. Above its powerful features, it is characterised by excellent documentation and comes with complete example web applications.</p>
</item>
            <label>Documentation</label>
            <item>
              <p>This project provides excellent documentation at <ptr target="http://www.exist-db.org/documentation.html"/> and examples at <ptr target="http://demo.exist-db.org/examples.xml"/>.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://www.exist-db.org/"/>
                        </item>
          </list>
        </div>
        <div xml:id="teiPublisher">
          <head>&lt;teiPublisher&gt;</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>&lt;teiPublisher&gt;, an extensible, modular and configurable XML-based repository is designed to bridge the gap between having a collection of structured documents which are posted on the Web as static HTML or XML pages, and having a functional digital library. It provides a way to create an online web-deliverable Repository of XML-encoded documents by allowing Repository administrators to configure and then publish a browseable and searchable XML document collection through a Web interface.</p>
              <p>The application consists of three components:</p>
              <list>
                <item>an installer: which is used to install the application on your local machine; </item>
                <item>teiWizard: which prepares your documents for web delivery through a series of steps in which you specify your preferences for browsing and searching; </item>
                <item>teiRepository: a server environment which hosts the documents and displays them via a Web browser.</item>
              </list>
              <p>If you have a collection of XML documents that you want to make available through a Web interface, and you have a computer connected to the Internet on which you can run a simple Web server, then you can use the teiPublisher system.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://teipublisher.sourceforge.net/"/>
                        </item>
          </list>
        </div>
        <div xml:id="Xaira">
          <head>Xaira</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Xaira (XML Aware Indexing and Retrieval Architecture) is a new version of SARA, the text searching software originally developed for use with the British National Corpus. This new version has been entirely re-written as a general purpose XML search engine, which will operate on any corpus of well-formed XML documents. It is however best used with TEI-conformant documents.</p>
              <p>As of release 1.15, all versions of the full Xaira toolkit are distributed under an open source license. This includes source code for the Xaira indexer, the Xaira daemon, and the Xaira SOAP server, as well as the client software. An installer for Microsoft Windows is also available. The software is under active development; the current release is version 1.22.</p>
              <p>Xaira is especially geared to efficient querying of XML-annotated corpora, like the British National Corpus. For this, it uses its own query language.</p>
            </item>
            <label>Documentation</label>
            <item>
              <p>Documentation and tutorials are provided at <ptr target="http://www.xaira.org/"/>.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://xaira.sourceforge.net/"/>
                        </item>
          </list>
        </div>
      </div>
        </body>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>