~ubuntu-branches/ubuntu/karmic/phpbb3/karmic

« back to all changes in this revision

Viewing changes to debian/README.templates

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-04-22 01:13:42 UTC
  • Revision ID: james.westby@ubuntu.com-20080422011342-2y2f8gy0f6oqk5uc
Tags: 3.0.1-1
* New upstream bugfix release.
* Add Portuguese debconf translation thanks to Miguel Figueiredo
  (Closes: #470112)
* Fix PostgreSQL schema to strip out hash-style comments
  (Closes: #461117).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The directory /usr/share/phpbb2/templates is exclusively for packages
 
2
supplying templates for phpbb2. subSilver is distributed by the 'phpbb2'
 
3
package itself.
 
4
 
 
5
The phpbb2 packaging will take a look in /etc/phpbb2/templates what templates
 
6
are available, so that you can add your own templates in /etc (as symlink to
 
7
somewhere else, or just the template itself). Template packages should put
 
8
their template in /usr/share/phpbb2/templates, and make a symlink from
 
9
/etc/phpbb2/templates.
 
10
 
 
11
An important consequence is that just adding a template to
 
12
/usr/share/phpbb2/templates alone _will not work_.
 
13
 
 
14
--Jeroen