Updated blog
This commit is contained in:
parent
08ac5b8b55
commit
d67ddb8358
567
index.html
567
index.html
@ -1,4 +1,351 @@
|
||||
oteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-mode-htmlembedded</li>
|
||||
|
||||
<!doctype html>
|
||||
<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->
|
||||
<!-- saved from url=(0021)https://tiddlywiki.com -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<!--~~ Raw markup for the top of the head section ~~-->
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
||||
<meta name="application-name" content="TiddlyWiki" />
|
||||
<meta name="generator" content="TiddlyWiki" />
|
||||
<meta name="tiddlywiki-version" content="5.1.21" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="mobile-web-app-capable" content="yes"/>
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="copyright" content="TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)
|
||||
|
||||
Copyright (c) 2004-2007, Jeremy Ruston
|
||||
Copyright (c) 2007-2018, UnaMesa Association
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." />
|
||||
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
||||
<title>KawaiiPunk's Walkaway Wiki — Punk2Punk</title>
|
||||
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->
|
||||
|
||||
<!--~~ Raw markup ~~-->
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="tc-body">
|
||||
<!--~~ Raw markup for the top of the body section ~~-->
|
||||
|
||||
<!--~~ Static styles ~~-->
|
||||
<div id="styleArea">
|
||||
<style data-tiddler-title="$:/boot/boot.css" data-tiddler-type="text/css" type="text/css">/*
|
||||
Basic styles used before we boot up the parsing engine
|
||||
*/
|
||||
|
||||
/*
|
||||
Error message and password prompt
|
||||
*/
|
||||
|
||||
.tc-error-form {
|
||||
font-family: sans-serif;
|
||||
color: #fff;
|
||||
z-index: 20000;
|
||||
position: fixed;
|
||||
background-color: rgb(255, 75, 75);
|
||||
border: 8px solid rgb(255, 0, 0);
|
||||
border-radius: 8px;
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
margin-top: 4em;
|
||||
padding: 0 2em 1em 2em;
|
||||
}
|
||||
|
||||
.tc-error-form h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tc-error-prompt {
|
||||
text-align: center;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.tc-error-message {
|
||||
overflow: auto;
|
||||
max-height: 40em;
|
||||
padding-right: 1em;
|
||||
margin: 1em 0;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.tc-password-wrapper {
|
||||
font-family: sans-serif;
|
||||
z-index: 20000;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
top: 4em;
|
||||
left: 50%;
|
||||
margin-left: -144px; /* - width/2 - paddingHorz/2 - border */
|
||||
padding: 16px 16px 16px 16px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.tc-password-wrapper {
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
background-color: rgb(197, 235, 183);
|
||||
border: 8px solid rgb(164, 197, 152);
|
||||
}
|
||||
|
||||
.tc-password-wrapper form {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tc-password-wrapper h1 {
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.tc-password-wrapper input {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
<!--~~ Static content for Google and browsers without JavaScript ~~-->
|
||||
<noscript>
|
||||
<div id="splashArea">
|
||||
|
||||
|
||||
<p>This <a class="tc-tiddlylink-external" href="https://tiddlywiki.com" rel="noopener noreferrer" target="_blank">TiddlyWiki</a> contains the following tiddlers:</p><p><ul>
|
||||
|
||||
<li>$:/config/AutoSave</li>
|
||||
|
||||
<li>$:/config/DefaultSidebarTab</li>
|
||||
|
||||
<li>$:/config/Navigation/UpdateAddressBar</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview</li>
|
||||
|
||||
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager</li>
|
||||
|
||||
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/blog</li>
|
||||
|
||||
<li>$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/help</li>
|
||||
|
||||
<li>$:/config/Plugins/Disabled/$:/themes/tiddlywiki/vanilla</li>
|
||||
|
||||
<li>$:/config/RelinkOnRename</li>
|
||||
|
||||
<li>$:/config/ShowHelp</li>
|
||||
|
||||
<li>$:/config/TextEditor/EnableToolbar</li>
|
||||
|
||||
<li>$:/config/Tiddlers/TitleLinks</li>
|
||||
|
||||
<li>$:/config/Toolbar/ButtonClass</li>
|
||||
|
||||
<li>$:/config/Toolbar/Text</li>
|
||||
|
||||
<li>$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink</li>
|
||||
|
||||
<li>$:/core</li>
|
||||
|
||||
<li>$:/DefaultTiddlers</li>
|
||||
|
||||
<li>$:/Import</li>
|
||||
|
||||
<li>$:/isEncrypted</li>
|
||||
|
||||
<li>$:/palette</li>
|
||||
|
||||
<li>$:/plugins/tiddlywiki/blog</li>
|
||||
|
||||
<li>$:/plugins/tiddlywiki/codemirror-mode-markdown</li>
|
||||
|
||||
<li>$:/plugins/tiddlywiki/help</li>
|
||||
|
||||
<li>$:/plugins/tiddlywiki/highlight</li>
|
||||
|
||||
<li>$:/plugins/tiddlywiki/markdown</li>
|
||||
|
||||
<li>$:/SiteSubtitle</li>
|
||||
|
||||
<li>$:/SiteTitle</li>
|
||||
|
||||
<li>$:/state/plugin-info--896887961-$:/plugins/tiddlywiki/blog</li>
|
||||
|
||||
<li>$:/state/plugin-info--896887961-$:/plugins/tiddlywiki/blog--326443581</li>
|
||||
|
||||
<li>$:/state/showeditpreview</li>
|
||||
|
||||
<li>$:/state/sidebar</li>
|
||||
|
||||
<li>$:/state/tab--1498284803</li>
|
||||
|
||||
<li>$:/state/tab--1963855381</li>
|
||||
|
||||
<li>$:/state/tab--2112689675</li>
|
||||
|
||||
<li>$:/state/tab--399694977</li>
|
||||
|
||||
<li>$:/state/tab--86143343</li>
|
||||
|
||||
<li>$:/state/tab-1342078386</li>
|
||||
|
||||
<li>$:/state/tab-1749438307</li>
|
||||
|
||||
<li>$:/state/tab-2065006209</li>
|
||||
|
||||
<li>$:/state/tab-211072339</li>
|
||||
|
||||
<li>$:/state/tab/help--1934416639</li>
|
||||
|
||||
<li>$:/state/tab/moresidebar-1850697562</li>
|
||||
|
||||
<li>$:/state/tab/sidebar--595412856</li>
|
||||
|
||||
<li>$:/status/IsAnonymous</li>
|
||||
|
||||
<li>$:/status/IsLoggedIn</li>
|
||||
|
||||
<li>$:/status/IsReadOnly</li>
|
||||
|
||||
<li>$:/status/UserName</li>
|
||||
|
||||
<li>$:/StoryList</li>
|
||||
|
||||
<li>$:/temp/advancedsearch</li>
|
||||
|
||||
<li>$:/temp/info-plugin</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/ca-ES</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/cs-CZ</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/da-DK</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/de-AT</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/de-CH</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/de-DE</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/el-GR</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/en-US</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/es-ES</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/fa-IR</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/fr-FR</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/he-IL</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/hi-IN</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/ia-IA</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/it-IT</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/ja-JP</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/ko-KR</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/nl-NL</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/pa-IN</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/pt-BR</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/pt-PT</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/ru-RU</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/sk-SK</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/sl-SI</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/sv-SE</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/zh-CN</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/zh-Hans</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/zh-Hant</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/zh-HK</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/languages/zh-TW</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/async</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/aws</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/bibtex</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/blog</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/browser-sniff</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/browser-storage</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/cecily</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/classictools</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-autocomplete</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-closebrackets</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-closetag</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-fullscreen</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-keymap-emacs</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-keymap-sublime-text</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-keymap-vim</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-mode-css</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-mode-htmlembedded</li>
|
||||
|
||||
<li>$:/temp/RemoteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddlywiki/codemirror-mode-htmlmixed</li>
|
||||
|
||||
@ -126,6 +473,8 @@ oteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddly
|
||||
|
||||
<li>Cool Orgs</li>
|
||||
|
||||
<li>Draft of 'Boosting off-grid resilience'</li>
|
||||
|
||||
<li>Ecology</li>
|
||||
|
||||
<li>Foraging Recipes</li>
|
||||
@ -907,161 +1256,6 @@ oteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddly
|
||||
"$:/language/Buttons/SidebarSearch/Hint": {
|
||||
"title": "$:/language/Buttons/SidebarSearch/Hint",
|
||||
"text": "Select the sidebar search field"
|
||||
L88,59.0659714 C88,56.855326 87.1036108,54.8525917 85.6545293,53.4029991 Z\" transform=\"translate(64.000000, 75.058875) scale(1, -1) rotate(-45.000000) translate(-64.000000, -75.058875) \"></path>\n </g>\n</svg>"
|
||||
},
|
||||
"$:/core/images/unlocked-padlock": {
|
||||
"title": "$:/core/images/unlocked-padlock",
|
||||
"tags": "$:/tags/Image",
|
||||
"text": "<svg class=\"tc-image-unlocked-padlock tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M48.6266053,64 L105,64 L105,96.0097716 C105,113.673909 90.6736461,128 73.001193,128 L55.998807,128 C38.3179793,128 24,113.677487 24,96.0097716 L24,64 L30.136303,64 C19.6806213,51.3490406 2.77158986,28.2115132 25.8366966,8.85759246 C50.4723026,-11.8141335 71.6711028,13.2108337 81.613302,25.0594855 C91.5555012,36.9081373 78.9368488,47.4964439 69.1559674,34.9513593 C59.375086,22.4062748 47.9893192,10.8049522 35.9485154,20.9083862 C23.9077117,31.0118202 34.192312,43.2685325 44.7624679,55.8655518 C47.229397,58.805523 48.403443,61.5979188 48.6266053,64 Z M67.7315279,92.3641717 C70.8232551,91.0923621 73,88.0503841 73,84.5 C73,79.8055796 69.1944204,76 64.5,76 C59.8055796,76 56,79.8055796 56,84.5 C56,87.947435 58.0523387,90.9155206 61.0018621,92.2491029 L55.9067479,115.020857 L72.8008958,115.020857 L67.7315279,92.3641717 L67.7315279,92.3641717 Z\"></path>\n </g>\n</svg>"
|
||||
},
|
||||
"$:/core/images/up-arrow": {
|
||||
"title": "$:/core/images/up-arrow",
|
||||
"created": "20150316000544368",
|
||||
"modified": "20150316000831867",
|
||||
"tags": "$:/tags/Image",
|
||||
"text": "<svg class=\"tc-image-up-arrow tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n<path transform=\"rotate(-135, 63.8945, 64.1752)\" d=\"m109.07576,109.35336c-1.43248,1.43361 -3.41136,2.32182 -5.59717,2.32182l-79.16816,0c-4.36519,0 -7.91592,-3.5444 -7.91592,-7.91666c0,-4.36337 3.54408,-7.91667 7.91592,-7.91667l71.25075,0l0,-71.25074c0,-4.3652 3.54442,-7.91592 7.91667,-7.91592c4.36336,0 7.91667,3.54408 7.91667,7.91592l0,79.16815c0,2.1825 -0.88602,4.16136 -2.3185,5.59467l-0.00027,-0.00056l0.00001,-0.00001z\" />\n</svg>\n \n"
|
||||
},
|
||||
"$:/core/images/video": {
|
||||
"title": "$:/core/images/video",
|
||||
"tags": "$:/tags/Image",
|
||||
"text": "<svg class=\"tc-image-video tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M64,12 C29.0909091,12 8.72727273,14.9166667 5.81818182,17.8333333 C2.90909091,20.75 1.93784382e-15,41.1666667 0,64.5 C1.93784382e-15,87.8333333 2.90909091,108.25 5.81818182,111.166667 C8.72727273,114.083333 29.0909091,117 64,117 C98.9090909,117 119.272727,114.083333 122.181818,111.166667 C125.090909,108.25 128,87.8333333 128,64.5 C128,41.1666667 125.090909,20.75 122.181818,17.8333333 C119.272727,14.9166667 98.9090909,12 64,12 Z M54.9161194,44.6182253 C51.102648,42.0759111 48.0112186,43.7391738 48.0112186,48.3159447 L48.0112186,79.6840553 C48.0112186,84.2685636 51.109784,85.9193316 54.9161194,83.3817747 L77.0838806,68.6032672 C80.897352,66.0609529 80.890216,61.9342897 77.0838806,59.3967328 L54.9161194,44.6182253 Z\"></path>\n </g>\n</svg>"
|
||||
},
|
||||
"$:/core/images/warning": {
|
||||
"title": "$:/core/images/warning",
|
||||
"tags": "$:/tags/Image",
|
||||
"text": "<svg class=\"tc-image-warning tc-image-button\" width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\">\n <g fill-rule=\"evenodd\">\n <path d=\"M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z\"></path>\n </g>\n</svg>"
|
||||
},
|
||||
"$:/language/Buttons/AdvancedSearch/Caption": {
|
||||
"title": "$:/language/Buttons/AdvancedSearch/Caption",
|
||||
"text": "advanced search"
|
||||
},
|
||||
"$:/language/Buttons/AdvancedSearch/Hint": {
|
||||
"title": "$:/language/Buttons/AdvancedSearch/Hint",
|
||||
"text": "Advanced search"
|
||||
},
|
||||
"$:/language/Buttons/Cancel/Caption": {
|
||||
"title": "$:/language/Buttons/Cancel/Caption",
|
||||
"text": "cancel"
|
||||
},
|
||||
"$:/language/Buttons/Cancel/Hint": {
|
||||
"title": "$:/language/Buttons/Cancel/Hint",
|
||||
"text": "Discard changes to this tiddler"
|
||||
},
|
||||
"$:/language/Buttons/Clone/Caption": {
|
||||
"title": "$:/language/Buttons/Clone/Caption",
|
||||
"text": "clone"
|
||||
},
|
||||
"$:/language/Buttons/Clone/Hint": {
|
||||
"title": "$:/language/Buttons/Clone/Hint",
|
||||
"text": "Clone this tiddler"
|
||||
},
|
||||
"$:/language/Buttons/Close/Caption": {
|
||||
"title": "$:/language/Buttons/Close/Caption",
|
||||
"text": "close"
|
||||
},
|
||||
"$:/language/Buttons/Close/Hint": {
|
||||
"title": "$:/language/Buttons/Close/Hint",
|
||||
"text": "Close this tiddler"
|
||||
},
|
||||
"$:/language/Buttons/CloseAll/Caption": {
|
||||
"title": "$:/language/Buttons/CloseAll/Caption",
|
||||
"text": "close all"
|
||||
},
|
||||
"$:/language/Buttons/CloseAll/Hint": {
|
||||
"title": "$:/language/Buttons/CloseAll/Hint",
|
||||
"text": "Close all tiddlers"
|
||||
},
|
||||
"$:/language/Buttons/CloseOthers/Caption": {
|
||||
"title": "$:/language/Buttons/CloseOthers/Caption",
|
||||
"text": "close others"
|
||||
},
|
||||
"$:/language/Buttons/CloseOthers/Hint": {
|
||||
"title": "$:/language/Buttons/CloseOthers/Hint",
|
||||
"text": "Close other tiddlers"
|
||||
},
|
||||
"$:/language/Buttons/ControlPanel/Caption": {
|
||||
"title": "$:/language/Buttons/ControlPanel/Caption",
|
||||
"text": "control panel"
|
||||
},
|
||||
"$:/language/Buttons/ControlPanel/Hint": {
|
||||
"title": "$:/language/Buttons/ControlPanel/Hint",
|
||||
"text": "Open control panel"
|
||||
},
|
||||
"$:/language/Buttons/CopyToClipboard/Caption": {
|
||||
"title": "$:/language/Buttons/CopyToClipboard/Caption",
|
||||
"text": "copy to clipboard"
|
||||
},
|
||||
"$:/language/Buttons/CopyToClipboard/Hint": {
|
||||
"title": "$:/language/Buttons/CopyToClipboard/Hint",
|
||||
"text": "Copy this text to the clipboard"
|
||||
},
|
||||
"$:/language/Buttons/Delete/Caption": {
|
||||
"title": "$:/language/Buttons/Delete/Caption",
|
||||
"text": "delete"
|
||||
},
|
||||
"$:/language/Buttons/Delete/Hint": {
|
||||
"title": "$:/language/Buttons/Delete/Hint",
|
||||
"text": "Delete this tiddler"
|
||||
},
|
||||
"$:/language/Buttons/Edit/Caption": {
|
||||
"title": "$:/language/Buttons/Edit/Caption",
|
||||
"text": "edit"
|
||||
},
|
||||
"$:/language/Buttons/Edit/Hint": {
|
||||
"title": "$:/language/Buttons/Edit/Hint",
|
||||
"text": "Edit this tiddler"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/Caption": {
|
||||
"title": "$:/language/Buttons/Encryption/Caption",
|
||||
"text": "encryption"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/Hint": {
|
||||
"title": "$:/language/Buttons/Encryption/Hint",
|
||||
"text": "Set or clear a password for saving this wiki"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/ClearPassword/Caption": {
|
||||
"title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
|
||||
"text": "clear password"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/ClearPassword/Hint": {
|
||||
"title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
|
||||
"text": "Clear the password and save this wiki without encryption"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/SetPassword/Caption": {
|
||||
"title": "$:/language/Buttons/Encryption/SetPassword/Caption",
|
||||
"text": "set password"
|
||||
},
|
||||
"$:/language/Buttons/Encryption/SetPassword/Hint": {
|
||||
"title": "$:/language/Buttons/Encryption/SetPassword/Hint",
|
||||
"text": "Set a password for saving this wiki with encryption"
|
||||
},
|
||||
"$:/language/Buttons/ExportPage/Caption": {
|
||||
"title": "$:/language/Buttons/ExportPage/Caption",
|
||||
"text": "export all"
|
||||
},
|
||||
"$:/language/Buttons/ExportPage/Hint": {
|
||||
"title": "$:/language/Buttons/ExportPage/Hint",
|
||||
"text": "Export all tiddlers"
|
||||
},
|
||||
"$:/language/Buttons/ExportTiddler/Caption": {
|
||||
"title": "$:/language/Buttons/ExportTiddler/Caption",
|
||||
"text": "export tiddler"
|
||||
},
|
||||
"$:/language/Buttons/ExportTiddler/Hint": {
|
||||
"title": "$:/language/Buttons/ExportTiddler/Hint",
|
||||
"text": "Export tiddler"
|
||||
},
|
||||
"$:/language/Buttons/ExportTiddlers/Caption": {
|
||||
"title": "$:/language/Buttons/ExportTiddlers/Caption",
|
||||
"text": "export tiddlers"
|
||||
},
|
||||
"$:/language/Buttons/ExportTiddlers/Hint": {
|
||||
"title": "$:/language/Buttons/ExportTiddlers/Hint",
|
||||
"text": "Export tiddlers"
|
||||
},
|
||||
"$:/language/Buttons/SidebarSearch/Hint": {
|
||||
"title": "$:/language/Buttons/SidebarSearch/Hint",
|
||||
"text": "Select the sidebar search field"
|
||||
},
|
||||
"$:/language/Buttons/Fold/Caption": {
|
||||
"title": "$:/language/Buttons/Fold/Caption",
|
||||
@ -10046,7 +10240,7 @@ oteAssetInfo/https://tiddlywiki.com/library/v5.1.21/index.html/$:/plugins/tiddly
|
||||
<div bag="default" revision="1" title="$:/status/UserName">
|
||||
<pre></pre>
|
||||
</div>
|
||||
<div created="20200420170718141" list="[[Books To Read]] [[HAM Radio Resources]] [[Boosting off-grid resilience]] [[Foraging Recipes]] [[Patterns for a decentralised society]] [[Cool Orgs]] [[Welcome to my blog!]] [[Bread Recipes]] [[No dig gardening]] [[Garden diaries 23.3.20]] [[Garden Diaries 21.3.20]] [[Permaculture Link Dump]]" modified="20200420170718141" title="$:/StoryList">
|
||||
<div created="20200420170718141" list="[[Books To Read]] [[HAM Radio Resources]] [[Draft of 'Boosting off-grid resilience']] [[Foraging Recipes]] [[Patterns for a decentralised society]] [[Cool Orgs]] [[Welcome to my blog!]] [[Bread Recipes]] [[No dig gardening]] [[Garden diaries 23.3.20]] [[Garden Diaries 21.3.20]] [[Permaculture Link Dump]]" modified="20200420170718141" title="$:/StoryList">
|
||||
<pre></pre>
|
||||
</div>
|
||||
<div created="20200307231615669" modified="20200307231616680" title="$:/temp/advancedsearch">
|
||||
@ -11199,6 +11393,65 @@ Plain flour, slow cooker, kneading
|
||||
## Pirate Care
|
||||
[https://syllabus.pirate.care/](https://syllabus.pirate.care/)</pre>
|
||||
</div>
|
||||
<div created="20200318202553421" draft.of="Boosting off-grid resilience" draft.title="Boosting off-grid resilience" modified="20200420172352004" tags="Solarpunk Tech" title="Draft of 'Boosting off-grid resilience'" type="text/x-markdown">
|
||||
<pre>Here is a sort of TO BUY list of things I would like to boost my capacity in a situation of off-grid/survival/scarcity.
|
||||
|
||||
Not necessarily the exact product I'm going to choose. Just popping it here in case anyone is interested.
|
||||
|
||||
## Communications
|
||||
### 2x BAOFENG UV-5R III UHF/VHF Walkie Talkies Tri-Band FM Two Way Radio Long Range
|
||||
[https://www.ebay.co.uk/itm/264339570649](https://www.ebay.co.uk/itm/264339570649)
|
||||
|
||||
## Tools
|
||||
### A nice knife
|
||||
|
||||
### A multi-tool
|
||||
|
||||
### 9 in 1 Outdoor Kit Emergency Equipment Box
|
||||
[https://www.ebay.co.uk/itm/9-in-1-SOS-Outdoor-Kit-Emergency-Equipment-Box-Camping-Survival-Gear-Kit-UK/153170474108](https://www.ebay.co.uk/itm/9-in-1-SOS-Outdoor-Kit-Emergency-Equipment-Box-Camping-Survival-Gear-Kit-UK/153170474108)
|
||||
|
||||
## Power
|
||||
### 20W Solar Panel kit 12V battery Charge w/ Controller
|
||||
[https://www.ebay.co.uk/itm/20W-Solar-Panel-kit-12V-battery-Charge-w-Controller-Caravan-Boat-Home-Camp-RV/303173162123](https://www.ebay.co.uk/itm/20W-Solar-Panel-kit-12V-battery-Charge-w-Controller-Caravan-Boat-Home-Camp-RV/303173162123)
|
||||
|
||||
### 100W Solar Panel
|
||||
https://www.alibaba.com/product-detail/High-Efficiency-Sunpower-Foldable-Flexible-100w_62313835644.html
|
||||
|
||||
### Travel Solar USB Charger 6W and battery
|
||||
[https://www.bimblesolar.com/solar/small-panels/usb-solar-6w-sunpower](https://www.bimblesolar.com/solar/small-panels/usb-solar-6w-sunpower)
|
||||
|
||||
### 12v 100W Solar Panel Kit with Charge Controller, Sealed 55ah Battery, Mounting & Cable
|
||||
[https://www.bimblesolar.com/offgrid/complete-packages/12v-100w-pwm-sealed-complete-kit](https://www.bimblesolar.com/offgrid/complete-packages/12v-100w-pwm-sealed-complete-kit)
|
||||
|
||||
### 12V 10Ah 3S 7P Li-ion Battery Case & Holder for DIY 18650
|
||||
[https://www.ebay.co.uk/itm/12V-10Ah-3S-7P-Li-ion-Battery-Case-Holder-for-DIY-18650-Powerwall-Battery-Pack/153790318656](https://www.ebay.co.uk/itm/12V-10Ah-3S-7P-Li-ion-Battery-Case-Holder-for-DIY-18650-Powerwall-Battery-Pack/153790318656)
|
||||
|
||||
### 6x18650 Waterproof Battery Pack Storage Case Box
|
||||
[https://www.ebay.co.uk/itm/12V-10Ah-3S-7P-Li-ion-Battery-Case-Holder-for-DIY-18650-Powerwall-Battery-Pack/153790318656](https://www.ebay.co.uk/itm/12V-10Ah-3S-7P-Li-ion-Battery-Case-Holder-for-DIY-18650-Powerwall-Battery-Pack/153790318656)
|
||||
|
||||
### A new torch
|
||||
|
||||
## Clothing
|
||||
### Waterproof and waterproof trousers
|
||||
|
||||
### Water proof backback or cover for my existing backpack
|
||||
|
||||
### Waterproof bag for electronics/paper based things
|
||||
|
||||
## Transport
|
||||
### Small trailer for my bike
|
||||
|
||||
## Misc Survival
|
||||
### 10 x 167mg Oasis Water Purification Tablets - each tablet treats 20 litres water
|
||||
[https://www.ebay.co.uk/itm/10-x-167mg-Oasis-Water-Purification-Tablets-each-tablet-treats-20-litres-water/324100044800](https://www.ebay.co.uk/itm/10-x-167mg-Oasis-Water-Purification-Tablets-each-tablet-treats-20-litres-water/324100044800)
|
||||
|
||||
### Military Surplus Water Filter
|
||||
[https://www.ebay.co.uk/itm/Military-Surplus-Water-Filter-Purification-Emergency-Gear-Straw-Camping-Hiking/223711540865](https://www.ebay.co.uk/itm/Military-Surplus-Water-Filter-Purification-Emergency-Gear-Straw-Camping-Hiking/223711540865)
|
||||
|
||||
### Candles
|
||||
|
||||
### Refillable lighters</pre>
|
||||
</div>
|
||||
<div color="#efeaff" created="20200321185009422" modified="20200321232552113" title="Ecology">
|
||||
<pre></pre>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user