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

INSTALLMGR.1(1) 					      Sword Module Utilities						   INSTALLMGR.1(1)

NAME
installmgr - install, list, update and remove SWORD modules SYNOPSIS
installmgr -init installmgr -l installmgr -u [ModuleName] installmgr -s installmgr [-r | -rl | -rd] [RemoteSrcName] installmgr -ri [RemoteSrcName] [ModuleName] installmgr -ll [PATH] installmgr -li [PATH] [ModuleName] DESCRIPTION
A command line utility to manipulate SWORD modules. It can be used to install, remove, list and update SWORD modules, from local and network locations. Please note modules will be installed into /usr/share/sword without using APT. If you use this utility you will not be able to uninstall these modules using apt-get, aptitude, synaptic and similar tools. OPTIONS
-init Creates basic user configuration file. This will overwrite existing one. -l Lists currently installed SWORD modules. -u [ModuleName] Uninstalls module. -s Lists available remote sources [-r | -rl | -rd] [RemoteSrcName] These are used to manipulate remote sources. -r Refreshes remote source. -rl Lists available modules from the remote source. -rd Lists new/updated modules from the remote source. -ri [RemoteSrcName] [ModuleName] Install module from remote source. -ll [PATH] List available modules at a specified local path. -li [PATH] [ModuleName] Install module from local path. Authors This manual page was written by Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> for Debian project but may be used by others. SEE ALSO
SWORD 1.6.2+dfsg 2012-02-22 INSTALLMGR.1(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