', '\\n', '$[Indented text]', '$GUIButtonDirUrlFmt/indent.gif"$[Indented text]"'); $GUIButtons['outdent'] = array(510, '\\n-<', '\\n', '$[Hanging indent]', '$GUIButtonDirUrlFmt/outdent.gif"$[Hanging indent]"'); $GUIButtons['ol'] = array(520, '\\n# ', '\\n', '$[Ordered list]', '$GUIButtonDirUrlFmt/ol.gif"$[Ordered (numbered) list]"'); $GUIButtons['ul'] = array(530, '\\n* ', '\\n', '$[Unordered list]', '$GUIButtonDirUrlFmt/ul.gif"$[Unordered (bullet) list]"'); $GUIButtons['hr'] = array(540, '\\n----\\n', '', '', '$GUIButtonDirUrlFmt/hr.gif"$[Horizontal rule]"'); $GUIButtons ['pagetoc'] = array(550, '\\n(:*toc:)\\n', '', '', '$GUIButtonDirUrlFmt/toc.gif"$[Table of content]"'); $GUIButtons['table'] = array(600, '||border=1 width=80%\\n||!Hdr ||!Hdr ||!Hdr ||\\n|| || || ||\\n|| || || ||\\n', '', '', '$GUIButtonDirUrlFmt/table.gif"$[Table]"'); # This cookbook adds an Excel Paste button include_once('cookbook/tabtable.php'); # Cookbook Footnote include_once("cookbook/footnote.php"); include_once("cookbook/addfootnote.php"); # --------------- Password & Security ----------------- ## and PmWiki.PasswordsAdmin. #Site wide Admin password $DefaultPasswords['admin']='$1$GKCZWAQK$DswK7EoS22Ea2rlsWawd4/'; $DefaultPasswords['edit']='$1$3/K0kwIA$tFulegWs02S/WiJ89Qajs1'; #Site wide password to place password on pages $DefaultPasswords['attr']='$1$GKCZWAQK$DswK7EoS22Ea2rlsWawd4/'; #Upload password: anyone can upload $DefaultPasswords['upload']=''; # ------------ Syndication ---------------- ## The feeds.php script enables ?action=rss, ?action=atom, ?action=rdf, ## and ?action=dc, for generation of syndication feeds in various formats. if ($action == 'rss') include_once('scripts/feeds.php'); # RSS 2.0 if ($action == 'atom') include_once('scripts/feeds.php'); # Atom 1.0 if ($action == 'dc') include_once('scripts/feeds.php'); # Dublin Core if ($action == 'rdf') include_once('scripts/feeds.php'); # RSS 1.0