mozilla lightning 0.9
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1268
Mozilla Lightning 0.9
Mozilla Lightning is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. more>> Mozilla Lightning 0.9 is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
Major Features:
- Better Thunderbird integration
- emailtask linkage
- Integration with the Thunderbird address book
- iMIP support (meeting invitations)
- Improved CalDAV support
- Cached calendar support for offline calendar use
- Device synchronization
Enhancements:
- Events spanning days now have a visual indicator indicating them as connected events
- When reloading a remote calendar a progress indicator is now shown
- The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul
- The calendar views (day, week, multiweek, month) have been given a visual overhaul
- The today pane can now be displayed in calendar mode and task mode as well
- CalDAV support and interoperability with various CalDAV servers has been improved
- iMip/iTip support (support for email invitations) has been greatly improved
- The application stability and memory consumption has been greatly improved
- Lightning 0.9 is intended to be the last release for the Thunderbird 2 series. For the future we are planning to integrate Lightning fully into the upcoming Thunderbird 3 release
- A full list of changes that have gone into this release can be found on The Rumbling Edge website
Requirements:
- Software Requirements Please note that Linux distributors may provide packages for your distribution which have different requirements.
-
- Linux kernel - 2.2.14 or higher with the following libraries or packages:
- glibc 2.3.2 or higher
- XFree86-3.3.6 or higher
- gtk+2.0 or higher
- fontconfig (also known as xft)
- libstdc++5 (Many modern Linux distributions only package libstdc++6, which is incompatible with Lightning. Therefore please install the package "libstdc++5" or "compat-libstdc++" on your system before installing Lightning)
- Minimum Hardware
-
- Intel Pentium II or AMD K6-III+ 233 MHz CPU (Recommended: 500MHz or greater)
- 64 MB RAM (Recommended: 128 MB RAM or greater)
- 52 MB hard drive space
Added: 2008-11-16 License: MPL Price: FREE
12 downloads
Other version of Mozilla Lightning
License:MPL (Mozilla Public License)
lightning 0.3
lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. more>>
lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. On my theme you have all the features you have in the meteosat theme - if you want to see the buttons like in the original theme you have to change the theme-size in the .theme file.I navigate through older pictures via mousewheel and so I hide it in my theme
It shows the intensity of lightning (green = few; dark red = heavy) from the orf (austrian television and radio) weather page (wetter.orf.at)
This is my first theme so please be gentle to me if something doesnt work.
Critics and comments are apreciated.
<<lessIt shows the intensity of lightning (green = few; dark red = heavy) from the orf (austrian television and radio) weather page (wetter.orf.at)
This is my first theme so please be gentle to me if something doesnt work.
Critics and comments are apreciated.
Download (0.28MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Mozilla Sunbird 0.5
The Sunbird Project is a redesign of the Calendar component. more>>
Mozilla Sunbird Project is a redesign of the Calendar component. Our goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future.
Our intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.
In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.
Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)
<<lessOur intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.
In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.
Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)
Download (7.9MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
3012 downloads
GNU Lightning 1.2
GNU Lightning is a library that generates assembly code at run time. more>>
GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.
GNU lightning 1.0 has been released and is usable in complex code generation tasks. The available backends cover the x86, SPARC and PowerPC architectures; the floating point interface is still experimental though, and developed for the x86 only.
There is also interested in adding more high-level features to lightning, such as a BURG-style tool, a tool to simplify the porting and make it less tedious (for example interfacing with Red Hats CGEN tool) or a standardized library to synthesize instruction sequences such as multiplications as shifts and adds, or divisions as multiplication by the inverse.
<<lessGNU lightning 1.0 has been released and is usable in complex code generation tasks. The available backends cover the x86, SPARC and PowerPC architectures; the floating point interface is still experimental though, and developed for the x86 only.
There is also interested in adding more high-level features to lightning, such as a BURG-style tool, a tool to simplify the porting and make it less tedious (for example interfacing with Red Hats CGEN tool) or a standardized library to synthesize instruction sequences such as multiplications as shifts and adds, or divisions as multiplication by the inverse.
Download (0.39MB)
Added: 2005-04-22 License: (FDL) GNU Free Documentation License Price:
1646 downloads
Mozilla::nsID 0.01
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class. more>>
Mozilla::nsID is a Perl extension wrapping Mozilla nsID class.
SYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
<<lessSYNOPSIS
use Mozilla::nsID;
my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [
0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]);
is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619});
my $id2 = Mozilla::nsID->new_empty;
$id2->Parse({95611356-f583-46f5-81ff-4b3e0162c619});
# And now $id1 equals $id2
This module wraps Mozilla nsID interface. Please see Mozilla documentation for more details.
Download (0.032MB)
Added: 2007-03-23 License: Perl Artistic License Price:
946 downloads
Donzilla 0.9
Donzilla is a customized version of Mozilla App-Suite, created by HardwareHacks 2000. more>>
Donzilla is intended for a user that is looking for everything he or she could possibly need in one convenient package.
Donzilla project is definitely not reccomended to a minimalist user. For minimalist users, there is SillyDog701s Netscape Streamline Series.
Main features:
- ChatZilla
- Mozilla Calendar
- Adblock 0.5d2 Nightly, Build 39
- Googlebar for Mozilla
- CopyImage
- Checky 2.5
- Wmlbrowser 0.4.9
- BBCode 0.4
<<lessDonzilla project is definitely not reccomended to a minimalist user. For minimalist users, there is SillyDog701s Netscape Streamline Series.
Main features:
- ChatZilla
- Mozilla Calendar
- Adblock 0.5d2 Nightly, Build 39
- Googlebar for Mozilla
- CopyImage
- Checky 2.5
- Wmlbrowser 0.4.9
- BBCode 0.4
Download (12.6MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1471 downloads
Mozilla Quickstarter 0.6
Mozilla Quickstarter is a small utility which runs in the KDE system tray and executes a hidden instance of Mozilla. more>>
Mozilla Quickstarter runs an instance of Mozilla in background.
As I still dont detect if there is any instance of Mozilla running, you should close all your Mozilla applications before start it.
The window of Mozilla that MozillaQs creates will show the url of your home page in Mozilla. If you dont like this you only must add about::blank in your preferences.
I have some translations pending, but I was not able to include them due to some problems with my project of kdevelop.
Also I would like to include some icons, but I have problems with them too. So you must have installed the crystal icon package for run MozillaQs perfectly.
The reason for deleting the other applications (composer, chat and addresbook) from the menu is that they cause some problems (they dont use the perfil that the user is using)and you should launch they from a new instance of Mozilla that you launch from MozillaQs (I have this problem in Fedora Core 2 without using MozillaQs and I dont know how to solve this)
<<lessAs I still dont detect if there is any instance of Mozilla running, you should close all your Mozilla applications before start it.
The window of Mozilla that MozillaQs creates will show the url of your home page in Mozilla. If you dont like this you only must add about::blank in your preferences.
I have some translations pending, but I was not able to include them due to some problems with my project of kdevelop.
Also I would like to include some icons, but I have problems with them too. So you must have installed the crystal icon package for run MozillaQs perfectly.
The reason for deleting the other applications (composer, chat and addresbook) from the menu is that they cause some problems (they dont use the perfil that the user is using)and you should launch they from a new instance of Mozilla that you launch from MozillaQs (I have this problem in Fedora Core 2 without using MozillaQs and I dont know how to solve this)
Download (0.63MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1503 downloads
Added: 2009-07-17 License: MPL Price: FREE
4294 downloads
Other version of Mozilla Firefox
License:GPL (GNU General Public License)
License:MPL (Mozilla Public License)
License:MPL (Mozilla Public License)
Dolphin 6 (Lightning) Beta 1
Dolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want. more>>
Want to build your own community? Now youre limited only by your imagination. Not by software.
Dolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want.
With a huge variety of features and options, you can quickly develop your very unique and successful community site.
Dating Software Upgrade
Dolphin is so much more than a dating script. Dating software is now obsolete. Dolphin includes all features of dating scripts and adds more. It can be used as a reliable software platform for any online community you could imagine.
Freedom. Freedom. Freedom.
Dolphin gives complete freedom. In fact it gives at least three freedoms - its free in terms of price (you can download it for free); free in terms of licence (GPL) and free in terms of YOUR power to change, improve and expand your community site.
Experience and Innovation
Dolphin is a mature software with superior upgrade history; backed by a team with over 5 years of experience in dating and community software development. Dolphin is always in forward motion in terms of technology and research.
Main features:
- personal blogs
- user template switcher New!
- events by users
- speed dating & moderators
- drag&drop index compose
- media gallery
- mp3 upload
- multiple payment providers (PayPal, 2checkout, ccBill)
- multiple languages
- rate photos (hot or not)
- Gmail like mail history
- hot list & black list
- rate and comment profiles
- friends lists
- social network
- French, German, Russian, Dutch, Spanish Languages (for premiums) New!
- affiliate system, member as affiliate
- customizable profiles
- membership levels management
Enhancements:
- Complete layout, structure and design makeover (we are making things more logical and conventional)
- AJAX reloaders on homepage blocks
- Re-structured and re-designed admin panel (ready for better 3-rd party modules integration and way more logical)
- Groups (full-blown Groups system, very similar to the one at MySpace)
- Improved files caching system (for better performance)
- New default template
<<lessDolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want.
With a huge variety of features and options, you can quickly develop your very unique and successful community site.
Dating Software Upgrade
Dolphin is so much more than a dating script. Dating software is now obsolete. Dolphin includes all features of dating scripts and adds more. It can be used as a reliable software platform for any online community you could imagine.
Freedom. Freedom. Freedom.
Dolphin gives complete freedom. In fact it gives at least three freedoms - its free in terms of price (you can download it for free); free in terms of licence (GPL) and free in terms of YOUR power to change, improve and expand your community site.
Experience and Innovation
Dolphin is a mature software with superior upgrade history; backed by a team with over 5 years of experience in dating and community software development. Dolphin is always in forward motion in terms of technology and research.
Main features:
- personal blogs
- user template switcher New!
- events by users
- speed dating & moderators
- drag&drop index compose
- media gallery
- mp3 upload
- multiple payment providers (PayPal, 2checkout, ccBill)
- multiple languages
- rate photos (hot or not)
- Gmail like mail history
- hot list & black list
- rate and comment profiles
- friends lists
- social network
- French, German, Russian, Dutch, Spanish Languages (for premiums) New!
- affiliate system, member as affiliate
- customizable profiles
- membership levels management
Enhancements:
- Complete layout, structure and design makeover (we are making things more logical and conventional)
- AJAX reloaders on homepage blocks
- Re-structured and re-designed admin panel (ready for better 3-rd party modules integration and way more logical)
- Groups (full-blown Groups system, very similar to the one at MySpace)
- Improved files caching system (for better performance)
- New default template
Download (4.6MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
863 downloads
Mozilla 1.7.13
Mozilla is a very popular Linux browser. more>>
Mozilla project is an open-source Web browser, designed for standards compliance, performance and portability.
Mozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
<<lessMozilla is a project to continue Netscape Communicator as an open project.
The project is maintained by employees of Netscape (now a division of AOL), RedHat, some other companies, as well as contributors from the community.
Main features:
Navigator
- Tabbed browsing gives you a better way to surf the net. You no longer have to open one page at a time. With tabbed browsing, open several pages at once with one click. And now your homepage can be multiple tabbed pages.
- Popup blocker lets you surf the web without intrusion. Advanced popup blocker notifies you when popups are blocked. You can also block pop-ups on a site per site basis.
- Image Manager lets you block images to block offensive images or to speed up the rendering of web sites.
- Find as you type gives you another way to navigate a page. Just start typing to jump from link to link or to find a word or phrase within a page.
- Plus all the features a modern browser should have including: Advanced security settings; Password, Download, and Cookie managers; Themes; multi-language and multi-platform support; and, the latest in Web Standards.
Mail & Newsgroups
- Junk mail controls helps you take back control of your e-mail from spammers. Mozillas adaptive junk mail control gets smarter with use and is personalized to the e-mail that you receive.
- Manage your mail with customizable Labels and Mail Views. Color code your e-mail to help you prioritize. Sort your mail with views to help you through your e-mail much faster.
- Mozilla supports Multiple Accounts to help you manage all your mail through one interface.
- Mozilla Messenger includes Enterprise ready features such as S/MIME, return receipts, LDAP support, and digital signing.
Composer
- Mozillas HTML editor keeps getting better with dynamic image and table resizing, quick insert and delete of table cells, improved CSS support, and support for positioned layers. For all your simple documents and website projects, Composer is all you need.
Download (13MB)
Added: 2006-04-20 License: NPL (Netscape Public License) Price:
1302 downloads
Bowzilla for Linux
Bowzilla is a mini Game for 2 players. more>>
Bowzilla is a mini Game for 2 players. Leaned against the old QBasic Gorilla, you must fire at your opponent in real-time.
Particularly the realistic blood is to be considered with the lightning strike. You have to find a whole in the target range. However, you should not expect to much from it.
<<lessParticularly the realistic blood is to be considered with the lightning strike. You have to find a whole in the target range. However, you should not expect to much from it.
Download (7.1MB)
Added: 2005-10-07 License: Freeware Price:
1479 downloads
MozillaTranslator 5.21
MozillaTranslator (the program) is for localizator//translators that want to localize Mozilla or another XUL based application. more>>
MozillaTranslator (the program) is for localizator//translators that want to localize Mozilla or another XUL based application.
Enhancements:
- Added a "export to" field for CVS exports, so MT can deal with the differences between en-US and ab-CD different directory layouts in Mozilla CVS (bug 376285).
- Locale Field in Show Which Columns dialog is now mandatory and must have at least two characters, to prevent people translating for (null) and getting angry when later they discover they have just lose everything.
- MT ignores now ".svn" directories as well as "CVS" on CVS imports.
<<lessEnhancements:
- Added a "export to" field for CVS exports, so MT can deal with the differences between en-US and ab-CD different directory layouts in Mozilla CVS (bug 376285).
- Locale Field in Show Which Columns dialog is now mandatory and must have at least two characters, to prevent people translating for (null) and getting angry when later they discover they have just lose everything.
- MT ignores now ".svn" directories as well as "CVS" on CVS imports.
Download (0.73MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
926 downloads
Java Mozilla Html Parser 0.1.7
Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. more>>
Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser.
Limitiations and known issues
The most major limitation is performance related , in the sense that the parser serializes the requests. At the moment , the parser is running at a separate thread , which at its time receives request , parses them and gives back the responses to the requester. It all happens because of Mozillas mechanism to keep its object thread safe. in the process of doing that, mozilla forces you to use proxied objects instead of the real objects that you have. My hope is that the open source community will take that project and maintain those issues.
Main features:
- Real world , browser quality DOM parsing
- compatiability with SAX parsers
- sequential performance comparable to pure java implementations of dom parsers
- Win32 , linux and MacOSX platforms are supported.
Enhancements:
- Windows missing dll files inserted into the package
- < title > tag extraction added 3. better handling for html entities
<<lessLimitiations and known issues
The most major limitation is performance related , in the sense that the parser serializes the requests. At the moment , the parser is running at a separate thread , which at its time receives request , parses them and gives back the responses to the requester. It all happens because of Mozillas mechanism to keep its object thread safe. in the process of doing that, mozilla forces you to use proxied objects instead of the real objects that you have. My hope is that the open source community will take that project and maintain those issues.
Main features:
- Real world , browser quality DOM parsing
- compatiability with SAX parsers
- sequential performance comparable to pure java implementations of dom parsers
- Win32 , linux and MacOSX platforms are supported.
Enhancements:
- Windows missing dll files inserted into the package
- < title > tag extraction added 3. better handling for html entities
Download (1.5MB)
Added: 2007-07-30 License: LGPL (GNU Lesser General Public License) Price:
817 downloads
Mozilla::Mechanize::GUITester 0.11
Mozilla::Mechanize::GUITester is a Perl module that enhances Mozilla::Mechanize with GUI testing. more>>
Mozilla::Mechanize::GUITester is a Perl module that enhances Mozilla::Mechanize with GUI testing.
SYNOPSIS
use Mozilla::Mechanize::GUITester;
# regular Mozilla::Mechanize initialization
my $mech = Mozilla::Mechanize::GUITester->new(%mechanize_args);
$mech->get_url($url);
# convenience wrapper over GetElementById and QueryInterface
my $elem = $mech->get_html_element_by_id("some_id");
# click mouse at the element position + (1, 1)
$mech->x_click($elem, 1, 1);
# play with the mouse relative to the element position
$mech->x_mouse_down($elem, 2, 2);
$mech->x_mouse_move($elem, 4, 4);
$mech->x_mouse_up($elem, 4, 4);
# send keystrokes to the application
$mech->x_send_keys({DEL});
# press and release left CTRL button. You can click in the middle.
$mech->x_press_key(LCT);
$mech->x_release_key(LCT);
# run some javascript code and print its result
print $mech->run_js(return "js: " + 2);
# find out element style using its id
print $mech->get_element_style_by_id(the_elem_id, background-color);
# are there any javascript errors?
print Dumper($mech->console_messages);
# find out HTTP response status (works only for HTTP protocol)
print $mech->status;
# change some text box by sending keypresses - fires all JS events
my $input = $mech->get_html_element_by_id("tbox", "Input");
$mech->x_change_text($input, "Hi");
This module enhances Mozilla::Mechanize with convenience functions allowing testing of DHTML/JavaScript rich pages.
It uses X11::GUITest to emulate mouse clicking, dragging and moving over elements in DOM tree.
It also allows running of arbitrary javascript code in the page context and getting back the results.
<<lessSYNOPSIS
use Mozilla::Mechanize::GUITester;
# regular Mozilla::Mechanize initialization
my $mech = Mozilla::Mechanize::GUITester->new(%mechanize_args);
$mech->get_url($url);
# convenience wrapper over GetElementById and QueryInterface
my $elem = $mech->get_html_element_by_id("some_id");
# click mouse at the element position + (1, 1)
$mech->x_click($elem, 1, 1);
# play with the mouse relative to the element position
$mech->x_mouse_down($elem, 2, 2);
$mech->x_mouse_move($elem, 4, 4);
$mech->x_mouse_up($elem, 4, 4);
# send keystrokes to the application
$mech->x_send_keys({DEL});
# press and release left CTRL button. You can click in the middle.
$mech->x_press_key(LCT);
$mech->x_release_key(LCT);
# run some javascript code and print its result
print $mech->run_js(return "js: " + 2);
# find out element style using its id
print $mech->get_element_style_by_id(the_elem_id, background-color);
# are there any javascript errors?
print Dumper($mech->console_messages);
# find out HTTP response status (works only for HTTP protocol)
print $mech->status;
# change some text box by sending keypresses - fires all JS events
my $input = $mech->get_html_element_by_id("tbox", "Input");
$mech->x_change_text($input, "Hi");
This module enhances Mozilla::Mechanize with convenience functions allowing testing of DHTML/JavaScript rich pages.
It uses X11::GUITest to emulate mouse clicking, dragging and moving over elements in DOM tree.
It also allows running of arbitrary javascript code in the page context and getting back the results.
Download (0.015MB)
Added: 2007-03-22 License: Perl Artistic License Price:
946 downloads
Mozilla Afrikaans Language Pack
Mozilla Afrikaans Language Pack is an Afrikaans translation of the Mozilla Web browser suite. more>>
The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans.
All functions, errors, menus, and buttons are translated into Afrikaans.
<<lessAll functions, errors, menus, and buttons are translated into Afrikaans.
Download (0.48MB)
Added: 2005-04-15 License: MPL (Mozilla Public License) Price:
1656 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 mozilla lightning 0.9 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