aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-09-29 01:18:26 +0530
committerArun Isaac2021-09-29 01:47:28 +0530
commit29a0b81f92c84543fc18791d2f36d52f99c6ea22 (patch)
tree412c72a9980aadb067632c36e7199b8b62fb43f5 /README.org
parentf1a5d47fe3ed4cceb00d21c5858442a84dfa8147 (diff)
downloadccwl-29a0b81f92c84543fc18791d2f36d52f99c6ea22.tar.gz
ccwl-29a0b81f92c84543fc18791d2f36d52f99c6ea22.tar.lz
ccwl-29a0b81f92c84543fc18791d2f36d52f99c6ea22.zip
README: Add a Download section using a dynamic block.
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.
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 450553f..5afde36 100644
--- a/README.org
+++ b/README.org
@@ -11,6 +11,9 @@ ccwl is a compiler to generate CWL workflows from concise descriptions
in ccwl. In the future, ccwl will also have a runtime whereby users
can interactively execute workflows while developing them.
+#+BEGIN: download
+#+END:
+
* Documentation
[[https://ccwl.systemreboot.net/manual/dev/en/][Documentation for ccwl]] is available online. If ccwl is installed on
@@ -20,9 +23,6 @@ introduction to ccwl.
* Contributing
-#+BEGIN: github-link
-#+END:
-
Feedback, suggestions, feature requests, bug reports and pull requests
are all welcome. Unclear and unspecific error messages are considered
a bug. Do report them!