author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 07 Oct 2009 13:52:16 +0200 | |
branch | stable |
changeset 3591 | c08f6af99bce |
parent 3167 | 3d985c6f4d46 |
child 4212 | ab6573088b4a |
permissions | -rw-r--r-- |
3167
3d985c6f4d46
[D] add example about site properties configuration
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
1977
diff
changeset
|
1 |
# postcreate script. You could setup site properties or a workflow here for example |
1977
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
2 |
""" |
0 | 3 |
|
1977
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
4 |
:organization: Logilab |
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
5 |
:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
6 |
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
7 |
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
8 |
""" |
606923dff11b
big bunch of copyright / docstring update
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
9 |
|
3167
3d985c6f4d46
[D] add example about site properties configuration
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
1977
diff
changeset
|
10 |
# Example of site property change |
3d985c6f4d46
[D] add example about site properties configuration
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
1977
diff
changeset
|
11 |
#set_property('ui.site-title', "<sitename>") |
3d985c6f4d46
[D] add example about site properties configuration
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
1977
diff
changeset
|
12 |