HistView 0.1.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News HistView 0.1.6 (Default branch)
# 1  
Old 01-01-2009
HistView 0.1.6 (Default branch)

HistView takes an ASCII changelog as input and outputs a formatted HTML page, optionally containing links to download releases. With the included Download Class, you can create download statistics (a MySQL database is provided), and even exclude unwanted bots and crawlers from these statistics or completely prevent them from downloading your files. License: GNU General Public License (GPL) Changes:
This version brings some major improvements, making the Download Class much more powerful: it now can ignore or reject bots and crawlers, it no longer "stops" on failed database activities (download counter update), and you even can completely disable these statistic functions. Moreover, all the classes now use a central central configuration to make their use easier. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
BGOFFICE-DICT-DOWNLOAD(1)				User Contributed Perl Documentation				 BGOFFICE-DICT-DOWNLOAD(1)

NAME
bgoffice-dict-download - download dictionaries for bgoffice SYNOPSIS
# list known dictionaries bgoffice-dict-download --list # download a dictionary bgoffice-dict-download --dict bg-en_dual # explicit output file bgoffice-dict-download --dict bg-en_dual --output=/some/where.tar.bz2 DESCRIPTION
bgoffice-dict-download is a small program to help download bgoffice dictionaries off sourceforge.net. It browses the bgoffice project download area and follows the download links. The dictionary is downloaded in the current directory, unless the "--output" option is used. OPTIONS
--list Prints the list of the known dictionaries. --dict dictionary name Specifies the dictionary to be downloaded. See "--list" for the known dictionaries. This option is mandatory, unless "--list" is given. --output file Saves the downloaded dictionary in the given file, instead of ./<dict>.tar.bz2 COPYRIGHT AND LICENSE
Copyright: (C) 2010 Damyan Ivanov dmn@debian.org Permission is granted to use this work, with or without modifications, provided that this notice is retained. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. perl v5.14.2 2010-12-16 BGOFFICE-DICT-DOWNLOAD(1)