1
0
forked from basin/Desert-Wiki

Compare commits

..

16 Commits

7 changed files with 54 additions and 223 deletions

View File

@ -1,46 +1,44 @@
![Alt text] (https://coinsh.red/ipfs/QmeWiMTssFuFJotDjrY5kkm3h8DSJ2hBSj6DGpTQ7m9H39) ![Alt text] (https://coinsh.red/ipfs/QmeWiMTssFuFJotDjrY5kkm3h8DSJ2hBSj6DGpTQ7m9H39)
# D E S E R T Wiki // سر الرمال تكمن في الخلق # Desert Wiki
Documentation for people with post-civilization tendencies.
[Desert Wiki(IPFS edition)] (http://ipfs.io/ipns/Qmc4PiRPVxhA6UZK7ekRwa3mLsjJwf9VpXo1QpAgJbbAca) [Desert Wiki(IPFS edition)] (http://ipfs.io/ipns/Qmc4PiRPVxhA6UZK7ekRwa3mLsjJwf9VpXo1QpAgJbbAca)
## What is this? [Desert Wiki(Tor edition)] (http://7h4rhix23v7taqslhvaxym25liqdwslhn2nttn4xqropj642zwt3coad.onion/)
Desert wiki is a tool for, but not limited to, people of post-civilization tendencies. It''s aim is to provide ## Screenshot
them with ways to document the different methods, ideas and resources relevant to them in order to make
the completion of projects and similiar quests, less like eating a bowl of fire ants. Pretty much everything
is welcome, from tutorials on how to find useful plants in your region to descriptions of command line music players.
The idea is to get all the shit that gets lost in etherpads, discord servers(shame on you!) and face to face conversations
in one place. In short, a wikipedia for "revolutionaries".
## How can I contribute? ![Alt text] (https://coinsh.red/ipfs/QmSrus9KFttah2UYm4G5bKxsTfSd2bSW3cZBALGP3mEJkZ)
The best way to contribute is to ~~donate to my Patreon!!!~~ make a pull request of shit you think is ## About
worth documenting. At the moment the repo is a shit storm, but this will be resolved in due time.
## How will the wiki be organized? Desert Wiki is a heavily curated resource for anyone who recognizes that civilization is either diseased, a passing fad or both.
Any knowledge thats deemed relevant to this site's demographic will be put it here. The site is intended to both ubiquitous and resiliant,
making itself available on multiple platforms focused on user privacy and decentralization.
Right now that is still "up for debate" but the site will be simple and organized by category. Part ## Contribution
of the plan is to eventually implement a search function. The site is barebones ~~due to my technological
incompetence~~ for better speed and to cut the bullshit that comes with annoying server software and make it easier
for anyone to contribute, the only barrier to entry being knowing how to use html and git.
## Where can this project be discussed/How can I yell at you? The best way to contribute is to make an entry based on one of the templates and make a pull request. It's very likely the entry will make it to the site, but in the event that it does not
you can email me to have a really long argument about it. Feel free to warn me if any of the site versions are out of date.
## Organization
The site will organize all the entries by category. There will also be a masterlist of all the entries on the site.
## Find me Nigga
Most of the chatting can be done on the #desert channel on [the Anarchy Planet IRC server] (https://irc.anarchyplanet.org/) You can also reach out to Most of the chatting can be done on the #desert channel on [the Anarchy Planet IRC server] (https://irc.anarchyplanet.org/) You can also reach out to
me at my email basin@airmail.cc. PGP keys will be available soon(tm) me at my email basin@airmail.cc. PGP keys will be available soon.
### To Do ### To Do
- [ ] Create the homepage of the site - [x] Create the homepage of the site
- [ ] Add the first article - [ ] Add the first article
- [ ] Determine the Default Categories - [x] Determine the Default Categories
- [ ] Create a contribution guide - [x] Setup the sites(both ipfs and .onion)
- [ ] Setup the sites(both ipfs and .onion) - [ ] Make a web ring(the future is now luddite)
- [x] Add a picture of a lizard
-

View File

@ -1,10 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- You're a nosy little shit -->
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title> *Beeping noises* </title> <title> *Beeping noises* </title>
<link rel="stylesheet" href="sand.css"> <link rel="stylesheet" href="/sand.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style> <style>
body { body {
@ -26,3 +25,12 @@
</html> </html>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title> *any noises* </title> <title> *any noises* </title>
<link rel="stylesheet" href="sand.css"> <link rel="stylesheet" href="/sand.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style> <style>
body { body {

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title> *any noises* </title> <title> *any noises* </title>
<link rel="stylesheet" href="sand.css"> <link rel="stylesheet" href="/sand.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style> <style>
body { body {

BIN
cbt.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -1,31 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- You're a nosy little shit --> <html>
<head> <head>
<meta charset="utf-8"> <title>Desert Wiki</title>
<meta name="viewport" content="width=device-width"> <link href="sand.css" rel="stylesheet">
<title> *Hissing noises* </title> </head>
<link rel="stylesheet" href="sand.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto' , serif;
font-size: 20px;
}
</style>
</head>
<body> <body>
<h1>Desert Wiki</h1>
<div class="flashyboi"> <h2>Documentation for Post-civ people</h2>
<font color="red"><h5>WARNING: ECOCIDE MAY RESULT IN DEPRESSION</h5></font> <img src="cbt.wepb" height="300" width="450">
</div> <h3>[ <a href="Nature/nature.html">Nature</a> | <a href="Technology/tech.html">Technology</a> | <a href="Money/money.html">Money</a> | <a href="https://invidio.us/watch?v=lb13ynu3Iac">Marxism</a> ]</h3>
<h1><u>The Desert Wiki</u></h1> </body>
<img src="https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fcom.ft.imagepublish.prod.s3.amazonaws.com%2Fa79ab7ac-4969-11e6-8d68-72e9211e86ab?fit=scale-down&source=next&width=600" height="300" width="450">
<br>
<h9><sub>يكمن سر الرمال في الخلق</sub></h9>
<h3>What am I looking at?</h3>
<p>It's wikipedia for people with post-civ tendencies.</p>
<h2>Categories</h2>
<h4>[ <a href="/Nature/nature.html">Nature</a> | <a href="/Technology/tech.html">Technology</a> | <a href="/Money/money.html">Money</a> | <a href="https://invidio.us/watch?v=lb13ynu3Iac">Marxism</a> ]</h4>
</html> </html>

171
sand.css
View File

@ -7,171 +7,14 @@
opacity: 0; opacity: 0;
} }
} }
body{
font-family: 'Roboto' , serif;
color: black;
height: 100vh;
padding:10;
margin:10;
}
/* I FUCKING STOLE IT */
/* $color-text: #dedce5; */
/* Sakura.css v1.0.0
* ================
* Minimal css theme.
* Project: https://github.com/oxalorg/sakura
*/
/* Body */
html {
font-size: 62.5%;
font-family: Roboto; }
body {
font-size: 1.8rem;
line-height: 1.618;
max-width: 38em;
margin: auto;
color: #c9c9c9;
background-color: #222222;
padding: 13px; }
@media (max-width: 684px) {
body {
font-size: 1.53rem; } }
@media (max-width: 382px) {
body {
font-size: 1.35rem; } }
h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
font-family: Roboto, Roboto, sans-serif;
font-weight: 700;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto; }
h1 {
font-size: 2.35em; }
h2 {
font-size: 2.00em; }
h3 {
font-size: 1.75em; }
h4 {
font-size: 1.5em; }
h5 {
font-size: 1.25em; }
h6 {
font-size: 1em; }
small, sub, sup {
font-size: 75%; }
hr {
border-color: #ffffff; }
a {
text-decoration: none;
color: #ffffff; }
a:hover {
color: #c9c9c9;
border-bottom: 2px solid #c9c9c9; }
ul {
padding-left: 1.4em; }
li {
margin-bottom: 0.4em; }
blockquote {
font-style: italic;
margin-left: 1.5em;
padding-left: 1em;
border-left: 3px solid #ffffff; }
img {
max-width: 100%; }
/* Pre and Code */
pre {
background-color: #4a4a4a;
display: block;
padding: 1em;
overflow-x: auto; }
code {
font-size: 0.9em;
padding: 0 0.5em;
background-color: #4a4a4a;
white-space: pre-wrap; }
pre > code {
padding: 0;
background-color: transparent;
white-space: pre; }
/* Tables */
table {
text-align: justify;
width: 100%;
border-collapse: collapse; }
td, th {
padding: 0.5em;
border-bottom: 1px solid #4a4a4a; }
/* Buttons, forms and input */
input, textarea {
border: 1px solid #c9c9c9; }
input:focus, textarea:focus {
border: 1px solid #ffffff; }
textarea {
width: 100%; }
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
display: inline-block;
padding: 5px 10px;
text-align: center;
text-decoration: none;
white-space: nowrap;
background-color: #ffffff;
color: #222222;
border-radius: 1px;
border: 1px solid #ffffff;
cursor: pointer;
box-sizing: border-box; }
.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] {
cursor: default;
opacity: .5; }
.button:focus, .button:hover, button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="button"]:focus, input[type="button"]:hover {
background-color: #c9c9c9;
border-color: #c9c9c9;
color: #222222;
outline: 0; }
textarea, select, input[type] {
color: #c9c9c9;
padding: 6px 10px;
/* The 6px vertically centers text on FF, ignored by Webkit */
margin-bottom: 10px;
background-color: #4a4a4a;
border: 1px solid #4a4a4a;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
textarea:focus, select:focus, input[type]:focus {
border: 1px solid #ffffff;
outline: 0; }
input[type="checkbox"]:focus {
outline: 1px dotted #ffffff; }
label, legend, fieldset {
display: block;
margin-bottom: .5rem;
font-weight: 600; }