Differences of quicklook

Revision 130 Revision 131
Body
0 # Types 0 # Types
... ...
125 A plugin can add special pages to infogami and add new modes to wiki pages. 125 A plugin can add special pages to infogami and add new modes to wiki pages.
126 Special pages are paths which are treated differently than regular wiki pages [custom writing company](http://custom-essay-writing-service.org/index.php). login, logout, sitepreferences etc. [fat burning furnace scam](http://www.squidoo.com/fat-burning-furnace-review-lose-weight-fast) are some examples of special pages [logo design] (http://www.logoinn.com) by Kevin Josh 2010 126 Special pages are paths which are treated differently than regular wiki pages. login, logout, sitepreferences etc. are some examples of special pages. Modes are actions that be done on a wiki page. View, edit, history, diff etc. are some examples of wiki modes.
127 . Modes are actions that be done on a wiki [debt relief](http://www.nationalrelief.com) page. View, edit, history, diff etc. are some examples of wiki modes.
128 128
... ...
171 171
172 **install**: The `install` action runs all the install hooks. Install hook is a function without any arguments decorated by `infogami.install_hook`. Any plugin can add a new install hook to do some actions via [writing service](http://customwritingservices.org/index.php) to initialize an infogami instance. Some of the actions are install hooks too. 171 **install**: The `install` action runs all the install hooks. Install hook is a function without any arguments decorated by `infogami.install_hook`. Any plugin can add a new install hook to do some actions to initialize an infogami instance. Some of the actions are install hooks too.
173 172
174 **movefiles**: The `movefiles` action moves all the files in [paintball](http://www.pntball.com)`$plugin/files/` from every plugin to `static/` directory. This is also an install hook. If a plugin needs to access any static resources as [cv writer](http://cvresumewriters.com/), they must [Hid Lights](http://www.hidheadlightkit.com) be put in `files/` directory of that plugin. Keeping resources directly in `static/` is not a good idea and should be discouraged. 173 **movefiles**: The `movefiles` action moves all the files in `$plugin/files/` from every plugin to `static/` directory. This is also an install hook. If a plugin needs to access any static resources, they must be put in `files/` directory of that plugin. Keeping resources directly in `static/` is not a good idea and should be discouraged.
175 174
176 **movetemplates**: The `movetemplates` action moves templates from every plugin to wiki. Optional prefix can be specified to limit the templates that are moved into the wiki. This is also an install hook. 175 **movetemplates**: The `movetemplates` action moves templates from every plugin to wiki. Optional prefix can be specified to limit the templates that are moved into the wiki. This is also an install hook.

Legend:

Unmodified
Added
Removed
Modified