Overview | |
Tiki Integrator is a feature to allow easy integration of third party pages into the Tiki (with look and theme of Tiki page). Integrator may have several repositories. 'Repository' is just a path on the local filesystem where a set of files is stored. The files can be stored in the Tiki file gallery. These files will be processed later by integrator's rules. Such rules usually do two actions:
origins of this idea
Originally this feature was developed to access and view doxygened pages from inside Tiki. After some time, the following idea came into my head... ð As many other programmers I have a lot of repositories (directories) with third party documentation (usually static *.html files) which I need to have fast access to from one point — my intranet Tiki site which is used as a team groupware tool. So Tiki Integrator should help me to do this ð |
Internals Design | |
What I plan to implement
DB Schema
API
What has been implemented?
|
Requirements | |
|
Micro HOWTO | |
As a little tutorial I'll teach you how to integrate doxygened documentation.
|
Todo and Future Plans | |
|
FAQ | |
â Will there be a way to use the file system in tiki to allow users to upload their html files to the tiki file gallery and then have the integrator work its magic?
â Can the integrated pages be edited like a wiki page?
|