~replaceafill/+junk/replication_examples

« back to all changes in this revision

Viewing changes to standard_school/etc/schooltool/standard/site.zcml

  • Committer: Douglas Cerna
  • Date: 2014-06-12 18:25:36 UTC
  • Revision ID: douglascerna@yahoo.com-20140612182536-mz9bifeinrfd1ney
Added replication configuration examples for the central server and two sample schools

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<configure xmlns="http://namespaces.zope.org/zope">
 
3
 
 
4
  <!-- To disable a plugin, add an exclude, e.g.
 
5
 
 
6
  <exclude package="schooltool.gradebook" />
 
7
  -->
 
8
 
 
9
  <include package="schooltool.skin.flourish.instance" />
 
10
 
 
11
  <include files="plugins/*.zcml" />
 
12
 
 
13
</configure>