riotball 1.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 416
OSLA 1.5
OSLA (Open Source Logistics System) is an open standard Web system for logistics. more>>
OSLA (Open Source Logistics System) is an open standard Web system for logistics featuring support for shipment, tracking, barcode labelling, a 3rd-party interface to industry document messaging format APIs of DHL, FedEx, UPS, etc., document export to CSV to make invoicing more convenient, cargo manifest, a multilingual interface, user permission administration, data analysis, statistical reports and graphs, and more.
<<less Download (0.34MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1483 downloads
Ogmtools 1.5
Ogmtools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams. more>>
Ogmtools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams.
Installation is very simple to do. Run ./configure followed by make and make install. If, for some reason, there is no configure script then run ./autogen.sh which will recreate it.
The full documentation for each command is now maintained in its man page only. Type ogmmerge -h to get you started.
This code comes under the GPL (see www.gnu.org or the file COPYING). Modify as needed.
The newest version can always be found at http://www.bunkus.org/videotools/ogmtools/index.html
Enhancements:
- dvdxchap accepts a range of chapters to output and adjusts the timestamps. Patch by Olivier Rolland.
- ogmcat accepts files that contain a single track whose serial nubmers dont match. This is the case for audio-only Ogg files.
<<lessInstallation is very simple to do. Run ./configure followed by make and make install. If, for some reason, there is no configure script then run ./autogen.sh which will recreate it.
The full documentation for each command is now maintained in its man page only. Type ogmmerge -h to get you started.
This code comes under the GPL (see www.gnu.org or the file COPYING). Modify as needed.
The newest version can always be found at http://www.bunkus.org/videotools/ogmtools/index.html
Enhancements:
- dvdxchap accepts a range of chapters to output and adjusts the timestamps. Patch by Olivier Rolland.
- ogmcat accepts files that contain a single track whose serial nubmers dont match. This is the case for audio-only Ogg files.
Download (0.20MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1188 downloads
RAJAX 1.5
RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. more>>
RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. RAJAXs main goal is to create a library that at runtime will generate a proxy JavaScript class to a server side Java class allowing the web programmer to invoke remote methods in the local JavaScript object.
The project is composed by an network abstraction layer and other sub components such as a Model-View-Controller Framework totally based in AJAX and JavaScript. Since this the project is quite dynamic other components will be added from research experiences or user requests.
Installation:
- Note: Requires Java Runtime Environment (JRE) 1.5 or higher. Requires a Servlet 2.4 compatible container, Tomcat 5.5.x/6.x recomended.
- Add rajaxlib.jar to your webapp WEB-INF/lib.
- Add js/* to your webapp web/js.
- Alternatively grab the sample webapp from the repository and start from it.
Enhancements:
- A Servlet dispatcher was added, so there is no need to declare each bean as a servlet in web.xml.
- RAJAX objects are POJOs and can be tested with JUnit without running a container.
- Nimble MVC now uses the concept of the Observer pattern for event attaching and detaching.
- The code for the XSLT processor on the server side when the browser cannot handle the action locally was started.
<<lessThe project is composed by an network abstraction layer and other sub components such as a Model-View-Controller Framework totally based in AJAX and JavaScript. Since this the project is quite dynamic other components will be added from research experiences or user requests.
Installation:
- Note: Requires Java Runtime Environment (JRE) 1.5 or higher. Requires a Servlet 2.4 compatible container, Tomcat 5.5.x/6.x recomended.
- Add rajaxlib.jar to your webapp WEB-INF/lib.
- Add js/* to your webapp web/js.
- Alternatively grab the sample webapp from the repository and start from it.
Enhancements:
- A Servlet dispatcher was added, so there is no need to declare each bean as a servlet in web.xml.
- RAJAX objects are POJOs and can be tested with JUnit without running a container.
- Nimble MVC now uses the concept of the Observer pattern for event attaching and detaching.
- The code for the XSLT processor on the server side when the browser cannot handle the action locally was started.
Download (0.025MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
859 downloads
PIL 1.1.5
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. more>>
The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.
This source kit has been built and tested on Windows NT/2000/XP, Mac OS X, and most major Unix platforms (including Alpha, Solaris, and Intel systems). We believe that it should work on most modern platforms (people are using it on Crays, after all.
You can find the distribution on this site:
http://www.pythonware.com/products/pil/
That site also contains information about free and commercial support options, PIL add-ons, answers to frequently asked questions, and more.
Development versions (alphas, betas) are available here:
http://effbot.org/downloads/
The PIL handbook is not included in this distribution; to get the latest version, check:
http://www.pythonware.com/library/
http://effbot.org/books/imagingbook/ (drafts)
Enhancements:
- Added experimental PERSPECTIVE transform method (from Jeff Breiden- bach).
- Make sure "thumbnail" never generates zero-wide or zero-high images
- (reported by Gene Skonicki)
- Fixed a "getcolors" bug that could result in a zero count for some colors (reported by Richard Oudkerk).
- Changed default "convert" palette to avoid "rounding errors" when round-tripping white source pixels (reported by Henryk Gerlach and Jeff Epler).
<<lessThis source kit has been built and tested on Windows NT/2000/XP, Mac OS X, and most major Unix platforms (including Alpha, Solaris, and Intel systems). We believe that it should work on most modern platforms (people are using it on Crays, after all.
You can find the distribution on this site:
http://www.pythonware.com/products/pil/
That site also contains information about free and commercial support options, PIL add-ons, answers to frequently asked questions, and more.
Development versions (alphas, betas) are available here:
http://effbot.org/downloads/
The PIL handbook is not included in this distribution; to get the latest version, check:
http://www.pythonware.com/library/
http://effbot.org/books/imagingbook/ (drafts)
Enhancements:
- Added experimental PERSPECTIVE transform method (from Jeff Breiden- bach).
- Make sure "thumbnail" never generates zero-wide or zero-high images
- (reported by Gene Skonicki)
- Fixed a "getcolors" bug that could result in a zero count for some colors (reported by Richard Oudkerk).
- Changed default "convert" palette to avoid "rounding errors" when round-tripping white source pixels (reported by Henryk Gerlach and Jeff Epler).
Download (0.42MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1195 downloads
Floola 1.5
Floola is a freeware application to efficiently manage your iPod or your Motorola mobile phone. more>>
Floola is a freeware application to efficiently manage your iPod or your Motorola mobile phone (any model supporting iTunes) under Linux, Mac OS X and Windows. Floola can be run directly from your iPod and needs no installation.
Take a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.
Main features:
Cross plattform
- Works on any Windows (98 and above), any Mac and any linux distribution with GTK installed.
No installation required
- Put the application on iPod and launch it on any PC, immediately.
Copy
- add and extract songs to and from iPod.
Playlists
- Easily manage, import and export (m3u, pls) playlists.
Last.fm
- Join the social music revolution.
Localization
- Available in different languages.
Lyrics
- Lyric support even on older iPods (3G and above).
Search for duplicates
- Easily find duplicated songs on iPod.
Search lost files
- Easily find songs lost in your iPod.
Artwork
- Add artwork to your songs easily.
Export to HTML
- Create HTML files containing list of your iPod files
Fix iPod
- Did a software mess up your iPod? Fix it!
Notes
- Manage notes.
Growl support
- (Mac version only) Get beautiful system notifications.
Music
- Play iPods music.
<<lessTake a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.
Main features:
Cross plattform
- Works on any Windows (98 and above), any Mac and any linux distribution with GTK installed.
No installation required
- Put the application on iPod and launch it on any PC, immediately.
Copy
- add and extract songs to and from iPod.
Playlists
- Easily manage, import and export (m3u, pls) playlists.
Last.fm
- Join the social music revolution.
Localization
- Available in different languages.
Lyrics
- Lyric support even on older iPods (3G and above).
Search for duplicates
- Easily find duplicated songs on iPod.
Search lost files
- Easily find songs lost in your iPod.
Artwork
- Add artwork to your songs easily.
Export to HTML
- Create HTML files containing list of your iPod files
Fix iPod
- Did a software mess up your iPod? Fix it!
Notes
- Manage notes.
Growl support
- (Mac version only) Get beautiful system notifications.
Music
- Play iPods music.
Download (4.5MB)
Added: 2007-08-05 License: Freeware Price:
814 downloads
Mudpit 1.5
Mudpit is an intelligent, modular, and reliable spool processor for Snorts unified format. more>>
Mudpit is an intelligent, modular, and reliable spool processor for Snorts unified format.
Enhancements:
- This release adds per-spool configuration variables for SID/Gen map, reference, and class files.
- It improves the logging system, which will log at appropriate priorities.
- It improves autoconf MySQL detection code, and has support for custom plugins supplied at configure time.
<<lessEnhancements:
- This release adds per-spool configuration variables for SID/Gen map, reference, and class files.
- It improves the logging system, which will log at appropriate priorities.
- It improves autoconf MySQL detection code, and has support for custom plugins supplied at configure time.
Download (0.38MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1466 downloads
AIM 1.5
AIM is an instant messenger. more>>
"You don`t have to be an America Online member to experience the immediate cross-Internet communication made possible by AOL Instant Messenger.
This program allows Internet users to communicate via private, personalized text messages.
The program indicates when friends, family members, and business colleagues are online, making Internet communications faster, easier, and more efficient.
AOL Instant Messenger combines AOL`s popular Buddy List and Instant Message features, enabling users to send and respond to messages immediately."
Enhancements:
- Improved Popups Preferences
- Support for @mac.com addresses
- The wireless icon is the visual indication on the buddy list that a buddy is using a mobile device.
- File Transfer (with Drag&Drop support)
- Displays idle time
- Ability to install anywhere. (Extract everything into a single directory and then run aim with option "--install_dir %path" where %path is the path to directory containing all the libraries)
<<lessThis program allows Internet users to communicate via private, personalized text messages.
The program indicates when friends, family members, and business colleagues are online, making Internet communications faster, easier, and more efficient.
AOL Instant Messenger combines AOL`s popular Buddy List and Instant Message features, enabling users to send and respond to messages immediately."
Enhancements:
- Improved Popups Preferences
- Support for @mac.com addresses
- The wireless icon is the visual indication on the buddy list that a buddy is using a mobile device.
- File Transfer (with Drag&Drop support)
- Displays idle time
- Ability to install anywhere. (Extract everything into a single directory and then run aim with option "--install_dir %path" where %path is the path to directory containing all the libraries)
Download (1.07MB)
Added: 2005-04-25 License: LGPL (GNU Lesser General Public License) Price:
1714 downloads
JDraw 1.1.5
JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages. more>>
JDraw is a pixel oriented graphics editor designed especially for small to medium-sized pictures used to decorate web pages.
JDraw image editor is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.
I started writing this tool because it took me ages to do little things like changing a couple of pixels, making a colour transparent, adjusting some RGB values. Most graphic tools irritate with hundreds of sexy filters but have steep learning curves or just dont care about simple pixels.
So its high time for a good old pixel editor.
Programming language: JDraw is entirely written in Java. Originally written for JDK 1.4 it now supports JDK 1.3 as well.
Supported Platforms: So far I developed and tested JDraw under Windows XP and SuSe Linux 8.1.
Main features:
- plain, filled and gradient filled rectangles
- plain, filled and gradient filled ovals
- plain and gradient filled text
- colour picking, cropping, filling
- image scaling (since v1.2beta)
- image rotation (since v1.2.1beta)
- copying/moving clips
- rotating/flipping clips (since v1.2.2beta)
- save animated GIFs (interlaced/not interlaced)
- save PNGs (interlaced/not interlaced)
- save ICOs (true colour, 32 bit) (since v1.1.3)
- save JPEGs of configurable quality (since v1.1.4)
- read all image formats supported by Java
- colour reduction, colour replacing, colour swapping
- grayscaling (since v1.2.2beta)
- image browser (since v1.3beta)
- tolerant fill tool (since v1.3beta)
- palette operations like editing RGB colours, alpha values
- configuration of the Look&Feel to use (since v.1.1.3)
<<lessJDraw image editor is completely written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.
I started writing this tool because it took me ages to do little things like changing a couple of pixels, making a colour transparent, adjusting some RGB values. Most graphic tools irritate with hundreds of sexy filters but have steep learning curves or just dont care about simple pixels.
So its high time for a good old pixel editor.
Programming language: JDraw is entirely written in Java. Originally written for JDK 1.4 it now supports JDK 1.3 as well.
Supported Platforms: So far I developed and tested JDraw under Windows XP and SuSe Linux 8.1.
Main features:
- plain, filled and gradient filled rectangles
- plain, filled and gradient filled ovals
- plain and gradient filled text
- colour picking, cropping, filling
- image scaling (since v1.2beta)
- image rotation (since v1.2.1beta)
- copying/moving clips
- rotating/flipping clips (since v1.2.2beta)
- save animated GIFs (interlaced/not interlaced)
- save PNGs (interlaced/not interlaced)
- save ICOs (true colour, 32 bit) (since v1.1.3)
- save JPEGs of configurable quality (since v1.1.4)
- read all image formats supported by Java
- colour reduction, colour replacing, colour swapping
- grayscaling (since v1.2.2beta)
- image browser (since v1.3beta)
- tolerant fill tool (since v1.3beta)
- palette operations like editing RGB colours, alpha values
- configuration of the Look&Feel to use (since v.1.1.3)
Download (0.65MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1271 downloads
blog_my 1.5
blog_my is a weblog software. more>>
blog_my is a weblog software.
Main features:
- It doesnt use a database. Everything is stored in files.
- World-class file upload & management interface. (uses SWFUpload)
- It uses web.py for clean, fast operation.
- It uses MochiKit for javascript goodness.
- The "admin" interface is the regular interface. When you login, "edit" links appear by things that are editable.
- People can edit their comments later
- Edits in progress are autosaved every 10 seconds.
- Javascript is used whenever possible to avoid page reloads when changing state.
- The javascript does not break search engine indexing. Pages & links look good to googlebot.
- It supports wiki-style "pages" (youre reading one now)
- Markdown is used for formatting. Raw html can be used too. Theres no WYSIWYG editor.
- Its pretty extensible. Different types of "things" (besides the default posts, quotes, books) can be added without changing any existing code.
- Configuration & customization is simple:
- 1 config file
- 1 css file
- 1 template file
- Fairly lightweight. About ~1000 lines of python + ~1000 lines of javascript. (though the size increases about 20x when you add MochiKit & web.py & SWFUpload).
<<lessMain features:
- It doesnt use a database. Everything is stored in files.
- World-class file upload & management interface. (uses SWFUpload)
- It uses web.py for clean, fast operation.
- It uses MochiKit for javascript goodness.
- The "admin" interface is the regular interface. When you login, "edit" links appear by things that are editable.
- People can edit their comments later
- Edits in progress are autosaved every 10 seconds.
- Javascript is used whenever possible to avoid page reloads when changing state.
- The javascript does not break search engine indexing. Pages & links look good to googlebot.
- It supports wiki-style "pages" (youre reading one now)
- Markdown is used for formatting. Raw html can be used too. Theres no WYSIWYG editor.
- Its pretty extensible. Different types of "things" (besides the default posts, quotes, books) can be added without changing any existing code.
- Configuration & customization is simple:
- 1 config file
- 1 css file
- 1 template file
- Fairly lightweight. About ~1000 lines of python + ~1000 lines of javascript. (though the size increases about 20x when you add MochiKit & web.py & SWFUpload).
Download (0.49MB)
Added: 2007-01-06 License: Public Domain Price:
1021 downloads
GenTube 1.5
GenTube project is a simple script who download and encode videos of the site: youtube.com more>>
GenTube project is a simple script who download and encode videos of the site: youtube.com
With GenTube you can:
- download and encode videos of youtube to mpg using wget and ffmpeg
- View your history of downloads
- Select and play your videos
<<lessWith GenTube you can:
- download and encode videos of youtube to mpg using wget and ffmpeg
- View your history of downloads
- Select and play your videos
Download (0.041MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
880 downloads
Squishdot 1.5.0
Squishdot project is a Slashdot-like weblog application based on Zope. more>>
Squishdot project is a Slashdot-like weblog application based on Zope.
SquishDot is a web-based news publishing and discussion product for the
Z Object Publishing Environment (ZOPE). It allows you to build a web-based
news site along with the capability to handle threaded discussions with
a minimum of configuration and day-to-day management.
Enhancements:
- Extensive bugfixes and documentation updates.
<<lessSquishDot is a web-based news publishing and discussion product for the
Z Object Publishing Environment (ZOPE). It allows you to build a web-based
news site along with the capability to handle threaded discussions with
a minimum of configuration and day-to-day management.
Enhancements:
- Extensive bugfixes and documentation updates.
Download (0.27MB)
Added: 2007-07-06 License: BSD License Price:
840 downloads
Xlog 1.5
Xlog is a GTK+ Logging program for Hamradio Operators with rig control. more>>
Xlog is a GTK+ Logging program for Hamradio Operators with rig control.
xlog is a logging program for amateur radio operators which can be used for dialy logging and contest. Xlog stores the logs into a text file.
QSOs are presented in a list. Items in the list can be added, deleted or updated. For each contact, dxcc information is displayed and bearings and distance is calculated, both short and long path.
When hamlib is enabled through the menu, you can retrieve frequency, mode and signal-strength from you rig over the serial port.
<<lessxlog is a logging program for amateur radio operators which can be used for dialy logging and contest. Xlog stores the logs into a text file.
QSOs are presented in a list. Items in the list can be added, deleted or updated. For each contact, dxcc information is displayed and bearings and distance is calculated, both short and long path.
When hamlib is enabled through the menu, you can retrieve frequency, mode and signal-strength from you rig over the serial port.
Download (0.81MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
996 downloads
Tunnel4J 1.5
Tunnel4J project is a little utility for people who need to access resources behind firewalls via ssh connections. more>>
Tunnel4J project is a little utility for people who need to access resources behind firewalls via ssh connections.
Consider it as a light replacement of just some features of a VPN. You can do exactly the same things with the command line ssh client; tunnel4j just exposes a nicer(???) GUI, and being founded on Jsch ,an all-java ssh solution, you can use it on all java-supporting platforms.
When I work from home, this is my scenario:
1) I need to mount some remote directories from my office PC
2) I need to access some Postgres and Mysql dbs
3) I need to access some intranet web applications not visible from outside of my office LAN.
All of this resources are behind a firewall in different locations. I could set up some VPNs from home to the different locations involved but I dont need all the power of a VPN, so I just launch Tunnel4J, open a connection to the endpoint firewalls and setup some local ports for my needs.
Installation:
Unpack the downloaded file, cd into tunnel4j directory and type:
java -cp jsch.jar:Tunnel4J.jar org.beanizer.tunnel4j.Tunnel4J
<<lessConsider it as a light replacement of just some features of a VPN. You can do exactly the same things with the command line ssh client; tunnel4j just exposes a nicer(???) GUI, and being founded on Jsch ,an all-java ssh solution, you can use it on all java-supporting platforms.
When I work from home, this is my scenario:
1) I need to mount some remote directories from my office PC
2) I need to access some Postgres and Mysql dbs
3) I need to access some intranet web applications not visible from outside of my office LAN.
All of this resources are behind a firewall in different locations. I could set up some VPNs from home to the different locations involved but I dont need all the power of a VPN, so I just launch Tunnel4J, open a connection to the endpoint firewalls and setup some local ports for my needs.
Installation:
Unpack the downloaded file, cd into tunnel4j directory and type:
java -cp jsch.jar:Tunnel4J.jar org.beanizer.tunnel4j.Tunnel4J
Download (MB)
Added: 2006-12-05 License: LGPL (GNU Lesser General Public License) Price:
1054 downloads
PolkaDot 1.5
PolkaDot is a really simple blogging system, roughly based on Blurt, which in turn is based on Bloxsom. more>>
PolkaDot is a really simple blogging system, roughly based on Blurt, which in turn is based on Bloxsom.
PolkaDot project is much simpler than either, both in terms of installation/configuration as well as its (minimal) feature set. Its also written in PHP, rather than Perl like its inspirations.
Its short for "Itsy Bitsy Teenie Weenie Yellow Polka-Dot Blogkini." Or did you mean "Why write PolkaDot?" Actually, my friend Roger has a blog and I was giving him a hard time because hes using WordPress rather than writing his own blogging software. (I mean, really, what kind of a geek doesnt write his own blogging software.) I had seen Blurt on Freshmeat recently, and decided to whip up something similar in PHP. Took a couple hours, total. (Granted, I grabbed all the hard code from php.net comments.)
Main features:
- Its free.
- It just needs PHP. Thats all. No database. No external libraries. No Perl or ASP. Nothing fancy at all. Itll run on the cheapest of hosts.
- Theres no real installation.
- Theres very little configuration. And, even if you dont configure a thing, itll still work.
- Its simple as can be:
- Posts are just text files.
- Categories are just sub-directories.
Version restrictions:
- Very few features.
- No RSS feed. (Although I might add this.)
- No comments. (Doubt Ill add this.)
- Uses system time. Im on the east coast. The host is on the west coast. So all the posts show a time 3 hours earlier than my local time. (I might fix this.)
- No fancy stuff like calendars and opinion polls.
- Probably doesnt scale real well. (But, if you wanted a large site, why would you even think of using this software?)
- A whole lot of other things that arent coming to me right at the moment.
<<lessPolkaDot project is much simpler than either, both in terms of installation/configuration as well as its (minimal) feature set. Its also written in PHP, rather than Perl like its inspirations.
Its short for "Itsy Bitsy Teenie Weenie Yellow Polka-Dot Blogkini." Or did you mean "Why write PolkaDot?" Actually, my friend Roger has a blog and I was giving him a hard time because hes using WordPress rather than writing his own blogging software. (I mean, really, what kind of a geek doesnt write his own blogging software.) I had seen Blurt on Freshmeat recently, and decided to whip up something similar in PHP. Took a couple hours, total. (Granted, I grabbed all the hard code from php.net comments.)
Main features:
- Its free.
- It just needs PHP. Thats all. No database. No external libraries. No Perl or ASP. Nothing fancy at all. Itll run on the cheapest of hosts.
- Theres no real installation.
- Theres very little configuration. And, even if you dont configure a thing, itll still work.
- Its simple as can be:
- Posts are just text files.
- Categories are just sub-directories.
Version restrictions:
- Very few features.
- No RSS feed. (Although I might add this.)
- No comments. (Doubt Ill add this.)
- Uses system time. Im on the east coast. The host is on the west coast. So all the posts show a time 3 hours earlier than my local time. (I might fix this.)
- No fancy stuff like calendars and opinion polls.
- Probably doesnt scale real well. (But, if you wanted a large site, why would you even think of using this software?)
- A whole lot of other things that arent coming to me right at the moment.
Download (0.011MB)
Added: 2005-12-20 License: Freeware Price:
1403 downloads
DynAlbum 1.5
Dynalbum is a fully dynamic automatic Web photo album generator. more>>
Dynalbum is a fully dynamic automatic Web photo album generator. The album includes an index page with thumbnails, navigation tools on each album page, and four sizes of each picture.
The entire album is dynamically generated from a directory of JPEGs, TIFFs, PNGs, and GIFs when it is accessed. Unlike other photo album generators, it doesnt clutter files with thumbnails and static HTML.
DynAlbum generates each page and each scaled image (including thumbnails) dynamically every time it is accessed. This means that theres no need to keep static copies of anything but the original pictures.
INSTALLATION:
Copy the dynalbum.py program to the file "index.py" in your image directory. You need to enable mod_python for this directory. This can be accomplished either in your httpd.conf (/etc/httpd/conf/httpd.conf or /etc/httpd/conf.d/python.conf) or in a ".htaccess" file.
The .htaccess file is placed in your image and adusts web server parameters for that directory. In order to use a .htaccess file you may need to enable support using the "AllowOverride" directive in the global apache configuration.
httpd.conf example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
.htaccess file example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
and change the relevant instance of "AllowOverride None"
in httpd.conf to "AllowOverride All" to enable .htaccess
support in Apache.
Enhancements:
- Generates multi-page image indexes
- Dynamically generates ZIP archives
<<lessThe entire album is dynamically generated from a directory of JPEGs, TIFFs, PNGs, and GIFs when it is accessed. Unlike other photo album generators, it doesnt clutter files with thumbnails and static HTML.
DynAlbum generates each page and each scaled image (including thumbnails) dynamically every time it is accessed. This means that theres no need to keep static copies of anything but the original pictures.
INSTALLATION:
Copy the dynalbum.py program to the file "index.py" in your image directory. You need to enable mod_python for this directory. This can be accomplished either in your httpd.conf (/etc/httpd/conf/httpd.conf or /etc/httpd/conf.d/python.conf) or in a ".htaccess" file.
The .htaccess file is placed in your image and adusts web server parameters for that directory. In order to use a .htaccess file you may need to enable support using the "AllowOverride" directive in the global apache configuration.
httpd.conf example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
.htaccess file example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
and change the relevant instance of "AllowOverride None"
in httpd.conf to "AllowOverride All" to enable .htaccess
support in Apache.
Enhancements:
- Generates multi-page image indexes
- Dynamically generates ZIP archives
Download (0.014MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above riotball 1.5 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed