summaryrefslogtreecommitdiff
path: root/README.txt
AgeCommit message (Collapse)Author
2011-12-09Moved the README file to the root dirparth
2011-12-09Moved all the apps to testapp folderparth
2011-11-26Fixing incorrect path.Prabhu Ramachandran
2011-11-26Updating README.Prabhu Ramachandran
2011-11-24ENH/TMP: Preliminary support for bash scripts.Prabhu Ramachandran
- Changing the Question model to add a language attribute. - Moving python_server.py -> code_server.py. - Adding functionality to test for Shell scripts. This is still incomplete since the shell code checker seems to have some problems. - Modified the xmlrpc_clients to support multiple languages and right now two. - Using setgid/setuid instead of setegid/seteuid in the code_server.py.. - Adding a bash example to the sample_questions.py. The shell script support doesn't quite work yet but this is really a code_server/checking issue.
2011-11-21Updating README.Prabhu Ramachandran
2011-11-21DOC: Updating readme and moving samples to docs.Prabhu Ramachandran
2011-11-19Configure server port and timeout in settings.pyPrabhu Ramachandran
Also updated documentation.
2011-11-16DOC: Updating README.Prabhu Ramachandran
2011-11-12DOC: Updating README with user dir info.Prabhu Ramachandran
2011-11-12ENH: Running remote code safely via XMLRPC.Prabhu Ramachandran
Adding a python_server which executes code as nobody safely so users cannot do too much damage.
2011-11-08ENH: Command to load questions from XML file.Prabhu Ramachandran
Added manage command to load questions from XML file. Updated README and including a simple set of sample questions for testing.
2011-11-08DOC: Example question in README.Prabhu Ramachandran
2011-11-08Adding readme.Prabhu Ramachandran