This commit is contained in:
Francesco Mecca 2022-05-14 19:29:55 +01:00
parent ef62946720
commit 4e339af8d4
8 changed files with 1102 additions and 0 deletions

View File

@ -930,3 +930,92 @@ Also, I believe the tower Guy's letter was addressed to David Burton. Looking fo
** TODO Episode one
** TODO Episode two
** TODO Episode three
** Four
Kevin mentioned the book "Assassins" in the library. "Assassins" is my favorite book from the Left Behind series, a book series about the actual Rapture. "Assassins" climaxes with the Antichrist being assassinated.
Pretty sure they travel to Australia at some point too in this one. I might need to dig this book out of the closet and see if I can find anything interesting.
EDIT: The "7 years" time frame plays a big part in those novels as
well. Jesus returns to Earth at the Battle of Armageddon on the 7 year
anniversary of the Rapture.
Take On Me.. this show does a lot of things right but the music is
always exceptional, how it was introduced very choppy on the piano.
Then escalated with the orchestra instrumental and finally the climax
with the huge fight between Kevin and Nora finally resulting in the
full song being played.. genius
I just had a thought about the LADR machine people, and about Mark
Linn-Baker being involved as one of the clients, and his similarities
to Nora. Of all the supposed 119 people who have apparently "gone
through" the device, MLB and Nora are the only two that we know the
specifics of pertaining to how many people they were close to who
departed. In both cases, they were the only ones of a group of 4 who
did not depart... the chances of that being "One in 128,000" as they
discuss in S3E2. Perhaps this group is trying to get blood samples and
accumulate data from people who they might think to be "lenses," or
just people who had relation to a larger-than-average number of
departures. I thought of this because I wondered why they took Nora's
blood when it was obvious they had no way to test it for anything in
that warehouse. Maybe they've just thought up a way to get the people
they're looking for to present themselves available for a blood
sample, etc. We certainly know Nora wouldn't just go along with such a
request if they simply asked her for it, as we saw what she did last
season when that guy showed up at her door trying to take data with
that machine he had
** Five
I can't believe how well they turned Matt's internal dialogue and
struggle with God into a visible scene. Amazing writers.
Aha. And he was reading the passage about Daniel and the lion. He
wasn't able to keep the lion from attacking him. Thus, he's not who he
claims to be. Matt's faith is restored!
The part about Matt telling David Burton to use powers to free himself
of he is God reminded of in the bible when they tell Jesus to use his
powers to come down from the cross if he actually is the son of the
god.
A panda walks into a café. He orders a sandwich, eats it, then draws a
gun and proceeds to fire it at the other patrons. "Why?" asks the
confused, surviving waiter amidst the carnage, as the panda makes
towards the exit. The panda produces a badly punctuated wildlife
manual and tosses it over his shoulder. "Well, I'm a panda," he says.
"Look it up." The waiter turns to the relevant entry in the manual
and, sure enough, finds an explanation. "Panda. Large black-and-white
bear-like mammal, native to China. Eats, shoots and leaves."
For those who wonders, the creepy lyrics of the opening are basically
the guy who launches the nuke speaking. He believe he's the last hope
because a demon is coming to anihilate mankind on the seventh
anniversary of the departure. Then he thanks God about the nuclear
weapon, as he thinks it's the only way to kill the beast before he's
unleashed.
FYI the penultimate episode this season is titled The Most Powerful
Man in the World (and His Identical Twin Brother).
I'm not usually one to delve into deeper analysis, but something stuck
out to me because I recognized the song. The song the choir is singing
during the scene on the plane and when Matt knocks out God is the
Hebrew prayer Avinu Malkeinu which means "Our Father, Our King". It's
typically recited during the High Holidays between Rosh Hashanah and
Yom Kippur (exactly when and what lines are recited varies depending
on the sect). The possible tie-in here is that the Talmud has an
instance where a Rabbi recites the prayer a couple lines at a time
each day to end a drought and successfully brings rain. That is
awfully similar to what Kevin Sr. is doing with the Aborigines.
Could have called this episode Chekhov's Lion. When they showed the
lion getting wheeled onto the ship at the beginning, you had to know
it was going to get out at the end. I was expecting to see someone
open the cage when Matt strapped Burton to the wheelchair, but I love
that they saved it for later. Matt's final line was hilarious.
Great catch by a lot of you guys with hints of Matt's cancer being
back earlier this season, I hadn't even thought of it as a
possibility. His transformation from frantic and being on a mission to
find Kevin to very reserved and at ease with what was happening was
jarring.

