aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-09 18:38:31 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-09 18:38:31 +0100
commitef06674624719a54ba75a0847e76d937623edf9e (patch)
tree6e8a4565d9992e995263a41c84868f6e0c71f88c
parentFri, 04 Jan 2019 18:11:54 +0100 (diff)
downloadwiki-public-ef06674624719a54ba75a0847e76d937623edf9e.tar.gz
wiki-public-ef06674624719a54ba75a0847e76d937623edf9e.tar.xz
Wed, 09 Jan 2019 18:38:31 +0100
-rw-r--r--Lysator.wiki7
-rw-r--r--TeliaNet.wiki5
-rw-r--r--index.wiki2
-rw-r--r--templates/style.css3
-rwxr-xr-xwiki4
5 files changed, 19 insertions, 2 deletions
diff --git a/Lysator.wiki b/Lysator.wiki
index e7d323d..73fcb88 100644
--- a/Lysator.wiki
+++ b/Lysator.wiki
@@ -24,3 +24,10 @@ cpw uname
Casio
B640W
svart chassi & skärm
+
+== WWW ==
+- [ ] Migrera bort från nyarlathotep
+- [ ] FLytta webaktaloger till bättre dator (ceph?)
+- [ ] Skriv script som visar grafer från AccessLog
+- [ ] Autoskapa AccessLog för alla nya användare
+- [ ] Byt standardteckenenkodning
diff --git a/TeliaNet.wiki b/TeliaNet.wiki
index 21257bc..328e003 100644
--- a/TeliaNet.wiki
+++ b/TeliaNet.wiki
@@ -15,9 +15,14 @@ https://www.telia.se/privat/telefoni/frisurfsocial?intcmp=surfpott_frisurfsocial
=== Twitter ===
- https://developer.twitter.com/en/apps/15898879
- https://developer.twitter.com/en/docs/basics/rate-limiting.html
+-
== RFC ==
En RFC rellaterad till TeliaNet finns.
https://tools.ietf.org/html/rfc5514
+
+
+
+
diff --git a/index.wiki b/index.wiki
index 92bdf05..18c22d7 100644
--- a/index.wiki
+++ b/index.wiki
@@ -32,6 +32,8 @@
= Quick Notes =
- [ ] http://jupyter.org notebooks
- [ ] Vimwiki export `#ABC123` as `<code style="background-color: #ABC123">#ABC123</code>`
+- [ ] http://tim.stoakes.net/remind/
+- [ ] Add multiwiki support to wiki help script
= Generated Tags =
diff --git a/templates/style.css b/templates/style.css
index b40ddcd..f44059f 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -33,8 +33,9 @@ p {
text-align: justify;
}
-a {
+.header a {
text-decoration: none;
+ color: inherit;
}
/*
diff --git a/wiki b/wiki
index 67d3000..74097e1 100755
--- a/wiki
+++ b/wiki
@@ -12,7 +12,9 @@ fi
pushd $WIKIPATH
-case $1 in
+command=$1
+
+case $command in
commit)
shift
if [ $# -eq 0 ]; then