summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/feed: format via blackrsiddharth2020-09-141-51/+51
|
* bin/html: format via blackrsiddharth2020-09-141-40/+47
|
* bin/html: fix feedrsiddharth2020-09-141-1/+1
| | | | Change `p` call to `err`
* bin/html: fix markdownrsiddharth2020-09-141-1/+1
| | | | Change `p` call to `err`
* bin/feed: add spacingrsiddharth2020-09-141-0/+1
| | | | Separate mistune import from imports from standard lib.
* bin/html: add spacingrsiddharth2020-09-141-0/+1
| | | | Separate mistune import from imports from standard lib.
* Merge branch 'master' into 'master'rsiddharth2020-09-144-17/+1192
|\ | | | | | | | | switch to mistune markdown parser See merge request fsfi/fsfi!2
| * switch to mistune markdown parserKarthik2020-09-144-17/+1192
|/
* Makefile: feed: Add vendor/ to python pathrsiddharth2020-09-111-1/+1
| | | | Makefile
* Makefile: html: Add vendor/ to python pathrsiddharth2020-09-111-1/+1
|
* .gitignore: Add __pycache__/rsiddharth2020-09-111-0/+1
|
* .gitignore: Remove *~rsiddharth2020-09-111-1/+0
|
* Makefile: clean: remove __pycache__rsiddharth2020-09-111-0/+1
|
* volunteer/submit: update gl_new_issuersiddharth2020-09-041-0/+5
| | | | * static/volunteer/submit/index.php (gl_new_issue): Add comment.
* volunteer: automatically created GitLab issuersiddharth2020-09-041-6/+32
| | | | | | | * static/volunteer/submit/index.php (conf, gl_new_issue): New functions. (send): Send email and create GitLab issue on fsfi/volunteer-tracker repository.
* static: follow.html: update fsf-discuss linkrsiddharth2020-08-291-1/+1
|
* static: contact: Add links to mastodon and fsf-discussrsiddharth2020-08-291-1/+5
|
* includes: follow.html: Add "Follow FSF India".rsiddharth2020-08-112-1/+4
|
* includes: follow.html: add mailing list.rsiddharth2020-08-113-0/+192
| | | | | | * scss/style.scss: Add .email-icon. * static/assets/img/email.svg: New file. * static/includes/follow.html: add link to fsf-discuss mailing list.
* footer: add "follow us" sectionrsiddharth2020-08-083-1/+47
| | | | | | * scss/style.scss (.mastadon-icon .follow-block): New classes. * static/includes/follow.html: New file. * static/includes/footer.html: Include follow.html
* Makefile: update feedrsiddharth2020-08-081-1/+1
| | | | display command.
* Makefile: update htmlrsiddharth2020-08-081-1/+1
| | | | display command.
* 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.