260
secretwiki/brasello.css Normal file
View File

@ -0,0 +1,260 @@
html {
font-family:sans-serif;
color:#080808
}
body {
max-width:1366px;
margin:0 auto;
padding:1rem;
background: #f6f1ec;
color: black;
font-size: 18px;
}
h2 a {
color: purple;
text-decoration: none;
}
h2 {
color: #45818e;
}
h3 {
color: purple;
}
ul a:link {
color: #ce7e00;
text-decoration: none;
}
ul a:visited {
color: purple;
text-decoration: none;
}
ul a:hover {
color: #dfd9e6;
}
img {
max-width: 90%;
}
.index {
display:flex;
flex-direction:row
}
.index .article-list {
flex-grow:1
}
.index .article-list .article {
margin-bottom:1rem
}
.index .article-list .date {
display:block;
color:#333
}
.index aside {
width:40%
}
.index aside img {
display:block;
margin:0 auto 1rem;
border-radius:5px
}
.index aside dt {
font-size:.9rem
}
.index aside dd {
margin-left:0
}
.index aside dd:not(:last-child) {
margin-bottom:.5rem
}
@media(max-width:640px) {
.index aside {
display:none
}
}
article {
margin:0 auto;
max-width:720px;
line-height:1.3
}
article img,
article video,
article iframe {
display:block!important;
margin:0 auto!important;
max-width:90%
}
@media(max-width:640px) {
article img,
article video,
article iframe {
max-width:calc(100% - 2rem)
}
}
article .comment {
margin:2rem auto 0;
max-width:80%;
color:#333
}
.footnotes {
font-size:.85rem
}
footer {
margin-top:2rem;
text-align:center;
font-size:.8rem;
color:#333
}
.float-img {
float:right;
display:inline;
padding-left:1rem
}
@media(max-width:640px) {
.float-img {
display:block;
float:none;
padding-left:inherit
}
}
pre {
max-width: 50%;
color: purple;
}
pre .cp {
color:#800
}
pre .k {
color:#008
}
pre .kt,
pre .kd,
pre .kc {
color:#44f
}
pre .s {
color:#484;
font-style:italic
}
pre .cm,
pre .c1 {
color:#333;
font-style:italic
}
pre .gi {
color:green
}
pre .gd {
color:red
}
pre .gu {
color:blue
}
.webring {
margin-top:2rem
}
.webring h2 {
font-size:1.2rem
}
.webring .articles {
display:flex
}
@media(max-width:640px) {
.webring .articles {
flex-direction:column
}
}
.webring .title {
margin:0
}
.webring .article {
flex:1;
display:flex;
flex-direction:column;
background:#eee;
padding:.5rem;
margin:0 .5rem
}
@media(max-width:640px) {
.webring .article {
margin:.5rem 0
}
}
.webring .article:first-child {
margin-left:0
}
.webring .article:last-child {
margin-right:0
}
.webring .summary {
font-size:.8rem;
flex:1
}
.webring .attribution {
float:right;
font-size:.8rem;
color:#555;
line-height:3
}
.webring .date {
color:#000
}
summary {
cursor:pointer;
background-color:#eee;
padding:.25rem 1rem;
margin:0 -1rem
}
details[open] {
border-bottom:1rem solid #eee;
margin:0 -1rem 1rem;
padding:0 1rem
}
.text-center {
text-align:center
}
blockquote {
border-left:5px solid #bbb;
background-color:#eee;
padding:0 1rem;
margin-left:calc(-1rem - 5px);
margin-right:-1rem
}
blockquote blockquote {
margin-right:0;
margin-left:0
}
dl {
display:grid;
grid-template-columns:auto 1fr;
grid-gap:.2rem 1rem
}
dl dt {
font-weight:700;
grid-column-start:1
}
dl dd {
grid-column-start:2;
margin:0
}
.alert {
padding:.5rem;
border:1px solid transparent;
margin-bottom:1rem
}
.alert.alert-danger {
background:#f8d7da;
color:#721c24;
border-color:#f5c6cb
}
.alert.alert-info {
background:#d1ecf1;
color:#0c5460;
border-color:#bee5eb
}

