update to 1.1

changes:
Send online post cards with photos
Support for LocalFS 1.1 and LocalFS 1.0
Choose between small,medium,large and full size for thumbnails creation
Statistics about visits of photos and albums
User can order his ZPhotoSlides as he want
Parse EXIF informations in JPEG coming from digital camera
Correct troubles with upgrade between different versions
Add photos from the browser
This commit is contained in:
drochner 2003-04-23 15:24:46 +00:00
parent b1610a3d5b
commit 6d7c7b0a77
3 changed files with 87 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2003/01/20 22:28:55 drochner Exp $
# $NetBSD: Makefile,v 1.9 2003/04/23 15:24:46 drochner Exp $
DISTNAME= ZPhotoSlides-0.9
PKGNAME= zope25-ZPhotoSlides-0.9
DISTNAME= ZPhotoSlides-1.1
PKGNAME= zope25-ZPhotoSlides-1.1
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/p3b/ZPhotoSlides/

View file

@ -1,8 +1,12 @@
@comment $NetBSD: PLIST,v 1.5 2003/01/20 22:28:56 drochner Exp $
@comment $NetBSD: PLIST,v 1.6 2003/04/23 15:24:46 drochner Exp $
lib/zope/lib/python/Products/ZPhotoSlides/CHANGES
lib/zope/lib/python/Products/ZPhotoSlides/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/LICENSE.txt
lib/zope/lib/python/Products/ZPhotoSlides/README
lib/zope/lib/python/Products/ZPhotoSlides/TODO
lib/zope/lib/python/Products/ZPhotoSlides/UPGRADE
lib/zope/lib/python/Products/ZPhotoSlides/ZPhotoSlides.py
lib/zope/lib/python/Products/ZPhotoSlides/ZPhotoSlides.pyc
lib/zope/lib/python/Products/ZPhotoSlides/ZPhotoSlidesFolder.py
@ -12,6 +16,10 @@ lib/zope/lib/python/Products/ZPhotoSlides/__init__.pyc
lib/zope/lib/python/Products/ZPhotoSlides/batch_slides.py
lib/zope/lib/python/Products/ZPhotoSlides/comment.py
lib/zope/lib/python/Products/ZPhotoSlides/comment.pyc
lib/zope/lib/python/Products/ZPhotoSlides/country-codes.txt
lib/zope/lib/python/Products/ZPhotoSlides/dtml/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/dtml/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/dtml/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/dtml/List_files.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/ZPhotoSlidesAdd.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/ZPhotoSlidesEdit.dtml
@ -19,6 +27,7 @@ lib/zope/lib/python/Products/ZPhotoSlides/dtml/ZPhotoSlidesFolderEdit.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/about.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/addZPhotoSlidesFolderForm.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/add_comment.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/add_photo.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/choose_color.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/choose_symbolic_pic.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/colorwheel.jpg
@ -32,21 +41,57 @@ lib/zope/lib/python/Products/ZPhotoSlides/dtml/index_html.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/list_title.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/list_zphotoslides.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/make_thumb.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/manage_ZPS_position.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/manage_comment.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/manage_postalcard.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/manage_tabs.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/postcard.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/postcardAR_mail.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/postcardNotif_mail.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/postcard_mail.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/search_photo.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/search_result.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/slide_show.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/stat_folder.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/stat_zphoto.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/stylesheet.css
lib/zope/lib/python/Products/ZPhotoSlides/dtml/stylesheet_demo.css.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/user_layout.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/user_layout_folder.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/view_card.dtml
lib/zope/lib/python/Products/ZPhotoSlides/dtml/view_photo.dtml
lib/zope/lib/python/Products/ZPhotoSlides/help/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/help/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/help/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/help/ZPhotoSlides_add.stx
lib/zope/lib/python/Products/ZPhotoSlides/layout.py
lib/zope/lib/python/Products/ZPhotoSlides/layout.pyc
lib/zope/lib/python/Products/ZPhotoSlides/locale/C/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/C/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/C/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/de.mo
lib/zope/lib/python/Products/ZPhotoSlides/locale/de.po
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/LC_MESSAGES/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/LC_MESSAGES/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/en/LC_MESSAGES/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr.mo
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr.po
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/LC_MESSAGES/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/LC_MESSAGES/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/LC_MESSAGES/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/locale/locale.pot
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/IMG_fileobj.py
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/IMG_fileobj.pyc
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/IMG_img.py
@ -55,6 +100,11 @@ lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/IMG_start.py
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/IMG_start.pyc
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/__init__.py
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/__init__.pyc
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/exiftool.py
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/exiftool.pyc
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/helvB08.pbm
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/helvB08.pil
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/helvB10.pbm
@ -129,14 +179,44 @@ lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/timR24.pbm
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/timR24.pil
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/image_modif.py
lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/image_modif.pyc
lib/zope/lib/python/Products/ZPhotoSlides/postalcard.py
lib/zope/lib/python/Products/ZPhotoSlides/postalcard.pyc
lib/zope/lib/python/Products/ZPhotoSlides/refresh.txt
lib/zope/lib/python/Products/ZPhotoSlides/stat.py
lib/zope/lib/python/Products/ZPhotoSlides/stat.pyc
lib/zope/lib/python/Products/ZPhotoSlides/utils.py
lib/zope/lib/python/Products/ZPhotoSlides/utils.pyc
lib/zope/lib/python/Products/ZPhotoSlides/version.txt
lib/zope/lib/python/Products/ZPhotoSlides/www/CVS/Entries
lib/zope/lib/python/Products/ZPhotoSlides/www/CVS/Repository
lib/zope/lib/python/Products/ZPhotoSlides/www/CVS/Root
lib/zope/lib/python/Products/ZPhotoSlides/www/carte1.jpg
lib/zope/lib/python/Products/ZPhotoSlides/www/carte_ligne.gif
lib/zope/lib/python/Products/ZPhotoSlides/www/mainbar.gif
lib/zope/lib/python/Products/ZPhotoSlides/www/photo.gif
lib/zope/lib/python/Products/ZPhotoSlides/www/photofolder.gif
lib/zope/lib/python/Products/ZPhotoSlides/www/timbre.jpg
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/www/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/www
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/fonts
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/photo_edition/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/photo_edition
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/LC_MESSAGES/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/LC_MESSAGES
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/fr/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/fr
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/en/LC_MESSAGES/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/en/LC_MESSAGES
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/en/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/en
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/C/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale/C
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/locale
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/help/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/help
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/dtml/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/dtml
@dirrm lib/zope/lib/python/Products/ZPhotoSlides/CVS
@dirrm lib/zope/lib/python/Products/ZPhotoSlides

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2003/01/20 22:28:56 drochner Exp $
$NetBSD: distinfo,v 1.6 2003/04/23 15:24:46 drochner Exp $
SHA1 (zope/ZPhotoSlides-0.9.tar.gz) = c1695e9978b29a50b8baa8276b38293090952381
Size (zope/ZPhotoSlides-0.9.tar.gz) = 306907 bytes
SHA1 (zope/ZPhotoSlides-1.1.tar.gz) = e2df5c9313c5e59f5b16de690e3840780abca2ef
Size (zope/ZPhotoSlides-1.1.tar.gz) = 347244 bytes