Translations of this page?:
General
Getting Support
Administration
Design
Wolf Reference
Plugin Development
Core Development
- Design documents
- Working guidelines
- References
Press, Graphics and Translations
Wolf CMS books section
Table of Contents
Intro
S obzirom na različitu vrstu dokumentacije, od pitanja-odgovora do različitih vodiča, radi lakšeg snalaženja, svrstali smo sve to u par različith kategorija:
- Administracija - Ova dokumentacija pokriva instalaciju, nadogradnju, pravljenje sigurnosnih kopija itd.
- How To - Dokumentacija koja pokriva korak po korak vodiče kako napraviti određen zadatak da biste dobili određen rezultat.
- Kuharica - Documents that provide hints and inspiration towards developing your own solutions. These generally do not contain step-by-step instructions.
- Wolf Funkcije - Ova dokumentacija opisuje unutarnje funkcije koje se koriste prilikom programiranja Wolf CMS-a.
Administracija
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
- Display a list of subpages
- Display a page link
- Play with content and parts
- Play with page comments
Kuharica
Wolf Funkcije
- 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); }
- hasContent($part) { return isset($this->part->$part); }
- id()
- includeSnippet($name)
- keywords()
- level()
- link($label=null, $options='')
- next()
- parent()
- previous()
- slug()
- tags()
- $this→
- updator()
- url()
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
