-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdistro.html
91 lines (57 loc) · 3.26 KB
/
distro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
TRASH MAGIC
EVERYTHING IS PHYSICAL
EVERYTHING IS FRACTAL
EVERYTHING IS RECURSIVE
NO MONEY
NO MINING
NO PROPERTY
LOOK AT THE FUNGI
LOOK AT THE INSECTS
LANGUAGE IS HOW THE MIND PARSES REALITY
All Code, text, art, media, technology, and ideas CC0 PUBLIC DOMAIN
-->
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA4A8AAO/vAADqrwAA6q8AAOqvAADqrwAA6q8AAOqvAADqrwAA7+8AAMAHAADf9wAAwAcAAPu/AAD4PwAA" rel="icon" type="image/x-icon" />
<!--Stop Google:-->
<META NAME="robots" CONTENT="noindex,nofollow">
<title>TRASH MAGIC</title>
<script src = "trashmagic.js"></script>
<link rel="stylesheet" href="trashmagic.css">
</head>
<body>
<div id = "mainscroll">
<a href = "webeditor.html">WEB CODE EDITOR</a>
<a href = "https://github.com/lafeLabs/trashnet">TRASHNET SERVER REPLICATOR AT GITHUB.COM</a>
<a href = "copy.php?from=distro.html&to=index.html">COPY DISTRO PAGE INTO INDEX.HTML</a>
<a href= "index.html">HOME</a>
<a href = "qrcode.html">QR CODES</a>
<h1>TRASH MAGIC ZINE DISTRO</h1>
<p>
Print zines and put them in physical spaces which you document on the web page which is on the trashnet server which a domain points to which is on the zine which is about the space where the zine is. EVERYTHING IS RECURSIVE! Exchange USB thumb drives in the same physical spaces as you exchange physical zines, and use them to move zine files from one trash server to the next.
</p>
<p>The quests of the zine operators are to get people to add zines to the zine distros which bring about full trash magic. this includes technical documentation, art, culture, organizing, science, magic, politics, agriculture, philosophy, and mathematics we require to bring the entire world into trash magic.</p>
<p>To create a zine distro, make a TRASHNET server using the instructions linked below to the Gihtub, and create a subdomain for the distro which points to a folder in "/var/www/html" on the server. Copy this page "index.html". Create a symbolic link using the linux command ln to make a desktop shortcut for the zines folder so that it is easy to find as you post zines to the folder. Create signs which point to the URL for your distro(choose an easy to use subdomain), and add QR codes using the links for that.</p>
<pre>
ln -s /var/www/html/sloanslakedotart/zines ~/Desktop/sloanslakedistro
</pre>
<h1>ZINES</h1>
<div id = "zines">
</div>
<img src ="https://raw.githubusercontent.com/LafeLabs/trashmagic/main/media/trashmagic/zinedistro.png"/>
</div>
<script>
googleyeyes(8);
titles = document.getElementsByTagName("H1");
for(var index = 0;index < titles.length;index++){
rainbowstring(titles[index]);
}
rainbow(document.getElementsByTagName("A"));
//create a folder called "zines" below this one, and put the zines in there.
listfiles(document.getElementById("zines"),"zines");
</script>
</body>
</html>