pandora publisher 0.4.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 90
Pandora Publisher 0.4.4
Pandora is a simple web document and application platform written in Ruby. more>>
Pandora is a simple web document and application platform written in Ruby. Pandora Publisher aims to make it easy for a team of people to quickly collaborate on the network and develop custom document components and extensions to meet their specific needs.
Main features:
Easy to install and maintain
- Just unpack the package archive and run under Windows, Mac OS X, or Linux. The only prerequisite is Ruby, which you can install following these instructions.
Simple, extensible, and powerful
- Pandora does not require any relational database, but it lets you build your own web applications that can use databases with Ruby and Pandora Box object-oriented application framework.
Textile and Silk Veil formatting for site contents
- There is no need to code web pages in HTML with Pandora. Instead, just use Textile and Silk Veil, which are almost as easy to learn as plain text formatting.
Portable web site contents
- Pandora site contents are stored in a simple format that can be exported, zipped, moved, and viewed anywhere with its built in web server.
User selectable page design and templates
- You can easily customize the appearance of your Pandora site by creating new skins with Ruby, HTML, and CSS.
Integrated user account management functions
- Pandora comes with a built-in user account management functions that perform automated email verification and support a manual or automated registration approval process.
Enhancements:
- A new way to delete existing pages and chapters, a recent changes page, a default sidebar for new books, a trail path attachment indicator, and iconified file links were added.
- A defect that caused an exception when a book is deleted was fixed.
- The documentation was edited.
<<lessMain features:
Easy to install and maintain
- Just unpack the package archive and run under Windows, Mac OS X, or Linux. The only prerequisite is Ruby, which you can install following these instructions.
Simple, extensible, and powerful
- Pandora does not require any relational database, but it lets you build your own web applications that can use databases with Ruby and Pandora Box object-oriented application framework.
Textile and Silk Veil formatting for site contents
- There is no need to code web pages in HTML with Pandora. Instead, just use Textile and Silk Veil, which are almost as easy to learn as plain text formatting.
Portable web site contents
- Pandora site contents are stored in a simple format that can be exported, zipped, moved, and viewed anywhere with its built in web server.
User selectable page design and templates
- You can easily customize the appearance of your Pandora site by creating new skins with Ruby, HTML, and CSS.
Integrated user account management functions
- Pandora comes with a built-in user account management functions that perform automated email verification and support a manual or automated registration approval process.
Enhancements:
- A new way to delete existing pages and chapters, a recent changes page, a default sidebar for new books, a trail path attachment indicator, and iconified file links were added.
- A defect that caused an exception when a book is deleted was fixed.
- The documentation was edited.
Download (1.5MB)
Added: 2006-08-27 License: Other/Proprietary License Price:
1155 downloads
Panda Publisher RC3
Panda Publisher provides a lightweight, standards-compliant content management system. more>>
Panda Publisher provides a lightweight, standards-compliant content management system.
Panda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
<<lessPanda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
Download (MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
Smart Publisher 1.0.2
Smart Publisher is a web-based open source and easy-to-use application which offers you an effective way to publish a static or dynamic website on the internet more>> <<less
Added: 2008-03-05 License: GPL Price: FREE
17 downloads
Other version of Smart Publisher
License:GPL (GNU General Public License)
Podcast::Publisher 0.50
Podcast::Publisher is a Perl module for creating and managing podcasts. more>>
Podcast::Publisher is a Perl module for creating and managing podcasts.
SYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
<<lessSYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
Download (0.012MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads

@1 Calendar Publisher I 2.0
Publish events, schedules or news to an online web calendar. more>> Publish events, schedules or news to an online web calendar. Multiple events can be posted on the same day. The calendar can be called directly or via SSI. No MySQL required. View in full or compact mode. Show X number of upcoming events. Header, footer colors and so on are highly customizable. Newly added features: "Todays Events" and "Tomorrows Events".<<less
Download (37KB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
Serial Line Sniffer 0.4.4
slsnif is a serial port logging utility. more>>
slsnif is a serial line sniffer. It listens to the specified serial port and logs all data coming through it. slsnif works transparently for both the device connected to the serial port and the controlling software for this device. It operates by opening a pseudo tty (pty) and linking it to the actual serial port.
slsnif operates by opening a pty and linking it to the serial port. These are following parameters / options:
1. Serial port to open (required).
2. Name of the file to direct output to (optional, defaults to stdout).
3. Desired baudrate (optional, defaults to 9600 baud).
4. Timestamp On/Off (optional, defaults to Off).
5. Print ascii values in hex On/Off (optional, defaults to Off)
6. Print number of bytes transmitted On/Off (optional, defaults to Off).
7. Optional colors for timestamp, number of bytes transmitted and normal output.
8. Lock port On/Off (optional, defaults to On).
9. Use Unix98 ptys instead of BSD ptys (optional, defaults to BSD style).
10. Second serial port to open. If specified, this port will be used instead of a pty, thus providing an ability to log data between two serial ports.
Enhancements:
- Added ability to resynchronize ports at any time by sending a SIGUSR1 signal to slsnif. Useful for debugging applications that change port parameters mid-way, after starting the transmission. One example is pppd daemon, which sets initial parameters in the chat script, and changes them later, after chat script terminates.
- Added ability to use SYSV (Unix98) ptys instead of BSD ones (see -u and --unix98 parameters). This option can also be turned on/off from rc-file.
<<lessslsnif operates by opening a pty and linking it to the serial port. These are following parameters / options:
1. Serial port to open (required).
2. Name of the file to direct output to (optional, defaults to stdout).
3. Desired baudrate (optional, defaults to 9600 baud).
4. Timestamp On/Off (optional, defaults to Off).
5. Print ascii values in hex On/Off (optional, defaults to Off)
6. Print number of bytes transmitted On/Off (optional, defaults to Off).
7. Optional colors for timestamp, number of bytes transmitted and normal output.
8. Lock port On/Off (optional, defaults to On).
9. Use Unix98 ptys instead of BSD ptys (optional, defaults to BSD style).
10. Second serial port to open. If specified, this port will be used instead of a pty, thus providing an ability to log data between two serial ports.
Enhancements:
- Added ability to resynchronize ports at any time by sending a SIGUSR1 signal to slsnif. Useful for debugging applications that change port parameters mid-way, after starting the transmission. One example is pppd daemon, which sets initial parameters in the chat script, and changes them later, after chat script terminates.
- Added ability to use SYSV (Unix98) ptys instead of BSD ones (see -u and --unix98 parameters). This option can also be turned on/off from rc-file.
Download (0.14MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1248 downloads
Pandore 6.1.2
Pandora is a standardized library of image processing functions. more>>
The current version contains functions for 1D, 2D, and 3D images, which may be greyscale, color, or multispectral.
Enhancements:
- A limitation in SaveData and LoadData that restricted the size of data has been fixed.
- There are assorted other minor bugfixes.
<<lessEnhancements:
- A limitation in SaveData and LoadData that restricted the size of data has been fixed.
- There are assorted other minor bugfixes.
Download (MB)
Added: 2007-06-04 License: CeCILL (CeCILL Free Software License Agreement) Price:
872 downloads
Bist 0.4.4
Bist stands for bidimensional structures and is a chemical drawing tool. more>>
Bist stands for bidimensional structures (in italian it sounds like "beast" in english ) and is a chemical drawing tool. It is focused on organic chemistry but it may be useful also for chemists or teacher as well.
Bist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
Bist project can export both postscript and png (poor drawing at this time) formats.
This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose.
Main features:
- Input in native and more than 20 different formats(CML, XYZ, mol etc.) ;
- export in SVG, PostScript, FIG and PNG format via plotutils;
- simple template system;
- support for i18n;
- plug-in system;
- translation, scaling, flipping, 3D and 2D rotation;
- unlimited undo level;
- parsing of linear fragments (i.e. -CH2CH(C=OOH)2).
<<lessBist support many of the formalism used to describe molecoles structures like single bond, double bond, stereospecific bond, charges, resonance arrows, lone pairs etc...
Bist project can export both postscript and png (poor drawing at this time) formats.
This version is now integrated with openbabel API so virtually all the formats this library can accept should be a valid input for bist too.
Currently portability is not my goal so only GNU/Linux platform is supported. However any effort in this direction is appreciated so feel free to ask me about any porting question. Please remember that bist is actually in a beta stage of development so i strongly suggest you to not using it except for testing or hacking purpose.
Main features:
- Input in native and more than 20 different formats(CML, XYZ, mol etc.) ;
- export in SVG, PostScript, FIG and PNG format via plotutils;
- simple template system;
- support for i18n;
- plug-in system;
- translation, scaling, flipping, 3D and 2D rotation;
- unlimited undo level;
- parsing of linear fragments (i.e. -CH2CH(C=OOH)2).
Download (0.60MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1078 downloads
PostgreSQL Table Log 0.4.4
PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. more>>
PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table.
This can be used to recover the state of the logged table or to recover specific rows from a given time period.
Enhancements:
- This version now works with PostgreSQL versions 8.2 and later.
- Some warnings have been removed and the documentation was cleaned up.
- PGXS is now used for building from source.
- RPM packages are available.
<<lessThis can be used to recover the state of the logged table or to recover specific rows from a given time period.
Enhancements:
- This version now works with PostgreSQL versions 8.2 and later.
- Some warnings have been removed and the documentation was cleaned up.
- PGXS is now used for building from source.
- RPM packages are available.
Download (0.013MB)
Added: 2007-06-06 License: BSD License Price:
872 downloads
Stage Managers Helper 0.4.4
SMHelper provides Web-based tools to speed up the process of keeping paperwork for each show. more>>
SMHelper provides Web-based tools to speed up the process of keeping paperwork for each show.
Stage Managers Helper is a set of PHP scripts to assist the Stage Managers of the world in keeping all the minutiae and paperwork which is associated with live entertainment under control. Rather than have to recreate the form for each show you use, or open a heavy application like a word processor, I find it much easier to just let the scripts generate the layout, and then fill in the blanks and click away. This should hopefully automate show management to some degree, and in so doing, ease the load on web Stage Managers servers.
Hopefully, by having the forms available via a web browser, the SM need only have a computer with access to the server and need not worry whether s/he remembered to pack their computer. In addition, since the data is stored on the server, the other members of a production team need only visit the website to see the days report, should they lose their paper copy or simply not desire more paper in their lives.
That said, I cant create this software alone. I need feedback. I want to know what you need or want from this software. If I can get it done in any sane way, Ill put it in the works. Currently planned:
Collation: Collect all data for one person/department into a single page,automatically,over a range of dates.
Currently included [and at least semi-working] in the package are pages for:
Generating Daily Reports
Viewing Daily Reports [Soon with print view]
Basic Show Info Setup
Props list generation and maintenance
Collation and summarization
French Scene Setup and Tables Generation
Enhancements:
- Added actual_sections.php. Script for setting up the breakdown of your show. *Fixed up french_scener.php to display entered data, at least rudimentarily. *Cosmetic fixes: Unified title blocks, interface consistency where possible
<<lessStage Managers Helper is a set of PHP scripts to assist the Stage Managers of the world in keeping all the minutiae and paperwork which is associated with live entertainment under control. Rather than have to recreate the form for each show you use, or open a heavy application like a word processor, I find it much easier to just let the scripts generate the layout, and then fill in the blanks and click away. This should hopefully automate show management to some degree, and in so doing, ease the load on web Stage Managers servers.
Hopefully, by having the forms available via a web browser, the SM need only have a computer with access to the server and need not worry whether s/he remembered to pack their computer. In addition, since the data is stored on the server, the other members of a production team need only visit the website to see the days report, should they lose their paper copy or simply not desire more paper in their lives.
That said, I cant create this software alone. I need feedback. I want to know what you need or want from this software. If I can get it done in any sane way, Ill put it in the works. Currently planned:
Collation: Collect all data for one person/department into a single page,automatically,over a range of dates.
Currently included [and at least semi-working] in the package are pages for:
Generating Daily Reports
Viewing Daily Reports [Soon with print view]
Basic Show Info Setup
Props list generation and maintenance
Collation and summarization
French Scene Setup and Tables Generation
Enhancements:
- Added actual_sections.php. Script for setting up the breakdown of your show. *Fixed up french_scener.php to display entered data, at least rudimentarily. *Cosmetic fixes: Unified title blocks, interface consistency where possible
Download (0.018MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1218 downloads
Bottle 0.4.4
WSGI micro web framework + templates more>>
Bottle 0.4.4 is created as a fast, simple and useful one-file WSGI framework and templates with a ton of features.
Bottle is a fast, simple and useful one-file WSGI framework. It is not a full-stack framework with a ton of features, but a useful mirco-framework for small web-applications that stays out of your way.
Bottle only depends on the Python Standard Library. If you want to use a HTTP server other than wsgiref.simple_server you may need cherrypy, flup or paste (your choice).
Major Features:
- Request dispatching: Map requests to handler-callables using URL-routes.
- URL parameters: Use regular expressions /object/(?P[0-9]+) or simplified syntax /object/:id to extract data out of URLs.
- WSGI abstraction: Dont worry about cgi and wsgi internals.
- Input: request.GET[parameter] or request.POST[form-field]
- HTTP header: response.header[Content-Type] = text/html.
- Cookie Management: response.COOKIES[session] = new_key.
- Static files: send_file(movie.flv, /downloads/) with automatic mime-type guessing.
- Errors: Throw HTTP errors using abort(404, Not here) or subclass HTTPError and use custom error handlers.
- Templates: Integrated template language.
- Plain simple: Execute python code with %... or use the inline syntax {{...}} for one-line expressions.
- No IndentationErrors: Blocks are closed by %end. Indentation is optional.
- Extremely fast: Parses and renders templates 5 to 10 times faster than mako.
- Support for Mako-Templates (requires mako).
- HTTP Server: Build in WSGI/HTTP Gateway server (for development and production mode)
- Currently supports wsgiref.simple_server (default), cherrypy, flup, paste and fapws3.
- Speed optimisations:
- Sendfile: Support for platform-specific high-performance file-transmission facilities, such as the Unix sendfile()
- Depends on wsgi.file_wrapper provided by your WSGI-Server implementation.
- Self optimising routes: Frequently used routes are tested first (optional)
- Fast static routes (single dict lookup)
Requirements:
- Python
Added: 2009-07-08 License: MIT/X Consortium Lic... Price: FREE
14 downloads
Gephex 0.4.4
Gephex is a modular video jockey software. more>>
Gephex project is a modular video jockey software. The base visuals can be chosen from sources like video files or cameras.
Then they can be modified by filters and mixers. Each modifier has several parameters, that can be controlled by signal-generators, input devices like joysticks, sound cards, or midi-devices.
Gephex runs on GNU/Linux, Win32, Mac OS X, and FreeBSD. The effect engine is independent from the user interface, which can be de- and attached at runtime. All effects and media streams are extendible by plugins. Gephex is written in C++.
Main features:
- free (GPL) and cross-platform (GNU/Linux, Win32, experimental Mac OS X support)
- graphical user interface (written in [WWW] QT)
- easily extensible with plugins
- client server architecture
- support for video files (ffmpeg, libavifile, video for windows, directshow)
- ports of most [WWW] EffecTV effects
- vloopback support (input and output)
- webcam and tv card support (v4l and directshow)
- midi/joystick input support
- audio support (capturing from soundcard, simple beat detection, simple mixing, audio synthesis, audio output)
- frei0r plugin support
Enhancements:
- improved GUI (using Qt 4.x)
- improved Mac OS X support
- new midi modules
- frei0r 1.1 support
<<lessThen they can be modified by filters and mixers. Each modifier has several parameters, that can be controlled by signal-generators, input devices like joysticks, sound cards, or midi-devices.
Gephex runs on GNU/Linux, Win32, Mac OS X, and FreeBSD. The effect engine is independent from the user interface, which can be de- and attached at runtime. All effects and media streams are extendible by plugins. Gephex is written in C++.
Main features:
- free (GPL) and cross-platform (GNU/Linux, Win32, experimental Mac OS X support)
- graphical user interface (written in [WWW] QT)
- easily extensible with plugins
- client server architecture
- support for video files (ffmpeg, libavifile, video for windows, directshow)
- ports of most [WWW] EffecTV effects
- vloopback support (input and output)
- webcam and tv card support (v4l and directshow)
- midi/joystick input support
- audio support (capturing from soundcard, simple beat detection, simple mixing, audio synthesis, audio output)
- frei0r plugin support
Enhancements:
- improved GUI (using Qt 4.x)
- improved Mac OS X support
- new midi modules
- frei0r 1.1 support
Download (5.8MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
912 downloads
Apt-Mirror 0.4.4
Apt-Mirror is a small tool that provides the ability to mirror any parts of a Debian GNU/Linux distribution. more>>
Apt-Mirror is a small tool that provides the ability to mirror any parts (or even all) of a Debian GNU/Linux distribution or any other apt source.
Main features:
- It takes config similar to apts "sources.list"
- It is fully pool comply
- It supports multithreaded downloading
- It supports multiple architectures at the same time
- It can automatically remove unnecessary files
- It successfully works on overloaded internet channel
- It never makes inconsistent mirror including while mirroring
- It works on all POSIX complied systems with perl and wget
Installation
Debian users may just add to sources.list line deb http://apt-mirror.sourceforge.net/ apt-mirror/ and execute:
# apt-get update
# apt-get install apt-mirror
Rest users need to download sources and install it by hand:
download apt-mirror_xxx.tar.gz
extract it and put apt-mirror script to /usr/local/bin or somewhere similar
put mirror.list config file to /etc/apt/ (or any other place such as /usr/local/etc, but in this case do not forget to always specify full path to it in command line)
Enhancements:
- This release supports the following new architectures: amd64, hurd-i386, and sh.
- New configuration options were added.
- The default architecture identification on non-Debian systems was fixed.
<<lessMain features:
- It takes config similar to apts "sources.list"
- It is fully pool comply
- It supports multithreaded downloading
- It supports multiple architectures at the same time
- It can automatically remove unnecessary files
- It successfully works on overloaded internet channel
- It never makes inconsistent mirror including while mirroring
- It works on all POSIX complied systems with perl and wget
Installation
Debian users may just add to sources.list line deb http://apt-mirror.sourceforge.net/ apt-mirror/ and execute:
# apt-get update
# apt-get install apt-mirror
Rest users need to download sources and install it by hand:
download apt-mirror_xxx.tar.gz
extract it and put apt-mirror script to /usr/local/bin or somewhere similar
put mirror.list config file to /etc/apt/ (or any other place such as /usr/local/etc, but in this case do not forget to always specify full path to it in command line)
Enhancements:
- This release supports the following new architectures: amd64, hurd-i386, and sh.
- New configuration options were added.
- The default architecture identification on non-Debian systems was fixed.
Download (0.011MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1475 downloads
QtWvDialer 0.4.4
QtWvdialer is a simple graphical frontend to wvdial. more>>
QtWvdialer is a simple graphical frontend to wvdial. Even if it looks like a GTK application in this screen shot, QtWvDialer was developed with Qt from Trolltech AS. Ive chosen the GTK theme because it makes my desktop more homogenous when mixing GNOME and KDE applications. Wvdial was written by Dave Coombs and Avery Pennarun for Worldvisions Computer Technology, as part of the Worldvisions Weaver project.
QtWvdialer is a simple graphical front-end to wvdial and its free software. You need the Qt library version 2.1.0 or better and wvdial. It provides you with a easy to use GUI to fire up a ppp connection. Additionally you have access to the output of wvdial, some PPP statistics and a editor for the wvdial configuration. The code for PPP statistics retrieval was extracted from the very fine program kpppload from Sean Vyain. Thanks Sean, for this nice piece of GPLed code!
QtWvDialer as source and compilation is simple:
1. Untar the tarball
2. Enter the directory QtWvDialer
3. call ./configure
4. call make and wait a few minutes
Now youll find the executable qtwvdialer in the QtWvDialer/bin directory. Put it into your $PATH and you are done.
Enhancements:
- A bug in the configure script was fixed.
<<lessQtWvdialer is a simple graphical front-end to wvdial and its free software. You need the Qt library version 2.1.0 or better and wvdial. It provides you with a easy to use GUI to fire up a ppp connection. Additionally you have access to the output of wvdial, some PPP statistics and a editor for the wvdial configuration. The code for PPP statistics retrieval was extracted from the very fine program kpppload from Sean Vyain. Thanks Sean, for this nice piece of GPLed code!
QtWvDialer as source and compilation is simple:
1. Untar the tarball
2. Enter the directory QtWvDialer
3. call ./configure
4. call make and wait a few minutes
Now youll find the executable qtwvdialer in the QtWvDialer/bin directory. Put it into your $PATH and you are done.
Enhancements:
- A bug in the configure script was fixed.
Download (0.051MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
992 downloads
Debarchiver 0.4.2
Debarchiver is a tool to sort debian packages in a automated way so that you can publish debian packages in a easy way. more>>
Debarchiver is a tool to sort debian packages in a automated way so that you can publish debian packages in a easy way.
Main features:
- Sort debian packages in the "potato" way.
- Generates the Packages and Sources files.
- Prepared for web publishing.
The idea is to make a simpler version of the Debian katie software that is useable by system administrators and software publishers. Of course you should try to get your software in the Debian distribution but sometimes that is not possible or even good.
Debarchiver is licensed under GPL.
Enhancements:
- Allows for signed release files (currently only ones without a password).
<<lessMain features:
- Sort debian packages in the "potato" way.
- Generates the Packages and Sources files.
- Prepared for web publishing.
The idea is to make a simpler version of the Debian katie software that is useable by system administrators and software publishers. Of course you should try to get your software in the Debian distribution but sometimes that is not possible or even good.
Debarchiver is licensed under GPL.
Enhancements:
- Allows for signed release files (currently only ones without a password).
Download (0.076MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1490 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 pandora publisher 0.4.4 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