Main > Free Download Search >

Free web browser market share software for linux

web browser market share

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5995
Hv3 Web Browser Alpha 14

Hv3 Web Browser Alpha 14


Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml. more>>
Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml. Currently it is at early alpha stage. Please try it out, then report bugs or make suggestions.
Using hv3 and reporting bugs with it and the underlying Tkhtml widget assists Tkhtml development greatly. Suggestions also gratefully received.
Hv3 is not yet as sophisticated as most popular web browsers. Most notably, it does not support either javascript or plugins (although it can run most "tclets" created for the tcl plugin). As well as formatting HTML/CSS documents, hv3 supports FRAMESET documents, tabs, HTML forms and HTTP cookies.
By itself, hv3 can connect to remote servers to retrieve documents specified by http URIs using the built-in Tcl http package. However much better performance can be obtained by installing the custom http proxy program hv3_polipo (also available for download from this site). Once installed, hv3 starts and stops hv3_polipo automatically. See below for installation instructions.
Usage:
After downloading the starkit and tclkit runtime (files 1 and 2), Linux users must decompress the tclkit runtime, change its permissions to be executable and execute it with the path of to the starkit as the first argument. For example:
$ gunzip ./tclkit-linux-x86-xft.gz
$ chmod 755 ./tclkit-linux-x86-xft
$ ./tclkit-linux-x86-xft ./hv3_img.kit
Enhancements:
- This release fixes some problems with copying text from or searching for strings within documents containing non-ASCII characters.
- Support for selecting text by the word has been added and HTTP "Location" headers are now supported.
- Right-clicking on the document now produces a context sensitive menu.
- < table > parsing has been standardized to include < tbody > and co.
- and < iframe > elements are now supported.
- There were also minor bugfixes and optimizations to layout and document parsing.
<<less
Download (0.57MB)
Added: 2007-01-09 License: BSD License Price:
1020 downloads
S3 browser 1.0 Beta 4

S3 browser 1.0 Beta 4


S3 browser is a Web-based application for managing your files stored in Amazon S3 storage service. more>>
S3 browser is a Web-based application for managing your files stored in Amazon S3 storage service.
It supports uploading both from the server and through the browser, deleting existing files, organizing them into directories (buckets), and so on. S3 browser provides full UTF-8 support for filenames.
Enhancements:
- This release fixes a bug which caused "AWS authentication requires a valid Date or x-amz-date header" on some installations.
<<less
Download (0.033MB)
Added: 2007-03-03 License: GPL (GNU General Public License) Price:
994 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
Browser CRM 4.618

Browser CRM 4.618


Browser CRM is a Web-based suite combining integrated email functionality with flexible and powerful CRM. more>>
Browser CRM is a Web-based suite combining integrated email functionality with flexible and powerful CRM (customer relationship management) and collaboration tools.
Browser CRM is a single, comprehensive application that is accessible from anywhere.
Browser CRM logs incoming and outgoing email against the customer record to build a complete customer history along with other Browser CRM events including Opportunities, Tasks, Appointments, Memos, Documents, and custom events.
Why does your small business need Browser CRM?
- you can have a single, comprehensive CRM and Collaboration application accessible from anywhere.
- you can centralize your customer information from multiple applications and individual computers.
- you can build a complete, real-time customer history.
- your people can always access live business data and up-to-date documents from any web browser.
- you can install the Server Edition on your own server or ISP, or use Browser CRM Hosted in our data center.
Enhancements:
- The requirement for the PHP 4.2 var_export function was removed.
- An Internet Explorer tabs bug was fixed in the Contact View.
- Messaging display improvements were made.
- Messages when files are not writable was improved.
<<less
Download (1.3MB)
Added: 2006-12-15 License: GPL (GNU General Public License) Price:
1154 downloads
PHP File Browser 3.27

PHP File Browser 3.27


