From ef06674624719a54ba75a0847e76d937623edf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 9 Jan 2019 18:38:31 +0100 Subject: Wed, 09 Jan 2019 18:38:31 +0100 --- Lysator.wiki | 7 +++++++ TeliaNet.wiki | 5 +++++ index.wiki | 2 ++ templates/style.css | 3 ++- wiki | 4 +++- 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 `#ABC123` +- [ ] 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 -- cgit v1.2.3