aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-06-24 23:52:26 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-06-24 23:52:26 +0200
commit247e2807e2cfdfa1dc27537e0914e81d52880722 (patch)
tree96c0c67a405e03b6aa664dded9ad7a4b82ffb104
parentThu, 24 Jun 2021 23:34:32 +0200 (diff)
parentThu, 24 Jun 2021 23:35:00 +0200 (diff)
downloadwiki-public-247e2807e2cfdfa1dc27537e0914e81d52880722.tar.gz
wiki-public-247e2807e2cfdfa1dc27537e0914e81d52880722.tar.xz
Merge remote-tracking branch 'origin/gandalf'
-rw-r--r--Media.wiki17
-rw-r--r--debian-pkg.wiki21
-rw-r--r--index.wiki3
-rw-r--r--templates/default.tpl6
4 files changed, 42 insertions, 5 deletions
diff --git a/Media.wiki b/Media.wiki
index 17f2022..9f06b7b 100644
--- a/Media.wiki
+++ b/Media.wiki
@@ -16,7 +16,7 @@ Teolog
- [ ] The Mythical Man Month
- [ ] Write you a scheme 2.0 (Wespier, 2016)
- [X] Getting things done
-- [ ] War oof the Worlds (HG Wells)
+- [ ] War of the Worlds (HG Wells)
- [ ] Hogfather by Terry Pratchet
- [ ] Just for Fun by Linus Torvalds
- [X] Software Design for Flexibility (förslå ~/lib)
@@ -25,6 +25,11 @@ Teolog
- [ ] Rogue One Novelization (rekommenderad av Jill Berup)
- [ ] Sun of Suns av Karl Schroeder (rekommenderad av C.G.P. Grey)
- [ ] At earths core (see books dir)
+- [ ] [[https://mitpress.mit.edu/books/art-metaobject-protocol|The Art of the Metaobject Protocol]]
+- [ ] Humble Pi, av Mat parker
+- [ ] The Roots of Lisp av Paul Graham
+- [ ] Wizards, Aliens, and Starships - It's a breakdown of the "science of science fiction."
+- [ ] Norse Mythology av Neil Gaiman
- Lőkar?
@@ -54,6 +59,10 @@ Teolog
- [X] Gravity
- [ ] Schindlers List
- [ ] Fight Club
+- [ ] Mortal Engines (2018)
+- [ ] Wargames
+- [ ] Yesterday
+- [ ] The Death of Stalin
== Spel ==
@@ -66,6 +75,9 @@ Teolog
- [ ] Aria of Sorrow randomizer
- [ ] Tetris Effect
- [ ] Cannon fodder
+- [ ] Into the Breach
+- [ ] Outer Wilds
+- [ ] The Outer Worrds
=== PS3 ===
- [ ] Metal Gear Solid HD Collection
@@ -79,3 +91,6 @@ Teolog
=== Switch ===
- [X] Dead Cells
- [ ] Bloodstained
+- [ ] Outbudies DX
+- [ ] Luigis Mansion 3
+- [ ] Links Awakening
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">