summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorankitjavalkar2015-10-08 12:37:56 +0530
committerankitjavalkar2015-10-08 12:39:54 +0530
commitd84aa639765096078763fe2caab24e4751a339aa (patch)
treef6b0970861cbde34aed36bbcedc33c01879a0cf6 /README.md
parentd56bd4e6fc72fc03438280db184e2ab2e9137c61 (diff)
downloadonline_test-d84aa639765096078763fe2caab24e4751a339aa.tar.gz
online_test-d84aa639765096078763fe2caab24e4751a339aa.tar.bz2
online_test-d84aa639765096078763fe2caab24e4751a339aa.zip
Minor changes to setup.py and README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.md b/README.md
index ed19e16..79e4766 100644
--- a/README.md
+++ b/README.md
@@ -72,21 +72,22 @@ Quick Start
1. User can also login to the Default Django admin using;
- Admin - Username: admin | Password: admin
-Inspiration
-===========
+History
+=======
At FOSSEE, Nishanth had implemented a nice django based app to
-test for multiple-choice questions. I was inspired by a
-programming contest that I saw at PyCon APAC 2011. Chris Boesch, who
+test for multiple-choice questions. Prabhu Ramchandran was inspired by a
+programming contest that he saw at PyCon APAC 2011. Chris Boesch, who
administered the contest, used a nice web application
[Singpath](http://singpath.com) that he had built on top of GAE that
basically checked your Python code, live. This made it fun and interesting.
-I wanted an implementation that was not tied to GAE and decided to write
-one myself and the result is the "exam" app. The idea being that I can
-use this to test students programming skills and not have to worry about
-grading their answers myself and I can do so on my machines.
+Prabhu wanted an implementation that was not tied to GAE and hence wrote
+the initial cut of what is now 'Yaksh'. The idea being that
+anyone can use this to test students programming skills and not have to worry
+about grading their answers manually and instead do so on their machines.
+The application has since been refactored and maintained by FOSSEE Developers.
Contact
=======
@@ -107,7 +108,7 @@ Authors
Main author: Prabhu Ramachandran
-I gratefully acknowledge help from the following:
+Help from the following is gratefully acknowledged:
- Nishanth Amuluru originally from FOSSEE who wrote bulk of the
login/registration code. He wrote an initial first cut of a quiz app
@@ -121,5 +122,7 @@ I gratefully acknowledge help from the following:
- Srikant Patnaik and Thomas Stephen Lee, who helped deploy and test
the code.
+ - [FOSSEE Developers](http://singpath.com)
+
-Copyright (c) 2011 Prabhu Ramachandran and FOSSEE (fossee.in)
+Copyright (c) 2011 FOSSEE (fossee.in)