[Subversion] / PEAK / README.txt  

Log of /PEAK/README.txt

Parent Directory

No default branch
Bookmark a link to HEAD: (view) (download)


Revision 2073 - (view) (download) - [select for diffs]
Modified Sat Jul 9 05:32:33 2005 UTC (18 years, 8 months ago) by pje
File length: 3191 byte(s)
Diff to previous 1997
PEAK no longer bundles any software that can be obtained automatically from
PyPI.  Running PEAK's setup script will attempt to download and install
the needed packages.  (Note that development snapshots of PEAK may require
development snapshots of related packages.)

Revision 1997 - (view) (download) - [select for diffs]
Modified Sun Jan 30 18:51:56 2005 UTC (19 years, 2 months ago) by pje
File length: 3879 byte(s)
Diff to previous 1948
PEAK now requires Python 2.3.4 or better; dropped support for building
2.3 modules with 2.2.  The kjbuckets extension module is no longer built
and installed by default, either;  you must explicitly enable it with a
'--with-kjbuckets' flag passed to  'setup.py'.  Please port your code as
soon as practical, this option will go away soon.

Revision 1948 - (view) (download) - [select for diffs]
Modified Thu Nov 25 20:07:50 2004 UTC (19 years, 4 months ago) by pje
File length: 4056 byte(s)
Diff to previous 1933
Backport 2.4 'optparse' and 'textwrap' modules for use w/options framework.

Revision 1933 - (view) (download) - [select for diffs]
Modified Sat Nov 20 01:02:31 2004 UTC (19 years, 4 months ago) by pje
File length: 4027 byte(s)
Diff to previous 1847
Add backported version of Python 2.4's 'doctest' module to 'peak.util'.

Revision 1847 - (view) (download) - [select for diffs]
Modified Mon Oct 11 19:36:04 2004 UTC (19 years, 5 months ago) by pje
File length: 3998 byte(s)
Diff to previous 1713
In order to support obtaining the line and column locations of problems in
XML files, we are now using Python 2.4's version of the 'pyexpat' module,
built as 'peak.util.pyexpat'.  Also, added "empty" option to negotiating
XML parser, so that tags which don't want any children can force an error
if a child element appears within them.

Revision 1713 - (view) (download) - [select for diffs]
Modified Sun Mar 7 23:51:25 2004 UTC (20 years ago) by pje
File length: 3573 byte(s)
Diff to previous 1636
Overhaul setup.py to simplify installation and maintenance.  It's no longer
necessary to manually add packages or files to setup.py.  Optional features
can now be controlled with '--with-X' and '--without-X' options.  Bumped
version number to 0.5a4.  (XXX Need to update INSTALL.txt w/options info!)

Revision 1636 - (view) (download) - [select for diffs]
Modified Sun Jan 25 02:44:19 2004 UTC (20 years, 2 months ago) by pje
File length: 3573 byte(s)
Diff to previous 1633
Move the huge feature list from README to FEATURES.

Revision 1633 - (view) (download) - [select for diffs]
Modified Sun Jan 25 02:32:15 2004 UTC (20 years, 2 months ago) by pje
File length: 10449 byte(s)
Diff to previous 1496
Added "state of the PEAK union" doc (STATUS.txt).  Moved old changes to
HISTORY.txt.  Updated copyright and package info.  Moved ancient and
improbable TODO's out to individual packages.  Readjust a3 TODO targets so
we can release it a lot sooner, preferably within 1-3 weeks.

Revision 1496 - (view) (download) - [select for diffs]
Modified Wed Nov 26 23:53:22 2003 UTC (20 years, 4 months ago) by pje
File length: 10913 byte(s)
Diff to previous 1374
Remove process supervisor from TODO, add it to CHANGES and README.  Also,
added a link from its ZConfig schema to the original design proposal, since
it'll no longer be linked from the TODO.

