summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/webquiz/README-scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-16 22:43:33 +0000
committerKarl Berry <karl@freefriends.org>2019-03-16 22:43:33 +0000
commit7e80fa208736f4ab99b1d57dd1571da41f1e3744 (patch)
tree606bd82a5737d587ef239fd58a5a58c256666178 /Master/texmf-dist/scripts/webquiz/README-scripts
parent9de7d0ea371387f647487812b48b51030c739bdf (diff)
webquiz
git-svn-id: svn://tug.org/texlive/trunk@50419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/webquiz/README-scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/webquiz/README-scripts16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/webquiz/README-scripts b/Master/texmf-dist/scripts/webquiz/README-scripts
new file mode 100755
index 00000000000..8199d0ccc37
--- /dev/null
+++ b/Master/texmf-dist/scripts/webquiz/README-scripts
@@ -0,0 +1,16 @@
+The WebQuiz executable is webquiz.py. On unix-like systems it is enough to
+create a soft link to this file using something like:
+ ln -s $(pwd)/webquiz.py /usr/local/bin/webquiz
+
+The batch file webquiz.bat comes from
+ https://tex.stackexchange.com/questions/40937/how-to-publish-a-package-that-includes-scripts-and-or-executables/40971
+
+The files in this directory are:
+ - webquiz.py* = processes command-line options and settings
+ - webquiz_layout.py = determines the final layout of the web pages
+ - webquiz_makequiz.py = converts the XML into HTML
+ - webquiz_templates.py = template strings for HTML and
+ - webquiz_util.py = utility functions
+ - webquiz_xml.py = read and interpret the webquiz XML file
+ - CHANGES.rst = list of changes to program
+ - LICENCE = copy of the GPL licence