summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-11-23 23:59:08 -0500
committereudoxia <uplink@distress.network>2020-11-23 23:59:08 -0500
commit292fb60781de50b0209561ec998f7e4c7b47cb6f (patch)
tree2f57eb859f93b20c67b68ae91f7d5025de7a5c8e
parent280ffebb208a4c1c4b09934b9f178721ddf38d9b (diff)
added details to build automation task, added visual pages task
-rwxr-xr-xmeta/todo/index.html5
-rw-r--r--meta/todo/src.md3
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/todo/index.html b/meta/todo/index.html
index a5fdb15..6e487ef 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.html
@@ -12,7 +12,7 @@
<script src="/js/csi.js"></script>
<title>To Do</title>
<meta name="description" content="&laquo;FOR INTERNAL USE ONLY.&raquo; &mdash; To Do:" />
-<meta http-equiv="last-modified" content="2020-11-22 23:23:29-05:00" />
+<meta http-equiv="last-modified" content="2020-11-23 23:58:20-05:00" />
</head>
<body>
@@ -33,7 +33,8 @@
<li>Rewrite URL encoding in C</li>
<li>Other optimizations where possible</li>
</ul></li>
-<li>Full site rebuild automation(?) </li>
+<li>Create <code>&#47;visual&#47;*</code> pages</li>
+<li>Full site edit automation (<code>global.sh</code>): recursively execute given command in all pages</li>
<li>Eventually set up donation page</li>
<li>actually have content lmao</li>
</ul>
diff --git a/meta/todo/src.md b/meta/todo/src.md
index cc3bcc5..22df427 100644
--- a/meta/todo/src.md
+++ b/meta/todo/src.md
@@ -7,6 +7,7 @@ opts: h
- `md.sh` improvements:
- Rewrite URL encoding in C
- Other optimizations where possible
-- Full site rebuild automation(?)
+- Create `/visual/*` pages
+- Full site edit automation (`global.sh`): recursively execute given command in all pages
- Eventually set up donation page
- actually have content lmao