~schooltool-owners/schooltool/1.7

« back to all changes in this revision

Viewing changes to src/schooltool/app/configure.zcml

  • Committer: Gediminas Paulauskas
  • Date: 2011-11-19 23:13:16 UTC
  • mfrom: (2753.1.27 schooltool-docs)
  • Revision ID: menesis@pov.lt-20111119231316-keqezmo6yf41b9yb
Remove apidoc bookchapters

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
 
326
326
  <!-- Documentation -->
327
327
 
328
 
  <configure
329
 
      xmlns:zcml="http://namespaces.zope.org/zcml"
330
 
      xmlns:apidoc="http://namespaces.zope.org/apidoc"
331
 
      zcml:condition="have apidoc">
332
 
 
333
 
    <apidoc:bookchapter
334
 
        id="schooltool"
335
 
        title="SchoolTool"
336
 
        doc_path="README.txt" />
337
 
 
338
 
    <!-- Security -->
339
 
    <apidoc:bookchapter
340
 
        id="security"
341
 
        title="Security (General)"
342
 
        parent="schooltool"
343
 
        doc_path="security.txt" />
344
 
 
345
 
    <!-- Calendar -->
346
 
    <configure package="schooltool.calendar">
347
 
      <apidoc:bookchapter
348
 
          id="calendar"
349
 
          title="Calendar"
350
 
          parent="schooltool"
351
 
          doc_path="README.txt" />
352
 
    </configure>
353
 
 
354
 
    <apidoc:bookchapter
355
 
        id="booking"
356
 
        title="Booking Resources"
357
 
        parent="schooltool/calendar"
358
 
        doc_path="booking.txt" />
359
 
 
360
 
  </configure>
361
 
 
362
328
  <utility
363
329
      xmlns:zcml="http://namespaces.zope.org/zcml"
364
330
      zcml:condition="not-have authentication"