django-videoplayer 0.1 released

Entry published on October 10th, 2008 and part of categories django , project and tag with django , django-videoplayer

About

django-audioplayer is a django application for integrating a Flash video player into templates using a custom template tag. Currently it only support Flowplayer.

Screenshot

This is flowplayer screenshot.

flowplayer screenshot

Installation

To install the videoplayer app, follow these steps:

  1. Download django-audioplayer.
  2. Unpack the downloaded tarball in your projects directory.
  3. Add videoplayer`` to your ``INSTALLED_APPS`` variable
  4. Download flowplayer from http://flowplayer.org, create flowplayer directory in your media directory put the player into your media directory.

Usage

    {% load flowplayer %}
    {% flowplayer video_url %}
Example:
    {% load flowplayer %}
    {% flowplayer video.flv %}        

By default, 'flowplayer' tag will use FlowPlayerLight.swf found at ``{{ MEDIA_URL }}flowplayer/FlowPlayerLight.swf``. To change the player url, pass the flowplayer url as the keyword argument.

Example:
    {% load flowplayer %}
    {% flowplayer video.flv /media/flowplayer/FlowPlayerDark.swf %}

'flowplayer' template tag will insert the code from videoplayer/flowplayer.html to your template, to customize the behaviour of flowplayer, you can change or replacing code in videoplayer ...

Read "django-videoplayer 0.1 released" and comments

Jualdisini beta

Entry published on September 23rd, 2008 and part of categories project and tag with pet-project

Jualdisini is sale gallery for Indonesian people, it try to be simple and easy to use.

You can see items people try to sell. As the negotiation, or payment you can contact the person who sell the item. So basically Jualdisini only place where buyer and seller meet.

As for the backend, jualdisini use Django

For now, Jualdisini is in early beta version. And still need more buzz word and marketing effort to let people know what it is, so just wait and see.

Read "Jualdisini beta" and comments

You can pick from these categories : django, howto, misc, project . Or you can browse patch-village archieve : Sep 2008 , Oct 2008 , Nov 2008

twitter bird "Miss my girl... tiwi." (gchandrasa)

Subscribe to patch-village