From 1ee18ffe1a565be635a403dedf520380834f17fb Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 17 Feb 2014 14:26:10 +0530 Subject: changing About TBC according to the new write up --- tbc/static/templates/contribute.html | 20 -------------------- tbc/static/templates/guidelines.html | 12 ++++++++++++ tbc/static/templates/how.html | 29 +++++++++++++++++++++++++++++ tbc/static/templates/who.html | 8 ++++++++ 4 files changed, 49 insertions(+), 20 deletions(-) delete mode 100644 tbc/static/templates/contribute.html create mode 100644 tbc/static/templates/guidelines.html create mode 100644 tbc/static/templates/how.html create mode 100644 tbc/static/templates/who.html (limited to 'tbc/static/templates') diff --git a/tbc/static/templates/contribute.html b/tbc/static/templates/contribute.html deleted file mode 100644 index 6ed99bc..0000000 --- a/tbc/static/templates/contribute.html +++ /dev/null @@ -1,20 +0,0 @@ -

Stage 1

- -

Stage 2

- diff --git a/tbc/static/templates/guidelines.html b/tbc/static/templates/guidelines.html new file mode 100644 index 0000000..5b97bf1 --- /dev/null +++ b/tbc/static/templates/guidelines.html @@ -0,0 +1,12 @@ + diff --git a/tbc/static/templates/how.html b/tbc/static/templates/how.html new file mode 100644 index 0000000..9e948f2 --- /dev/null +++ b/tbc/static/templates/how.html @@ -0,0 +1,29 @@ +

How to contribute ?

+
    +
  1. Contributor selects 3 textbooks and sends proposal through mail to textbook[at]fossee[dot]in in the preferred order.
  2. + +
  3. This mail should carry information about the Contributor. Details should be mentioned as under:
  4. + +
  5. Reviewer will have a look at the proposed books, select an appropriate book and allot to the contributor. At this stage, the contributor will be asked to send sample examples (through mail) i.e. solved examples from any one chapter as an IPython Notebook. +Kindly refer to the Sample IPython Notebook
  6. +
  7. Reviewer reviews the sample notebook and if not satisfied, the contributor will be notified to make necessary corrections and send the sample notebook again.
  8. +
  9. Once the reviewer is satisfied with the sample notebook, he/she will give a consent to the contributor to complete the book in 2 months.
  10. +
  11. The contributor has to submit the codes on the interface through Submit Book link when he/she finishes coding the book.
  12. +
  13. The entire submission will then be reviewed and the contributor will be notified about corrections, if required. The review of the book will typically take approximately 25 working days to finish. Each time the codes are submitted, it will be queued up with other review requests and will result in subsequent delays. When no more corrections are required, the book is termed as completed and the contributor will be notified to fill the Internship Forms +
diff --git a/tbc/static/templates/who.html b/tbc/static/templates/who.html new file mode 100644 index 0000000..60897ea --- /dev/null +++ b/tbc/static/templates/who.html @@ -0,0 +1,8 @@ +

+ Who can contribute ? +

Anyone can contribute !

+ +

-- cgit