<?xml version="1.0"?> 
<?xml-stylesheet type="text/css" href="teixlite.css"?>
<!DOCTYPE TEI.2 PUBLIC "-//TEI//DTD TEI Lite XML ver. 1//EN"
                       "../../../Lite/DTD/teixlite.dtd" [
  <!ATTLIST xref url CDATA #IMPLIED >
  <!ATTLIST xptr url CDATA #IMPLIED >
  ]>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Materials from UIUC GSLIS TEI Workshop, 2005-02</title>
      </titleStmt>
      <publicationStmt>
        <p>For TEI website</p>  
      </publicationStmt>
      <sourceDesc>
        <p>No source: this is the original, but it was based on the
        2003-10 index.xml</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
<change><date value="2005-03-08">Tue, 08 Mar 05</date>
	<respStmt><name>Syd Bauman</name>
        <resp>workshop co-presenter</resp></respStmt>
	<item>It seems that many browsers (all that I have on my
	  desktop system) do not do what I would have thought is the
	  right thing when following a link that has a MIME type
	  specified on the type= attribute of <gi>a</gi>. I had my
	  source TEI XML files named <rs>*.tei</rs>, and used
	  <code>type="text/plain"</code> in an attempt to suppress the
	  use of the CSS stylesheet (which works in Mozilla, Firefox,
	  and Camino, but not MSIE nor Safari), and
	  <code>type="text/xml"</code>
	  or<code>type="application/xml"</code>, or no type at all in
	  an attempt to get the CSS applied to the XML (which didn't
	  work on <emph>any</emph> of the above mentioned browsers).
	  When I change the name to <rs>*.xml</rs> it works fine in
	  the Mozilla-based browsers, at least. Safari works in that
	  it displays the file as if it were styled, but doesn't
	  actually seem to apply all the styles (perhaps it is only
	  CSS1 capable?). MSIE won't display any of them when it can't
	  find the DTD. Anyway, I've changed the names from .tei to
	  .xml.</item>
	</change>
<change><date value="2005-02-27">Sun, 27 Feb 05</date>
	<respStmt><name>Syd Bauman</name>
        <resp>workshop co-presenter</resp></respStmt>
        <item>created based on the 2003-10 version</item>
	</change>
    </revisionDesc>
  </teiHeader>
  <text>
    <front>
      <titlePage>
        <titlePart>Materials from UIUC GSLIS TEI Workshop</titlePart>
        <titlePart><date value="2005-02-26/27">Sat 26 &amp; Sun 27 Feb 05</date></titlePart>
        <docAuthor>Syd Bauman</docAuthor>
        <docAuthor>Julia Flanders</docAuthor>
        <docDate value="2005-02-28">Mon, 28 Feb 05</docDate>
      </titlePage>
    </front>
    <body>
      <p>This page has the files we used during the workshop.</p>
      <p>Many of the files off this page are <q>.dtd</q> or
        <q>.ent</q> or other non-HTML text files that many browsers
        can't display. You may have to download the links to disk and
        edit them with a text editor.</p>
      <div type="section">
        <head>Slides</head>
        <p>The slides we used are written in TEI, and were transformed
	  to HTML using <xref
        url="http://prdownloads.sourceforge.net/tei/tei-xsl-4.2.9.zip?download">Sebastian's
        style sheets</xref> with a <xref
	    url="./teislides-uiucWorkshop.xsl">customized driver
	    stylesheet</xref>. Here are the TEI source files.
	  Converting to HTML is left as an exercise for the
	  reader. Hint: read the header comments.</p>
        <list>
	  <item>About the TEI, <xref url="./about_TEI.xml"
	      type="text/plain">as plain text</xref>, <xref
	      url="./about_TEI.xml" type="text/xml">as styled XML</xref></item>
	  <item>Markup: Why Bother? with an introduction to XML, <xref url="./intro_to_markup.xml"
	      type="text/plain">as plain text</xref>, <xref
	      url="./intro_to_markup.xml" type="text/xml">as styled XML</xref></item>
	  <item>Basic TEI Tagging, <xref url="./basic_tei_tagging.xml"
	      type="text/plain">as plain text</xref>, <xref
	      url="./basic_tei_tagging.xml" type="text/xml">as styled XML</xref></item>
	  <item>Advanced TEI Tagging, <xref url="./advanced_tei_tagging.xml"
	      type="text/plain">as plain text</xref>, <xref
	      url="./advanced_tei_tagging.xml" type="text/xml">as styled XML</xref></item>
	  <item>TEI P5, <xref url="./p5_talk.xml" type="text/plain">as
	      plain text</xref>, <xref url="./p5_talk.xml"
	      type="text/xml">as styled XML</xref></item>
        </list>
      </div>
      <div type="section">
        <head>Templates</head>
	<note place="display">These are copies of what is on the CD
	  that was handed out at the workshop, except that the system
	  identifier paths have been changed to make the files valid
	  as they sit here on the TEI webiste.</note>
        <list>
          <item><xref url="./template_lite.xml">A TEI Lite</xref> template</item>
          <item>A template with a <xref
              url="./template_big.xml">big header</xref></item>
        </list>
      </div>

      <div type="section">
        <head>Demos</head>
	<list>
	  <item>Amit Kumar demonstrated <xref
	  url="http://teipublisher.sourceforge.net/">teiPublisher</xref>.</item>
	  <item>Little CSS demo consisted of a <xref
	  url="./biblThings.xml" type="text/plain">source XML</xref>
	    file and a tiny <xref url="./biblThings.css"
	  type="text/plain">CSS stylesheet</xref>.</item>
	  <item>Little XSLT demo consisted of a <xref
	  url="./sample_with_persname.tei">source
	  XML</xref> file and a tiny <xref
	  url="./non-specialized-names.xsl">XSLT stylesheet</xref>.</item>
	</list>
      </div>

      <div type="section">
	<head>Naming</head>
	<p>A few of the files herein have the extension <q>.tei</q>;
	  you may need to change some configurations of your system in
	  order for it to recognize this as an XML file. E.g., for
	  editing with Emacs you would want to add something like
	  <eg>(add-to-list 'auto-mode-alist '("\\.tei" .
	    xml-mode))</eg> to your <code rend="code">.emacs</code>
	  file. For editing with &lt;oXygen> you would want to add
	  <q>tei</q> to the list of extensions in the <q>File
	    types</q> preferences pane, and set the editor to <q>XML
	    Editor</q>.</p>
      </div>
    </body>
  </text>
</TEI.2>