Revision 1374 - (view) (download) - [select for diffs]
Modified Sat Aug 30 20:37:37 2003 UTC (20 years, 7 months ago) by pje
File length: 10681 byte(s)
Diff to previous 1275
Added new 'version' tool that automatically edits files to update version
information in them.  Just execute the 'version' file in the main PEAK
source directory.  (Use '--help' for help.)  You can use this tool with your
own projects by creating 'version' and 'version.dat' files in your project
directory, similar to the ones used by PEAK.  The 'version' file is a ZConfig
file that describes your project's version numbering scheme(s), formats,
and the files that need to be edited, while the 'version.dat' file contains
the current version number values.  Source for the tool, including the
configuration file schema, is in the 'peak.running.tools.version' package.
(Error handling and documentation, alas, are still minimal.)

Also, bumped PEAK version stamps to 0.5a3, using the new tool.  (Yay!)

Revision 1275 - (view) (download) - [select for diffs]
Modified Mon Jul 21 00:55:16 2003 UTC (20 years, 8 months ago) by pje
File length: 10681 byte(s)
Diff to previous 1215
The templates have landed!  We can parse and render templates, and use them
as web methods on locations.  There's even a (yes, just one) unit test.
Big TODO lists both in the package and its test suite, but at least it's
working.  Made minor adjustments to publishing algorithms so that locations
know their parent locations, and methods know the location that they were
found in. Bumped package version to 0.5a3, since we've been in the alpha 3
cycle for a while now.

Revision 1215 - (view) (download) - [select for diffs]
Modified Fri Jun 27 18:43:34 2003 UTC (20 years, 9 months ago) by pje
File length: 10681 byte(s)
Diff to previous 1181
Added Python/Zope 'datetime' package.

Revision 1181 - (view) (download) - [select for diffs]
Modified Tue Jun 10 21:11:48 2003 UTC (20 years, 9 months ago) by pje
File length: 10669 byte(s)
Diff to previous 1130
Misc. doc cleanups/enhancements.  Added info on 'invoke' command.

Revision 1130 - (view) (download) - [select for diffs]
Modified Mon May 19 17:33:59 2003 UTC (20 years, 10 months ago) by pje
File length: 10646 byte(s)
Diff to previous 1108
Misc. edits preparing for 0.5a2

Revision 1108 - (view) (download) - [select for diffs]
Modified Sat May 10 21:29:49 2003 UTC (20 years, 10 months ago) by pje
File length: 9549 byte(s)
Diff to previous 1061
Farewell, 'zope.interface'.  You served us well.

Revision 1061 - (view) (download) - [select for diffs]
Modified Thu May 1 17:43:55 2003 UTC (20 years, 11 months ago) by pje
File length: 9568 byte(s)
Diff to previous 1049
Added 'fcgiapp' to distribution; this should be the final checkin for
0.5a1, barring any bug or doc fixes that come up while prepping
the release.

Revision 1049 - (view) (download) - [select for diffs]
Modified Wed Apr 30 12:36:02 2003 UTC (20 years, 11 months ago) by pje
File length: 8837 byte(s)
Diff to previous 1042
Updating README/INSTALL/setup for 0.5a1.  INSTALL was out of date on some
matters; edited README for clarity in a couple of places.

Revision 1042 - (view) (download) - [select for diffs]
Modified Tue Apr 29 02:35:57 2003 UTC (20 years, 11 months ago) by pje
File length: 8613 byte(s)
Diff to previous 963
Updated README with latest features, added missing license file for ZConfig

Revision 963 - (view) (download) - [select for diffs]
Modified Fri Apr 4 21:23:31 2003 UTC (20 years, 11 months ago) by pje
File length: 8490 byte(s)
Diff to previous 957
Got rid of deprecated 'peak.model' classes: Model, Package, Reference, etc.