10
secretwiki/header.org Normal file
View File

@ -0,0 +1,10 @@
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./stylesheet.css"/>
#+AUTHOR: bparodi
#+TITLE: Lezzo secret wiki
#+options: html-scripts:nil date:nil created:nil html-style:nil
#+OPTIONS: toc:nil
#+OPTIONS: num:nil
#+OPTIONS: title:nil
#+BEGIN_EXPORT html
<h2>[ Lezzo secret wiki ]</a></h2>
#+END_EXPORT

298
secretwiki/hosts.html Normal file
View File

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-05-14 Sat 19:20 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lezzo secret wiki</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="bparodi" />
<link rel="stylesheet" type="text/css" href="./stylesheet.css"/>
</head>
<body>
<div id="content">
<h2>[ Lezzo secret wiki ]</a></h2>
<div id="outline-container-org882ceef" class="outline-2">
<h2 id="org882ceef"><b>~</b> Hosts</h2>
<div class="outline-text-2" id="text-org882ceef">
</div>
<div id="outline-container-org1b0ac00" class="outline-3">
<h3 id="org1b0ac00">Amelia</h3>
<div class="outline-text-3" id="text-org1b0ac00">
<p>
VM usata per piratare.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>rtorrent</li>
<li>rutorrent e tutte le dipendenze</li>
<li>qbittorrent</li>
</ul>
</div>
</div>
<div id="outline-container-org39f9f5c" class="outline-3">
<h3 id="org39f9f5c">Atomino</h3>
<div class="outline-text-3" id="text-org39f9f5c">
<p>
Server vpn privato. Usato per avere una rete interna per i membri di
lezzo.org ma esce in chiaro dall'ip di lezzo.org.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>wireguard</li>
</ul>
</div>
</div>
<div id="outline-container-org74d8c81" class="outline-3">
<h3 id="org74d8c81">Darkenblot</h3>
<div class="outline-text-3" id="text-org74d8c81">
<p>
VM che si occupa di condividere la vpn fra brasello e bparodi tramite una static route.
</p>
</div>
</div>
<div id="outline-container-org7fbee83" class="outline-3">
<h3 id="org7fbee83">Dinamite</h3>
<div class="outline-text-3" id="text-org7fbee83">
<p>
ruspante vm personale. Spesso in idle.
</p>
</div>
</div>
<div id="outline-container-orgdf8f797" class="outline-3">
<h3 id="orgdf8f797">Enigm</h3>
<div class="outline-text-3" id="text-orgdf8f797">
<p>
DNS server.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>pihole e tutte le dipendenze</li>
</ul>
</div>
</div>
<div id="outline-container-orga07eecd" class="outline-3">
<h3 id="orga07eecd"><span class="todo TODO">TODO</span> Macchianera</h3>
<div class="outline-text-3" id="text-orga07eecd">
<p>
Router dietro la vpn di njalla.
</p>
</div>
</div>
<div id="outline-container-orgc7b4b87" class="outline-3">
<h3 id="orgc7b4b87">Nocciola</h3>
<div class="outline-text-3" id="text-orgc7b4b87">
<p>
VM usata per piratare.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>fopnu</li>
<li>nicotine+: client soulseek</li>
<li>vncviewer</li>
<li>mldonkey</li>
<li>amuled</li>
<li>amuleweb</li>
<li>makemkv</li>
<li>nocciola-dl-manager: programma in kotlin che monitora i vari servizi</li>
</ul>
</div>
</div>
<div id="outline-container-orga2fb090" class="outline-3">
<h3 id="orga2fb090"><span class="todo TODO">TODO</span> Orazio</h3>
<div class="outline-text-3" id="text-orga2fb090">
<p>
Buildserver e logserver. Ci si aspetta che tutte gli host riescano a
comunicare con questa vm.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>syslog-ng</li>
<li>ntpd</li>
<li>rsync</li>
<li>nginx</li>
</ul>
</div>
</div>
<div id="outline-container-orge23a201" class="outline-3">
<h3 id="orge23a201">Paperetta</h3>
<div class="outline-text-3" id="text-orge23a201">
<p>
Media server con il maggior numero di vcpu.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>jellyfin</li>
<li>airsonic</li>
<li>archivebox</li>
<li>forkserver: script in python che permetto al bot di irc di
richiedere l'archiviazione di url ad archivebox</li>
</ul>
</div>
</div>
<div id="outline-container-org0a9836e" class="outline-3">
<h3 id="org0a9836e">Paperino</h3>
<div class="outline-text-3" id="text-org0a9836e">
<p>
Punto di accesso ai vari servizi web di lezzo.org
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>nginx, sia come server per il dominio che come reverse proxy</li>
<li>server rsync</li>
<li>gitbucket</li>
<li>remod (sauerbraten)</li>
<li>happy/imageboard</li>
<li>luca/url shortener</li>
<li>ngircd</li>
<li>bot di irc</li>
<li>goaccess (stats.html)</li>
<li>httpbalena</li>
<li>fucktelegram</li>
<li>murmur (mumble server)</li>
<li>atftpd (pxe server)</li>
</ul>
</div>
</div>
<div id="outline-container-org12a7f1f" class="outline-3">
<h3 id="org12a7f1f">Paperoga</h3>
<div class="outline-text-3" id="text-org12a7f1f">
<p>
ruspante vm personale dietro vpn.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>weechat</li>
</ul>
</div>
</div>
<div id="outline-container-org16b3894" class="outline-3">
<h3 id="org16b3894">Pippo</h3>
<div class="outline-text-3" id="text-org16b3894">
<p>
Vm dietro vpn, generalmente usata per cose relative alle feste.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>jupyter notebook per Neutravel</li>
<li>gitbucket</li>
</ul>
</div>
</div>
<div id="outline-container-orgd54621a" class="outline-3">
<h3 id="orgd54621a">Plottigat</h3>
<div class="outline-text-3" id="text-orgd54621a">
<p>
Matrix server.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>synapse</li>
<li>heisenbridge</li>
<li>nginx come reverse proxy per cinny</li>
<li>cinny</li>
<li>postgres</li>
<li>fucktelegram python telegram client</li>
</ul>
</div>
</div>
<div id="outline-container-org37acb5e" class="outline-3">
<h3 id="org37acb5e">Pluto</h3>
<div class="outline-text-3" id="text-org37acb5e">
<p>
ssh bastion: /root/bastion<sub>user.sh</sub> .
No root login.
</p>
</div>
</div>
<div id="outline-container-orgf88ac4b" class="outline-3">
<h3 id="orgf88ac4b">Topolino</h3>
<div class="outline-text-3" id="text-orgf88ac4b">
<p>
bparodi vm personale.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>neomutt</li>
<li>offlineimap</li>
<li>mpd</li>
<li>roberto/barnard</li>
<li>mympd</li>
<li>syncthing</li>
</ul>
<p>
Monta:
</p>
<ul class="org-ul">
<li>vibbra</li>
<li>pr0n</li>
</ul>
</div>
</div>
<div id="outline-container-orgc03decd" class="outline-3">
<h3 id="orgc03decd">Toppersby</h3>
<div class="outline-text-3" id="text-orgc03decd">
<p>
bparodi vm personale dietro vpn.
</p>
<p>
Serve:
</p>
<ul class="org-ul">
<li>weechat</li>
</ul>
</div>
</div>
<div id="outline-container-orgc9c7841" class="outline-3">
<h3 id="orgc9c7841"><span class="todo TODO">TODO</span> Uno</h3>
<div class="outline-text-3" id="text-orgc9c7841">
<p>
Router.
</p>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: bparodi</p>
</div>
</body>
</html>

