[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1123, Sun May 18 16:20:35 2003 UTC version 1125, Mon May 19 02:02:13 2003 UTC
Line 2 
Line 2 
   
  Changed, Enhanced, or Newly Deprecated Features   Changed, Enhanced, or Newly Deprecated Features
   
    - Added 'zconfig.schema' URL scheme that loads an enhanced ZConfig schema
      object that can act as a command line interpreter using the 'peak' script.
      To use it, run 'peak zconfig.schema:urlToSchema urlOfConfig'.  Or, add
      a line like this::
   
        #!/usr/bin/env peak zconfig.schema:pkgfile:some.package/schema.xml
   
      to the top of a configuration file, and make the configuration file
      executable.  Note that the schema specified must convert to an object
      that's usable with the commands bootstrap framework.  Also note that
      if you have a local PEAK_CONFIG file, you can add a 'peak.running.shortcuts'
      entry to shorten the URL reference in your #! line.  E.g.::
   
        #!/usr/bin/env peak mySchema
   
      will suffice if you have defined 'peak.running.shortcuts.mySchema' as
      'naming.LinkRef("zconfig.schema:pkgfile:some.package/schema.xml")'.
   
      There is also a 'peak ZConfig urlOfSchema urlOfConfig' variant, that was
      added to support putting '#!/usr/bin/env peak ZConfig' at the top of
      schema files, but unfortunately that's not valid XML.
   
  - Standardized file-based URL syntaxes (e.g logfiles and lockfiles) to   - Standardized file-based URL syntaxes (e.g logfiles and lockfiles) to
    follow RFC 1738/2396, and Python 'urllib'.  This shouldn't affect much     follow RFC 1738/2396, and Python 'urllib'.  This shouldn't affect much
    besides the canonical forms of the URLs.  Added 'pkgfile:some.pkg/filepath'     besides the canonical forms of the URLs.  Added 'pkgfile:some.pkg/filepath'


Generate output suitable for use with a patch program
Legend:
Removed from v.1123  
changed lines
  Added in v.1125

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help