o2 1.1.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 63
Added: 2009-02-13 License: Other/Proprietary Li... Price: FREE
1 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
Trophy 1.1.5
Trophy project is an action car racing game. more>>
Trophy project is an action car racing game.
Trophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
<<lessTrophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
Download (8.9MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
820 downloads
GoldED+ 1.1.5
GoldED+ si a substitute for GoldED Fidonet Mail Reader. more>>
GoldED+ si a substitute for GoldED Fidonet Mail Reader. The project was started in small town near Moscow, Russia. At this time I could not recall exact date of the first patch Ive made. The only thing I could recall is that everything began from fixing annoyable bug which causes impossibility of displaying stylecodes by settings in config. This patch was rejected by official maintainers though some other patches were accepted.
In the middle of 1999 all maintainers of official GoldED left Fidonet and almost lost interest to that project. Version names of GoldED-asa became too long and not fit to MSDOS 8+3 format. Ive asked Odinn about donating a 3.1.x version numbers to me but he just ignored my letter. The final version of GoldED-asa was GoldED-asa10 beta 3. After that project was renamed to GoldED+ and next version was called GoldED+ 1.1.0.
Last stable release is Golded+ 1.1.4.7. Current development version is Golded+ 1.1.5
<<lessIn the middle of 1999 all maintainers of official GoldED left Fidonet and almost lost interest to that project. Version names of GoldED-asa became too long and not fit to MSDOS 8+3 format. Ive asked Odinn about donating a 3.1.x version numbers to me but he just ignored my letter. The final version of GoldED-asa was GoldED-asa10 beta 3. After that project was renamed to GoldED+ and next version was called GoldED+ 1.1.0.
Last stable release is Golded+ 1.1.4.7. Current development version is Golded+ 1.1.5
Download (1.4MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1216 downloads
When 1.1.5
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic. more>>
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic.
When can keep track of things you need to do on particular dates. Its a very short and simple program, so you can easily tinker with it yourself. It doesnt depend on any libraries, so its easy to install.
You should be able to install it on any system where Perl is available, even if you dont have privileges for installing libraries. Its file format is a simple text file, which you can edit in your favorite editor.
Enhancements:
- This release adds a Danish translation.
<<lessWhen can keep track of things you need to do on particular dates. Its a very short and simple program, so you can easily tinker with it yourself. It doesnt depend on any libraries, so its easy to install.
You should be able to install it on any system where Perl is available, even if you dont have privileges for installing libraries. Its file format is a simple text file, which you can edit in your favorite editor.
Enhancements:
- This release adds a Danish translation.
Download (0.032MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
JiBX 1.1.5
JiBX is a framework for binding XML data to Java objects. more>>
JiBX is a framework for binding XML data to Java objects. JiBX project lets you work with data from XML documents using your own class structures. The JiBX framework handles all the details of converting your data to and from XML based on your instructions.
JiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.
How does it manage this? JiBX uses binding definition documents to define the rules for how your Java objects are converted to or from XML (the binding). At some point after youve compiled your source code into class files you execute the first part of the JiBX framework, the binding compiler.
This compiler enhances binary class files produced by the Java compiler, adding code to handle converting instances of the classes to or from XML. After running the binding compiler you can continue the normal steps you take in assembling your application (such as building jar files, etc.). You can also skip the binding compiler as a separate step and instead bind classes directly at runtime, though this approach has some drawbacks.
The second part of the JiBX framework is the binding runtime. The enhanced class files generated by the binding compiler use this runtime component both for actually building objects from an XML input document (called unmarshalling, in data binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a parser implementing the XMLPull API for handling input documents, but is otherwise self-contained.
Enhancements:
- Corrected a pair of problems with nested unordered groups, which resulted in exceptions during code generation.
- Fixed the "j2me" target for building under Windows.
- Changed child component order under < binding > element to namespace, format, include; corrected binding.xsd, binding.dtd, and documentation to match.
- Extended < include > support to allow < format > definitions from included bindings to be used within the including binding, and to support namespace scoping (global namespaces within the including binding apply to all included bindings; global namespaces within included binding apply only to that binding)
- Fixed handling of abstract < mapping > with attributes (with or without content).
- Added check for abstract class used directly (needs factory-method).
- Loosened checks for element name on child components of collection to only test < value > element children.
- Fixed problem with abstract base mapping use in unordered collection failing code generation (stack size mismatch).
- Corrected a problem in working with arrays of longs or doubles which could result in modified classes failing JVM validation.
- Corrected handling of optional mapping references.
- Changed default JiBX build Ant target to build the full distribution with debug information included, added a new "small-jars" target to compile and jar without debug information.
- Added propagation of namespaces defined in abstract < mapping >s up to the context of each reference to those < mapping >s.
- Fixed add-constructors=true option to make existing default constructors accessible, and to add superclass default constructors where necessary.
- Fixed handling of abstract < mapping > with no content or attributes present
- Removed erronous warning message about default used without usage=optional (default actually implies optional)
<<lessJiBX is designed to perform the translation between internal data structures and XML with very high efficiency, but still allows you a high degree of control over the translation process.
How does it manage this? JiBX uses binding definition documents to define the rules for how your Java objects are converted to or from XML (the binding). At some point after youve compiled your source code into class files you execute the first part of the JiBX framework, the binding compiler.
This compiler enhances binary class files produced by the Java compiler, adding code to handle converting instances of the classes to or from XML. After running the binding compiler you can continue the normal steps you take in assembling your application (such as building jar files, etc.). You can also skip the binding compiler as a separate step and instead bind classes directly at runtime, though this approach has some drawbacks.
The second part of the JiBX framework is the binding runtime. The enhanced class files generated by the binding compiler use this runtime component both for actually building objects from an XML input document (called unmarshalling, in data binding terms) and for generating an XML output document from objects (called marshalling). The runtime uses a parser implementing the XMLPull API for handling input documents, but is otherwise self-contained.
Enhancements:
- Corrected a pair of problems with nested unordered groups, which resulted in exceptions during code generation.
- Fixed the "j2me" target for building under Windows.
- Changed child component order under < binding > element to namespace, format, include; corrected binding.xsd, binding.dtd, and documentation to match.
- Extended < include > support to allow < format > definitions from included bindings to be used within the including binding, and to support namespace scoping (global namespaces within the including binding apply to all included bindings; global namespaces within included binding apply only to that binding)
- Fixed handling of abstract < mapping > with attributes (with or without content).
- Added check for abstract class used directly (needs factory-method).
- Loosened checks for element name on child components of collection to only test < value > element children.
- Fixed problem with abstract base mapping use in unordered collection failing code generation (stack size mismatch).
- Corrected a problem in working with arrays of longs or doubles which could result in modified classes failing JVM validation.
- Corrected handling of optional mapping references.
- Changed default JiBX build Ant target to build the full distribution with debug information included, added a new "small-jars" target to compile and jar without debug information.
- Added propagation of namespaces defined in abstract < mapping >s up to the context of each reference to those < mapping >s.
- Fixed add-constructors=true option to make existing default constructors accessible, and to add superclass default constructors where necessary.
- Fixed handling of abstract < mapping > with no content or attributes present
- Removed erronous warning message about default used without usage=optional (default actually implies optional)
Download (6.4MB)
Added: 2007-05-23 License: BSD License Price:
893 downloads
mod_spin 1.1.5
mod_spin is an Apache module that provides a simple template language with data replacement capabilities. more>>
mod_spin is an Apache module that provides a simple template language with data replacement capabilities, persistent application and session tracking, database connection pooling, dynamic linking of applications into Apache as shared libraries, parameters, cookies, and multipart/form data parsing, and a simple API for MVC controller functionality.
Main features:
- a simple template language with data replacement capabilities only
- persistent application and session tracking
- dynamic linking of applications into Apache 2 as shared libraries
- parameters, cookies and multipart/form-data parsing via libapreq2
- simple API for (kind of) MVC controller functionality
- simple API for pooled (or not) access to SQL databases
Enhancements:
- Application/session data is now saved in XML format.
- There is a new file-based store backend.
- The build configuration script now uses pkg-config.
- Private M4 macros are no longer in the publicly available mod_spin.m4.
<<lessMain features:
- a simple template language with data replacement capabilities only
- persistent application and session tracking
- dynamic linking of applications into Apache 2 as shared libraries
- parameters, cookies and multipart/form-data parsing via libapreq2
- simple API for (kind of) MVC controller functionality
- simple API for pooled (or not) access to SQL databases
Enhancements:
- Application/session data is now saved in XML format.
- There is a new file-based store backend.
- The build configuration script now uses pkg-config.
- Private M4 macros are no longer in the publicly available mod_spin.m4.
Download (0.082MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
filofant 1.1.5
filofant project is a mail archiving and document indexing software. more>>
filofant project is a mail archiving and document indexing software intended for using in companies or workgroups which wants to share the knowledge embedded in their documents and emails.
Installation:
Currently there is no installscript, so you have to do all at your own...
1) Binaries
configure && make & make install
in the src directory.
It is recommended to provide an prefix for the installation like --prefix=/opt/filofant
2) CGIs
The CGIs will be installed in $PREFIX/bin/cgi-bin. If this is not the cgi-directory of your webserver, you should move them there.
3) Environment
filofant needs the variable FILOFANT_HOME to declared, to find its config and binary files. It this variable is not defined, the base config has to be stored at /etc/filofant.rc
This variable has to be set for the CGI also, eg in Apache you could set it with the SetEnv directive.
4) System
Create a systemuser for the filofant (eg. filofant). The user has to be access to the base directory ($FILOFANT_HOME) of the installation.
5) Database
PostgreSQL: Create a database with the createdb command, create an user of the same name as the system user with the createuser command (This user has to be database administrator).
su to the filofant user. Insert database schema from the file filofant.sql (in directory sql) If you have nonstandard system user for the webserver or the filofant, please correct the grants in the sql file before inserting it.
6) Base configuration
The file filofant.rc has to be located in the directory $FILOFANT_HOME/etc. Edit (or create) this file and enter the following lines:
BaseDir=/opt/filofant
User=filofant
DBUser=filofant
DBName=filofant
Fill in the appropriate data. I you have password protection at the database or the database is not at the same machine, add the following lines:
DBPwd=
DBPort=
DBHost=
Enhancements:
- A new binary for resolving system variables without password query changes access to system settings in scripts for cronjobs.
- This allows a tighter security setting for the database.
- Internal references in HTML previews will now be translated correctly to the filofant preview page.
- A bug regarding the embedding of images in HTML previews has been fixed.
- When using the fulltext search engine with more than one stopword, only the first was detected.
- This has been fixed.
<<lessInstallation:
Currently there is no installscript, so you have to do all at your own...
1) Binaries
configure && make & make install
in the src directory.
It is recommended to provide an prefix for the installation like --prefix=/opt/filofant
2) CGIs
The CGIs will be installed in $PREFIX/bin/cgi-bin. If this is not the cgi-directory of your webserver, you should move them there.
3) Environment
filofant needs the variable FILOFANT_HOME to declared, to find its config and binary files. It this variable is not defined, the base config has to be stored at /etc/filofant.rc
This variable has to be set for the CGI also, eg in Apache you could set it with the SetEnv directive.
4) System
Create a systemuser for the filofant (eg. filofant). The user has to be access to the base directory ($FILOFANT_HOME) of the installation.
5) Database
PostgreSQL: Create a database with the createdb command, create an user of the same name as the system user with the createuser command (This user has to be database administrator).
su to the filofant user. Insert database schema from the file filofant.sql (in directory sql) If you have nonstandard system user for the webserver or the filofant, please correct the grants in the sql file before inserting it.
6) Base configuration
The file filofant.rc has to be located in the directory $FILOFANT_HOME/etc. Edit (or create) this file and enter the following lines:
BaseDir=/opt/filofant
User=filofant
DBUser=filofant
DBName=filofant
Fill in the appropriate data. I you have password protection at the database or the database is not at the same machine, add the following lines:
DBPwd=
DBPort=
DBHost=
Enhancements:
- A new binary for resolving system variables without password query changes access to system settings in scripts for cronjobs.
- This allows a tighter security setting for the database.
- Internal references in HTML previews will now be translated correctly to the filofant preview page.
- A bug regarding the embedding of images in HTML previews has been fixed.
- When using the fulltext search engine with more than one stopword, only the first was detected.
- This has been fixed.
Download (3.1MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1005 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
XBlockOut 1.1.5
XBlockOut is an excellent 3D game of Tetris/Block Dropping. more>>
XBlockOut is an excellent 3D game of Tetris/Block Dropping. It has nice graphics, offers great information support and it is very stable.
The player must place 3D pieces by translations and rotations in order to fill the game floor. The game is realtime and the speed increases with the player skill.
Whats XBL doesnt have yet:
Obstacles, goals, ...
Multi-player game.
Really fun sounds.
Every one can contribute to this game.
Enhancements:
- This release adds a missing shape.
<<lessThe player must place 3D pieces by translations and rotations in order to fill the game floor. The game is realtime and the speed increases with the player skill.
Whats XBL doesnt have yet:
Obstacles, goals, ...
Multi-player game.
Really fun sounds.
Every one can contribute to this game.
Enhancements:
- This release adds a missing shape.
Download (0.13MB)
Added: 2007-01-29 License: GPL (GNU General Public License) Price:
998 downloads
Meld 1.1.5.1
Meld is a GNOME 2 diff and merge tool. more>>
Meld is a visual diff and merge tool. Meld project integrates especially well with CVS. The diff viewer lets you edit files in place (diffs update dynamically), and a middle column shows detailed changes and allows merges.
The margins show location of changes for easy navigation, and it also features a tabbed interface that allows you to open many diffs at once.
Look at the screenshots page for more detailed features.
<<lessThe margins show location of changes for easy navigation, and it also features a tabbed interface that allows you to open many diffs at once.
Look at the screenshots page for more detailed features.
Download (0.63MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
867 downloads
Walker 1.1.5
Walker is a Python script that updates entire Web sites. more>>
Walker is a Python script that updates entire Web sites. It matches the remote site to your local copy using FTP.
Once you set it up, it will upload any files that have changed in size, delete any remote files or directories you have deleted locally, and create any remote directories you have added locally.
The default deletion of files and directories can be overridden on the command line. Walker allows you to update your entire site by going online and then running one command in a terminal. It also includes Scpper.py, which updates a site in a similar manner using scp.
Enhancements:
- Documentation and install fixes.
<<lessOnce you set it up, it will upload any files that have changed in size, delete any remote files or directories you have deleted locally, and create any remote directories you have added locally.
The default deletion of files and directories can be overridden on the command line. Walker allows you to update your entire site by going online and then running one command in a terminal. It also includes Scpper.py, which updates a site in a similar manner using scp.
Enhancements:
- Documentation and install fixes.
Download (0.014MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1483 downloads
Bogofilter 1.1.5
Bogofilter is a mail filter that classifies mail as spam or ham. more>>
Bogofilter is a Bayesian spam filter. In its normal mode of operation, it takes an email message or other text on standard input, does a statistical check against lists of `good` and `bad` words, and returns a status code indicating whether or not the message is spam.
Bogofilter is designed with fast algorithms, uses the Berkeley DB for fast startup and lookups, coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.
Bogofilter is run by an MDA script to classify an incoming message as spam or ham (using wordlists stored by BerkeleyDB). Bogofilter provides processing for plain text and html.
Bogofilter supports multi-part mime message with decoding of base64, quoted-printable, and uuencoded text and ignores attachments, such as images.
Bogofilter is written in C. Supported platforms: Linux, FreeBSD, Solaris, OS X, HP-UX, AIX, RISC OS, SunOS, OS/2 …
<<lessBogofilter is designed with fast algorithms, uses the Berkeley DB for fast startup and lookups, coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.
Bogofilter is run by an MDA script to classify an incoming message as spam or ham (using wordlists stored by BerkeleyDB). Bogofilter provides processing for plain text and html.
Bogofilter supports multi-part mime message with decoding of base64, quoted-printable, and uuencoded text and ignores attachments, such as images.
Bogofilter is written in C. Supported platforms: Linux, FreeBSD, Solaris, OS X, HP-UX, AIX, RISC OS, SunOS, OS/2 …
Download (0.55MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
Lluzhionne 1.1.5
Lluzhionne is a very configurable Webcam program that can apply randomly selected captions. more>>
Lluzhionne is a very configurable Webcam program that can apply randomly selected captions, dates, and filters to images before uploading them.
Lluzhionne project comes with a default set of filters that use NetPBM and ImageMagick; others can be easily added. Lluzhionne can upload images using SCP.
It supports Casio digital cameras, YUV420P Video4Linux devices, and grabbing images supplied by an external Webcam program.
It does not require X11. It has been tested using the Casio QV-10A digital camera and the Phillips (pwc driver) Logitech QuickCam Pro 4000.
Enhancements:
- Support for at least some cameras supported by gphoto2 has been added (and tested with an "iClick Xtreme" USB camera).
- Sending a running Lluzhionne a SIGHUP now reloads its config file.
- SIGINT is now properly caught.
- Support for layering additional filters atop the image (and any captions) with a --overlay option has been added.
- A verbose option has been added.
- Lluzhionne no longer attempts to upload blank output files if an error occurs.
<<lessLluzhionne project comes with a default set of filters that use NetPBM and ImageMagick; others can be easily added. Lluzhionne can upload images using SCP.
It supports Casio digital cameras, YUV420P Video4Linux devices, and grabbing images supplied by an external Webcam program.
It does not require X11. It has been tested using the Casio QV-10A digital camera and the Phillips (pwc driver) Logitech QuickCam Pro 4000.
Enhancements:
- Support for at least some cameras supported by gphoto2 has been added (and tested with an "iClick Xtreme" USB camera).
- Sending a running Lluzhionne a SIGHUP now reloads its config file.
- SIGINT is now properly caught.
- Support for layering additional filters atop the image (and any captions) with a --overlay option has been added.
- A verbose option has been added.
- Lluzhionne no longer attempts to upload blank output files if an error occurs.
Download (0.012MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1401 downloads
cOOol 1.1
cOOol is a standalone script that scans a list of OpenOffice.org documents for broken hyperlinks. more>>
cOOol project is a simple Python script that looks for broken hyperlinks in OpenOffice.org documents.
Main features:
- cOOol only supports OpenOffice.org documents in the new OpenDocument format. You need OpenOffice.org 1.1.5 or later to export other documents to this format.
- cOOol is fast: it doesnt start OpenOffice.org and runs link checks in parallel threads.
- cOOol supports most kinds of hyperlinks, including links within the documents.
- cOOol is easy to use. Just download the script and run it!
- cOOol is free. It is released under the terms of the GNU General Public License.
Here is why an automatic link checker for your documents is useful:
- External references can be a very valuable part of your documents. Broken links reduce their usefulness as well as the impression they make. They also give the feeling that your documents are outdated and older than they are.
- Web sites evolve frequently. Having an automated way of detecting obsolete links is essential to keeping your documents up to date.
- You may be much more familiar with your target websites than your readers. They may not be able to find a new location by themselves. Youd better be aware of the change and do this for them!
- When you rename a page (for example), OpenOffice.org doesnt update all the references to it.
Usage:
usage: coool [options] [OpenOffice.org document files]
Checks OpenOffice.org documents for broken Links
options:
--version show programs version number and exit
-h, --help show this help message and exit
-v, --verbose display progress information
When a broken link is found, open the document in OpenOffice.org and use the search facility to look for the link text.
Version restrictions:
- cOOol doesnt check for e-mail links. It could at least check that the corresponding domain is valid.
- cOOol doesnt give you page numbers for broken links. You have to open the document and use the search facilities to locate each link.
- cOOol still crashes on some documents with Unicode strings (for example with Chinese text)
Enhancements:
- This release allows you to configure cOOol through a resource file (~/.cooolrc).
- It also supports a list of hostnames to ignore, and is completely silent when no error is found.
<<lessMain features:
- cOOol only supports OpenOffice.org documents in the new OpenDocument format. You need OpenOffice.org 1.1.5 or later to export other documents to this format.
- cOOol is fast: it doesnt start OpenOffice.org and runs link checks in parallel threads.
- cOOol supports most kinds of hyperlinks, including links within the documents.
- cOOol is easy to use. Just download the script and run it!
- cOOol is free. It is released under the terms of the GNU General Public License.
Here is why an automatic link checker for your documents is useful:
- External references can be a very valuable part of your documents. Broken links reduce their usefulness as well as the impression they make. They also give the feeling that your documents are outdated and older than they are.
- Web sites evolve frequently. Having an automated way of detecting obsolete links is essential to keeping your documents up to date.
- You may be much more familiar with your target websites than your readers. They may not be able to find a new location by themselves. Youd better be aware of the change and do this for them!
- When you rename a page (for example), OpenOffice.org doesnt update all the references to it.
Usage:
usage: coool [options] [OpenOffice.org document files]
Checks OpenOffice.org documents for broken Links
options:
--version show programs version number and exit
-h, --help show this help message and exit
-v, --verbose display progress information
When a broken link is found, open the document in OpenOffice.org and use the search facility to look for the link text.
Version restrictions:
- cOOol doesnt check for e-mail links. It could at least check that the corresponding domain is valid.
- cOOol doesnt give you page numbers for broken links. You have to open the document and use the search facilities to locate each link.
- cOOol still crashes on some documents with Unicode strings (for example with Chinese text)
Enhancements:
- This release allows you to configure cOOol through a resource file (~/.cooolrc).
- It also supports a list of hostnames to ignore, and is completely silent when no error is found.
Download (MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
906 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 o2 1.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