%def name="markdownHelp()"> <% message = '
‘reStructuredText is a \ lightweight markup language intended to be highly readable in \ source format’ \ (Wikipedia). \ Check out the \ Quick reStructuredText page to learn how to use \ reStructuredText.
' title = 'Help with reStructuredText syntax; opens window in current page' %> ${self.helperButton(message, title)} %def> <%def name="formEmbeddingHelp()"> <% message = 'Enter "form[X]" to embed the Form with \ ID X in your Collection’s content and simultaneously \ associate that Form with your Collection.
Embedded Forms are \ automatically numbered when displayed. You can reference the Form \ with ID X by entering "ref[X]".
' title = 'Help with embedding Forms; opens window in current page' %> ${self.helperButton(message, title)} %def> <%def name="entityLinkingHelp()"> <% message = 'Create a link to the Form, \ File, Collection, Speaker or User with ID X by using the following \ syntax:
\ where "X" is the id of the entity you want to link to.
' title = 'Help with refering to OLD Entities ; opens window in current page' %> ${self.helperButton(message, title)} %def> <%def name="imageEmbeddingHelp()"> <% message = 'The content of some Files is an \ image. You can embed this image with the following syntax: \ "image(X)", where "X" is the name of the image file.' title = 'Help with embedding an image; opens window in current page' %> ${self.helperButton(message, title)} %def> <%def name="fileLinkingHelp()"> <% message = '
You can create a link directly to \ the content of an OLD File with the following syntax: "[X]link(Y)",\ where "X" the text of the link and "Y" is the name of the file \ being linked to.' title = 'Help with linking to a file; opens window in current page' %> ${self.helperButton(message, title)} %def> <%def name="OLOrthographySpecifyingHelp()"> <% message = u"""
Enter a comma-separated list of the graphs (characters or character \ sequences) representing the letters of the orthography of the object \ language. (Whitespace and newlines will be ignored.)
\ \The system will expect users to use these graphs when entering Form \ transcriptions, Form morpheme breaks (or any other object language strings) \ and when searching the object language fields of the database.
\ \The ordering of the graphs will determine how words are sorted in \ the dictionary interface to the database. If two or more graphs have the \ same rank, enclose them in square brackets and separate them with commas. \ Graphs that have the same rank are usually accented variants of one \ another. If this is the case, list the unaccented graph before the \ accented ones.
\ \Do not list uppercase variants of lowercase graphs. If the orthography \ uses uppercase variants, deselect the only lowercase option \ below; this will cause the system to guess the uppercase variants of the \ graphs you have entered
\ \Example. A small orthography where "á" and "a" have the same rank:
\ \"[a, á], b, c, d".
\ """ title = u"""Help with specifying the object language orthography of your \ application; opens window in current page""" %> ${self.helperButton(message, title)} %def> <%def name="MLOrthographySpecifyingHelp()"> <% message = u"""Enter a comma-separated list of the graphs (characters or character \ sequences) representing the letters of the orthography of the metalanguage\ (Whitespace and newlines will be ignored.)
\ \The system will expect users to use these graphs when entering Form \ glosses.
\ \The ordering of the characters will determine how words are sorted in\ the dictionary interface to the database. If two or more characters\ have the same rank, enclose them in square brackets and separate them with\ commas.
\ \Example. A small orthography where á and a have \ the same rank:
\ \[a, á], b, c, d.
\ """ title = u"Help with specifying the metalanguage orthography of your \ application; opens window in current page" %> ${self.helperButton(message, title)} %def> <%def name="ISO_639Help()"> <% message = u"""An ISO 639-3 Code is a unique three-letter identifier for a \ language. If you do not know the code for the language, try entering the \ name of the language in the Name field above and the OLD will \ search for a match. If you find a match and click on it, the ISO 639-3 \ Code field will be automatically populated.
\ \From the ISO 639-3 web page: \ ISO 639-3 attempts to provide as complete an enumeration of languages \ as possible, including living, extinct, ancient, and constructed languages, \ whether major or minor, written or unwritten.
\ """ title = u"""What is an ISO 639-3 Code?; opens window in current page""" %> ${self.helperButton(message, title)} %def> <%def name="objectLanguageNameHelp()"> <% message = u"""Enter the name of the language that this OLD application is about. This \ name will be used throughout the application to refer to the language being \ studied and will appear in the header at the top of every page.
\ \As you type, the OLD will search the \ ISO 639-3 database \ for a match. If no match is found, this is probably because the \ Reference Name given to your language by the ISO 639-3 standard \ happens to be different from the name you prefer to use. Use whatever name \ you want, but enter the appropriate ISO 639-3 Code (if one exists!) in the \ following field so that users of your application can unambiguously \ identify your language.
\ """ title = u"""Help with entering a name for your object language; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="storageOrthographyHelp()"> <% message = u"""Choose the orthography that will be used to store strings of the object language.
\ """ title = u"""Help with choosing a storage orthography; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="defaultInputOrthographyHelp()"> <% message = u"""Choose the default orthography that should be used to enter strings of the object language.
\ """ title = u"""Help with choosing a default input orthography; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="defaultOutputOrthographyHelp()"> <% message = u"""Choose the default orthography that should be used to display strings of the object language.
\ """ title = u"""Help with choosing a default output orthography; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="orthographyNameHelp()"> <% message = u"""Give a name to your object language orthography. A name is not required, \ but it helps users to identify the orthography.<\p>\ """ title = u"Help with output orthography names; opens window in current page" %> ${self.helperButton(message, title)} %def> <%def name="OLOrthographyHelp()"> <% message = u"""
An object language orthography is an ordered list of graphs (characters \ or character sequences) representing an alternate orthography that users may \ choose to use when viewing or exporting strings of the object language.
\ \If desired, one output orthography may be selected as the default output \ orthography, meaning that strings of the object language will be displayed \ in this orthography by default. (See Default Output Orthography\ above.)
\ \In order for the system to define a mapping from the primary \ object language orthography to an output orthography, the output orthograpy \ must have the exact same structure as the primary object language \ orthography. Output orthographies lacking this property will be rejected.
\ \
E.g., (2) is a valid output orthography for (1), but (3) and (4) are \ not.
\ \1. [_a, _á], b, c, d
\2. [ae, áé], b, c, d
\3. ae, áé, b, c, d
\4. [ae, áé, àè], b, c, d
\ """ title = u"""Help with entering an object language output orthography; opens \ window in current page""" %> ${self.helperButton(message, title)} %def> <%def name="metaLanguageNameHelp()"> <% message = u"""Enter the name of the language that users will use when glossing, \ describing and analyzing the object language.
\ \As you type, the OLD will search the \ ISO 639-3 database \ for a match. If no match is found, this is probably because the \ Reference Name given to your metalanguage by the ISO 639-3 \ standard happens to be different from the name you prefer to use. Use \ whatever name you want, but enter the appropriate ISO 639-3 Code \ (if one exists!) in the following field so that users of your application \ can unambiguously identify your metalanguage.
\ """ title = u"""Help with entering a name for your metalanguage; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="headerImageHelp()"> <% message = u"""Enter the name (including extension) of an OLD image File that you have \ already uploaded. This image will then be used as the background image for \ the banner/header at the top of each page. Ideally, the image should be \ 950px wide. Make sure the image File is not too big (>500 KB) or it may \ slow down your application.\
\ """ title = u"""Help with entering a header image name; opens window \ in current page""" %> ${self.helperButton(message, title)} %def> <%def name="helperButton(message, title)"> ? %def>