Skip to content
Michael Haschke edited this page Aug 16, 2015 · 2 revisions

You can develop and install your own Themes, Services classes and Filters to extend PubwichFork:

  • Themes and Templates are responsible for the rendering of PubwichFork pages, Themes contain all main and sub templates for page chrome, layout containers, channel boxes, list items; and the public graphics and stylesheets for the layout. Your theme folders must be located in usr/themes/. For further information please read the manual about how to develop custom themes and user templates.

  • Service classes are used to connect the various Social Web providers and services (e.g. Twitter, Flickr and so on). You can add your own Service classes and overwrite the core services in usr/services.

  • Filters are applied on the data that is aggregated by the Service classes. Currently they are part of the theme.

Clone this wiki locally