|
 |
|
 |
| |
ZopeMag Links:
Home Page
About the Fish
Issue 09
Issue 08
Issue 07
Issue 06
Issue 05
Issue 04
Issue 03
Issue 02
Issue 01
Latest Issue
|
|
 |
|
 |
 |
|
|
 |
| |
|
|
| |
Letter from the Editor:
Welcome
Interviews:
In our first issue we interview the father of the Wiki and the inventor of Extreme Programming.
Ward Cunningham
Tutorials:
Throughout the quarter we cover topics of interest to Zope developers, designers, and users.
MetaFlow
Databases and ZPTs
Custom User Folders
Zope and CSS
Intranets
Product Review: Every two weeks we review a new Zope Product
Z Shrink
External File
DocumentLibrary
ZWiki
|
|
 |
|
 |
 |
|
|
 |
| |
|
|
| |
Downloads: Products we talk about in this issues Articles and Reviews
ZShrink
Zope Page Templates
LocalFS
SimpleZPTmyAdmin
Extended User Folder
MetaFlow
|
|
| |
|
|
|
|
 |
|
Illustration by Brendan Davis
|
 |
| Tracking your mind was never easier. |
ZShrink
Tracking system with email notification and file attachment support
- - - - - - - - - - - -
By Nico Grubert | March 28, 2002
 |
| |
| |
| Product name |
ZShrink |
| Description |
Issue Tracking system with email notification and file attachment support |
| Release Date |
2001/09/16 |
| Version |
0.42 |
| Rating |
(all ratings are on scale of 1-5 with 5 sushi being the best) |
| Usability |
 |
| Software Design |
 |
| Documentation |
 |
| Usefulness |
 |
| Categories |
Issue Tracking system |
| What's new |
Email notification since 0.40 |
| Size |
30716 bytes |
| Requirements |
Zope 2.4.x -- ZShrink will not work with earlier versions because it requires Python 2.1
Page Templates: ZPT
ZTUtils v.1.1.1,
TAL v.1.4.0,
PageTemplates v.1.4.0
LocalFS (Local File System v.0.10.1): LocalFS
|
| URL |
ZShrink |
| License |
General Public License (GPL) |
| Creator |
Codestackers zshrink@codestackers.com |
| Packaged as |
Python Product |
|
|
| |
 |
Introduction
Tracker software is used to collect threads to discuss different topics or to document projects.
ZShrink Issue Tracker is a Zope software product used to submit "issues" that others may reply to. This software supports file attachments and email notification.
Pros
Easy to install and to configure
Supports 'file attachments'
Uses Zope Page Templates Good Installation Documentation
Cons
Poor Documentation of Python code Difficult User management
My test configurations
Zope 2.5.0 running on Win2k
Zope 2.5.0 running on Suse Linux 7.0
Installation
First, I downloaded the "tar" archive, then I installed the product into /lib/python/Products/. Installing the product is real easy. All you have to do is to copy the directory "ZShrink" into Zope's Product's directory. In order to run "ZShrink", the products "LocalFS", "ZTUtils v.1.1.1", "TAL v.1.4.0", and "PageTemplates v.1.4.0" must be installed (Note: If you have Zope 2.5.0 installed, you do not need to install the last three products mentioned because they are included in Zope 2.5.0). Because I was using Zope 2.5.0, I just had to download "LocalFS" and install it in the "Products" directory.
The "LocalFS" product is required because "ZShrink" allows users to add file attachments to their postings. These file attachments are stored in the local file system using the "LocalFS" product.
|
 |
|