libre
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 20
DjVu Libre 3.5
DjVu is a Web-centric format and software platform for distributing documents and images. more>> <<less
Download (1.8MB)
Added: 2005-05-31 License: GPL (GNU General Public License) Price:
1623 downloads
MercadoLibre Mexico Buscador 0.2
MercadoLibre Mexico Buscador allows the search for the selected text in the mexican auctions site Mercado Libre. more>>
MercadoLibre Mexico Buscador 0.2 is yet another great addition to your browser. It is actually a Firefox addon that allows you to search for the selected text in the mexican auctions site Mercado Libre .
Usage:
- Select the text you want to search
- Right-click and choose "MercadoLibre Mexico Buscador".
Requirements:
- Mozilla Firefox
Added: 2007-09-05 License: MPL Price: FREE
10 downloads
WallFire 0.9.8
WallFire is a very general and modular firewalling application based on Netfilter or any kind of low-level framework. more>>
WallFire is a very general and modular firewalling application based on Netfilter or any kind of low-level framework.
It will enable to manage every aspect of a firewall administration, from configuration to monitoring, intrusion detection, etc...
WallFire will provide command line and interactive tools as well as X Window or Web front-ends.
WallFire is "libre" (free as a speech, in English) software. It is mainly written in C++ and is intended to run on every *nix system.
WallFire is a package that is composed of:
a server side:
wfpolicyd, a daemon which can run on any host and centralises the rules and policy management
wfcommitd, a daemon which runs on the firewall(s) itself and commits the firewalling rules, whatever platform it is running on and whatever tools are available on the latter.
So you will need to run a wfcommitd daemon on each firewall, but only one wfpolicyd for a whole site.
a client side:
some libraries (for example wfnetobjs) on which every operation relies
wfconvert, the tool which imports/translates rules from/to any supported firewalling language
wflogs, the log analysis and reporting tool
wfadmin, the administration shell tool
xwfadmin, the X (Qt) administration front-end, which is useful, but not compulsory
webfire, the Web administration interface (in PHP).
Of course, client and server parts can (should?) be run on different hosts. All communications will be authentificated and encrypted (via SSL). Every data (network objects, rules, logs) will be importable/exportable in XML.
So far, the things that have been implemented are: some libraries (wfnetobjs for example), the wfconvert (which is quite functionnal now) and wflogs (which is mature and fully functionnal) commands.
Note that wfconvert and wflogs can be used locally, independantly of other WallFire tools.
Enhancements:
- Improved matching of netfilter and ipfilter input modules.
- Added support for Cisco FWSM (PIX).
- Improved netfilter parsing.
- Compilation fixes for *BSD.
- Added wflogs.dtd.
- Added wfchkintegrity tool, which enables to monitor changes in the firewalling configuration.
<<lessIt will enable to manage every aspect of a firewall administration, from configuration to monitoring, intrusion detection, etc...
WallFire will provide command line and interactive tools as well as X Window or Web front-ends.
WallFire is "libre" (free as a speech, in English) software. It is mainly written in C++ and is intended to run on every *nix system.
WallFire is a package that is composed of:
a server side:
wfpolicyd, a daemon which can run on any host and centralises the rules and policy management
wfcommitd, a daemon which runs on the firewall(s) itself and commits the firewalling rules, whatever platform it is running on and whatever tools are available on the latter.
So you will need to run a wfcommitd daemon on each firewall, but only one wfpolicyd for a whole site.
a client side:
some libraries (for example wfnetobjs) on which every operation relies
wfconvert, the tool which imports/translates rules from/to any supported firewalling language
wflogs, the log analysis and reporting tool
wfadmin, the administration shell tool
xwfadmin, the X (Qt) administration front-end, which is useful, but not compulsory
webfire, the Web administration interface (in PHP).
Of course, client and server parts can (should?) be run on different hosts. All communications will be authentificated and encrypted (via SSL). Every data (network objects, rules, logs) will be importable/exportable in XML.
So far, the things that have been implemented are: some libraries (wfnetobjs for example), the wfconvert (which is quite functionnal now) and wflogs (which is mature and fully functionnal) commands.
Note that wfconvert and wflogs can be used locally, independantly of other WallFire tools.
Enhancements:
- Improved matching of netfilter and ipfilter input modules.
- Added support for Cisco FWSM (PIX).
- Improved netfilter parsing.
- Compilation fixes for *BSD.
- Added wflogs.dtd.
- Added wfchkintegrity tool, which enables to monitor changes in the firewalling configuration.
Download (0.73MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
Tonic Chess bridge4
Tonic Chess project is an online chess software. more>>
Tonic Chess project is an online chess software.
Tonic is a graphical interface for playing online chess. It is based on Jin.
From now on Tonic is really open source software (and free as in libre as well) - I managed (I had some problems last time I tried) to import source to cvs sourceforge repository. It is a bridge2 release source with few little modifications. You can read how to get it from cvs here. If you are impatient pastenenter in console:
cvs -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess login
When prompted for password just hit enter. And then:
cvs -z3 -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess co -P tonic
You should see a list of files downloaded from cvs repository. If you are a non-console user (i.e. Windows or Mac user) I recommend visiting this site. I myself use Linux for development. And Netbeans sometimes as you could figure out from examining the contents of tonic directory. So, enjoy the opensourceness of Tonic!
I uploaded new screenshot to Tonic project site. It is Tonic in Aero GTK engine tuxedo. Quite a peculiar engine imo, but you can use other GTK engines if you run Tonic in Java 6 aka Mustang (you know you can get it from here, dont you?) I test Tonic with Mustang and Ive problems with tray icon. After some searching Ive realized why Tonic crashed under Java 6 - the problem was tray.jar plugin and its dependencies - tray.so or tray.dll, so if you want to run Tonic on Java 6 move them away from theirs directory. Ive written a class for tray icon using new desktop API from Mustang, but it doesnt work as expected in KDE (tray icon is invisible) ; GNOME is better, but I have to work on the popup menu. Well, what could I say? Mustang is in beta stage, but it has some goodies to wait for (early splashscreen, access to tab component, ...).
<<lessTonic is a graphical interface for playing online chess. It is based on Jin.
From now on Tonic is really open source software (and free as in libre as well) - I managed (I had some problems last time I tried) to import source to cvs sourceforge repository. It is a bridge2 release source with few little modifications. You can read how to get it from cvs here. If you are impatient pastenenter in console:
cvs -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess login
When prompted for password just hit enter. And then:
cvs -z3 -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess co -P tonic
You should see a list of files downloaded from cvs repository. If you are a non-console user (i.e. Windows or Mac user) I recommend visiting this site. I myself use Linux for development. And Netbeans sometimes as you could figure out from examining the contents of tonic directory. So, enjoy the opensourceness of Tonic!
I uploaded new screenshot to Tonic project site. It is Tonic in Aero GTK engine tuxedo. Quite a peculiar engine imo, but you can use other GTK engines if you run Tonic in Java 6 aka Mustang (you know you can get it from here, dont you?) I test Tonic with Mustang and Ive problems with tray icon. After some searching Ive realized why Tonic crashed under Java 6 - the problem was tray.jar plugin and its dependencies - tray.so or tray.dll, so if you want to run Tonic on Java 6 move them away from theirs directory. Ive written a class for tray icon using new desktop API from Mustang, but it doesnt work as expected in KDE (tray icon is invisible) ; GNOME is better, but I have to work on the popup menu. Well, what could I say? Mustang is in beta stage, but it has some goodies to wait for (early splashscreen, access to tab component, ...).
Download (5.0MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
TUTO XS LiveCD
UTUTO XS is a desktop and extensible solution based totally in Free/Libre software. more>>
UTUTO XS is a desktop and extensible solution based totally in Free/Libre software. It only includes (and will ever do) free/libre and open source software. But it let users the possibility to install other programs.
UTUTO XS is free/libre software, so their users have a high quality desktop system, with legal rights to use, copy, distribute and modify it according to their needs. UTUTO Xs includes the main common-use software for home, developers, companies, organizations, government users.
<<lessUTUTO XS is free/libre software, so their users have a high quality desktop system, with legal rights to use, copy, distribute and modify it according to their needs. UTUTO Xs includes the main common-use software for home, developers, companies, organizations, government users.
Download (700MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1502 downloads
Balazar Brothers 0.3.1
Balazar Brother is an amazing libre (GPLed) 3D puzzle game, realized by Jiba and Nekeme Prod. more>>
Balazar Brother is an amazing libre 3D puzzle game, realized by Jiba and Nekeme Prod.
A 3D platform universe, two characters and two keys, one for each character, and at the end of the road two princesses to free. Just press a key and the corresponding character will jump on the next platform in front of him.
Simple ? Yes ! Easy ? Not sure ! Because nothing will be spared to you : moving platforms, dangerous monsters, vicious traps... will you manage to find your way trough mad levels and free the princesses ? You can count only on your agility, your guile... and the unforgettable acrobatics of the Balazar Brothers !
Aspirin is not included ! (another game coded by pharmacists to sell their medicine, would say the bad tongues...
Balazar Brothers developpers and users can be found on the #nekeme and #soya IRC channel of Freenode.
<<lessA 3D platform universe, two characters and two keys, one for each character, and at the end of the road two princesses to free. Just press a key and the corresponding character will jump on the next platform in front of him.
Simple ? Yes ! Easy ? Not sure ! Because nothing will be spared to you : moving platforms, dangerous monsters, vicious traps... will you manage to find your way trough mad levels and free the princesses ? You can count only on your agility, your guile... and the unforgettable acrobatics of the Balazar Brothers !
Aspirin is not included ! (another game coded by pharmacists to sell their medicine, would say the bad tongues...
Balazar Brothers developpers and users can be found on the #nekeme and #soya IRC channel of Freenode.
Download (7.0MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
Planktum 0.1rev1
Planktum is a Live-CD for the inmigrant communities, the goal: improve access to internet communication applications. more>>
Planktum is a Live-CD for the inmigrant communities and hes goal is to improve access to internet communication applications.
Planktum is a trimmed live-CD, its not and will not be a technical show-off, for version 01 it comes out based on SLAX, but future releases could be based in any system that allows to be customized (instead of a full fledge packaged system, we present a fast, versatile and "slimmed" spanish-english one) that simplifies at most the boot process and that includes a friendly GUI following an aesthetic touch close to the visual culture of the target group of users to whom it is addressed.
We intent to distribute this around immigrant communities, be it africans, latinos, chinese, etc. A graphical interface receives the user in an enviroment with 4 basic icons on the desktop. all leading to communication applications (present version includes
Skype, WebBrowser, Email Client and an Instant Messaging application).
Planktum could be a build from a ranging sea of FLOSS (Free/Libre Open Source Software): jabber to gollum or gnome metting to a puredata pidip based patch, all acording to the pool of resources that is out there in the opensource world withouth wich this project wouldnt be possible.
Help us make it better sending feedback to: kdagATautistici.org
<<lessPlanktum is a trimmed live-CD, its not and will not be a technical show-off, for version 01 it comes out based on SLAX, but future releases could be based in any system that allows to be customized (instead of a full fledge packaged system, we present a fast, versatile and "slimmed" spanish-english one) that simplifies at most the boot process and that includes a friendly GUI following an aesthetic touch close to the visual culture of the target group of users to whom it is addressed.
We intent to distribute this around immigrant communities, be it africans, latinos, chinese, etc. A graphical interface receives the user in an enviroment with 4 basic icons on the desktop. all leading to communication applications (present version includes
Skype, WebBrowser, Email Client and an Instant Messaging application).
Planktum could be a build from a ranging sea of FLOSS (Free/Libre Open Source Software): jabber to gollum or gnome metting to a puredata pidip based patch, all acording to the pool of resources that is out there in the opensource world withouth wich this project wouldnt be possible.
Help us make it better sending feedback to: kdagATautistici.org
Download (250MB)
Added: 2006-01-14 License: GPL (GNU General Public License) Price:
1378 downloads
PicoForge 1.0 RC1
PicoForge aim is to provide a set of high level libre software applications that are well integrated. more>>
PicoForges aim is to provide a set of high level libre software applications that are well integrated in order to provide a collaborative "forge". It makes it easy to deploy a collaborative work platform for developing software or hosting other collaborative activities.
Having started (as PicoLibre) in an educational context, PicoForge is now a quite generic platform, comparable (but sometimes less advanced) to other *-Forge software platforms. It groups several high-level applications like phpGroupware, Sympa, TWiki, Subversion, and CVS.
<<lessHaving started (as PicoLibre) in an educational context, PicoForge is now a quite generic platform, comparable (but sometimes less advanced) to other *-Forge software platforms. It groups several high-level applications like phpGroupware, Sympa, TWiki, Subversion, and CVS.
Download (MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
970 downloads
GLPI 0.68.3-2
GLPI is an information resource manager with an administration interface. more>>
GLPI (Gestion Libre de Parc Informatique) is an information resource manager with an administration interface. You can use it to build a database with an inventory for your company (computers, software, printers, etc.).
It has functions to make the daily life of the administrators easier, including a job/request tracking system with mail notification and methods to build a database with basic information about your network topology.
It provides a precise inventory of all the technical resources (all their characteristics are stored in a database) and management and history of the maintenance actions and the bound procedures. GLPI is dynamic and is directly connected to the users, who can post requests to the technicians.
<<lessIt has functions to make the daily life of the administrators easier, including a job/request tracking system with mail notification and methods to build a database with basic information about your network topology.
It provides a precise inventory of all the technical resources (all their characteristics are stored in a database) and management and history of the maintenance actions and the bound procedures. GLPI is dynamic and is directly connected to the users, who can post requests to the technicians.
Download (1.3MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
522 downloads
Tiger Envelopes 0.8.9
Tiger Envelopes is an easy way to get your email privacy back. more>>
Tiger Envelopes is an easy way to get your email privacy back.
With Tiger Envelopes you use email just like you always have with everyone. And, without you doing anything, your messages are private with people who use envelopes.
The mission of Tiger Envelopes is to make private email easy.
Theres a tradeoff between ease of use and security. For too many years some security professionals have said any privacy thats not perfect is worse than worthless. They say it creates a false sense of security.
No one has a false sense of security about envelopes. Theyre made of paper. But we know theyre much more private than messages without envelopes, such as postcards or email.
Tiger gives you envelopes for your email.
Envelopes comes in two versions, Free and Business.
Tiger Free Envelopes is free in both senses, gratis and libre. It is released under the GPL.
Tiger Business Envelopes is commercial. Its based on Tiger Free Envelopes and adds support plus advanced features businesses need. Source code is included for security audits, but its not GPL.
Enhancements:
- Improved imap support for Thunderbird.
- Start Envelopes from the installer during new installations more reliably.
- Change welcome email message to "what to do" message.
- Save options if installer canceled and options changed.
- Shortened the message in the installers final panel.
- Include how to start the control panel on Linux.
- Removed welcome message from control panel.
- Fixed net.n3.nanoxml.StdXMLParser so searches for dtd in jar files when offline.
- Called closeSession() if user, password, or remote host invalid.
- Improved error messages if remote host not found.
- Ignore files starting with . in the notices directory.
- Created ProxyUser class to manage client and remote user data in proxies.
- Removed thirdparty source that we havent customized.
- Added thirdparty/lib directory with unmodified third party jar files.
- Added setChanged() to envelopes.io classes.
- Delete email accounts from options after theyre anonymized.
- Send notice if Tiger account not defined for a POP3 account.
- Send error message to mail client if POP3 command invalid.
- Validate POP3, IMAP, and SMTP commands from mail client.
- Send 252 response code when VRFY requested of SMTP proxy.
- Send 550 response code when EXPN received by SMTP proxy.
<<lessWith Tiger Envelopes you use email just like you always have with everyone. And, without you doing anything, your messages are private with people who use envelopes.
The mission of Tiger Envelopes is to make private email easy.
Theres a tradeoff between ease of use and security. For too many years some security professionals have said any privacy thats not perfect is worse than worthless. They say it creates a false sense of security.
No one has a false sense of security about envelopes. Theyre made of paper. But we know theyre much more private than messages without envelopes, such as postcards or email.
Tiger gives you envelopes for your email.
Envelopes comes in two versions, Free and Business.
Tiger Free Envelopes is free in both senses, gratis and libre. It is released under the GPL.
Tiger Business Envelopes is commercial. Its based on Tiger Free Envelopes and adds support plus advanced features businesses need. Source code is included for security audits, but its not GPL.
Enhancements:
- Improved imap support for Thunderbird.
- Start Envelopes from the installer during new installations more reliably.
- Change welcome email message to "what to do" message.
- Save options if installer canceled and options changed.
- Shortened the message in the installers final panel.
- Include how to start the control panel on Linux.
- Removed welcome message from control panel.
- Fixed net.n3.nanoxml.StdXMLParser so searches for dtd in jar files when offline.
- Called closeSession() if user, password, or remote host invalid.
- Improved error messages if remote host not found.
- Ignore files starting with . in the notices directory.
- Created ProxyUser class to manage client and remote user data in proxies.
- Removed thirdparty source that we havent customized.
- Added thirdparty/lib directory with unmodified third party jar files.
- Added setChanged() to envelopes.io classes.
- Delete email accounts from options after theyre anonymized.
- Send notice if Tiger account not defined for a POP3 account.
- Send error message to mail client if POP3 command invalid.
- Validate POP3, IMAP, and SMTP commands from mail client.
- Send 252 response code when VRFY requested of SMTP proxy.
- Send 550 response code when EXPN received by SMTP proxy.
Download (54MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
914 downloads
Savane 3.0
Savane is a web-based free software hosting system. more>>
Savane is a Web-based Libre Software hosting system. It currently includes issue tracking (bugs, task, support), project and member management, mailing lists, and individual account maintenance. Savane is internationalised and themable. Savane depends on Perl, PHP and MySQL.
Savane is the continuation of the Savannah software project by the same team of developers and contributors, under a slightly modified name.
Enhancements:
- A markup language enables users to format content, for instance in item reports.
- Numerous anti-spam tools are now available: DNSbl, SpamAssassin, and the ability for users to flag content as spam.
- The item page layout has been reorganized so that editing the item attributes or inserting a comment no longer require scrolling of the window.
- The various sections are folded (and can be unfolded by a simple click) to provide a more condensed layout.
- It is possible to create squads to group small teams of members that must be assigned items together.
<<lessSavane is the continuation of the Savannah software project by the same team of developers and contributors, under a slightly modified name.
Enhancements:
- A markup language enables users to format content, for instance in item reports.
- Numerous anti-spam tools are now available: DNSbl, SpamAssassin, and the ability for users to flag content as spam.
- The item page layout has been reorganized so that editing the item attributes or inserting a comment no longer require scrolling of the window.
- The various sections are folded (and can be unfolded by a simple click) to provide a more condensed layout.
- It is possible to create squads to group small teams of members that must be assigned items together.
Download (5.4MB)
Added: 2006-12-04 License: (FDL) GNU Free Documentation License Price:
1055 downloads
HTTrack/WebHTTrack 3.41-3
HTTrack is an easy-to-use offline browser utility. more>>
HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.
It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.
HTTrack arranges the original sites relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.
HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.
Enhancements:
- This release fixes previous 3.40 issues such as bogus background download, major memory usage bugs, local file naming bugs, broken configure.in, and several fixes for FreeBSD.
<<lessIt allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.
HTTrack arranges the original sites relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.
HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.
Enhancements:
- This release fixes previous 3.40 issues such as bogus background download, major memory usage bugs, local file naming bugs, broken configure.in, and several fixes for FreeBSD.
Download (1.6MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
867 downloads
Salux 0.3.5
Salux is an opensource operative system, based on linux kernel with GNU tools, and developed specially for hospitals. more>>
Salux is an opensource operative system, based on linux kernel with GNU tools, and developed specially for hospitals.
SaluX is developed by the team of Salud Libre. Salux is the oficial GNU/Linux distribution of the BioLinux Group.
What is the Salud Libre Community?
It is an main idea of BioLinux Group and the Teleinformatics Center of Argentina Federation of Cardiology, sited in Bioengineering School at National University of Entre. Rios, for give a frame to all Spanish free and opensource develoments in health care environments in Ibero and Latin America and all limited rersources countries.
How Salud Libre could help me? Give you a reference web for your development, meet developers and programmers contatcs, scientific support, testers, documentation, news on FLOSS developments in the world, tools for your work and a reference frame for you to get help, and much more..
<<lessSaluX is developed by the team of Salud Libre. Salux is the oficial GNU/Linux distribution of the BioLinux Group.
What is the Salud Libre Community?
It is an main idea of BioLinux Group and the Teleinformatics Center of Argentina Federation of Cardiology, sited in Bioengineering School at National University of Entre. Rios, for give a frame to all Spanish free and opensource develoments in health care environments in Ibero and Latin America and all limited rersources countries.
How Salud Libre could help me? Give you a reference web for your development, meet developers and programmers contatcs, scientific support, testers, documentation, news on FLOSS developments in the world, tools for your work and a reference frame for you to get help, and much more..
Download (461MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1251 downloads
DeuTex 4.4.0
DeuTex is a wad composer for Doom, Heretic, Hexen and Strife. more>>
DeuTex is a wad composer for Doom, Heretic, Hexen and Strife. It can be used to extract the lumps of a wad and save them as individual files. Conversely, it can also build a wad from separate files. When extracting a lump to a file, it does not just copy the raw data, it converts it to an appropriate format (such as PPM for graphics, Sun audio for samples, etc.).
Conversely, when it reads files for inclusion in pwads, it does the necessary conversions (for example, from PPM to Doom picture format).If you like to do wad hacking beyond level editing, DeuTex is a must. In addition, DeuTex has functions such as merging wads, etc. I use it all the time.
Main features:
- Supported platforms
- Unix and DOS. Should not be difficult to port to other platforms.
- Supported iwads
- Doom, Doom II, Ultimate Doom, Doom alpha 0.4 and 0.5, Doom press release pre-beta, Heretic, Hexen, Strife.
- Supported file formats
- .au, .voc, .wav, .bmp, .gif (will go away), .ppm.
Enhancements:
- default transparent colour is (0, 47, 47) instead of (0, 255, 255),
- flats are put between FF_START and F_END,
- Doom alpha 0.4 and Doom alpha 0.5 are supported,
- Doom press release pre-beta is supported,
- Hexen is supported,
- Strife is supported,
- new command -usedidx,
- on Unix (especially Linux), builds much more smoothly,
- on DOS and Windows, builds with DJGPP and Cygwin,
- source available and libre license (GPL + LGPL + Pbmplus),
- GIF is deprecated,
- many bug fixes and small improvements.
<<lessConversely, when it reads files for inclusion in pwads, it does the necessary conversions (for example, from PPM to Doom picture format).If you like to do wad hacking beyond level editing, DeuTex is a must. In addition, DeuTex has functions such as merging wads, etc. I use it all the time.
Main features:
- Supported platforms
- Unix and DOS. Should not be difficult to port to other platforms.
- Supported iwads
- Doom, Doom II, Ultimate Doom, Doom alpha 0.4 and 0.5, Doom press release pre-beta, Heretic, Hexen, Strife.
- Supported file formats
- .au, .voc, .wav, .bmp, .gif (will go away), .ppm.
Enhancements:
- default transparent colour is (0, 47, 47) instead of (0, 255, 255),
- flats are put between FF_START and F_END,
- Doom alpha 0.4 and Doom alpha 0.5 are supported,
- Doom press release pre-beta is supported,
- Hexen is supported,
- Strife is supported,
- new command -usedidx,
- on Unix (especially Linux), builds much more smoothly,
- on DOS and Windows, builds with DJGPP and Cygwin,
- source available and libre license (GPL + LGPL + Pbmplus),
- GIF is deprecated,
- many bug fixes and small improvements.
Download (0.21MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1187 downloads
CD Crisol 0.2
CD Crisol is a that that generates Software Libre Windows CDs. more>>
CD Crisol is a that that generates Software Libre Windows CDs. It downloads the applications, generates HTML, and builds an auto-runnable ISO image.
CD Crisol allows you to add your own applications and documentation to the CD and use your own templates for generating the HTML.
Enhancements:
- More functions for selecting and unselecting all applications or all by category and all categories were added.
- Some errors in downloading applications and icons were along with encoding problems in application dictionary generation.
- The default HTML template was updated.
- The applications manual structure was updated.
- There are now online manuals and offline manuals (included in the ISO image).
<<lessCD Crisol allows you to add your own applications and documentation to the CD and use your own templates for generating the HTML.
Enhancements:
- More functions for selecting and unselecting all applications or all by category and all categories were added.
- Some errors in downloading applications and icons were along with encoding problems in application dictionary generation.
- The default HTML template was updated.
- The applications manual structure was updated.
- There are now online manuals and offline manuals (included in the ISO image).
Download (0.17MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1170 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above libre 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