Robin's Wiki
SearchWiki

Kallisti

What's here?

  • Home Page
  • WebMail
  • Photo Gallery
  • Webserver Stats
  • Recent Changes

Software

Stuff I have a hand in

  • iRATE Radio
  • Journal Generator
  • PostInject
  • NeurosDBM
  • eMusic/J

Personal

Home pages of people

  • Robin's Stuff
  • John Machin

Wiki

Using this site to its fullest

  • PmWiki Home Page
  • Wiki Sandbox
  • What's a Wiki?
  • Documentation Index
  1. Kallisti
    1. Home Page
    2. WebMail: Squirrel Mail
    3. Photo Gallery
    4. Webserver Stats

  1. Hosted
    1. Roleplaying Games
    2. OURS

  1. Personal
    1. Robin Sheat
    2. John Machin

  1. Software
    1. Journal Generator
    2. PostInject
    3. eMusic/J

  1. Wiki
    1. Wiki Sandbox
    2. What is a Wiki?
    3. Wiki Documentation
PmWiki/
KallistiCustom
Read PageEdit PagePage AttributesPage HistoryUpload
Printable View

This page contains details on the local customisations on this site.

  1. Bookmarklet Support
  2. Source code highlighting
  3. BibTeX support
  4. Table of Contents

Bookmarklet Support

This system allows you to create an easy-to-add-to bookmark page. People with personal pages on here are welcome to use this. Simply create a page and add (:addlink:) to it.

For more info: http://www.pmwiki.org/wiki/Cookbook/AddLinkBookmarklet

Source code highlighting

Allow source code to be pasted in and automatically look colourful. For example, if you enter:

 
=perl [=#!/usr/bin/perl
if (1==1) {
    print "This is Perl code";
}=]

it will show as:

#!/usr/bin/perl
if (1==1) {
        print "This is Perl code";
}

There is support for C++, JavaScript, PHP, Python, XML and Perl. Use the lowercase form of the name for all of them except C++, which is cpp.

BibTeX support

For info: http://www.pmwiki.org/wiki/Cookbook-V1/BibtexRef

Table of Contents

By using the (:toc:) command, a table of contents can be automatically generated based on the headers of a page.

There is a lot of things that can change how this is displayed. The most useful will be:
(:toc A Title For The Contents Page:)

More options can be found on the cookbook page

Page last modified on March 31, 2005, at 11:37 AM

  1. ▲ Top ▲
  2. Edit:
  3. SideBar
  4. MenuBar
  5. BottomBar
  6. GroupHeader
  7. GroupFooter