summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2021-09-29README: Add a Download section using a dynamic block.Arun Isaac
In addition, we link to the GitHub repo in this new Download section rather than in the Contributing section. * README.org (download): Add dynamic block. (Contributing): Delete github-link dynamic block. * build-aux/build-home-page.el (org-dblock-write:github-link): Delete function. (org-dblock-write:download): New function.
2021-09-29README: Add GitHub link using an org dynamic block.Arun Isaac
* README.org (Contributing): Add github-link dynamic block. * build-aux/build-home-page.el (org-dblock-write:github-link): New function. (build-website): Update all org dynamic blocks. Do not insert GitHub link using `search-forward' and `insert'.
2021-06-19README: Remove broken link to tutorial.Arun Isaac
* README.org (Documentation): Remove broken link to tutorial.
2021-06-10README: Do not use org macros.Arun Isaac
Unfortunately, GitHub's org exporter does not support macros. * README.org (ci-badge): Delete macro. Replace ci-badge macro invocations with expansions.
2021-06-10README: Add continuous integration badges.Arun Isaac
* README.org (ci-badge): New macro. Add continuous integration badges. * build-aux/build-home-page.el (org-html--svg-image): Override org-html--svg-image to export svg using an img tag instead of an object tag.
2021-05-24Mention documentation in the README.Arun Isaac
* README.org (Documentation): New section.
2021-05-24Rewrite the README introduction to ccwl.Arun Isaac
* README.org: Rewrite introduction.
2021-05-24Add Contributing section to README.Arun Isaac
* README.org (Contributing): New section.
2021-05-24Downcase ccwl.Arun Isaac
* README.org: Downcase ccwl.
2021-03-26Add README.Arun Isaac
* README.org: New file.