You are not logged in Log in Join
You are here: Home » Members » ccube

Log in
Name

Password

 

ccube

Up one level

 Title   Type   Size   Last Modified   Description 
CMF source safe/document management for Plone2 Software Package   2004-06-01

Snapshot:

http://zope.org/Members/ccube/CMFDocMgt/snapshot

Description:

CMFDocMgt (CMF Document Management) is a version control system for documents. It is similar to the features in Microsoft SourceSafe.

If you need RevisionManager for your portal or SourceSafe like Document Management, it's suitable for you.

Each file can have three status:

  1. Normal:

    You can do all normal action to this type of files. Users can edit, delete, or change status (e.g. check out, approve)

  2. Check Out:

    Only the one checked out the file or emergency user can modify the checked out files. Once the file have been checked in, it will be put into the CVS respository.

  3. Approved:

    No more action will be taken for this type of files. Unless the one who approved has undone the approval.

Revisions:

It use "RevisionManger" to save the different revision.

A user can either check out/in through browsers or ftp upload the file to update the cvs respository.

Customization:

It has provided a "cmfdocmgt_tool" in your portal for you to customize basic setting.

FTP:

Set the cmfdocmgt_tool's ftp port

You can use FTP to update the latest version of the file, and get the latest version too (if it is in normal state)

Installation and Upgrading

See INSTALL.txt in the distribution. Please see RevisionManager's documents before using this product.

Language

This product now support English and Chinese.

The po file is put inside the "i18n" folder.

Author

Arthur Chan, Chi Chuen (www.soqhome.com)

Credits

Cross-Organizations Activities Software Package   2003-09-22

"SoQClub" is designed for cross-organizations activities (they are inter-schools activities for our cases). It uses XML-RPC for sites communicate. Every site can publish its contents, and the subscribed sites will be notified via the special slot. Therefore, the communication among a whole bunch of plone sites are possible.

Details

Demo login:demo password:demo

CMFFolder - Anywhere quota and style customization Software Package   2004-06-14

Description

I needed a product to count folder quota and customize style for each folder, there is no such products in CMF, and I have to create it for my own use.

This product quota calculation rely on portal_catalog very much. You have to consider where it is suitable for you (ie., nearly all of your plone types are indexed in portal_catalog anyway.)

Screen Shot

Check the doc folder or the http://zope.org/Members/ccube/CMFFolder/screenshots

Quota Anywhere

Put the QuotaAW into the folder you want to check quota. That's it!

You can set the quota size, object count, max object size limit. Just like what you can do in QuotaFolder.

I do not raise error when object oversized, but indicated in the cmffolder_tool or the portlet_cmffolder.

CSS Anywhere

Put a CSS object into your portal, than any folder can change their style!

CMF Tool

the cmffolder_tool will be installed in your portal. It will list all the problematic CMFFolder.

Slots

You can customize left_slots and right_slots for each folder. Simple and easy. Leaving it blank will acquire the parent left_slots; typing empty will use no slots.

Categories You can customize the quota count categories. e.g. "Creators:john,mary" will only count the objects created by "john" and "mary" respectively. It helps people using it to count the "Members" folder's object. Now, only "Creators" category is available. Default is "Basic:all" which did not filter any object.

Contribution

Ivo van der Wijk, for his development of QuotaFolder.

Tamakoshi Hiroki, for his Japanese Translation.

Quota Anywhere Software Package   2004-09-02

Description

QuotaAW was a class in CMFFolder. I found it is very useful for many sites, so I derived it from CMFFolder and will continue to maintain it as a separate product.

Screen Dumps

Check the doc folder or the http://zope.org/Members/ccube/QuotaAW/screenshots

Quota Anywhere

Put the QuotaAW into the folder you want to check quota. That's it!

You can set the quota size, object count, max object size limit. Just like what you can do in QuotaFolder.

restart_level

You can use this attribute to minimize setting for you site. If you have the same quota setting over many places, you can append the sub-levels into the restart_level and the quota will be counted in those sub-levels with the same setting. again

It is useful in many area, for example, put one QuotaAW in your "Members" folder, and then set the restart_level to 1, then all your members' quota can be obtained individually.

Checking Quota

Either check the quota in the portlet_quota or,

append "quota" at the end of your URL. For example http://127.0.0.1/myportal/Members/quota

Notes Do not use the setting in quota_tool as I will remove the future versions.

Contribution

Ivo van der Wijk, for his development of QuotaFolder.

Tamakoshi Hiroki, for his Japanese Translation.

Plone System Tray Software Package   2005-06-15

Plone Window SystemTray ========================

I created this icon for putting useful shortcuts into the window systemtray. The system tray icon should include all the useful shortcuts for Plone/Zope.

It is in development, let me know what shortcuts you want to put into the systemtray.

Installation ================

  • run the setup.exe in the Packages folder
  • then put the plone_systemtray.exe in Start > Program > Start Up

I will use InnoSetup to make a installer script and try to combine it with the Plone installer plus some useful programs later.

SnapShots ==========

  • http://www.zope.org/Members/ccube/plone_systemtray/systemtray0.jpg
  • http://www.zope.org/Members/ccube/plone_systemtray/systemtray1.jpg

Credits ========

Jelsoft Enterprises for the Registry modules

  1. Spencer for the SystemTray modules

Contacts ========

Arthur Chan "[email protected]"