Table of Contents
Introduction
There are many sorts of documentation ranging from installation guides to walk-throughs to frequently asked questions.
The Wolf CMS team has decided to group the documentation into several categories. Each category has its own style of documentation. We currently have these categories:
- Administration - These documents talk about installing, upgrading, performing back-ups, etc.
- How To - Documents that provide step-by-step instructions on how to perform a specific task or get a specific result.
- Cookbooks - Documents that provide hints and inspiration towards developing your own solutions. These generally do not contain step-by-step instructions.
- Wolf Functions - These documents describe the functions used internally by Wolf; examples of their use provided, and it is hoped that users will extend these examples.
Some users may want get tips on migrating from Frog to Wolf CMS.
For visual resources for Wolf CMS, see the Logos and Graphics page.
Administration
- Enabling cron jobs (available from Wolf CMS 0.6.0 and optional)
As an experiment, we've added together all of the above topics in a single “book” of sorts. If you want to view all of them on the same page or if you would like to export the whole as an Open Office document, please go to the Wolf CMS administration guide.
How To
- Play with page comments
Cookbooks
Wolf Functions and Constants
- author()
- authorId()
- breadcrumbs($separator='>')
- children($args=null, $value=array(), $include_hidden=false)
- childrenCount($args=null, $value=array(), $include_hidden=false)
- content($part='body', $inherit=false)
- date($format='%a, %e %b %Y', $which_one='created')
- find($uri) { return find_page_by_uri($uri); }
- getUri()
- hasContent($part) { return isset($this->part->$part); }
- id()
- includeSnippet($name)
- keywords()
- level()
- link($label=null, $options='')
- linkById($id, $label=null, $options='')
- next()
- parent()
- previous()
- slug()
- tags()
- $this->
- title()
- updater()
- url()
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Copyright 2010 wolfcms.org / design by yello studio / Wolf CMS Inside
