<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter+Boot</id>
	<title>TEIWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Peter+Boot"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Special:Contributions/Peter_Boot"/>
	<updated>2026-04-21T13:05:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=5629</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=5629"/>
		<updated>2009-03-29T21:14:19Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Recommended Practice]]&lt;br /&gt;
This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://tei.oucs.ox.ac.uk/GettingStarted/html/index.html http://tei.oucs.ox.ac.uk/GettingStarted/html/index.html]. Here are comments on the drafts: [[Getting Started Comments]]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text (Peter)==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document (Peter) ==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets (Peter) ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started_Comments&amp;diff=5628</id>
		<title>Getting Started Comments</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started_Comments&amp;diff=5628"/>
		<updated>2009-03-29T21:13:55Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: New page: Comments on the drafts written up to the Lyon meeting:&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Comments on the drafts written up to the Lyon meeting:&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=5627</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=5627"/>
		<updated>2009-03-29T21:13:18Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Recommended Practice]]&lt;br /&gt;
Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]. Here are comments on the drafts: [[Getting Started Comments]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Obviously, divisions of this document authored by non-native speakers of English should be reviewed by native speakers.&lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. The relevant folder is [https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted]. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* Sebastian Rahtz has set up a cron job to generate [http://tei.oucs.ox.ac.uk/GettingStarted/html/ a current HTML view] of the source files (assuming they have been committed to the SourceForge repository) &lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations and other technical terms refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;br /&gt;
* examples will be numbered by the stylesheet. We provide them with id attributes with values 'xaabbb', where 'x' is a literal, 'aa' is the section id and 'bbb' is an acronym for the example, unique in that section of the document. Refer to the examples using &amp;amp;lt;ptr&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=5008</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=5008"/>
		<updated>2009-01-07T20:21:47Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://tei.oucs.ox.ac.uk/GettingStarted/html/index.html http://tei.oucs.ox.ac.uk/GettingStarted/html/index.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text (Peter)==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document (Peter) ==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets (Peter) ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4725</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4725"/>
		<updated>2008-10-26T18:42:34Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Current Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TEI Special Interest Group for Correspondence (TEI Correspondence SIG) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The SIG will initially meet at the 2008 Members Meeting at King's College in London on 8th November 2008.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Results of current discussions ===&lt;br /&gt;
&lt;br /&gt;
[In the future, there will be minutes or summaries of current discussions here.]&lt;br /&gt;
&lt;br /&gt;
=== Useful links ===&lt;br /&gt;
&lt;br /&gt;
==== Current Projects ====&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
* Digital Archive of Letters by Flemish authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/index_eng.htm eMunch] (temporary, will be improved)&lt;br /&gt;
* Online edition of the correspondence concerning the journal 'Van Nu en Straks'. Project at the Centre for Scholarly Editing and Document Studies (KANTL-CTB, Ghent) and Ghent University (Belgium). This project is part of the broader DALF-project (see above). So far, there is no real website yet, [http://www.kantl.be/ctb/project/2007/nustraks.htm/ only some information in Dutch] For more information, use the mailing list.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Vincent van Gogh, The letters [http://www.huygensinstituut.knaw.nl/index.php?option=com_content&amp;amp;task=view&amp;amp;id=37&amp;amp;Itemid=45 Vincent van Gogh, The letters] (limited info only). A full edition of all the extant correspondence of Vincent van Gogh (900 letters). The edition will include a full transcription (in Dutch and French), a translation into English, a full facsimile, extensive annotation and about 2000 illustrations. The edition will be available on the web, and, somewhat abridged, in book form. See also [http://www3.vangoghmuseum.nl/vgm/index.jsp?page=162741&amp;amp;lang=en more info]&lt;br /&gt;
&lt;br /&gt;
==== Completed Projects ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4724</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4724"/>
		<updated>2008-10-26T18:41:32Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Current Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TEI Special Interest Group for Correspondence (TEI Correspondence SIG) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The SIG will initially meet at the 2008 Members Meeting at King's College in London on 8th November 2008.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Results of current discussions ===&lt;br /&gt;
&lt;br /&gt;
[In the future, there will be minutes or summaries of current discussions here.]&lt;br /&gt;
&lt;br /&gt;
=== Useful links ===&lt;br /&gt;
&lt;br /&gt;
==== Current Projects ====&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
* Digital Archive of Letters by Flemish authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/index_eng.htm eMunch] (temporary, will be improved)&lt;br /&gt;
* Online edition of the correspondence concerning the journal 'Van Nu en Straks'. Project at the Centre for Scholarly Editing and Document Studies (KANTL-CTB, Ghent) and Ghent University (Belgium). This project is part of the broader DALF-project (see above). So far, there is no real website yet, [http://www.kantl.be/ctb/project/2007/nustraks.htm/ only some information in Dutch] For more information, use the mailing list.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Vincent van Gogh, The letters [http://www.huygensinstituut.knaw.nl/index.php?option=com_content&amp;amp;task=view&amp;amp;id=37&amp;amp;Itemid=45 Vincent van Gogh, The letters] (limited info only). A full edition of all the extant correspondence of Vincent van Gogh. The edition will include a full transcription (in Dutch and French), a translation into English, a full facsimile, extensive annotation and about 2000 illustrations. The edition will be available on the web, and, somewhat abridged, in book form. See also [http://www3.vangoghmuseum.nl/vgm/index.jsp?page=162741&amp;amp;lang=en more info]&lt;br /&gt;
&lt;br /&gt;
==== Completed Projects ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4723</id>
		<title>SIG:Correspondence</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=SIG:Correspondence&amp;diff=4723"/>
		<updated>2008-10-26T18:36:57Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Current Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TEI Special Interest Group for Correspondence (TEI Correspondence SIG) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&lt;br /&gt;
The SIG will initially meet at the 2008 Members Meeting at King's College in London on 8th November 2008.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
The TEI Special Interest Group on Correspondence seeks to bring together scholars interested in creating digital scholarly editions of correspondence. The goal of the SIG will be to discuss and develop sample tagsets (including suggesting additions/modifications to the TEI Guidelines) for varying forms of correspondence as well as to create tutorials and best practice models.&lt;br /&gt;
&lt;br /&gt;
Because the initiative for this SIG emerged from editorial work with 19th century letters, the organizers of this SIG have focused on these types of materials. However, we want this SIG to be more encompassing, embracing varying types of historical and literary correspondence including epistles, telegrams, postcards, etc.&lt;br /&gt;
&lt;br /&gt;
The common feature of these sorts of text is a generally formalized physical appearance (e.g., an envelope for letters) and structure of content (i.e. address field, special formulas for opener and closer). [http://www.tei-c.org/Activities/Projects/da03.xml DALF] was one of the best documented projects in this area developing specific DTDs for those needs in P4: this may be a starting point for further work in P5.&lt;br /&gt;
&lt;br /&gt;
Initial topics for the SIG Correspondence may include:&lt;br /&gt;
* the handling of the envelope and postal addresses&lt;br /&gt;
* the formal description of correspondence as a written dialogue between an author and an addressee&lt;br /&gt;
* correspondence-specific bibliographical data within the metadata section&lt;br /&gt;
&lt;br /&gt;
=== Activities ===&lt;br /&gt;
&lt;br /&gt;
The SIG runs a mailing list, which you can join by visiting http://listserv.brown.edu/tei-corresp-sig.html .&lt;br /&gt;
&lt;br /&gt;
=== Results of current discussions ===&lt;br /&gt;
&lt;br /&gt;
[In the future, there will be minutes or summaries of current discussions here.]&lt;br /&gt;
&lt;br /&gt;
=== Useful links ===&lt;br /&gt;
&lt;br /&gt;
==== Current Projects ====&lt;br /&gt;
&lt;br /&gt;
Please add your projects alphabetically with link and (if possible) a short description!&lt;br /&gt;
* Digital Archive of Letters by Flemish authors and composers from the 19th &amp;amp; 20th century,  [http://www.kantl.be/ctb/project/dalf/ DALF]&lt;br /&gt;
* Gundolf-Elli. Correspondence between Friedrich Gundolf and Elisabeth Salomon (George-Kreis). Project at the German Literature Archive. There is no website, yet. For more information use the mailing list.&lt;br /&gt;
* eMunch. Edvard Munch's written material: Complete letters, diaries and writings, [http://www.emunch.no/index_eng.htm eMunch] (temporary, will be improved)&lt;br /&gt;
* Online edition of the correspondence concerning the journal 'Van Nu en Straks'. Project at the Centre for Scholarly Editing and Document Studies (KANTL-CTB, Ghent) and Ghent University (Belgium). This project is part of the broader DALF-project (see above). So far, there is no real website yet, [http://www.kantl.be/ctb/project/2007/nustraks.htm/ only some information in Dutch] For more information, use the mailing list.&lt;br /&gt;
* Weber, C.M.v.: Complete letters, diaries, writings and compositions, [http://www.weber-gesamtausgabe.de/ Carl-Maria-von-Weber-Gesamtausgabe] (at the moment german only)&lt;br /&gt;
* Vincent van Gogh, The letters [http://www.huygensinstituut.knaw.nl/index.php?option=com_content&amp;amp;task=view&amp;amp;id=37&amp;amp;Itemid=45 Vincent van Gogh, The letters] (limited info only)&lt;br /&gt;
&lt;br /&gt;
==== Completed Projects ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SIG|Correspondence]]&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4705</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4705"/>
		<updated>2008-10-07T11:32:46Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Running stylesheets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text (Peter)==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document (Peter) ==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets (Peter) ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4704</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4704"/>
		<updated>2008-10-07T11:31:53Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Load, modify, validate a complete ready-made document */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text (Peter)==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document (Peter) ==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4703</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4703"/>
		<updated>2008-10-07T11:31:37Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Overall structure of a TEI text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text (Peter)==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4702</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4702"/>
		<updated>2008-10-07T11:31:20Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* The rationale of declarative markup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup (Arianna) ==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
&lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council&amp;diff=4701</id>
		<title>Council</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council&amp;diff=4701"/>
		<updated>2008-10-07T11:03:43Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Issues for next Telco - Oct 2008 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Council Telco - 21 August 2008 ==&lt;br /&gt;
Minutes of the last meeting: http://www.tei-c.org/Activities/Council/Meetings/tcm39.xml&lt;br /&gt;
== Issues for next Telco - Oct 2008 ==&lt;br /&gt;
* update on SF bugs and features (Oxford)&lt;br /&gt;
&lt;br /&gt;
* report to TEI MM&lt;br /&gt;
&lt;br /&gt;
* naming releases/versions (tei vs. P5)&lt;br /&gt;
&lt;br /&gt;
Peter Boot: tei.full - tei.components&lt;br /&gt;
&lt;br /&gt;
This refers to my (PB's) question on the council list  ([http://lists.village.virginia.edu/pipermail/tei-council/2008/009971.html http://lists.village.virginia.edu/pipermail/tei-council/2008/009971.html]) about identification of releases and the following discussions. The difference between the two packages (tei.full - tei.components ) on SF has been clarified.  Sebastian has added version numbers to generated schema’s. &lt;br /&gt;
&lt;br /&gt;
Issues that remain&lt;br /&gt;
&lt;br /&gt;
- do we use the SF news mechanism (a project where the latest news item dates from a year ago doesn't seem very dynamic)&lt;br /&gt;
&lt;br /&gt;
- Roma shows a version number of the software, not of the TEI release that is being used&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* update on SIGs + responsabilities&lt;br /&gt;
&lt;br /&gt;
* placement of Schematron rules in ODD&lt;br /&gt;
http://lists.village.virginia.edu/pipermail/tei-council/2008/010033.html&lt;br /&gt;
&lt;br /&gt;
Note to be produced by SR&lt;br /&gt;
&lt;br /&gt;
* update on '&amp;quot;getting started&amp;quot;', see https://USER@tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted (replacing 'USER' with your SourceForge username) and [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Looking for candidates:&lt;br /&gt;
** 6. Choosing and installing an editor&lt;br /&gt;
** 9. Getting this to work on sample of own text&lt;br /&gt;
** 11. Where to go from here&lt;br /&gt;
&lt;br /&gt;
== Issues for next F2F ==&lt;br /&gt;
&lt;br /&gt;
* Discussion on ODD and its evolution--[[User:Romary|Romary]] 02:34, 9 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
cf. @usage in elementSpec&lt;br /&gt;
&lt;br /&gt;
* should the TEI-C we produce a general purpose online service which can validate and process documents (cf. ISO work)&lt;br /&gt;
&lt;br /&gt;
== Highlights to be brought to the TEI MM 2008 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Topics (could be moved up to one F2F or Telco meeting ==&lt;br /&gt;
&lt;br /&gt;
* Stable reference to TEI objects&lt;br /&gt;
&lt;br /&gt;
[LR] In many cases, one has to map schemas and describe the mappings by reference to actual objects in the respective encoding schemes. In this context do (should) we have a mechanism to refer uniquely to TEI objects, beyond the reference to the TEI namespace (&amp;lt;author&amp;gt; in http://www.tei-c.org/ns/1.0), sort of TEI unique identifiers?&lt;br /&gt;
&lt;br /&gt;
[JC] I'd think the proper way to cite an element, class, or datatype generally is to point to its reference page. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tree.html&lt;br /&gt;
&lt;br /&gt;
However, we might want to re-examine that... while the hierarchy should remain the same, deprecated elements (etc.) disappear.  I have no way easy way to point to something at a particular date in time...unless maybe I point to it at a particular revision in the SVN source tree?&lt;br /&gt;
&lt;br /&gt;
Pointing to a location in the SVN source tree isn't necessarily very pretty but does work and is accurate:&lt;br /&gt;
&lt;br /&gt;
See for example an earlier version of &amp;lt;event&amp;gt;: http://tei.svn.sourceforge.net/viewvc/tei/trunk/P5/Source/Specs/event.xml?revision=231&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
As a cognate example, I can point to any revision of a page in the TEI wiki at any point in its history. We should be able to do this, somehow, in the official way we are meant to cite TEI sources as changing objects in time.&lt;br /&gt;
&lt;br /&gt;
However, maybe an easier solution is to cite:&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-event.html&lt;br /&gt;
but on the generated reference pages like this contain a link to the appropriate place in the SVN repository? i.e.&lt;br /&gt;
http://tei.svn.sourceforge.net/viewvc/tei/trunk/P5/Source/Specs/event.xml?view=log &lt;br /&gt;
which lists all the revisions.&lt;br /&gt;
&lt;br /&gt;
[AC] The only place on the website where I am ware there are some recommendations with URLs is the citation page:&lt;br /&gt;
http://www.tei-c.org/Guidelines/access.xml&lt;br /&gt;
&lt;br /&gt;
This could certainly be enriched with notes on how to point to an element on the line James suggests, but in that case would the version number be enough to point to particular revisions?&lt;br /&gt;
&lt;br /&gt;
[DS] As an alternative to using a TEI-specific convention for citing URLs, we&lt;br /&gt;
might want to consider adopting one or another of the standard systems&lt;br /&gt;
for permanent identifiers, for example DOI (Digital Object Identifier).&lt;br /&gt;
&lt;br /&gt;
In the case of DOI, there would be some fairly minimal costs involved to&lt;br /&gt;
register the DOIs with one of the national registries, but some more&lt;br /&gt;
extensive costs in human time to set up a good system for mapping from&lt;br /&gt;
our existing nomenclature to a set of DOI identifiers. (Publishers&lt;br /&gt;
typically use DOIs to identify individual books or journal articles, but&lt;br /&gt;
they can be more granular: every reference page in the Guidelines could&lt;br /&gt;
have its own DOI, for example.)&lt;br /&gt;
&lt;br /&gt;
The advantage of doing this would be that anyone accustomed to using&lt;br /&gt;
DOIs for citations could simply cite a DOI. So instead of the reference&lt;br /&gt;
for &amp;lt;name&amp;gt; in the Guidelines&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html&lt;br /&gt;
&lt;br /&gt;
we would use something like&lt;br /&gt;
&lt;br /&gt;
 doi:10.1111/tei-p5-doc:en:ref-name.html&lt;br /&gt;
&lt;br /&gt;
which would be resolved to the actual Web address by a DOI resolver.&lt;br /&gt;
(Many journal DOIs are mostly numeric but the syntax allows more&lt;br /&gt;
human-readable names).&lt;br /&gt;
&lt;br /&gt;
If we seriously want to consider an option like this, we should put out&lt;br /&gt;
a call to the librarians/metadata gurus in our community for assistance&lt;br /&gt;
with implementation.&lt;br /&gt;
&lt;br /&gt;
[PB] The latter is certainly much more elegant and resistant to change. I'd remove the '.html' at the end. HTML might be yesteryear's fashion a few years from now :-)&lt;br /&gt;
&lt;br /&gt;
== Misc. ==&lt;br /&gt;
For general information concerning the council see [[TEI-Council-FAQ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;br /&gt;
Page and category reserved for use by TEI Council...&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4601</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4601"/>
		<updated>2008-09-16T20:28:38Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Schema's */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's (Laurent)==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4600</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4600"/>
		<updated>2008-09-16T20:28:21Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Technical background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background (David)==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4599</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4599"/>
		<updated>2008-09-16T20:28:08Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Should you use TEI? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI? (James)==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Council&amp;diff=4592</id>
		<title>Council</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Council&amp;diff=4592"/>
		<updated>2008-09-12T17:21:03Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Issues for next Telco - Oct 2008 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Council Telco - 21 August 2008 ==&lt;br /&gt;
Minutes of the last meeting: http://www.tei-c.org/Activities/Council/Meetings/tcm39.xml&lt;br /&gt;
== Issues for next Telco - Oct 2008 ==&lt;br /&gt;
* placement of Schematron rules in ODD&lt;br /&gt;
http://lists.village.virginia.edu/pipermail/tei-council/2008/010033.html&lt;br /&gt;
* update on '&amp;quot;getting started&amp;quot;', see https://USER@tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted (replacing 'USER' with your SourceForge username) and [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note to be produced by SR&lt;br /&gt;
&lt;br /&gt;
== Issues for next F2F ==&lt;br /&gt;
&lt;br /&gt;
* Discussion on ODD and its evolution--[[User:Romary|Romary]] 02:34, 9 September 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
cf. @usage in elementSpec&lt;br /&gt;
&lt;br /&gt;
== Highlights to be brought to the TEI MM 2008 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Topics (could be moved up to one F2F or Telco meeting ==&lt;br /&gt;
&lt;br /&gt;
* Stable reference to TEI objects&lt;br /&gt;
&lt;br /&gt;
[LR] In many cases, one has to map schemas and describe the mappings by reference to actual objects in the respective encoding schemes. In this context do (should) we have a mechanism to refer uniquely to TEI objects, beyond the reference to the TEI namespace (&amp;lt;author&amp;gt; in http://www.tei-c.org/ns/1.0), sort of TEI unique identifiers?&lt;br /&gt;
&lt;br /&gt;
[JC] I'd think the proper way to cite an element, class, or datatype generally is to point to its reference page. http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-tree.html&lt;br /&gt;
&lt;br /&gt;
However, we might want to re-examine that... while the hierarchy should remain the same, deprecated elements (etc.) disappear.  I have no way easy way to point to something at a particular date in time...unless maybe I point to it at a particular revision in the SVN source tree?&lt;br /&gt;
&lt;br /&gt;
Pointing to a location in the SVN source tree isn't necessarily very pretty but does work and is accurate:&lt;br /&gt;
&lt;br /&gt;
See for example an earlier version of &amp;lt;event&amp;gt;: http://tei.svn.sourceforge.net/viewvc/tei/trunk/P5/Source/Specs/event.xml?revision=231&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
As a cognate example, I can point to any revision of a page in the TEI wiki at any point in its history. We should be able to do this, somehow, in the official way we are meant to cite TEI sources as changing objects in time.&lt;br /&gt;
&lt;br /&gt;
However, maybe an easier solution is to cite:&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-event.html&lt;br /&gt;
but on the generated reference pages like this contain a link to the appropriate place in the SVN repository? i.e.&lt;br /&gt;
http://tei.svn.sourceforge.net/viewvc/tei/trunk/P5/Source/Specs/event.xml?view=log &lt;br /&gt;
which lists all the revisions.&lt;br /&gt;
&lt;br /&gt;
[AC] The only place on the website where I am ware there are some recommendations with URLs is the citation page:&lt;br /&gt;
http://www.tei-c.org/Guidelines/access.xml&lt;br /&gt;
&lt;br /&gt;
This could certainly be enriched with notes on how to point to an element on the line James suggests, but in that case would the version number be enough to point to particular revisions?&lt;br /&gt;
&lt;br /&gt;
[DS] As an alternative to using a TEI-specific convention for citing URLs, we&lt;br /&gt;
might want to consider adopting one or another of the standard systems&lt;br /&gt;
for permanent identifiers, for example DOI (Digital Object Identifier).&lt;br /&gt;
&lt;br /&gt;
In the case of DOI, there would be some fairly minimal costs involved to&lt;br /&gt;
register the DOIs with one of the national registries, but some more&lt;br /&gt;
extensive costs in human time to set up a good system for mapping from&lt;br /&gt;
our existing nomenclature to a set of DOI identifiers. (Publishers&lt;br /&gt;
typically use DOIs to identify individual books or journal articles, but&lt;br /&gt;
they can be more granular: every reference page in the Guidelines could&lt;br /&gt;
have its own DOI, for example.)&lt;br /&gt;
&lt;br /&gt;
The advantage of doing this would be that anyone accustomed to using&lt;br /&gt;
DOIs for citations could simply cite a DOI. So instead of the reference&lt;br /&gt;
for &amp;lt;name&amp;gt; in the Guidelines&lt;br /&gt;
&lt;br /&gt;
 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html&lt;br /&gt;
&lt;br /&gt;
we would use something like&lt;br /&gt;
&lt;br /&gt;
 doi:10.1111/tei-p5-doc:en:ref-name.html&lt;br /&gt;
&lt;br /&gt;
which would be resolved to the actual Web address by a DOI resolver.&lt;br /&gt;
(Many journal DOIs are mostly numeric but the syntax allows more&lt;br /&gt;
human-readable names).&lt;br /&gt;
&lt;br /&gt;
If we seriously want to consider an option like this, we should put out&lt;br /&gt;
a call to the librarians/metadata gurus in our community for assistance&lt;br /&gt;
with implementation.&lt;br /&gt;
&lt;br /&gt;
[PB] The latter is certainly much more elegant and resistant to change. I'd remove the '.html' at the end. HTML might be yesteryear's fashion a few years from now :-)&lt;br /&gt;
&lt;br /&gt;
== Misc. ==&lt;br /&gt;
For general information concerning the council see [[TEI-Council-FAQ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Council]]&lt;br /&gt;
Page and category reserved for use by TEI Council...&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4591</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4591"/>
		<updated>2008-09-12T17:03:18Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Technical setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. The relevant folder is [https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted]. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations and other technical terms refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;br /&gt;
* examples will be numbered by the stylesheet. We provide them with id attributes with values 'xaabbb', where 'x' is a literal, 'aa' is the section id and 'bbb' is an acronym for the example, unique in that section of the document. Refer to the examples using &amp;amp;lt;ptr&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4590</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4590"/>
		<updated>2008-09-12T17:03:03Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Technical setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. The relevant folder is [https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted https://tei.svn.sourceforge.net/svnroot/tei/trunk/Documents/GettingStarted] There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations and other technical terms refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;br /&gt;
* examples will be numbered by the stylesheet. We provide them with id attributes with values 'xaabbb', where 'x' is a literal, 'aa' is the section id and 'bbb' is an acronym for the example, unique in that section of the document. Refer to the examples using &amp;amp;lt;ptr&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4589</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4589"/>
		<updated>2008-09-12T16:59:04Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI?==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4588</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4588"/>
		<updated>2008-09-12T16:57:26Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]]. Here is the provisional result: [http://peterboot.nl/tei/gs.html]&lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI?==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4587</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4587"/>
		<updated>2008-09-12T15:47:07Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Introduction (Peter) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]] &lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI?==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4586</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4586"/>
		<updated>2008-09-12T15:34:44Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Technical setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations and other technical terms refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;br /&gt;
* examples will be numbered by the stylesheet. We provide them with id attributes with values 'xaabbb', where 'x' is a literal, 'aa' is the section id and 'bbb' is an acronym for the example, unique in that section of the document. Refer to the examples using &amp;amp;lt;ptr&amp;gt;&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4585</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4585"/>
		<updated>2008-09-12T15:34:02Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: /* Technical setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations and other technical terms refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;br /&gt;
* examples will be numbered by the stylesheet. We provide them with id attributes with values 'xaabbb', where 'x' is a literal, 'aa' is the section id and 'bbb' is an acronym for the example, unique in that section of the document&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4584</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4584"/>
		<updated>2008-09-12T13:42:14Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: refs to glossary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (&amp;amp;lt;att&amp;gt;, &amp;amp;lt;gi&amp;gt;, &amp;amp;lt;ident&amp;gt;)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;br /&gt;
* abbreviations refer to entries in the Glossary using &amp;amp;lt;ref&amp;gt; elements&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4583</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4583"/>
		<updated>2008-09-12T11:32:16Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]] &lt;br /&gt;
&lt;br /&gt;
==Introduction (Peter) ==&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
===What this document does, and what it doesn't===&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
===Conventions used in this document===&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
==Should you use TEI?==&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
==Technical background==&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
==Overall structure of a TEI text==&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
==The rationale of declarative markup==&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
==Choosing and installing an editor==&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
==Load, modify, validate a complete ready-made document==&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
==Running stylesheets ==&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
==Getting this to work on sample of own text==&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
==Schema's==&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
==Where to go from here==&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
==Literature==&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4582</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4582"/>
		<updated>2008-09-12T11:30:04Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]] &lt;br /&gt;
&lt;br /&gt;
===Introduction (Peter) ===&lt;br /&gt;
&lt;br /&gt;
====TEI: a very high-level overview====&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
====What this document does, and what it doesn't====&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
====Conventions used in this document====&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
===Should you use TEI?===&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
===Technical background===&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
===Overall structure of a TEI text===&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
===The rationale of declarative markup===&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
===Choosing and installing an editor===&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
===Load, modify, validate a complete ready-made document===&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
===Running stylesheets ===&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
===Getting this to work on sample of own text===&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
===Schema's===&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
===Where to go from here===&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
===Literature===&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4581</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4581"/>
		<updated>2008-09-12T11:29:07Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]] &lt;br /&gt;
&lt;br /&gt;
===Introduction (Peter) ===&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
====What this document does, and what it doesn't====&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
====Conventions used in this document====&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
===Should you use TEI?===&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
===Technical background===&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
===Overall structure of a TEI text===&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
===The rationale of declarative markup===&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
===Choosing and installing an editor===&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
===Load, modify, validate a complete ready-made document===&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
===Running stylesheets ===&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
===Getting this to work on sample of own text===&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
===Schema's===&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
===Where to go from here===&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
===Literature===&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4580</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4580"/>
		<updated>2008-09-12T11:28:52Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. There is a separate page about the desired contents, style, setup, etc. of the document: [[About Getting Started]] &lt;br /&gt;
&lt;br /&gt;
 ===Introduction (Peter) ===&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
====What this document does, and what it doesn't====&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
====Conventions used in this document====&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
===Should you use TEI?===&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
===Technical background===&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
===Overall structure of a TEI text===&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
===The rationale of declarative markup===&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
===Choosing and installing an editor===&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
===Load, modify, validate a complete ready-made document===&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
===Running stylesheets ===&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
===Getting this to work on sample of own text===&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
===Schema's===&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
===Where to go from here===&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
===Literature===&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4579</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4579"/>
		<updated>2008-09-12T11:27:20Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document. Here is the outline of the Getting Started Document: [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (att, gi, ident)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4578</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4578"/>
		<updated>2008-09-12T11:23:20Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: Added technical setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document.&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
* Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
* The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
* We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;br /&gt;
&lt;br /&gt;
==Technical setup==&lt;br /&gt;
* The document is stored in Subversion in SourceForge. There is a main document (gettingstarted.xml) that includes the separate sections using XInclude. This makes it easier for multiple people to work on the document simultaneously. Editors without SourceForge access can mail updated sections to Peter, who will then add them in SoureForge.&lt;br /&gt;
* all sections carry xml:id-attributes. As we should assume new sections will be added or sections will be moved around, top-level sections are identified using two-letter abbreviations. &lt;br /&gt;
* names of elements, attributes, etc are tagged using the appropriate elements from the documentation tagset (att, gi, ident)&lt;br /&gt;
* images are stored in a subfolder 'images' of the main Subversion folder&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4577</id>
		<title>About Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=About_Getting_Started&amp;diff=4577"/>
		<updated>2008-09-12T11:07:03Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: About the getting started document&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here we document, for the time being, arguments and decisions about the contents, the audience, the writing style etc. of the 'Getting started' document.&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
Someone that has read this document and that has gone through the steps the document describes (installing and using an editor, etc.) should be able to create, modify and validate a simple TEI document. He/she should be able to create an HTML representation of that document. He/she should also be able to assess the hurdles he/she faces in using TEI in his/her project and to decide on a proper course of action (e.g.: undertake  project on his/her own, seek help in local institution or in wider TEI community, seek formal training). &lt;br /&gt;
==Audience== &lt;br /&gt;
The document targets an academic  (postgraduate, PhD, researcher, professor) that wants to start understanding and using the TEI: e.g. a graduate student who wants to make an edition of a book he/she is writing a thesis on. The document assumes someone working on his/her own, willing to learn something new, ready to work hard and to try various solutions. We assume someone that is reasonably comfortable using computers, but has no experience in programming and no previous knowledge of XML or HTML. &lt;br /&gt;
* Secondarily, we should also include in our target audience people who are not themselves scholars but who are, or will be, working as encoders with a project. These may be undergraduates, editorial assistants, etc. We can assume that they are equally motivated with the academic readers, but they may not be familiar with the technical vocabulary of textual studies, bibliography, etc.&lt;br /&gt;
 &lt;br /&gt;
==Software==&lt;br /&gt;
* Because we want to help people getting started, there is no way we can avoid talking about specific software programs. We must be specific. Neither can we avoid talking about commercial software, as oXygen is the environment of choice for so many people using TEI. &lt;br /&gt;
* We should avoid the editors that are favoured by programmers and other technically oriented persons, such as emacs or vi. We want to minimise the learning effort expended on tools; what people should learn here is the TEI.&lt;br /&gt;
* What we also want to avoid are expensive editors. We're writing this for people that are getting started. They are probably unwilling to invest a large amount of money.&lt;br /&gt;
* If possible, we should avoid command-line tools. In fact, we want to recommend an editor that comes with validation and facilities for running a transformation. &lt;br /&gt;
* We should try to discuss editors that work on the three major platforms. &lt;br /&gt;
* The upshot of this is, for me: we discuss oXygen (inexpensive, works everywhere, very powerful, but not open source)  and the XML Copy editor  (Open source, works on Windows and Linux, reasonably powerful). Arianna suggests including jEdit.&lt;br /&gt;
* All of these either come with an xslt processor (oXygen and XML Copy editor) or have a plugin for the purpose (jEdit).&lt;br /&gt;
* The 'official' document will be based on oXygen. Other versions will be placed on the TEI wiki. &lt;br /&gt;
&lt;br /&gt;
==Schema's and ODD==&lt;br /&gt;
* From a logical point of view, for any project that uses the TEI, ODD is the starting point. ODD helps you make a schema and the schema helps you create and validate xml documents. From an educational point of view, however, it makes more sense to start with an XML transcription of a document, and introduce the schema after that. A schema, let alone ODD, makes no sense to someone who is not familiar with xml documents. Therefore, the idea of making a schema that fits your documents, and the way of making such a schema, is introduced only after the reader is familiar with modifying and validating XML documents. &lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
* As to TEI elements, this document stresses elementary things such as div, p, lg, l, hi, etc. As a TEI document must have a header, it will mention the header and provide some instruction for filling it, but it will focus on quickly attaining results, rather that on the administrative side of things.&lt;br /&gt;
* As to schema's: throughout the getting started document, we use RELAX NG. We mention DTD's and W3C Schema's as an option, without going into their syntax. We explain RELAX using the XML syntax, and mention the existence of the compact syntax.&lt;br /&gt;
* As to XSLT: the document will explain some of the concepts of XSLT (templates, XPATH, ...), and it will encourage readers to make some small changes to a toy stylesheet. It will discuss the stylesheets provided by the TEI and guide readers in  making a simple customisation. It will not try to provide further instruction in XSLT.&lt;br /&gt;
&lt;br /&gt;
==Style==&lt;br /&gt;
We should try to be as clear and simple as possible. In a way, council members are not the best persons to write this document, as they may be too familiar with the technicalities to avoid terminology not immediately clear to beginners. We should be prepared to have this document reviewed by people less experienced in TEI and XML than we are. &lt;br /&gt;
* Evidently, divisions of this document authored by non-native speakers of English should be reviewed by native speakers. &lt;br /&gt;
&lt;br /&gt;
==Media use==&lt;br /&gt;
* The document should include lots of screen shots. It may also contains links to video's of screen capture.&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4576</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4576"/>
		<updated>2008-09-12T10:52:28Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the outline of the 'Getting Started using TEI' document in the making. Chapter headings include the name of the person the chapter is currently assigned to. &lt;br /&gt;
&lt;br /&gt;
===Introduction (Peter) ===&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
&lt;br /&gt;
====What this document does, and what it doesn't====&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
====Conventions used in this document====&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
===Should you use TEI?===&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
===Technical background===&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
===Overall structure of a TEI text===&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
===The rationale of declarative markup===&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
===Choosing and installing an editor===&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
===Load, modify, validate a complete ready-made document===&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
===Running stylesheets ===&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
===Getting this to work on sample of own text===&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
===Schema's===&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
===Where to go from here===&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
===Literature===&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4575</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Getting_Started&amp;diff=4575"/>
		<updated>2008-09-12T10:48:20Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: first outline of getting started document&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Introduction===&lt;br /&gt;
&lt;br /&gt;
===TEI: a very high-level overview===&lt;br /&gt;
* TEI: a set of guidelines, but also a community. 4p&lt;br /&gt;
* Why you would want to use TEI; explain the term 'encoding'; XML; what encoding entails; using an editor; validation; what you can then do with your document (transform it into other representations, have it searched; create selections). Possibilities for interchange and interoperability. 10p.&lt;br /&gt;
                &lt;br /&gt;
&lt;br /&gt;
====What this document does, and what it doesn't====&lt;br /&gt;
* One paragraph explaining that this getting started document is more elaborate than many other documents with a similar name: that is because learning TEI is similar in effort and in reward to things like learning a new language or mastering a musical instrument: 1p&lt;br /&gt;
* Helps you get started, recognising that learning TEI is never going to be easy: 1p&lt;br /&gt;
* It is not: a full course in using xml, in tei, in xslt, in html: 1p&lt;br /&gt;
* Structure of the document. 2p&lt;br /&gt;
* Intended readership: 1p&lt;br /&gt;
* The reader is expected to have basic computer skills: create disk folders, move files, run programs, install programs, use unzip software. Not explain these, but just state you need the skills and suggest a way to acquire them. 2p.&lt;br /&gt;
&lt;br /&gt;
====Conventions used in this document====&lt;br /&gt;
* How we label examples, program names, elements and attributes. 1p&lt;br /&gt;
* How this document serves users on different platforms. 1p&lt;br /&gt;
&lt;br /&gt;
===Should you use TEI?===&lt;br /&gt;
* Discuss nature of material, desired result, competence of encoder, available technical support, intellectual and practical benefits, effort to be expected, place of TEI in humanities computing: 12p&lt;br /&gt;
&lt;br /&gt;
===Technical background===&lt;br /&gt;
* XML: explain a few basics, then refer to gentle XML introduction: 5p&lt;br /&gt;
* The web, web servers, html, browsers. One very simple HTML example, then point to other resources: 5p&lt;br /&gt;
* Even gentler intro into creating html from xml using xslt (mention but not discuss: pdf creation and other output formats): 5 p's&lt;br /&gt;
&lt;br /&gt;
===Overall structure of a TEI text===&lt;br /&gt;
* Introduce sample document (without header), explain elements and attributes. 8p&lt;br /&gt;
* Add header. 5p&lt;br /&gt;
&lt;br /&gt;
===The rationale of declarative markup===&lt;br /&gt;
* contrast declarative markup with wysiwyg editing: less susceptible to change, easily  re-used in other contexts, unambiguous. 6p&lt;br /&gt;
* abstract approach towards texts that befits the scholar as it helps understand textual phenomena: 3p&lt;br /&gt;
* explain this again based on sample of drama markup. 4p&lt;br /&gt;
            &lt;br /&gt;
===Choosing and installing an editor===&lt;br /&gt;
* Point out that XML is application independent. This implies you can select an editor suited to the task at hand. You don't select an editor for the document's lifetime. 2p&lt;br /&gt;
* Discuss functions that an editor can handle: syntax highlighting, assisted entry, content completion, validation (dtd, w3c schema, relax ng), validation as you type, run xslt conversions, xslt debugging. Discuss source views: code view, wysiwyg view, tree view. Discussion illustrated with screen shots from multiple applications. 10 p&lt;br /&gt;
* Discuss a number of editors: .... Mention, but discourage from, option of using plain text editor. 10 p&lt;br /&gt;
&lt;br /&gt;
===Load, modify, validate a complete ready-made document===&lt;br /&gt;
* This will be a document that we provide, together with a schema. Instructions for download. 2p&lt;br /&gt;
* Show number of functions of editor: 18 p (because of multiple editors)&lt;br /&gt;
** different source views (maybe refer to oXygen video to explain editing in oXygen's author mode)&lt;br /&gt;
** different side views: model, outline, attributes&lt;br /&gt;
** find and replace&lt;br /&gt;
** etc...&lt;br /&gt;
&lt;br /&gt;
===Running stylesheets ===&lt;br /&gt;
* Explain what XSLT is and what it does. 2p&lt;br /&gt;
* Installing XSLT processor, if not included in editor. 3p&lt;br /&gt;
* Discuss a simple stylesheet to transform the sample document, and based on this a number of xslt instructions. 10p&lt;br /&gt;
* Run the stylesheet and view the output. 2p&lt;br /&gt;
* Do some simple modifications. 2p&lt;br /&gt;
* Explain standard stylesheets. Download them. 4p&lt;br /&gt;
* Customise standard stylesheets: first using Stylebear, then by actually overriding some templates. 5p&lt;br /&gt;
* Running standard stylesheets. 1p&lt;br /&gt;
&lt;br /&gt;
===Getting this to work on sample of own text===&lt;br /&gt;
* Preparing text in XML vs. converting prepared text to XML: argue it is better to use structured text from scratch. 3p&lt;br /&gt;
* Create an empty TEI document, using a template that we point to. 2p&lt;br /&gt;
* Fill in the blanks in the header. 2p&lt;br /&gt;
* Create a document snippet in the body. Validate. Generate HTML. 6p&lt;br /&gt;
* Urge reader to put up both HTML and XML on web site: is motivating, helps discussion with others, .... 3p&lt;br /&gt;
&lt;br /&gt;
===Schema's===&lt;br /&gt;
* Explain the need for schema's that fit the texts. A few words about TEI conformance and TEI extensions. 4p&lt;br /&gt;
* Explain modules, classes, macro's. 6p&lt;br /&gt;
* Introducing ODD and Roma. Reference to 'Getting started with P5 ODD's. 6p&lt;br /&gt;
* Setting up ODD, (de)selecting elements and attributes. 3p&lt;br /&gt;
* Extension: creating a new element. Example: including tune indication for song. 3p&lt;br /&gt;
* Add documentation, save customisation, create new schema and use it for validation. 5p&lt;br /&gt;
&lt;br /&gt;
===Where to go from here===&lt;br /&gt;
* What you probably need to do now: do document analysis, enter data, and create or modify a stylesheet that helps you display the data. 2p&lt;br /&gt;
* Document analysis: study the appropriate portions of the Guidelines, perhaps sets of local TEI guidelines developed elsewhere, discuss this with others, get help. Urge asking for feedback. 3p&lt;br /&gt;
* Enter data: if you have your texts in another format, it may help to learn some regular expressions: reference elsewhere. 2p&lt;br /&gt;
* Create or modify stylesheet: serious work on xslt stylesheets is not for everyone. 2p&lt;br /&gt;
* Places to look for tuition. 2p&lt;br /&gt;
&lt;br /&gt;
===Glossary===&lt;br /&gt;
; ODD : One Document Does it all: document describing a TEI schema. See ...&lt;br /&gt;
; HTML : HyperText Markup Language, the language used to write web pages. &lt;br /&gt;
; etc...&lt;br /&gt;
&lt;br /&gt;
===Literature===&lt;br /&gt;
* References to other introductory material&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=User:Peter_Boot&amp;diff=4255</id>
		<title>User:Peter Boot</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=User:Peter_Boot&amp;diff=4255"/>
		<updated>2008-03-25T09:53:07Z</updated>

		<summary type="html">&lt;p&gt;Peter Boot: New page: More info [http://www.huygensinstituut.knaw.nl/index.php?option=com_content&amp;amp;task=view&amp;amp;id=97&amp;amp;Itemid=57 here] or [http://peterboot.nl/ here]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;More info [http://www.huygensinstituut.knaw.nl/index.php?option=com_content&amp;amp;task=view&amp;amp;id=97&amp;amp;Itemid=57 here] or [http://peterboot.nl/ here]&lt;/div&gt;</summary>
		<author><name>Peter Boot</name></author>
		
	</entry>
</feed>