[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/service - tasks.pt:1.1 configure.zcml:1.7

Anthony Baxter anthony at interlink.com.au
Sun Feb 8 20:22:59 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/services/service
In directory cvs.zope.org:/tmp/cvs-serv8172

Modified Files:
	configure.zcml 
Added Files:
	tasks.pt 
Log Message:
new more friendly front page for the site management object


=== Added File Zope3/src/zope/app/browser/services/service/tasks.pt ===
<html metal:use-macro="views/standard_macros/page">
<body>
<div metal:fill-slot="body">

  <h2 i18n:translate="">
    Common Site Management Tasks
  </h2>

      <p i18n:translate="">
         The site management interface allows you to do stuff.
         Some of this stuff is good.
      </p>

  <dl>

    <dt i18n:translate=""> Tools: </dt>
    <dd i18n:translate="">
 	    Tools consist of
        <span title="Services register themselves with the ServiceService">Services</span>
 and <span title="Utilities register themselves with the UtilityService">Utilities</span>. These perform tasks like
        error logging, translation, authentication and so on.
        Your site may provide new 
        <a href="default/AddService" i18n:translate="">services</a> or
        <a href="default/AddUtility" i18n:translate="">utilities</a>
        (which may override existing tools). You may also configure the
        <a href="@@services.html" i18n:translate="">services</a> and
        <a href="default/Utilities/@@utilities.html" i18n:translate="">utilities</a>
        already present in this site.
    </dd>
    <dt i18n:translate=""> Software: </dt>
    <dd i18n:translate="">
       The site may <a href="@@contents.html" i18n:translate="">customise
        the behaviour of existing software</a>, or define its own.
        The first step in creating a new software package is to
        <a href="@@+">create a new Site Management Folder</a> to 
        contain the software.
        If you've already added your own software, you may 
        <a href="@@contents.html" i18n:translate="">edit it</a>.
   </dd>

    <!-- When software bundles are more than a wiki page, revisit this.
     <dt i18n:translate=""> Software Bundles: </dt><dd i18n:translate="">
        Installing,
        Removing
     </dd>
    -->


    
</div>
</body>
</html>


=== Zope3/src/zope/app/browser/services/service/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/services/service/configure.zcml:1.6	Sat Feb  7 22:14:22 2004
+++ Zope3/src/zope/app/browser/services/service/configure.zcml	Sun Feb  8 20:22:59 2004
@@ -44,6 +44,13 @@
 
   <page
      for="zope.app.interfaces.services.service.ISiteManager"
+     name="tasks.html"
+     menu="zmi_views" title="Tasks"
+     template="tasks.pt"
+     permission="zope.ManageServices" />
+
+  <page
+     for="zope.app.interfaces.services.service.ISiteManager"
      name="services.html"
      menu="zmi_views" title="Services"
      template="services.pt"




More information about the Zope3-Checkins mailing list