You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page

Log in
Name

Password

 

Marc's Zope Page

My zope stuff. Switched to this default folder listing because I got tired of the constant publish/edit/submit cycle and this way things automatically show up and I don't forget. Click on the old front page document below to see descriptions of some of the older stuff.

Up one level

 Title   Type   Size   Last Modified   Description 
Audio Object Software Package   2002-10-25

The Audio product adds an extended type of File to ZOPE. When you upload a file it extracts metadata and puts it in properties for use.

In the case of MP3 files, the id3 tag metadata can be edited, and the new data will be inserted whenever the mp3 file is read out (rendered).

Since it inherits File, it supports large files efficiently in the ZODB (something like 0.01% overhead).

Currently, only looks for MP3 tag data, but will work with any kind of audio file.

CMF-friendly Audio object Software Package   2002-10-25

The Audio product adds an extended type of File to ZOPE. When you upload a file it extracts metadata and puts it in properties for use. This is the CMF friendly version.

In the case of MP3 files, the id3 tag metadata can be edited, and the new data will be inserted whenever the mp3 file is read out (rendered). Also, the following stuff is used for SEARCHABLE TEXT: title, description, songname, artist, album, genre, filetype.

currently no other (public) formats have this support...

THIS REQUIRES THE AUDIO PRODUCT (http://www.zope.org/Members/bowerymarc/Audio)

CMFGUM Software Package   2001-11-03

This is a hack of morphex's ZopeGUM from the CVS version which is post-pre-alpha5, with some edits to work within CMF1.1. It works, but needs cleanup, and I dont' have the time. But I'm putting it out there because basically it was a pain to install, and there's no other options currently.

Product depenancies: You need BTreeFolder installed.

CMF adaption of ZPhotoAlbum Software Package   2001-06-02

CMF adaption of ZPhotoAlbum, which is here:

http://www.zope.org/Members/haqa/ZPhotoAlbum

Basically, a CMF folder with a special view which gives you pages of image thumbnails, and only allows addition of image types (and more photo albums) inside it.

CMFoldTracker Software Package   2001-11-03

This is a hack of the old Tracker, to fit into CMF. It's probably completely obsolete, now that there's an official CMFTracker, but who knows. It works, I'm using it now on bowery.com/bea. One thing that's distinctive is that each tracker creates it's own private Catalog. This means that it's very secure - it won't be searched by the overall site's search facility. This could be a good thing...

ESMTP MailHost Software Package   2005-02-18

This is a replacement for MailHost which gives you ESMTP access (username/password). Go to your Products directory and untar (tar -xzf).

NOTE
I recommend using an ESMTP mail host (e.g. Courier http://www.courier-mta.org) -- otherwise you're begging spammers to hijack your mail host as a spam relay.

NOTE - version 2.0.0 is ONLY for zope 2.3.x. version 2.5.0 is for zope 2.5.x

Version 2.6.0 has been tested up to:

Zope Version (Zope 2.7.3-0, python 2.3.4, freebsd4)

Python Version 2.3.4 (#2, Feb 1 2005, 23:07:33) [GCC 2.95.4 20020320 [FreeBSD]]

Plone 2.0.5

updated FScounter Software Package   2001-07-24

Modification of andym's FScounter (http://www.zope.org/Members/andym/FSCounter/FSCounter)

Added ability to set counter to any arbitrary value, included a digit directory importable.

junk - don't use Folder   2004-02-22

junk

load_site.py File 20 K 2001-07-15  
mp3info-0.3.tgz File 13 K 2001-05-11  
plone_lite Software Package   2002-04-29

Plone lite - the look of plone without the fat!

bowery.com website Link 1 K 2003-08-02

URL for bowery.com

cmf Folder   2003-12-17  
ImageTag_CorePatch Software Package   2004-06-16

This hotfix makes it so that all Image (and derived) object use PIL to resize when you use the tag method with integer (non-%) height and/or width parameters.

This way, stuff like the PhotoAlbum will behave (not give you a page full of full-image thumbnails).

This version should be cache aware, it's recommended for big sites to associate these with an HTTPCache to cut down on PIL usage- thought it's pretty fast.

It also steals the RESPONSE.set_header code from Image so the thumbs are cached on the clients.

Since it's a hotfix it's easy to try it and see if it's working for you, and remove it if not. It does not modify any of your images - it generates the thumbs on the fly and only stores them in an HTTPCache if you have one set up.

Also - for Plone users. Currently (2.0) Plone patches Image, overriding this hofix's patch of tag(). So I added pil_tag() to get around that. You can "try with error" pil_tag() and on error use tag() then your code will work whether or not this hotfix is there (and you have a try branch to tell if it is working - to notify the user or whatever).

bowerymarc's issue collector Collector   2004-02-22

Bug Issue collector for any/all of my products listed here.

products Content List   2004-02-04  
Plone PayPal Software Package   2004-02-04

REQUIRES:

  • ImageTag_CorePatch (available here).
  • Archetypes 1.2.3_final
  • PIL (for ImageTag_CorePatch)

NOTE: THIS IS A FINANCIAL PRODUCT. USE IT AT YOUR OWN RISK. NO REPRESENTATION OF SUITABILITY IS MADE.

Simple store product, to implement a PayPal shopping cart store within plone. You need to read PayPal's shopping cart instructions (a copy is included in docs/shopping_cart.pdf). READ THIS DOCUMENT BEFORE DOING ANYTHING.

Basically you create a PayPal Store and the parameter of interest there is the view cart button code. You'll need to add that later by pasting in the view cart code that PayPal gives you.

Then you create a PayPal Item for each item. You get a picture and a description, and the paypal button code is pasted in. Basically you should have a browser window open to paypal.com where you create the item, with all of it's information. Then you get the code for the add to cart button and you paste that into your plone object.

You can also use the single item code, same difference. If the store doesn't have any view cart button code it won't show the button.

Also you don't have to have a store to use the Item. But it has a nice view of your whole store (catalog). If you want to make it so people can't add Items outside of the store, you need to uncheck implicitly addable in the portal_types tool PayPal Item.

SECURITY SETTINGS:

To add items you need to enable: Add portal content AND PayPal: Add PayPal Item

Marc's Zope Page Document 3 K 2004-02-04

Marc's Zope page, listing all my products and other zopecetera.

CMFCollector update Software Package   2004-03-02

update of CMFCollector, based on 0.9b from zope's CVS plus Limi's plone skins. Groomed and reworked... I have a bunch of old collectors and there is not migration path to other newer collectors so I'm keeping it up to date.

CustomSkins Software Package   2004-03-24

package lets you create any number of FileSystem Directory view skins for use in CMF/Plone

PlonePhotoAlbum Software Package   2004-04-15

Photo Album product - container for photos and movies with thumbnail browsing

PloneNewsItem Software Package   2004-06-29

Drop in replacement for News Item (Plone) based on PloneArticle - built in images and attachments.

Plone WebPage Software Package   2005-02-01

simple web page with image, logo, and link, and a containing folder showing summaries

Simple way to let users create a web page, which includes a logo, image, and a link. Easy to use and understand.

Also, a web page folder, which allows only web pages to be made within.

Good for something like partner/company listings.