colorful rat Ratfactor.com > Dave's Repos

htmlwarden

A flat HTML file Wiki in PHP
git clone http://ratfactor.com/repos/htmlwarden/htmlwarden.git

htmlwarden/pages/htmlwarden.html

Download raw file: pages/htmlwarden.html

1 <h1>The HTML WARDen Wiki</h1> 2 3 <img src="icon32x32.png" alt="html warden icon" 4 style="display:block; margin:auto; width:128px; height:128px; image-rendering:pixelated"> 5 6 <p>HTML WARDen is named after 7 <a href="https://en.wikipedia.org/wiki/Ward_Cunningham">Ward Cunningham</a>, 8 creator of the original 9 <a href="https://en.wikipedia.org/wiki/WikiWikiWeb">WikiWikiWeb</a>.</p> 10 11 <p>This is a file-based wiki with no backing database. It does store 12 past revisions of pages. A few settings may need to be changed in the 13 <code>settings.php</code> file in the root of the wiki directory.</p> 14 15 <p>By default, you can log into this wiki as 'Guest' by clicking on this link: 16 <a href="login.php?login=1234">login.php?login=1234</a>. But you'll probably 17 want to change or disable that in <code>settings.php</code>. Enjoy! :-)</p>