commit b19a17be70b56c510d43864078275f6d681edf64
parent b3a638404316b2fd7e01573aace042882c3d2178
Author: rbckman <rbckman@rbckman>
Date: Fri, 7 Sep 2018 23:02:25 +0300
nu e de bra
Diffstat:
5 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/docs/footerhtml b/docs/footerhtml
@@ -1 +0,0 @@
-thats all folks!
diff --git a/docs/headerhtml b/docs/headerhtml
@@ -1,6 +0,0 @@
-<!doctype html>
-<HEAD>
- <meta charset="utf-8">
- <title>Tarina | a DIY camera for lazy filmmakers</title>
- <link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/>
-</HEAD>
diff --git a/docs/makedocs.sh b/docs/makedocs.sh
@@ -2,5 +2,5 @@
## install dependencies
## sudo apt install pandoc texlive-fonts-recommended texlive-latex-recommended
-pandoc tarina-build-instructions.md -f markdown -H headerhtml -A footerhtml -o tarina-build-instructions.html
+pandoc tarina-build-instructions.md -f markdown -V keywords="Camera, 3d Printed, Filmmaker, Raspberry pi, Lazy" -V title-prefix="Tarina" -V css="style.css" -V pagetitle="a 3d printable camera for lazy filmmakers" -s -o tarina-build-instructions.html
pandoc tarina-build-instructions.md -f markdown -s -o tarina-build-instructions.pdf
diff --git a/docs/tarina-build-instructions.html b/docs/tarina-build-instructions.html
@@ -4,14 +4,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
- <title></title>
+ <meta name="keywords" content="Camera, 3d Printed, Filmmaker, Raspberry pi, Lazy" />
+ <title>Tarina – a 3d printable camera for lazy filmmakers</title>
<style type="text/css">code{white-space: pre;}</style>
- <!doctype html>
- <HEAD>
- <meta charset="utf-8">
- <title>Tarina | a DIY camera for lazy filmmakers</title>
- <link rel="stylesheet" href="style.css" type="text/css" rel="stylesheet"/>
- </HEAD>
+ <link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<h1 id="tarina-build-instructions">TARINA BUILD INSTRUCTIONS</h1>
@@ -211,6 +207,5 @@ sudo ./install.sh</code></pre>
<p>This lens is good. Will write a longer review once I have more filming hours.</p>
<p><a href="https://www.aliexpress.com/item/Megapixel-Fixed-Iris-HD-CCTV-Camera-Lens-2-8-12mm-Varifocal-HD-Security-Camera-Lens-Manual/32644427822.html?spm=a2g0s.9042311.0.0.27424c4dmtk6IZ">Aliexpress</a></p>
<hr />
-thats all folks!
</body>
</html>
diff --git a/docs/tarina-build-instructions.pdf b/docs/tarina-build-instructions.pdf
Binary files differ.