Skip to content

rochester-rcl/transcription-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transcription-test

Initial setup

open terminal

sudo easy_install pip
  *when you are prompted for a password, type in the admin password for 
  your Mac and press return (you won't see the password as you type)
sudo pip install flask
sudo pip install lxml
mkdir ~/Sites
cd ~/Sites
git clone https://github.com/blakearchive/transcription-test.git dtp
cd dtp
python run.py

Site is available at localhost:8002

Subsequent use

cd ~/Sites/dtp
python run.py

Site is available at localhost:8002

to use: copy and paste the transcription xml (from <phystext> to </phystext>) into the text box and press submit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 90.9%
  • HTML 6.9%
  • Python 2.2%