Web links
Caliban has a simple method of creating links to other pages: you simply put your links in double square brackets, and if you are specifiying link text, then that goes after a 'pipe' character. Here is what it looks like
- Links to other Caliban pages
[[link]] will take you to a page called 'link'
[[link|follow this link]] will take you to a page called 'link' by clicking on a link called 'follow this link'
You can, if you wish, include a .html extension in the filename, but it is not necessary.
[[link.html|follow this link]] will take you to a page called 'link' by clicking on a link called 'follow this link'
- Links to other sites
If you are linking to a page that is not one of your Caliban pages, then you must include the full URL:
[[http://www.anothersite/link.html|follow this link]] will take you to a page called 'link' by clicking on a link called 'follow this link'