46 lines
1.3 KiB
INI
46 lines
1.3 KiB
INI
# LEXIPYTHON CONFIG FILE
|
|
#
|
|
# This file defines the configuration values for an instance of Lexipython.
|
|
# Configuration values are written as:
|
|
>>>CONFIG_NAME>>>
|
|
value
|
|
<<<CONFIG_NAME<<<
|
|
# The above defines a config value named CONFIG_NAME with a value of "value".
|
|
|
|
# The title of the Lexicon game, displayed at the top of each entry.
|
|
>>>LEXICON_TITLE>>>
|
|
Lexicon Title
|
|
<<<LEXICON_TITLE<<<
|
|
|
|
# The sidebar image. Constrained to 140-px.
|
|
>>>LOGO_FILENAME>>>
|
|
logo.png
|
|
<<<LOGO_FILENAME<<<
|
|
|
|
# The prompt for the Lexicon. Will be read as HTML and inserted into the
|
|
# header directly.
|
|
>>>PROMPT>>>
|
|
<i>Prompt goes here</i>
|
|
<<<PROMPT<<<
|
|
|
|
# Session page content. Will be read as HTML and inserted into the body of
|
|
# the session page directly.
|
|
>>>SESSION_PAGE>>>
|
|
<p>Put session information here, like the index grouping and turn count, where to send completed entries, index assignments, turn schedule, and so on.</p>
|
|
<<<SESSION_PAGE<<<
|
|
|
|
# Index headers. An index is a string of characters, which are the characters
|
|
# an entry has to begin with to fall under that index. Indices will be listed
|
|
# in the order written. Entries will be put into the first index they match.
|
|
# Leftover entries will be listed under "&c." at the end.
|
|
>>>INDEX_LIST>>>
|
|
ABC
|
|
DEF
|
|
GHI
|
|
JKL
|
|
MNO
|
|
PQRS
|
|
TUV
|
|
WXYZ
|
|
<<<INDEX_LIST<<<
|