1
0
Fork
You've already forked funhole_wiki
0
forked from pmjv/funhole_wiki
No description
  • Shell 66.7%
  • CSS 33.3%
2026年03月25日 13:24:37 +01:00
bean provide updated info on beans 2026年01月29日 22:37:25 -05:00
beans provide updated info on beans 2026年01月29日 22:37:25 -05:00
brank add Handa 2026年01月29日 21:30:16 -05:00
brenda Update brenda 2026年01月30日 12:49:41 +01:00
budd_dwyer Update budd_dwyer 2026年03月06日 12:38:33 +01:00
cathfish Add cathfish 2026年01月26日 18:09:37 +01:00
collectibles Update collectibles 2026年03月19日 00:07:59 +01:00
colonial_farm_road Update colonial_farm_road 2026年01月26日 17:16:02 +01:00
content Update content 2026年03月06日 12:39:51 +01:00
content_of_the_year Add content_of_the_year 2026年01月26日 17:20:56 +01:00
content_war_2025 Update content_war_2025 2026年01月31日 13:51:51 +01:00
cousin_alf added engagment article 2026年01月27日 16:33:41 -05:00
creatures Update creatures 2026年03月19日 11:42:11 +01:00
cubitoom Update cubitoom 2026年01月26日 19:14:38 +01:00
cum Update cum 2026年03月06日 16:57:11 +01:00
djt Update djt 2026年03月19日 11:39:03 +01:00
engagement Update engagement 2026年02月04日 16:20:05 +01:00
fediverse Add fediverse 2026年01月26日 20:02:21 +01:00
fucc Add mononoke 2026年01月27日 10:09:56 +01:00
funhole_peaks Add funhole_peaks 2026年01月26日 15:21:23 +01:00
fwiki.css added fwiki.css 2026年01月30日 10:20:08 +01:00
fwiki.ksh omit css from parser 2026年01月30日 10:19:18 +01:00
handa Update handa 2026年01月30日 12:43:36 +01:00
hank add Handa 2026年01月29日 21:30:16 -05:00
index Update index 2026年01月26日 20:10:10 +01:00
issue Update issue 2026年01月26日 19:50:57 +01:00
jenkins Update jenkins 2026年01月26日 17:25:15 +01:00
joe_biden Add Joe Biden 2026年01月29日 11:29:58 +01:00
kit Update kit 2026年01月26日 17:55:25 +01:00
mcz Add mcz 2026年01月26日 18:07:46 +01:00
mobilek Update mobilek 2026年01月26日 17:37:53 +01:00
mononoke Add mononoke 2026年01月27日 10:09:56 +01:00
ninja_tactics ninja tactic 47 2026年03月25日 13:24:37 +01:00
notptr Add notptr 2026年01月26日 18:28:37 +01:00
null added engagment article 2026年01月27日 16:33:41 -05:00
pieguy provide updated info on beans 2026年01月29日 22:37:25 -05:00
pmjv Update pmjv 2026年03月19日 11:38:17 +01:00
qrstuv Update qrstuv 2026年01月26日 20:04:31 +01:00
README Update README 2026年01月26日 18:16:46 +01:00
throats add thro@ts 2026年01月28日 07:55:56 -08:00
tony Update tony 2026年03月04日 00:40:16 +01:00
tony_creatures Update tony_creatures 2026年03月04日 00:40:38 +01:00
wesker Add wesker 2026年01月26日 18:19:28 +01:00
zimmer Update zimmer 2026年01月26日 17:44:24 +01:00
zwrt Add zwrt 2026年01月26日 18:08:03 +01:00

See it live: https://triapul.cz/funhole.wiki
discussion: https://lemmy.sdf.org/post/49706724
if you made content and love qrstuv, add yourself 
to FUCC
anatomy of a wiki item
======================
file name = wiki url
should be lowercase, no spaces, use _ instead
of spaces
ie: creatures = //funhole.wiki/creatures
file must start with <h1>title</h1> on
its own line.
--
<h1>
<p>first paragraph
<div class="side">
..
</div>
<p>more paragraph etc
--
host it yourself?
=================
git clone, edit fwiki.ksh, change $db and $wroot
run fwiki.ksh
guidelines
==========
always put all <img> in <p>, include alt
ie: <p><img src="pic.jpg" alt="pic"></p>
all pictures should be only sourced from
lemmy funhole links
links that lead outside the wiki should be 
followed by <sup>ext</sup>. the external
links should also never point anywhere
except to lemmy.sdf.org/
ie: <a href="//lemmy.sdf.org">sdf.org</a><sup>ext</sup>
links inside the wiki should always be relative.
<a href="qrstuv">qrstuv</a>
skeleton of the sidebar
=======================
<div class="side">
 <h2>Title of the Sidebar (optional)</h3>
 <p><img src="/pic.jpg" alt="pic"></p>
 <p>description of picture<p>
 <h3>sub title</h3>
 <p>Some words</p>
 <h3>sub title</h3>
 <p><a href="//link">links</a></p>
 <h3>sub title</h3>
 <ul>
 <li>list one</li>
 <li>list two</li>
 <li><a href="//link">link in a list</a></li>
 </ul>
</div>