aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-06-07 13:42:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-06-07 13:42:43 +0200
commitee88f9108f3f64339a8e75405c95e27f3ed8500f (patch)
tree6f08f371b72b0925b3d41e20b1ec8e4d385affb4
parentFri, 14 May 2021 18:22:30 +0200 (diff)
downloadwiki-public-ee88f9108f3f64339a8e75405c95e27f3ed8500f.tar.gz
wiki-public-ee88f9108f3f64339a8e75405c95e27f3ed8500f.tar.xz
Mon, 07 Jun 2021 13:42:43 +0200
-rw-r--r--.vimwiki_tags8
-rw-r--r--Media.wiki1
-rw-r--r--debian-pkg.wiki21
-rw-r--r--index.wiki3
-rw-r--r--templates/default.tpl6
5 files changed, 28 insertions, 11 deletions
diff --git a/.vimwiki_tags b/.vimwiki_tags
index 398826c..71d5424 100644
--- a/.vimwiki_tags
+++ b/.vimwiki_tags
@@ -1,7 +1 @@
-!_TAG_FILE_FORMAT 2
-!_TAG_FILE_SORTED 1
-!_TAG_OUTPUT_MODE vimwiki-tags
-!_TAG_PROGRAM_AUTHOR Vimwiki
-!_TAG_PROGRAM_NAME Vimwiki Tags
-!_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki
-!_TAG_PROGRAM_VERSION 2.5
+!_TAG_FILE_SORTED 1
diff --git a/Media.wiki b/Media.wiki
index 3cc55e6..3ac120d 100644
--- a/Media.wiki
+++ b/Media.wiki
@@ -24,6 +24,7 @@ Teolog
- Dominic Nobles video om det
- [ ] Rogue One Vovelization (rekommenderad av Jill Berup)
- [ ] Sun of Suns av Karl Schroeder (rekommenderad av C.G.P. Grey)
+- [ ] [[https://mitpress.mit.edu/books/art-metaobject-protocol|The Art of the Metaobject Protocol]]
- Lőkar?
diff --git a/debian-pkg.wiki b/debian-pkg.wiki
index 736875a..5c5981c 100644
--- a/debian-pkg.wiki
+++ b/debian-pkg.wiki
@@ -1,7 +1,26 @@
from `~/pkg/deb/znc/2/sub/sub` (dir with `debian` dir)
+Allmost all commands assumes that we are in the root of the code, so
+probably the root directory of the extracted tarball, and that
+`debian/` is direct child off us.
+
+
{{{
-uscan download
+uscan
+}}}
+Checks the file debian/watch and downloads the latest version (if
+available)
+
debian/rules build
fakeroot debian/rules binary
}}}
+
+
+--------------------------------------------------
+https://www.debian.org/doc/manuals/debmake-doc/ch01.en.html
+
+- tar xvf package-1.0.tar.gz
+- cd package-1.0
+- debmake # creates debian directory
+- # do changes in debian dir
+- debbuild # builds package
diff --git a/index.wiki b/index.wiki
index 51d2d27..a9f8be5 100644
--- a/index.wiki
+++ b/index.wiki
@@ -70,6 +70,9 @@
- [[Västgöta/webbsida]]
- [[Västgöta/veckomail]]
+= To Print =
+- https://www.thingiverse.com/thing:3742358
+
= Quick Notes =
- [ ] http://tim.stoakes.net/remind/
- [ ] Triwing -- 360/(Y) x50
diff --git a/templates/default.tpl b/templates/default.tpl
index 269a22c..2656879 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -1,12 +1,12 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
<link rel="Stylesheet" type="text/css" href="%root_path%add.css" />
<title>%title%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async='1'></script>
</head>
<body>
<div class="top">