summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* static: add mastadon iconrsiddharth2020-08-081-0/+90
| | | | * static/assets/img/mastadon.svg: New file.
* proprietary-apps-in-schools.ml.md: add <br /> after translated byrsiddharth2020-08-061-1/+1
|
* proprietary-apps-in-schools.ml.md: close <sup> for #fn-4rsiddharth2020-08-061-1/+1
|
* proprietary-apps-in-schools.ml.md: fix footer linksrsiddharth2020-08-061-6/+6
|
* Merge branch 'open-letter-to-kite' into 'master'rsiddharth2020-08-071-0/+103
|\ | | | | | | | | | | | | Added a Malayalam Translation Closes #1 See merge request fsfi/fsfi!1
| * Update proprietary-apps-in-schools.ml.mdAbraham Raji2020-08-061-7/+7
| | | | | | | | - Fix: unclosed span tags !1
| * Update proprietary-apps-in-schools.ml.mdAbraham Raji2020-08-051-1/+1
| | | | | | !1#note_6988
| * Apply 1 suggestion(s) to 1 file(s)Abraham Raji2020-08-051-1/+1
| |
| * Apply 1 suggestion(s) to 1 file(s)Abraham Raji2020-08-051-1/+1
| |
| * Apply 1 suggestion(s) to 1 file(s)Abraham Raji2020-08-051-1/+1
| |
| * Apply 1 suggestion(s) to 1 file(s)Abraham Raji2020-08-051-1/+1
| |
| * Update proprietary-apps-in-schools.ml.mdAbraham Raji2020-08-051-1/+1
| | | | | | !1#note_6967
| * Update proprietary-apps-in-schools.ml.mdAbraham Raji2020-08-051-2/+0
| | | | | | | | !1#note_6966
| * Apply 1 suggestion(s) to 1 file(s)Abraham Raji2020-08-051-2/+2
| |
| * Added a Malayalam TranslationAbraham Raji2020-08-011-0/+105
|/ | | | - Open letter to KITE: On the use of proprietary apps and services for online classes in schools
* templates: remove news.ml.htmlrsiddharth2020-07-251-45/+0
| | | | * templates/html/news.ml.html: Remove file.
* bin/feed: add i18n handlingrsiddharth2020-07-251-7/+10
| | | | | | | | | * bin/feed (slug): Add regex to detect ISO 639-1 string. Return unique name, slug and the ISO 639-1 string. The third value returned is None when is there no ISO 639- string in the file name. (elink): Add argument `l` -- ISO 639-1 string. Append it to the URL if it is not None. (entry): Update slug and elink calls.
* add i18n supportrsiddharth2020-07-251-2/+7
| | | | | | | | * bin/html (html): Add argument `lm` -- langmap and add handling to insert lang block if the news item is available in more than one language. (process): Generate language map via `langmap` and pass it to the `html` call.
* templates: update news.htmlrsiddharth2020-07-251-0/+2
| | | | * templates/html/news.html: Add placeholder for lang block.
* templates: add lang.htmlrsiddharth2020-07-251-0/+3
| | | | * templates/html/lang.html: New template.
* bin/html: add langhtml.rsiddharth2020-07-251-0/+12
| | | | * bin/html (langhtml): New function.
* bin/html: update PH.rsiddharth2020-07-251-0/+1
| | | | * bin/html (PH): Add 'lang' placeholder.
* bin/html: add lhref.rsiddharth2020-07-251-0/+7
| | | | * bin/html (lhref): New function.
* bin/html: add langmap.rsiddharth2020-07-251-0/+18
| | | | * bin/html (langmap): New function.
* bin/html: detect i18n filesrsiddharth2020-07-251-6/+9
| | | | | | | | | | | * bin/html (slug): Add regex to identify ISO 639-1 string in file name. Return a tuple containing the file 'slug' and the IS0 639-1 string. The second element of the tuple is None when ISO 639-1 string is not found in the file name. (html): Read ISO 639-1 string into `l` and return it as the third element. (process): Add handling to write localized version at `SLUG/XX` where `XX` is a ISO 639-1 string.
* templates: add news.ml.htmlrsiddharth2020-07-251-0/+45
|
* scss/style.scss: add .langrsiddharth2020-07-251-0/+12
| | | | Styling for i8n.
* contact/submit: update 'to' addressrsiddharth2020-07-231-1/+1
| | | | Remove GN and Srikar; add Praveen.
* volunteer/submit: update 'to' addressrsiddharth2020-07-231-1/+1
| | | | Remove GN and Srikar; add Praveen.
* Add LICENSErsiddharth2020-07-221-0/+14
|
* bin/markdown: Add license identifier.rsiddharth2020-07-221-0/+2
|
* static/volunteer/index.html: change challenge placeholder.rsiddharth2020-07-201-1/+1
| | | | Thanks Nishant Sharma.
* static/contact/index.html: update challenge placeholderrsiddharth2020-07-201-1/+1
| | | | Thanks Nishant Sharma.
* proprietary-apps-in-schools.md: update 'Recommendations' sectionrsiddharth2020-07-121-12/+12
|
* Add news/proprietary-apps-in-schoolsrsiddharth2020-07-112-0/+135
|
* Add news/arogya-sethursiddharth2020-05-283-1/+51
|
* Add md/news/thottingalrsiddharth2019-09-122-0/+46
|
* static/contact: Update index.html.rsiddharth2019-08-081-0/+2
| | | | * static/contact/index.html: Add contact text.
* static/contact/submit/index.php: Update send.rsiddharth2019-08-041-0/+2
| | | | | * static/contact/submit/index.php (send): Add IP address of client send the message.
* volunteer/submit/index.php: Updat send.rsiddharth2019-08-041-0/+2
| | | | | static/volunteer/submit/index.php (send): Add IP address of the sender in the message.
* md/news/mh-schools-floss.md: Add school board, fix grammar.rsiddharth2019-07-291-9/+9
|
* Add md/news/mh-schools-floss.md.rsiddharth2019-07-282-0/+32
|
* bin/feed: Fix URL.rsiddharth2019-07-211-1/+1
|
* Makefile: $(CSS): Emit compressed CSS.rsiddharth2019-07-191-1/+1
|
* scss/_all.scss: Include only what's need from Bulma.rsiddharth2019-07-191-5/+26
|
* static/index.html: Fix news item link.rsiddharth2019-07-171-1/+1
|
* static/index.html: Add news item.rsiddharth2019-07-171-0/+5
|
* .gitignore: Ignore /static/news/images/rsiddharth2019-07-171-0/+1
|
* Add md/news/vnrvjiet-fw.md.rsiddharth2019-07-171-0/+27
|
* static/news/index.html: Add title, fix html error.rsiddharth2019-07-171-1/+3
|