119
secretwiki/hosts.org Normal file
View File

@ -0,0 +1,119 @@
#+INCLUDE: header.org
* *~* Hosts
** Amelia
VM usata per piratare.
Serve:
- rtorrent
- rutorrent e tutte le dipendenze
- qbittorrent
** Atomino
Server vpn privato. Usato per avere una rete interna per i membri di
lezzo.org ma esce in chiaro dall'ip di lezzo.org.
Serve:
- wireguard
** Darkenblot
VM che si occupa di condividere la vpn fra brasello e bparodi tramite una static route.
** Dinamite
ruspante vm personale. Spesso in idle.
** Enigm
DNS server.
Serve:
- pihole e tutte le dipendenze
** TODO Macchianera
Router dietro la vpn di njalla.
** Nocciola
VM usata per piratare.
Serve:
- fopnu
- nicotine+: client soulseek
- vncviewer
- mldonkey
- amuled
- amuleweb
- makemkv
- nocciola-dl-manager: programma in kotlin che monitora i vari servizi
** TODO Orazio
Buildserver e logserver. Ci si aspetta che tutte gli host riescano a
comunicare con questa vm.
Serve:
- syslog-ng
- ntpd
- rsync
- nginx
** Paperetta
Media server con il maggior numero di vcpu.
Serve:
- jellyfin
- airsonic
- archivebox
- forkserver: script in python che permetto al bot di irc di
richiedere l'archiviazione di url ad archivebox
** Paperino
Punto di accesso ai vari servizi web di lezzo.org
Serve:
- nginx, sia come server per il dominio che come reverse proxy
- server rsync
- gitbucket
- remod (sauerbraten)
- happy/imageboard
- luca/url shortener
- ngircd
- bot di irc
- goaccess (stats.html)
- httpbalena
- fucktelegram
- murmur (mumble server)
- atftpd (pxe server)
** Paperoga
ruspante vm personale dietro vpn.
Serve:
- weechat
** Pippo
Vm dietro vpn, generalmente usata per cose relative alle feste.
Serve:
- jupyter notebook per Neutravel
- gitbucket
** Plottigat
Matrix server.
Serve:
- synapse
- heisenbridge
- nginx come reverse proxy per cinny
- cinny
- postgres
- fucktelegram python telegram client
** Pluto
ssh bastion: /root/bastion_user.sh .
No root login.
** Topolino
bparodi vm personale.
Serve:
- neomutt
- offlineimap
- mpd
- roberto/barnard
- mympd
- syncthing
Monta:
- vibbra
- pr0n
** Toppersby
bparodi vm personale dietro vpn.
Serve:
- weechat
** TODO Uno
Router.

