Submission system for an African Language Short Story Competition

bkmgit 746adbadd0 add viewport information 2 سال پیش
css 45963c1332 update submission statistics and story display 3 سال پیش
fonts 0e4a789b77 have fonts on server 4 سال پیش
images 19d7807bbb add favicon, add submission numbers page and update translations 4 سال پیش
js f9998af020 update dates and submission statistics 3 سال پیش
README.md efa7a8502f update site location 4 سال پیش
contact.php 746adbadd0 add viewport information 2 سال پیش
contact1.php 746adbadd0 add viewport information 2 سال پیش
coordinator1.php 746adbadd0 add viewport information 2 سال پیش
createvoteids1.php 746adbadd0 add viewport information 2 سال پیش
displaystories.php 746adbadd0 add viewport information 2 سال پیش
displaystories1.php 746adbadd0 add viewport information 2 سال پیش
evaluate.php 746adbadd0 add viewport information 2 سال پیش
evaluate1.php 746adbadd0 add viewport information 2 سال پیش
faq.php 746adbadd0 add viewport information 2 سال پیش
faq1.php 746adbadd0 add viewport information 2 سال پیش
flyers.php 746adbadd0 add viewport information 2 سال پیش
flyers1.php 746adbadd0 add viewport information 2 سال پیش
footer.php 4accbe269c add other php files 4 سال پیش
getevaluations1.php 746adbadd0 add viewport information 2 سال پیش
getlanguage.php 8132b6ff8a update translations and submission statistics 3 سال پیش
getstory.php e105486b9c update languages and submission statistics 3 سال پیش
getstory1.php 05f1df5cf7 prepare second competition code 3 سال پیش
gettelephone.php 1144be4730 add translation submission page 3 سال پیش
gettitles.php e105486b9c update languages and submission statistics 3 سال پیش
gettitles1.php 05f1df5cf7 prepare second competition code 3 سال پیش
gettitlestotranslate.php 09b4964230 allow submission of translations 3 سال پیش
index.php 746adbadd0 add viewport information 2 سال پیش
index1.php 746adbadd0 add viewport information 2 سال پیش
languagelist.php 8132b6ff8a update translations and submission statistics 3 سال پیش
license.md a660db19ab Add license 4 سال پیش
privacy.php 746adbadd0 add viewport information 2 سال پیش
privacy1.php 746adbadd0 add viewport information 2 سال پیش
resources.php 746adbadd0 add viewport information 2 سال پیش
resources1.php 746adbadd0 add viewport information 2 سال پیش
softkeyboard.php 3c2a7a8a9e Add Ateso and update submission statistics 3 سال پیش
submissionstatistics.php 746adbadd0 add viewport information 2 سال پیش
submissionstatistics1.php 746adbadd0 add viewport information 2 سال پیش
submit.php 746adbadd0 add viewport information 2 سال پیش
submit1.php 746adbadd0 add viewport information 2 سال پیش
submitdatabaseinfo.php 05f1df5cf7 prepare second competition code 3 سال پیش
submitdatabaseinfo1.php 05f1df5cf7 prepare second competition code 3 سال پیش
submitsave.php 45963c1332 update submission statistics and story display 3 سال پیش
submitsave1.php 05f1df5cf7 prepare second competition code 3 سال پیش
submitsetup.php 05f1df5cf7 prepare second competition code 3 سال پیش
submitsetup1.php 05f1df5cf7 prepare second competition code 3 سال پیش
submittranslation.php 746adbadd0 add viewport information 2 سال پیش
submittranslation1.php 746adbadd0 add viewport information 2 سال پیش
submittranslationsave.php 09b4964230 allow submission of translations 3 سال پیش
submittranslationsave1.php 05f1df5cf7 prepare second competition code 3 سال پیش
submittranslationsetup.php 09b4964230 allow submission of translations 3 سال پیش
submittranslationsetup1.php 05f1df5cf7 prepare second competition code 3 سال پیش

README.md

Submission System for African Language Short Story Competition

The site is deployed at https://tuvutepamoja.africa.

Contributing

Contributions to the software are welcome. Most collaboration on the software happens through this repository. Please make a user account at https://notabug.org to contribute.

The main concepts in using a git repository are described here. It is possible to make contributions entirely in the web interface, a tutorial on this for GitHub, which has many similar features, can be found here.

  • To suggest changes, please login to your user account and file an issue.

  • To add code, please fork the repository then make a pull request with any changes.

Translations

  • Translations are also welcome. The submission page is the most important one to translate. The strings to be translated can be found in the second array, string here. Please login and then fork the repository, make a file languagetranslation.js using englishtranslation.js as a template, add your translations then make a pull request. Please file an issue for translations of other pages.

Developers

The site is developed in HTML, CSS, Javascript and PHP. If you are a developer and have a local copy of this repository, you will need to have PHP working on your computer. Introductions to web development can be found here and here. You can run a development server using

php -S localhost:8000 submit.php