1
0
Fork
You've already forked funhole_wiki
0
forked from pmjv/funhole_wiki
No description
  • Shell 100%
2026年01月26日 20:10:10 +01:00
bean Add bean 2026年01月26日 17:54:15 +01:00
brank Update brank 2026年01月26日 17:59:57 +01:00
brenda Add brenda 2026年01月26日 15:22:17 +01:00
cathfish Add cathfish 2026年01月26日 18:09:37 +01:00
colonial_farm_road Update colonial_farm_road 2026年01月26日 17:16:02 +01:00
content Add content 2026年01月26日 14:55:00 +01:00
content_of_the_year Add content_of_the_year 2026年01月26日 17:20:56 +01:00
cousin_alf Update cousin_alf 2026年01月26日 17:46:39 +01:00
creatures Update creatures 2026年01月26日 17:40:04 +01:00
cubitoom Update cubitoom 2026年01月26日 19:14:38 +01:00
fediverse Add fediverse 2026年01月26日 20:02:21 +01:00
fucc Update fucc 2026年01月26日 19:45:54 +01:00
funhole_peaks Add funhole_peaks 2026年01月26日 15:21:23 +01:00
fwiki.ksh Update fwiki.ksh 2026年01月26日 15:02:07 +01:00
hank Update hank 2026年01月26日 17:29:36 +01: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
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
ninja_tactics Update ninja_tactics 2026年01月26日 16:54:16 +01:00
notptr Add notptr 2026年01月26日 18:28:37 +01:00
null Update null 2026年01月26日 19:30:35 +01:00
pieguy Add pieguy 2026年01月26日 17:50:04 +01:00
pmjv Update pmjv 2026年01月26日 20:01:23 +01:00
qrstuv Update qrstuv 2026年01月26日 20:04:31 +01:00
README Update README 2026年01月26日 18:16:46 +01:00
tony Update tony 2026年01月26日 17:47:50 +01:00
tony_creatures Add tony_creatures 2026年01月26日 17:33:08 +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>