Main > Free Download Search >

Free browser software for linux

browser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1578
Unicode Data Browser 1.5

Unicode Data Browser 1.5


UnicodeDataBrowser is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. more>>

UnicodeDataBrowser 1.5 is a very useful browser designed for the UnicodeData.txt file which consists of much useful information but is not easily read by humans. The browser creates a scrollable table in which columns represent properties.

The table may be sorted on any column. Abbreviations are expanded and characters cross-referenced in decomposition and casing fields are named. Regular expression search restricted to a selected column is available. The set of characters for which information is displayed may be restricted to those characters matching a regular expression on a specified property.

Each such filtering operation applies to the output of the previous filtering operation unless the table is reset to the original full set of characters, so filtering on multiple properties is possible.

Enhancements: Adds canonical decomposition info for Hangul syllables.

<<less
Added: 2009-07-25 License: GPL v3 Price: FREE
1 downloads
Php-Residence Hotel Software 1.0

Php-Residence Hotel Software 1.0


Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms.... more>> <<less
Download (661KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
Cheetah web browser 0.10

Cheetah web browser 0.10


Cheetah web browser has been started to create a fully functional. more>> The cheetah web browser is a project that has been started to create a fully functional, light-weight, bloat-free web browser for Linux (and other free unix clones) that is not dependant on KDE, GNOME or Mozilla.
Why another web browser?
There are a lot of web browsers available for Unix and all of them that I have tried are great. However, I have yet to find one that truly satisfies my needs.
This is what I require in a web browser:
* It must not require another more developed web browser, such as mozilla, to operate. It can certainly use code from another web browser (providing the applications authors permit that), but the code must be included natively in its source, or in a shared library that comes with the browser. For example, I do not want to have mozilla installed to use my browser. I am using my browser not mozilla.
* It must not depend on an entire desktop suite. For example, if I use icewm I should not have to install kde to use my web browser.
* It must be extremely fast and provide an enjoyable browsing experience (duh).
* It must provide only the ability to surf the internet and download files through http and ftp. I do not want my web browser to provide the means to send/receive e-mail, compose web pages, chat on irc etcetera. I have other programs to do that.
When will Cheetah be usable?
I dont have a roadmap layed out yet. I wont have one for awhile. It all depends upon how many people are willing and have the time to contribute.
<<less
Download (184KB)
Added: 2009-04-20 License: Freeware Price:
186 downloads
mainfo.org - Easy Page Edit 1.0

mainfo.org - Easy Page Edit 1.0


Easily change the content of a web page inside your browser. A firefox extensions that allows you to edit page content and locally save changes.... more>> <<less
Download (3KB)
Added: 2009-04-20 License: Freeware Price: Free
187 downloads
Cross Browser Ajax 0.01

Cross Browser Ajax 0.01


Diminutive JavaScript-on-Demand based library that helps web developers add AJAX functionally to projects. in a few easy steps. Supports ALL modern ... more>> <<less
Download (0KB)
Added: 2009-04-05 License: Freeware Price: Free
203 downloads
White Sox Browser 0.19

White Sox Browser 0.19


White Sox Browser allows you to easily browse a variety of White Sox links with ease. more>> <<less
Added: 2008-04-18 License: MPL Price: FREE
3 downloads
WebLaunch 1.0

WebLaunch 1.0


WebLaunch inserts tag data for the playing track in user-defined URLs and opens them in an external browser. more>>
WebLaunch inserts tag data for the playing track in user-defined URLs and opens them in an external browser.

It can be used to open the artists website, get information from Allmusic.com, search for videos on YouTube, perform Google searches, find guitar tabs, and so on.

<<less
Download (0.020MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
795 downloads
Webmin 1.360

Webmin 1.360


Webmin is a Web-based interface for Unix system administration. more>>
Webmin is a web-based interface for system administration for Unix.

Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on.
<<less
Download (9.3MB)
Added: 2007-08-04 License: BSD License Price:
820 downloads
Yelp 2.19.90

Yelp 2.19.90


Yelp is a help browser for GNOME 2.4 which supports DocBook documents, man and info. more>>
Yelp is a help browser for GNOME 2.4 which supports DocBook documents, man and info.

Yelp provides a simple graphical interface for viewing DocBook, HTML, man, and info formatted documentation. The name Yelp was suggested by Daniel Lundin. Yelp is pronounced the same as the swedish word for help.

<<less
Download (1.1MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
Ace::Browser::AceSubs 1.91

Ace::Browser::AceSubs 1.91


Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser. more>>
Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser.

SYNOPSIS

use Ace;
use Ace::Browser::AceSubs;
use CGI qw(:standard);
use CGI::Cookie;

my $obj = GetAceObject() || AceNotFound();
PrintTop($obj);
print $obj->asHTML;
PrintBottom();

Ace::Browser::AceSubs exports a set of routines that are useful for creating search pages and displays for AceBrowser CGI pages. See http://stein.cshl.org/AcePerl/AceBrowser.

The following subroutines are exported by default:

AceError
AceMissing
AceNotFound
Configuration
DoRedirect
GetAceObject
Object2URL
ObjectLink
OpenDatabase
PrintTop
PrintBottom
Url

The following subroutines are exported if explicitly requested:

AceAddCookie
AceInit
AceHeader
AceMultipleChoices
AceRedirect
DB_Name
Footer
Header
ResolveUrl
Style
Toggle
TypeSelector

To load the default subroutines load the module with:

use Ace::Browser::AceSubs;

To bring in a set of optionally routines, load the module with:

use Ace::Browser::AceSubs qw(AceInit AceRedirect);

To bring in all the default subroutines, plus some of the optional ones:

use Ace::Browser::AceSubs qw(:DEFAULT AceInit AceRedirect);

There are two main types of AceBrowser scripts:

display scripts

These are called with the CGI parameters b and b , corresponding to the name and class of an AceDB object to display. The subroutine GetAceObject() will return the requested object, or undef if the object does not exist.

To retrieve the parameters, use the CGI.pm param() method:

$name = param(name);
$class = param(class);
search scripts

These are not called with any CGI parameters on their first invocation, but can define their own parameter lists by creating fill-out forms. The AceBrowser system remembers the last search performed by a search script in a cookie and regenerates the CGI parameters the next time the user selects that search script.

<<less
Download (0.29MB)
Added: 2007-07-20 License: Perl Artistic License Price:
826 downloads
Q3utX Master Browser 1.0

Q3utX Master Browser 1.0


Q3uX is an efficient Urban Terror game servers browser. more>> <<less
Download (0.25MB)
Added: 2007-07-18 License: GPL v3 Price:
831 downloads
Gecko Media Player 0.0.7

Gecko Media Player 0.0.7


Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. more>>
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser.

The project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).

Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.

<<less
Download (0.14MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
846 downloads
OpenVRML 0.16.6

OpenVRML 0.16.6


OpenVRML is a VRML and X3D browser plug-in and C++ toolkit for incorporating VRML support into applications. more>>
OpenVRML is a VRML and X3D browser plug-in and C++ toolkit for incorporating VRML support into applications.

OpenVRML provides VRML97 and Classic VRML X3D parsers, a runtime, and an OpenGL renderer as C++ libraries.

The renderer is fully separate from the runtime library so that users can also provide their own renderer.

<<less
Download (5.1MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
841 downloads
GtkHTML 3.8.2

GtkHTML 3.8.2


GtkHTML is a HTML rendering/editing library. more>>
GtkHTML is a HTML rendering/editing library.

GtkHTML is not designed to be the ultimate HTML browser/editor: instead, it is designed to be easily embedded into applications that require lightweight HTML functionality
<<less
Download (1.7MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
 
Other version of GtkHTML
GtkHTML 3.14.3GtkHTML is not designed to be the ultimate HTML browser/editor: instead, it is designed to be easily embedded into applications that require lightweight HTML functionality
License:GPL (GNU General Public License)
Download (1.8MB)
841 downloads
Added: 2007-07-06
License:GPL (GNU General Public License)
Download (1.2MB)
1082 downloads
Added: 2006-11-07
Amazing Media Browser 0.23

Amazing Media Browser 0.23


Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. more>> <<less
Download (0.25MB)
Added: 2007-06-20 License: MPL (Mozilla Public License) Price:
1314 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5