diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 10:35:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 10:42:02 -0300 |
commit | fe4cc7d90f77503dc9c3675d4c27c2de6d6ffdc6 (patch) | |
tree | 2402a9836a00e306b7bd14710357ac939afd6d81 | |
parent | Move scripts/ to build-aux/ (diff) | |
download | server-fe4cc7d90f77503dc9c3675d4c27c2de6d6ffdc6.tar.gz server-fe4cc7d90f77503dc9c3675d4c27c2de6d6ffdc6.tar.xz |
Move workflow/ to build-aux/workflow/
-rw-r--r-- | build-aux/workflow/preamble.org (renamed from workflow/preamble.org) | 14 | ||||
-rw-r--r-- | build-aux/workflow/vendor/htmlize.el (renamed from workflow/vendor/htmlize.el) | 0 | ||||
-rw-r--r-- | build-aux/workflow/vendor/org.css (renamed from workflow/vendor/org.css) | 0 | ||||
-rw-r--r-- | build-aux/workflow/workflow.css (renamed from workflow/workflow.css) | 0 |
4 files changed, 8 insertions, 6 deletions
diff --git a/workflow/preamble.org b/build-aux/workflow/preamble.org index 7f9125d..751048e 100644 --- a/workflow/preamble.org +++ b/build-aux/workflow/preamble.org @@ -1,4 +1,4 @@ -#+TITLE: Tasks and bug listing for VPS +#+TITLE: Tasks and bug listing for @PACKAGE_NAME@ #+AUTHOR: EuAndreh <eu@euandre.org> #+BIND: org-html-validation-link nil #+BIND: org-html-scripts nil @@ -7,19 +7,21 @@ #+BIND: org-html-doctype "html5" #+OPTIONS: toc:nil html-style:nil num:nil #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles.css" /> -#+MACRO: src [[https://git.euandreh.xyz/$/tree/master/$1][$1]] -#+MACRO: job [[https://ci.euandreh.xyz/$1][$1]] -#+MACRO: commit commit\nbsp{}[[https://git.euandreh.xyz/vps/commit?id=$1][$1]] +#+MACRO: src [[@PACKAGE_GIT_URL@/$/tree/master/$1][$1]] +#+MACRO: job [[@PACKAGE_CI_URL@/$1][$1]] +#+MACRO: commit commit\nbsp{}[[@PACKAGE_GIT_URL@/commit?id=$1][$1]] #+MACRO: bug bug\nbsp{}[[#$1][#$1]] #+MACRO: task task\nbsp{}[[#$1][#$1]] #+TODO: TODO(!) NEXT(!) WAITING(!) MEETING(!) INACTIVE(!) DOING(!) CANCELLED(@) DONE(@) -Tasks, bugs and issues for VPS. See: [[https://vps.euandreh.xyz/][vps.euandreh.xyz]]. +Tasks, bugs and issues for @PACKAGE_NAME@. See: [[@PACKAGE_URL@][@PACKAGE_URL@]]. -Register a new one: [[mailto:~euandreh/public-inbox@lists.sr.ht?subject=BUG%20or%20TASK%3A%20%3Cdescription%3E][~euandreh/public-inbox@lists.sr.ht]]. +Register a new one: [[mailto:@PACKAGE_BUGREPORT@?subject=BUG%20or%20TASK%3A%20%3Cdescription%3E][@PACKAGE_BUGREPORT@]]. /Você também pode escrever em português./ /Vous pouvez aussi écrire en français./ +/Vi povas ankaŭ skribi esperante./ + #+TOC: headlines 2 diff --git a/workflow/vendor/htmlize.el b/build-aux/workflow/vendor/htmlize.el index 02f251a..02f251a 100644 --- a/workflow/vendor/htmlize.el +++ b/build-aux/workflow/vendor/htmlize.el diff --git a/workflow/vendor/org.css b/build-aux/workflow/vendor/org.css index 138cdba..138cdba 100644 --- a/workflow/vendor/org.css +++ b/build-aux/workflow/vendor/org.css diff --git a/workflow/workflow.css b/build-aux/workflow/workflow.css index 0e4f851..0e4f851 100644 --- a/workflow/workflow.css +++ b/build-aux/workflow/workflow.css |