php file browser is a simple Web-based file browser. more>>
php file browser is a simple Web-based file browser.
php file browser allows the user to upload files, delete, copy, make directories and paste files and directories. It has two access levels: one for admin, one for guest.
Access for guests can be optionally password protected.
Enhancements:
- A PHP file source viewer was added.
- The directory lister now works much faster than in older versions.
- Big changes were made in the class files.
<<less
Download (0.088MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1400 downloads
Easy SVN Browser 1.07

Easy SVN Browser 1.07


Easy SVN is a subversion browser via the Web. more>>
Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for contents, history, and diffs.
Installation:
Follow these steps for a quick installation of web-svn-view:
1. Log in as the user who is running the webserver (e.g., www).
2. As this user, make sure you have read-access on your repository. Issue an svn command to make sure that if necessary, you are prompted for a username and password. Once the viewer is running, logins must take place automatically.
3. Obtain web-svn-view by getting the archive http://public.e-tunity.com/web-svn-view/web-svn-view-latest.tar.gz . Save the archive on your disk as e.g.
/tmp/web-svn-view-latest.tar.gz.
4. Change-dir to a directory where the webserver will run the viewer.
5. Unpack, using tar xzf /tmp/web-svn-view-latest.tar.gz. Note the full paths to the contained directories cgi-bin, css and img. In the following example well assume that the base directory is /Users/e/src/e.
6. Edit cgi-bin/web-svn-view and modify the configuration variables at the top of the file. The variables are documented in the script.
7. Edit the servers configuration file. E.g, for Apache, edit httpd.conf and add the following lines:
ScriptAlias /svnbin /Users/e/src/e/web-svn-view/cgi-bin
Alias /svncss /Users/e/src/e/web-svn-view/css
Alias /svnimg /Users/e/src/e/web-svn-view/img
< Location / >
Order deny,allow
Deny from all
< /Location >
< Location /svnbin >
Order allow,deny
Allow from all
< /Location >
< Location /svncss >
Order allow,deny
Allow from all
< /Location >
< Location /svnimg >
Order allow,deny
Allow from all
< /Location >
You will need to supply the right directories for your system.
8. Restart the webserver.
9. Point your browser to http://yoursite/svnbin/web-svn-view.
Enhancements:
- The configuration settings in cgi-bin/web-svn-view can now be overridden by environment variables.
- That makes it possible to re-use the same SVN browser to view many repositories, based on environment variables passed by the Web server.
- The documentation was updated with an example.
<<less
Download (0.095MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1203 downloads
Browsershots 0.3 Beta 1

Browsershots 0.3 Beta 1


Browsershots project is a free online platform where you can test your web design in different browsers. more>>
Browsershots project is a free online platform where you can test your web design in different browsers. When you submit your web address, it will be added to the job queue.

A number of distributed computers will automatically open your website in their browser. Then they will make screenshots and upload them to the central server here.

<<less
Download (0.15MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
HTTP::BrowserDetect 0.99

HTTP::BrowserDetect 0.99


HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. more>>
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string.

SYNOPSIS

use HTTP::BrowserDetect;

my $browser = new HTTP::BrowserDetect($user_agent_string);

# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;

# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}

# Process a different user agent string
$browser->user_agent($another_user_agent_string);

The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.

<<less
Download (0.011MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
Browser History Viewer 0.0.10

Browser History Viewer 0.0.10


Browser History Viewer allows you to examine the contents of web browser history files and export the data. more>>
Browser History Viewer allows you to examine the contents of web browser history files and export the data.

Currently it supports Internet Explorer and Mozilla/Firefox.

Browser History Viewer meant to be a forensics tool. It meant to be a forensics tool.

BHV is licensed under the terms of the GNU General Public License (GPL).

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1239 downloads
MySQL Query Browser 1.1.18

MySQL Query Browser 1.1.18


MySQL Query Browser is a database querying tool. more>>
MySQL Query Browser is a database querying tool.

MySQL Query Browser combines the simplicity of a Web-browser-like interface with powerful features like multiple result sets on tab sheets, query history, storing query "bookmarks", editing and comparing resultsets, SQL script debugging, and more.

MySQL Query Browser is available under the MySQL AB "dual licensing" model. Under this model, users may choose to use MySQL products under the free software/opensource GNU General Public License (commonly known as the "GPL") or under a commercial license.
<<less
Download (3.4MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
810 downloads
webcam_server 0.50

webcam_server 0.50


webcam_server is a webcam server enabling streaming video to a Web browser via Java. more>>
webcam_server is a program that allows others to view your webcam from a web browser.

The program itself is a server that provides a live feed of images to clients using a Java applet embedded in a web page. webcam_server uses the video4linux interface.
<<less
Download (0.12MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
925 downloads
Shezhu Resource Sharing System 1.18

Shezhu Resource Sharing System 1.18


Shezhu Resource Sharing System is an application for scheduling and booking shared resources. more>>
Shezhu Resource Sharing System project is an application for scheduling and booking shared resources such as rooms and equipment.
The client only needs a modern Web browser.
It has a user friendly point and click interface, visual filters for making block/repeat bookings, concurrent users and double booking prevention, allows local site customization, and supports configurable academic term/semester blocks.
Main features:
- Portable - client only needs a modern web browser
- Point and Click - almost no typing required
- Intuitive - simple, obvious, consistent and user friendly
- Innovative - visual filters for making block/repeat bookings
- Powerful - concurrent users and double booking prevention
- Configurable - local site customization supported
- Useful - built in support for configurable academic term, semester and session blocks
- Free!
Requirements
In order to run or build the Shezhu Resource Sharing System you need some third-party software available on your machine.
Client
The client needs a modern web browser and the best browsers for this application are Firefox, Mozilla (including the Netscape branded equivalent and Gecko derivatives such as Galeon) and Microsoft Internet Explorer. The newest versions of all these browsers will work best. This application also works with the Konqueror and Opera browsers but these have some issues which may affect functionality. All browsers need JavaScript enabled. Any of these browsers may not work properly (or at all) depending on the operating system they are running under. Text based browsers (such as Lynx) are not supported.
For a comprehensive list of supported client browsers and operating systems refer to this browser compatibility chart from the most recent release of the application.
Server
The server needs recent versions of the Apache web server and the MySQL database server.
The server has only been tested on Redhat9 and FedoraCore3 Linux/i386 platforms although there is no specific reason why it should not work on other Linux platforms and distributions.
Development
Rebuilding this application from source requires a standard Unix development environment with the sh, make, cc, cpp, sed and awk utilities. Also required are RCS, Perl (5.6+) and the ImageMagick program. Also required is RPM to build a distribution. All these programs would probably come as standard in Linux distributions, other platforms may not have all of them by default.
Enhancements:
- This release adds support for Apache2 and multi-site installations, internal restructuring, a better installation tree, and improved access control management.
<<less
Download (0.22MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
jsWordsearch 0.4

jsWordsearch 0.4


jsWordsearch is a word search puzzle generator that is playable through your Web browser. more>>
jsWordsearch is a word search puzzle generator that is playable through your Web browser. You use your own words and have many options to choose from, including size, color, word direction, shape, and more.
<<less
Download (0.022MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1163 downloads
Mobile Web Proxy 1.0

Mobile Web Proxy 1.0


Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). more>>
Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.).
When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt let me see. My shiny new Motorola Razr from T-Mobile, for many pages, would display an error message like "413: Page cannot be displayed." It happened annoyingly often; browsing the web from my cell phone was a lot like trying to read a book or a magazine with large chunks simply ripped out. And when I tried troubleshooting, I might have missed something, but it seemed like a big problem without an easily available solution.
So I tried to provide my own solution. I made a proxy that would present webpages for the mobile web so that they would display in a way that would work for my cell phones web browser. Technologies include paging, tag cleaning, and optional caching to improve performance, but without getting into technical details, this means that I can access some pages on the web that I couldnt access earlier.
Enhancements:
- A bug that caused the script to spuriously report 404 errors was fixed.
- A smaller default page size was set so that tag-rich pages would be rendered in a way more likely to be displayable on mobile Web browsers.
<<less
Download (0.017MB)
Added: 2007-08-04 License: Perl Artistic License Price:
911 downloads
JSCoverage 0.2

JSCoverage 0.2


JSCoverage is a tool that generates code coverage statistics for JavaScript programs. more>>
JSCoverage is a tool that generates code coverage statistics for JavaScript programs.
JSCoverage works by instrumenting the JavaScript code used in web pages. Code coverage statistics are collected while the instrumented JavaScript code is executed in a web browser.
JSCoverage works with any modern standards-compliant web browser - Internet Explorer, Firefox, or Opera, on Windows or Linux.
This project is free software, distributed under the GNU General Public License.
Enhancements:
- This release features a new tabbed user interface.
<<less
Download (1.1MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
837 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5