289
secretwiki/stylesheet.css Normal file
View File

@ -0,0 +1,289 @@
html {
font-family:sans-serif;
color:#080808
}
body {
max-width:1366px;
margin:0 auto;
padding:1rem;
background: #ded7db;
color: black;
font-size: 18px;
}
div .pgp {
background: #cfc6cb;
border: 15px solid;
border-color: transparent;
text-align: center;
vertical-align: middle;
display: inline-block;
}
h2 a {
color: green;
text-decoration: none;
}
h2 {
color: #45818e;
}
h3 {
color: #45818e;
}
h4 {
color: #45818e;
font-size: 35px;
}
a {
color: green;
text-decoration: none;
}
a:visited {
color: green;
text-decoration: none;
}
ul a:link {
color: green;
text-decoration: none;
}
ul a:visited {
color: green;
text-decoration: none;
}
ul a:hover {
color: #1fd149;
}
img {
max-width: 90%;
}
.index {
display:flex;
flex-direction:row
}
.index .article-list {
flex-grow:1
}
.index .article-list .article {
margin-bottom:1rem
}
.index .article-list .date {
display:block;
color:#333
}
.index aside {
width:40%
}
.index aside img {
display:block;
margin:0 auto 1rem;
border-radius:5px
}
.index aside dt {
font-size:.9rem
}
.index aside dd {
margin-left:0
}
.index aside dd:not(:last-child) {
margin-bottom:.5rem
}
@media(max-width:640px) {
.index aside {
display:none
}
}
article {
margin:0 auto;
max-width:720px;
line-height:1.3
}
article img,
article video,
article iframe {
display:block!important;
margin:0 auto!important;
max-width:90%
}
@media(max-width:640px) {
article img,
article video,
article iframe {
max-width:calc(100% - 2rem)
}
}
article .comment {
margin:2rem auto 0;
max-width:80%;
color:#333
}
.footnotes {
font-size:.85rem
}
footer {
margin-top:2rem;
text-align:center;
font-size:.8rem;
color:#333
}
.float-img {
float:right;
display:inline;
padding-left:1rem
}
@media(max-width:640px) {
.float-img {
display:block;
float:none;
padding-left:inherit
}
}
pre {
max-width: 50%;
color: #45818e;
}
pre .cp {
color:#800
}
pre .about {
color: black;
}
pre .k {
color:#008
}
pre .kt,
pre .kd,
pre .kc {
color:#44f
}
pre .s {
color:#484;
font-style:italic
}
pre .cm,
pre .c1 {
color:#333;
font-style:italic
}
pre .gi {
color:green
}
pre .gd {
color:red
}
pre .gu {
color:blue
}
.webring {
margin-top:2rem
}
.webring h2 {
font-size:1.2rem
}
.webring .articles {
display:flex
}
@media(max-width:640px) {
.webring .articles {
flex-direction:column
}
}
.webring .title {
margin:0
}
.webring .article {
flex:1;
display:flex;
flex-direction:column;
background:#eee;
padding:.5rem;
margin:0 .5rem
}
@media(max-width:640px) {
.webring .article {
margin:.5rem 0
}
}
.webring .article:first-child {
margin-left:0
}
.webring .article:last-child {
margin-right:0
}
.webring .summary {
font-size:.8rem;
flex:1
}
.webring .attribution {
float:right;
font-size:.8rem;
color:#555;
line-height:3
}
.webring .date {
color:#000
}
summary {
cursor:pointer;
background-color:#eee;
padding:.25rem 1rem;
margin:0 -1rem
}
details[open] {
border-bottom:1rem solid #eee;
margin:0 -1rem 1rem;
padding:0 1rem
}
.text-center {
text-align:center
}
blockquote {
border-left:5px solid #bbb;
background-color:#eee;
padding:0 1rem;
margin-left:calc(-1rem - 5px);
margin-right:-1rem
}
blockquote blockquote {
margin-right:0;
margin-left:0
}
dl {
display:grid;
grid-template-columns:auto 1fr;
grid-gap:.2rem 1rem
}
dl dt {
font-weight:700;
grid-column-start:1
}
dl dd {
grid-column-start:2;
margin:0
}
.alert {
padding:.5rem;
border:1px solid transparent;
margin-bottom:1rem
}
.alert.alert-danger {
background:#f8d7da;
color:#721c24;
border-color:#f5c6cb
}
.alert.alert-info {
background:#d1ecf1;
color:#0c5460;
border-color:#bee5eb
}

33
secretwiki/wiki.html Normal file
View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-05-14 Sat 19:20 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lezzo secret wiki</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="bparodi" />
<link rel="stylesheet" type="text/css" href="./stylesheet.css"/>
</head>
<body>
<div id="content">
<h2>[ Lezzo secret wiki ]</a></h2>
<p>
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
</p>
<div id="outline-container-org2da59d6" class="outline-2">
<h2 id="org2da59d6">Pagine</h2>
<div class="outline-text-2" id="text-org2da59d6">
<ul class="org-ul">
<li><a href="./hosts.html">Hosts</a></li>
</ul>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: bparodi</p>
</div>
</body>
</html>

4
secretwiki/wiki.org Normal file
View File

@ -0,0 +1,4 @@
#+INCLUDE: header.org
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
* Pagine
- [[./hosts.html][Hosts]]