Revision 957 - (view) (download) - [select for diffs]
Modified Thu Apr 3 00:15:51 2003 UTC (21 years ago) by pje
File length: 8489 byte(s)
Diff to previous 955
Updated README to reflect planned UML 1.5 support.

Revision 955 - (view) (download) - [select for diffs]
Modified Wed Apr 2 17:45:24 2003 UTC (21 years ago) by pje
File length: 8472 byte(s)
Diff to previous 931
Added feature list to README, in preparation for use as a release
announcement, and removed trailing whitespace from peak.ini.  Note that
features listed in the README may not actually be implemented yet!  (At
the moment, that's just XMI writing, which is still in development, but
I may add other items to the README soon.)

Yes, this does mean that I'm preparing for an actual 0.5a1 release.  I
expect to begin using PEAK at work soon, which means we need to have stable
(in the sense of "unchanging") baseline versions for change management of
software that uses PEAK.

Revision 931 - (view) (download) - [select for diffs]
Modified Sat Mar 1 21:31:48 2003 UTC (21 years, 1 month ago) by pje
File length: 2533 byte(s)
Diff to previous 582
Fixed certain setup.py operations failing if HappyDoc isn't installed;
minor updates to copyright notices and installation instructions.

Revision 582 - (view) (download) - [select for diffs]
Modified Thu Oct 31 02:08:38 2002 UTC (21 years, 5 months ago) by pje
File length: 2533 byte(s)
Diff to previous 551
Misc. doc fixes for HappyDoc.

Revision 551 - (view) (download) - [select for diffs]
Modified Thu Oct 10 20:34:10 2002 UTC (21 years, 5 months ago) by pje
File length: 2523 byte(s)
Diff to previous 525
Added 'kjbuckets' extension to setup.py; updated installation doc and
copyright notices accordingly.

Revision 525 - (view) (download) - [select for diffs]
Modified Fri Oct 4 15:48:10 2002 UTC (21 years, 5 months ago) by pje
File length: 2148 byte(s)
Diff to previous 524
Fixed typo.

Revision 524 - (view) (download) - [select for diffs]
Modified Fri Oct 4 15:31:35 2002 UTC (21 years, 5 months ago) by pje
File length: 2149 byte(s)
Diff to previous 340
Changing docs from TransWarp->PEAK, referenced new site at
http://www.telecommunity.com/PEAK/, prepping docs for 0.5a1 release.

Revision 340 - (view) (download) - [select for diffs]
Modified Fri Mar 1 19:57:23 2002 UTC (22 years, 1 month ago) by pje
File length: 1146 byte(s)
Diff to previous 329
Misc. Documentation fixes, clarifications, and enhancements.

Revision 329 - (view) (download) - [select for diffs]
Modified Fri Feb 15 18:39:23 2002 UTC (22 years, 1 month ago) by pje
File length: 1131 byte(s)
Diff to previous 277
First-draft README and INSTALL for 0.2 preview release 1.

Revision 277 - (view) (download) - [select for diffs]
Modified Wed Feb 28 22:13:45 2001 UTC (23 years, 1 month ago) by pje
File length: 3372 byte(s)
Diff to previous 276
Fixes to README for structured text appearance when used as a product page.

Revision 276 - (view) (download) - [select for diffs]
Modified Wed Feb 28 22:03:10 2001 UTC (23 years, 1 month ago) by pje
File length: 3154 byte(s)
Diff to previous 275
Added installation instructions to README, and various intro texts to
docs/ directory.

Revision 275 - (view) (download) - [select for diffs]
Modified Wed Feb 28 21:25:31 2001 UTC (23 years, 1 month ago) by pje
File length: 757 byte(s)
Diff to previous 274
Added AOP tutorial doc; updated README to reference the docs directory

Revision 274 - (view) (download) - [select for diffs]
Added Tue Feb 27 22:49:04 2001 UTC (23 years, 1 month ago) by pje
File length: 669 byte(s)
Added README and docs directory

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help