forked from pmjv/funhole_wiki
No description
- Shell 66.7%
- CSS 33.3%
| bean | provide updated info on beans | |
| beans | provide updated info on beans | |
| brank | add Handa | |
| brenda | Update brenda | |
| budd_dwyer | Update budd_dwyer | |
| cathfish | ||
| collectibles | Update collectibles | |
| colonial_farm_road | ||
| content | Update content | |
| content_of_the_year | ||
| content_war_2025 | Update content_war_2025 | |
| cousin_alf | added engagment article | |
| creatures | Update creatures | |
| cubitoom | Update cubitoom | |
| cum | Update cum | |
| djt | Update djt | |
| engagement | Update engagement | |
| fediverse | Add fediverse | |
| fucc | Add mononoke | |
| funhole_peaks | ||
| fwiki.css | added fwiki.css | |
| fwiki.ksh | omit css from parser | |
| handa | Update handa | |
| hank | add Handa | |
| index | Update index | |
| issue | Update issue | |
| jenkins | ||
| joe_biden | Add Joe Biden | |
| kit | ||
| mcz | ||
| mobilek | ||
| mononoke | Add mononoke | |
| ninja_tactics | ninja tactic 47 | |
| notptr | ||
| null | added engagment article | |
| phone_bad_kids | Update phone_bad_kids | |
| pieguy | provide updated info on beans | |
| pmjv | Update pmjv | |
| qrstuv | Update qrstuv | |
| README | Update README | |
| throats | add thro@ts | |
| tony | Update tony | |
| tony_creatures | Update tony_creatures | |
| wesker | ||
| zimmer | ||
| zwrt | ||
# LEMY IS KILL You can get your methadone here for the time being: https://horp.sciops.net --- 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)</h2> <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>