Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tei2mod(1) [debian man page]

TEI2MOD.1(1)						      Sword Module Utilities						      TEI2MOD.1(1)

NAME
tei2mod - tool to convert TEI P5 source into a SWORD module SYNOPSIS
tei2mod outputpath teisource [OPTIONS] DESCRIPTION
This utility is used to create SWORD module from a slightly modified TEI (Text Encoding Initiative) P5 formatted XML source document. The resulting module will be saved in the outputpath specified. OPTIONS
-z Specifies use of ZIP compression. The default is no compression. -Z Specifies use of LZSS compression. The default is no compression. -s [2|4] Specifies maximum text size per entry. The default is 4. -c cipher_key Specifies that the output will be enciphered with the supplied cipher_key. The default is plain text output (no encipherment). -N Disables conversion to UTF-8 and normalization of UTF-8 to NFC. The default is to convert to UTF-8, if needed, and then normalize to NFC. Note that all UTF-8 texts should be normalized to NFC. NOTE
The input format is a subset of TEI P5 with added elements borrowed from OSIS for verse references. The resulting custom TEI schema is available at http://www.crosswire.org/osis/teiP5osis.1.4.xsd AUTHORS
This man page was written by Jonathan Marsden <jmarsden@fastmail.fm> for the Debian project but may be used by others. SEE ALSO
http://www.crosswire.org/wiki/TEI_Dictionaries http://www.crosswire.org/osis/teiP5osis.1.4.xsd http://www.tei-c.org/release/doc/tei-p5-doc/html/index.html SWORD 1.6.2+dfsg 2012-02-22 TEI2MOD.1(1)

Check Out this Related Man Page

ROMA(1) 						      General Commands Manual							   ROMA(1)

NAME
roma - compile a TEI ODD specification into schemas and dtd SYNOPSIS
roma [options] oddfile outputdir DESCRIPTION
This manual page is not meant to be exhaustive. There is some more information in the help files for the web version of Roma, and plenty of background data about ODDs in the TEI Guidelines. roma is used to generate XML RelaxNG or W3C schemas and DTDs from the the ODD source in oddfile and (optionally) some documentation to go with them. OPTIONS
roma accepts the following options: --xsl URL location of TEI XSLT stylesheets, defaulting to /usr/share/xml/tei/stylesheet --teiserver URL location of TEI eXist database server, defaulting to http://tei.oucs.ox.ac.uk/Query/ --doc create expanded documented ODD --nodtd suppress DTD creation --norelax suppress RelaxNG creation --noxsd suppress W3C XML Schema creation --debug leave temporary files, etc. BUGS
If the ODD specification is internally inconsistent (eg some element has been deleted on which another element depends), then you may get a Relax NG schema which is apparently OK, but which cannot be translated into W3C schema. Because the conversions to DTD and Relax are main- tained separately, some constructs may cause one to fail but not the other. No attempt is made to trap error messages from trang which is used to make W3C schemas. SEE ALSO
trang(1) TEI .. 9th May 2005 ROMA(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Docbook_TEI_Install_emacs

I am in a bit of a pickle. I have been trying for several months to install TEI (XML application similar to Docbook) into my emacs. I am using carbon emacs (as I am using Mac Os X) and I wish to install all my TEI stuff in a custom location rather than the site-lisp location in the emacs.app... (0 Replies)
Discussion started by: xenos
0 Replies

2. UNIX for Dummies Questions & Answers

Using UNIX Commands with Larger number of Files

Hello Unix Gurus, I am new to Unix so need some help on this. I am using the following commands: 1) mv -f Inputpath/*. outputpath 2) cp Inputpath/*. outputpath 3) rm -rf somepath/* 4) Find Inputpath/*. Now I get the following error with... (18 Replies)
Discussion started by: pchegoor
18 Replies

3. Shell Programming and Scripting

Sed: how do I insert a \ in my replace

I'm in the process of being forward-thinking and finally converting my site's db to UTF-8. I've already done the UTF-8 conversion (on a copy for testing) and now I want to go through and convert html entities to their actual characters. I ran an entity decode on a mysqldump file but realized... (10 Replies)
Discussion started by: dheian
10 Replies