LinuxBasics.org

The community that helps people to run Linux

rss
Table of Contents

LBoWiki - A flavor of DokuWiki

You can get it here: http://beta.linuxbasics.org/media/beta.tarball.tgz

Like the original DokuWiki, this is also GPL.

Puzzling Pages

The pages are puzzled together like this:

  1. …/includes/head.html
  2. …/includes/before-content.html
  3. <div class=“page”>
  4. Wiki-content generated by the DokuWiki-script.
  5. </div>
  6. …/includes/after-content.html

I would not mess too much with the head.html because it contains a fair amount of Doku-Wiki-Code.

My changes

a {
  color:#436976;
  text-decoration:none;
}

became

div.page a {
  color:#436976;
  text-decoration:none;
}

Tweaks

Playground

Three things were desired here:

wiki:playground:*  @ALL        4
/**
 * Add's an entry to the changelog
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */
function addLogEntry($date,$id,$summary=""){
  global $conf;
  $id     = cleanID($id);//FIXME not needed anymore?
/**Keep playground out of changelog**/
 if(preg_match ("/playground/","$id")){
 return;
 }
/**end of playground section **/  
/**
 * Sends a notify mail to the wikiadmin when a page was
 * changed
 *
 * @author Andreas Gohr <andi@splitbrain.org>
*/
function notify($id,$rev="",$summary=""){
 global $lang;
 global $conf;
/**don't notify if playground **/
 if(preg_match ("/playground/","$id")){
 return;
 }
/**end of playground section **/


Copyright (c) by the authors.
Prior to editing, authors agreed to license their contributions by the terms of the GPL.
See our licensing page for details.


Linux® is a registered trademark of Linus Torvalds.


 
  making/lbowiki.txt · Last modified: 2008/07/20 19:08

LinuxBasics.org

Start Linux-Course Tutorials Linux Links Security Blog Forum E-mail List Search Online Chat

Site-Info

Help Get in Touch Making of LBo

Wiki-Control

Powered by

Linux Apache DokuWiki Mailman RUTE ht://Dig