User:Eleanorg/2.1/Prototypes/transcription: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
Asking people to transcribe text and submit it to a central document. Will they transcribe verbatim?
Asking people to transcribe text and submit it to a central document. Will they transcribe verbatim?
===make db of imgs waiting to be transcribed===


===input form===
===input form===
Show an img waiting to be transcribed, with input form for transcription.
<source lang="html4strict">
<source lang="html4strict">


</source>
</source>


===processing the input===
===proces input form===
Change status of that img in db to 'finished'.
 
 
 
===display transcribed texts===
CGI displays an html doc of all transcribed db entries.

Revision as of 13:56, 21 September 2012

Asking people to transcribe text and submit it to a central document. Will they transcribe verbatim?

make db of imgs waiting to be transcribed

input form

Show an img waiting to be transcribed, with input form for transcription.

proces input form

Change status of that img in db to 'finished'.


display transcribed texts

CGI displays an html doc of all transcribed db entries.