Daily Archives: 2009-10-17

links for 2009-10-17

  • Here is why
  • Your spam solution will not work, here is why.
  • Photologue is a reusable Django application that provides powerful image management and manipulation functionality as well as a complete photo gallery solution. The 2.x release adds more effects, including reflections and transparent watermarks. It also introduces the ImageModel abstract base class allowing developers to easily integrated the Photologue core functionality into their own models. Photologue embraces the Django admin and smoothly integrates with photo thumbnails and effect previews.
  • Stockphoto is a photogallery application written using the Django web application framework. It is designed to integrate into existing dynamic websites built with Django, to be easy to install, and to have few prerequisites, both in terms of third-party modules and in terms of expectations about site layout. It attempts to make maximum use of built-in Django facilities (authentication, admin pages, generic views) as much as possible in order to provide the simplest possible photogallery application while providing a reasonably full set of features.

    There are quite probably better photogallery applications out there, but the best one I looked at also had a lot of requirements and was complex to install. Stockphoto has limited ambitions: it is not supposed to be a Flickr replacement, but just an easy way to add a photogallery section to a website.

  • A photo gallery application plug-in for the Django web framework with flickr integration.
    Features
    * Djangollery allows define photos uploading local files
    * Djangollery allows define photos from Flickr public images
    * Djangollery allows define galleries
    * Djangollery is easy to use
    * Djangollery comes with elegant default template.

    Requirements
    * Django 1.1
    * Python PIL library

  • ContentFlow is a flexible CoverflowTM / ImageFlow like flow written in javascript, which can handle any kind of content. It supports all new and old major and not so major browsers. It's distributed under the MIT License.

    With ContentFlow it is now possible to have any number of flows within one web-page. Each separately configurable, satisfying different visual needs.

    * It's easy to implement and to extend.
    * It can auto generate reflections (clientside)!
    * You can add and remove content items on the fly
    * You are free to define your own methods for displaying content and interacting with it.
    * You can control all aspects of the flow without loosing the ease of use.

    ContentFlow can handle different kinds of control, like keyboard and mouse, and can be used with and without a reflection.

  • Supports:

    * photos
    * auto-thumbnailing
    * galleries
    * zip upload
    * tagging
    * various storage backends including Amazon S3
    * internationalization

    This project makes use of several existing Django modules and packages them up for you as a Django project.

  • Python Photographer's Log is a blog and gallery app for photographers who need a clean environment for displaying their images. It is written in Python using the Django web framework.