Main > Free Download Search >

Free thin software for linux

thin

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 96
Dim 0.5.2

Dim 0.5.2


Dim provides you a free, yet full-featured and easy-to-use distributed versioning tool. more>> Dim 0.5.2 provides you a free, yet full-featured and easy-to-use distributed versioning tool. Similar in some aspects to git, darcs, or mercurial, however much smaller and simpler. The Dim tool also addresses some crucial issues which are ignored by other tools, like multi-items composition or global naming.

Major Features:

  1. User friendly. Dim provides a version naming service, which is for version control what the DNS is for internet. Versions are stored directly expanded in the filesystem, with common files hardlinked, and are accessible for any tool or purpose.
  2. Transparent. Versioning metadata are stored entirely outside of item content, avoiding any interference with data. It allows easy coexistence with other tools, but also new possibilities to organize large and complex projects.
  3. Distributed. Each user hosts its own complete replica of the repository. A simple PHP server agent can be deployed on any HTTP server supporting PHP (most of ISPs).
  4. Efficient. Only compressed delta between versions are archived and exchanged over the network.
  5. Safe. Each replica increases robustness. Sha1 checksums are used for integrity checks, and version identification. RSA asymetric encryption is used for version signing and authentication.
  6. Fast and scalable. Dim leverages the power, the speed and the robustness of the filesytem whenever possible, and uses simple, specialized and fast unix executables, to remain as thin as an application can be.
  7. Dim is a single self documented POSIX shell script of around 2000 lines. It just uses standard UNIX utilities like awk, diff, tar, and openssl. It should run almost everywhere.

Enhancements:

  • Provides support for full archives
  • Removal and re-import of versions
  • Many internal changes to prepare support of multi-item operations
  • Several important bugfixes.
<<less
Added: 2009-02-12 License: MIT/X Consortium Lic... Price: FREE
1 downloads
Text::Typography 0.01

Text::Typography 0.01


Text::Typography can markup ASCII text with correct typography for HTML. more>>
Text::Typography can markup ASCII text with correct typography for HTML.

SYNOPSIS

use Text::Typography qw(typography);

print typography($text);

This module is a thin wrapper for John Grubers SmartyPants plugin for various CMSs.

SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities. SmartyPants can perform the following transformations:

Straight quotes ( " and ) into "curly" quote HTML entities
Backticks-style quotes (``like this) into "curly" quote HTML entities

Dashes (-- and ---) into en- and em-dash entities

Three consecutive dots (...) into an ellipsis entity
SmartyPants does not modify characters within < pre >, < code >, < kbd >, < script >, or < math > tag blocks. Typically, these tags are used to display text where smart quotes and other "smart punctuation" would not be appropriate, such as source code or example markup.

typography($text[, $attributes])

Returns a string marked up with the proper HTML entities for proper typography.

For fine grain control over what gets converted, use the $attributes option. The default value is 3.

The following numeric values set a group of options:

0 : do nothing
1 : set all
2 : set all, using old school en- and em- dash shortcuts (-- and ---)
3 : set all, using inverted old school en- and em- dash shortcuts (--- and --)

For even finer control, specify a string of one or more of the following characters:

q : quotes
b : backtick quotes (``double only)
B : backtick quotes (``double and `single)
d : dashes
D : old school dashes
i : inverted old school dashes
e : ellipses
w : convert " entities to " for Dreamweaver users

Backslash Escapes

If you need to use literal straight quotes (or plain hyphens and periods), SmartyPants accepts the following backslash escape sequences to force non-smart punctuation. It does so by transforming the escape sequence into a decimal-encoded HTML entity:

Escape Value Character
------ ----- ---------
\
" " "

. . .
- - -
` ` `

This is useful, for example, when you want to use straight quotes as foot and inch marks: 62" tall; a 17" iMac.

Algorithmic Shortcomings

One situation in which quotes will get curled the wrong way is when apostrophes are used at the start of leading contractions. For example:

Twas the night before Christmas.

In the case above, SmartyPants will turn the apostrophe into an opening single-quote, when in fact it should be a closing one. I dont think this problem can be solved in the general case -- every word processor Ive tried gets this wrong as well. In such cases, its best to use the proper HTML entity for closing single-quotes (’) by hand.

<<less
Download (0.008MB)
Added: 2007-08-22 License: Other/Proprietary License Price:
507 downloads
Webconverger 2.29

Webconverger 2.29


Webconverger project is an evolution of the hybrid client for deployments in places like offices or Internet cafes. more>>
Webconverger project is an evolution of the hybrid client for deployments in places like offices or Internet cafes where only Web applications are used.
Unlike thin or hybrid clients, Webconverger is faster and more responsive by providing a Web browser that runs locally.
Main features:
- Ideal just for Web applications
- Free & open software
- Low system requirements
- Good security
- Painless to deploy and setup
- Features a Web standards compliant browser
- Cost effective
- Does not require registration or accounts
- Flash and a PDF viewer installed by default
- Easy for new users to learn and use
- Low maintenance costs
- Long term support
Enhancements:
- The latest security updates to Iceweasel (Firefox) rebuild 2.0.0.6 have been applied.
- Previous versions of Webconverger will upgrade nonetheless with somewhat delayed startups.
<<less
Download (308.5MB)
Added: 2007-08-08 License: DFSG approved Price:
808 downloads
 
Other version of Webconverger
Webconverger 2.12 (Without Flash)Unlike thin or hybrid clients, Webconverger is faster and more responsive by providing a Web browser that runs locally. Main features: - Ideal just for Web applications - Free & open software
License:GPL (GNU General Public License)
Download (MB)
916 downloads
Added: 2007-04-26
WidgetServer 1.8.0

WidgetServer 1.8.0


WidgetServer is a Java/XML server-side GUI-framework. more>>
WidgetServer is a component based Java/XML server-side GUI-framework which enables an application to run as either
- a monolithic application with a Swing GUI,
- a client/server application with a thin Swing client,
- or as an application with a rich Web client based on HTML and JavaScript
without any change and without loss of functionality!
WidgetServer gives you the choice if you develop a GUI either using
- HTML markup,
- a Java API like Swing,
- or XML markup.
XML markup helps to define an applications GUI fully separated from java code, Java code is useful for dynamic creation and modification during application runtime, while HTML markup is the best choice for typical web applications.
WidgetServer provides a unified component-based, object-oriented programming interface for Web and Swing GUIs to control and modify the GUI and to process events. The framework prevents from struggling with HTML, JavaScript and HTTP requests or from caring about the internals of Swing (e.g. Drag and Drop implementation).
For Swing client/server applications the framework cares for the client/server split as well as for the client/server communication including compression and security layers. Web applications are fully AJAX enabled while this feature remains fully configurable.
The framework also supports a mixed deployment mode, which enables one server to serve Swing clients and Web clients at the same time. The functionality of the Swing widget set is covered widely (and sometimes enhanced) in both (Swing and Web/HTML) client channels.
The project comes with a WYSIWYG GUI-builder which is completely build on the Wi.Ser-framework technology.
Enhancements:
- This version fixes some bugs in the JavaScript library.
- The Component-Set example is more interactive now.
- A new component similar to JSpinner has been added.
- A new package to create wizard based applications by declaration was added.
- Some enhanced error messages help to detect XML configuration errors now.
<<less
Download (30MB)
Added: 2007-08-01 License: Freeware Price:
815 downloads
ENet 1.1

ENet 1.1


ENet is an easy to use, portable UDP networking library. more>>
ENets purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). ENets primary feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.
Main features:
ENet evolved specifically as a UDP networking layer for the multiplayer first person shooter Cube.
Cube necessitated low latency communcation with data sent out very frequently, so TCP was an unsuitable choice due to its high latency and stream orientation.
UDP, however, lacks many sometimes necessary features from TCP such as reliability, sequencing, unrestricted packet sizes, and connection management. So UDP by itself was not suitable as a network protocol either.
No suitable freely available networking libraries existed at the time of ENets creation to fill this niche.
UDP and TCP could have been used together in Cube to benefit somewhat from both of their features, however, the resulting combinations of protocols still leaves much to be desired.
TCP lacks multiple streams of communication without resorting to opening many sockets and complicates delineation of packets due to its buffering behavior.
UDP lacks sequencing, connection management, management of bandwidth resources, and imposes limitations on the size of packets.
A significant investment is required to integrate these two protocols, and the end result is worse off in features and performance than the uniform protocol presented by ENet.
ENet thus attempts to address these issues and provide a single, uniform protocol layered over UDP to the developer with the best features of UDP and TCP as well as some useful features neither provide, with a much cleaner integration than any resulting from a mixture of UDP and TCP.
Enhancements:
- Lower bandwidth usage, stability/crash fixes, more flexible packet allocation, optional CRC32 checksums, and various API tweaks.
<<less
Download (0.14MB)
Added: 2007-07-31 License: MIT/X Consortium License Price:
822 downloads
Skolelinux 3.0

Skolelinux 3.0


Skolelinux is made as free (as in speech) software, and is an overall computer solution based on schools resources and needs. more>>
Skolelinux is made as free (as in speech) software, and also Skolelinux is an overall computer solution based on schools resources and needs.
- Skolelinux is a network architecture tailored for use in schools.
- Skolelinux is developed and supported by a large and growing international community.
- Skolelinux is designed to be easy and cheap to maintain.
- Skolelinux gives the students their own usernames, home directories and services.
- Skolelinux includes OpenOffice.org
Skolelinux, Debian and all auxiliary software components we use are free software ? free as in freedom. The term "free software" implies the following rights:
- Freedom to use the software regardless of purpose and adapt it to ones needs.
- Freedom to study how the software works.
- Freedom to redistribute the software so ones neighbour can benefit from it.
- Freedom to modify and enhance the software and publish those modifications so everyone benefits from them.
These rights form the foundation of both Debian, Skolelinux and all the software we use. They enable us to use the various software components, put them together in our specialized network design and package and redistribute the software as "Skolelinux".
With proprietary software, such as Microsoft Windows, all adaptions and modifications have to be redone everywhere. With Skolelinux, modifications and enhancements done by a school in Norway may benefit schools in Eritrea ? and vice versa. Windows is the most commonly used operative system used in schools today, but as Windows is proprietary software, it is not possible to tailor Windows for school usage and call it "SkoleWindows".
Skolelinux (aka debian-edu) is a Custom Debian Distribution. This means that Skolelinux is a version of the Debian GNU/Linux operating system that is customized for schools. Debian is a state-of-the-art, user-friendly operating system. The goal of our customization of Debian is to make it easy to install and maintain for schools. ? with all applications available in the students mother tongue.
Despite how easy Skolelinux is to install, asking only a handful of (non-technical) questions, it is an advanced network solution, with many pre-configured services. With ordinary, closed, proprietary software, these services have to be configured manually for every single school ? and that needs careful planning and expertise!
Amongst several pre-configured services are the following:
- Central user catalogue: One username and one password for several machines and services.
- Central storage: Regardless of which machine you use in a Skolelinux network, you have access to your files and meet an interface with your settings ? an interface you are familiar with.
- Thin client solution: The applications are run on a thin client server, which is a powerful machine. The image from those applications is drawn on a "thin client", which usually is an old and cheap machine. This enables you to use old hardware. Moreover, it eases administration, as you have one server to maintain.
- Printers may be shared and made available in the network.
- A proxy server caches files downloaded from the Internet, resulting in a faster surfing experience.
Enhancements:
- This is a community release with comprehensive support from regional and national projects in Germany, Spain, France, Greece and Norway. The Skolelinux project is now a part of Debian under the name Debian-Edu. Several other projects have made additional functionality to Skolelinux tailored for national needs. Skolelinux now supports more than 50 countries. Whats new in Skolelinux 3.0: based on Debian 4.0 "etch" and therefore compatible to LSB 3.1, using kernel 2.6.18 and KDE 3.5.5...
<<less
Download (4475MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
822 downloads
NoMachine NX Desktop Server 3.0.0-63

NoMachine NX Desktop Server 3.0.0-63


NoMachine NX Desktop Server is a cost-effective solution that enables any business to deploy centralized applications to thin cl more>>
NoMachine NX Desktop Server is a cost-effective solution that enables any business to deploy centralized applications to thin clients, mobile and home workers, over any network connection, with astonishing speed and ease of use.
NX uses the power of the X-Window system to bring the network transparency of the Unix world to any operating system, including Windows and Mac OS/X. Additionally NX bridges the standard file and print services of the client, with the Unix file and print services of the server, so that, wherever you are, you can see the same applications and the same network resources.
Besides the native X-Window protocol, NX is able to translate, encrypt and compress industry standard protocols like the RDP protocol, used by Microsoft and Citrix, and the VNC protocol, used by a number of freely available tools, giving secure and fast access to the complete set of facilities made available inside a corporate network. The power of network computing has never been more affordable!
Main features:
- Deploys X11, RDP and VNC desktops securely over the Internet
- Provides unmatched performance, thanks to exclusive compression and aggressive caching
- Connects to XDMCP servers, Windows Terminal Services and Citrix MetaFrame servers on the backend, using the same client
- Seamlessly integrates single X11 applications with the native client desktop
- Lets users leave their applications running while disconnected and resume from any client on the network
- Lets applications access any file system on the client as if it were on the server
- Lets users cut and paste between local and remote applications
- Prints from the server to printers installed on the client
- Plays sound and multimedia produced by the remote application
- Integrates with your authentication infrastructure and directory service
- Supports industry standard SSL encryption and Transport Layer Security
- Fully integrates with SSH, avoiding the need for a further network access port
- Provides seamless integration with Web portals and corporate Intranets with one-click access to any application.
Enhancements:
- The new packages fix a number of problems such as the server Debian package not being fully Debian compliant, the NX server leaving a session in status Connecting when trying to suspend it, and the server being unable to find the xauth command on Solaris platforms.
<<less
Download (6.3MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
838 downloads
PycURL 7.16.4

PycURL 7.16.4


PycURL is a Python interface to libcurl. more>>
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features.
libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and more.
libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more.
libcurl is free, IPv6 compatible, feature rich, thread-safe, well supported and fast.
PycURL is targeted at the advanced developer - if you need dozens of concurrent fast and reliable connections or any of the sophisiticated features as listed above then PycURL is for you.
The main drawback with PycURL is that it is a relative thin layer over libcurl without any of those nice Pythonic class hierarchies. This means it has a somewhat steep learning curve unless you are already familiar with libcurls C API.
To sum up, PycURL is very fast (esp. for multiple concurrent operations) and very feature complete, but has a somewhat complex interface.
If you need something simpler or prefer a pure Python module you might want to check out urllib2 and urlgrabber. There is also a good comparision of the various libraries.
Enhancements:
- This release allows callable objects as callback functions.
- It adds the NEW_DIRECTORY_PERMS and NEW_FILE_PERMS options from libcurl 7.16.4.
<<less
Download (0.067MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
838 downloads
USVN 0.6.3

USVN 0.6.3


USVN (Userfriendly SVN) is based on a web interface and allows you to configure your subversion repositories. more>>
USVN (Userfriendly SVN) is based on a web interface and allows you to configure your subversion repositories. This interface allows you to create new projects without the command line interface, this means without a privileged access on the server.
Then USVN will take care of managing the list of users which are authorized to take your source code. This allows you to deleguate the administration of your Subversion repositories. USVN permits an easy access to a thin access restriction on Subversion files. For instance, in a few clics, translators can only have modification rights on translation files.
USVN project is released under the CeCILL license.
Main features:
- Users and administrators Create / Edit / Delete / Administrate.
- Groups Create / Edit / Delete / Administrate, user and administrators assignation.
- Projects Create / Edit / Delete / Administrate.
- Browsing into repositories witch access rights management.
Enhancements:
- A Spanish translation and a Chinese translation were added.
- Translation issues in the file browser were fixed.
- If installation fails, you can restart it.
- A problem with updating an authz file when removing a group from a project was fixed.
- You can now change the placement of htpasswd and authz files.
- JavaScript sort tables were changed to improve browser compatibility.
- A command line installer was added for packaging purposes.
- The display of the last five commits was improved.
<<less
Download (1.7MB)
Added: 2007-07-11 License: CeCILL (CeCILL Free Software License Agreement) Price:
836 downloads
ThinStation 2.3 Beta 1

ThinStation 2.3 Beta 1


Thinstation is a mini Linux distribution. more>>
Thinstation is a thin client Linux distribution that makes a PC a full-featured thin client supporting all major connectivity protocols: Citrix ICA, No Machine NX, MS Windows terminal
services (RDP), Tarantella, X, telnet, tn5250, VMS term and SSH.

No special configuration of the application servers is needed to use Thinstation!

Thinstation can be booted from network (e.g. diskless) using Etherboot/PXE or from a local floppy/CD/HD/flash-disk. The thin client configuration can be centralized to simplify management.

Thinstation supports client-side storage (floppy/HD/CD/USB) and printers (LPT/USB). Prebuilt images and a Live CD are available too!

Mozilla Firefox and lighter browsers are supported as client-side browsers.
<<less
Download (50MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
548 downloads
Phpfw 0.4

Phpfw 0.4


Phpfw is a framework for PHP that provides a base on which various database backed applications can be built. more>>
Phpfw is a framework for PHP that provides a base on which various database backend applications can be built. Phpfw project allows for easy creation of CRUD applications - apps where most of the code is focussed on Create Read Update Delete operations on the database. It uses MVC-ish patterns to allow for simpler and cleaner organization of code.
Phpfw leverages popular PHP libraries so as to avoid reinventing the wheel. For example, the database abstraction layer is a thin wrapper that supports ADOdb and ADOdb Lite. Hence, Phpfw is able to support multiple databases thanks to these excellent libraries.
Phpfw requires minimal configuration. All the database information is directly obtained from the database itself. The configuration file is a simple .ini file and is adequately commented to explain the different elements.
Phpfw comes built in with an elementary templating class to generate HTML output. Further it also supports templating frameworks like Smarty and PHPTAL. The combination of these templating facilities provides adequate power to generate simple to complex output.
Phpfw is the result of several PHP projects I undertook over the years. It grew inside active projects and has finally taken a life of its own. It has been written from scratch based on all the code that was written over the years with a focus on simplifying the process of creating new applications with minimal effort. I hope this work proves useful to those of you who would like to put together applications quickly and easily.
Enhancements:
- Several enhancements were made in the core API such as AJAX support, database schema auto-load and optional database usage.
- New modules include Config, MailServer, and PelWrap.
- Enhancements were made to existing modules to allow login from file.
<<less
Download (0.028MB)
Added: 2007-06-24 License: MIT/X Consortium License Price:
853 downloads
nss-ldapd 0.2.1

nss-ldapd 0.2.1


nss-ldapd project is a fork of the nss_ldap package by PADL Software Pty Ltd.. more>>
nss-ldapd project is a fork of the nss_ldap package by PADL Software Pty Ltd.. This fork was done to implement some structural design changes. These changes were needed because there are some issues with the original design. See the documentation section for more details.
These problems are solved by splitting the library in two parts: a daemon that connects to the LDAP server and does all the requests and a thin NSS connector that passes requests to the daemon through a socket. The nss-ldapd implementation has a number of (some theoretical) advantages:
- lighter NSS library
- simpler internal semantics
- clear separation between NSS and LDAP code (the server part could easily be implemented in another language)
- less connections to the LDAP server
The implementation is also a major code overhaul of the code having a number of simplifications and removal of old compatibility code. Compatibility will be re-added with later releases of nss-ldapd for those platforms that need it.
Enhancements:
- This is a quick update to the earlier 0.2 release. It fixes a problem with the permissions with the server socket and pthread related build problems.
<<less
Download (0.31MB)
Added: 2007-06-19 License: LGPL (GNU Lesser General Public License) Price:
857 downloads
Netstation 0.9pre3

Netstation 0.9pre3


Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients. more>>
Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients supporting all major connectivity protocols. The project can be booted from the network using Etherboot/PXE or from standard media like floppy/CD/hd/flash-disk etc. The configuration is centralized to simplify terminal management.
Terminal protocols supported
- X-Terminal XDM
- TightVNC
- SSH
- Telnet
- Rdesktop RDP
- Citrix ICA
- Tarantella
Boot methods
- DHCP/TFTP with Etherboot or PXE bootrom
- From floppy, hard disk, cdrom or DOC2000 using Syslinux
- From DOS using Loadlin
GUI modes
- Single client in fullscreen session
- Text session (Telnet or SSH)
- Multiple concurrent clients using local window manager
Other features
- Local printer support through network printer emualtion
- Network card, video card and mouse autodetection
- Dynamic ".nsp" package support (can be loaded at run time)
- Centralized configuration using TFTP to obtain config files"
<<less
Download (15.7MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
880 downloads
ImplicitThis 0.01_001

ImplicitThis 0.01_001


ImplicitThis is a syntactical sugar for OO methods. more>>
ImplicitThis is a syntactical sugar for OO methods.

SYNOPSIS

use ImplicitThis; ImplicitThis::imply();

sub new {
my $type = shift;
my %args = @_;
# must be blessed hash object
bless {
foo => $args{foo},
bar => $args{bar},
}, $type;
}

sub my_accessor {
# $this is read for us. $bar is aliased to $this->{bar}, similiar for $foo
$this->another_accessor($bar);
$foo++;
}

sub _another_accessor {
# this will die if called from something not derived from our package
$foo++;
}

ABSTRACT

Methods in OO Perl receive "$this" without having to read it. Instance field variables are accessable by name instead of having to dereference the hash ref. Privicy is enforced for methods starting with an understore.

This emulates other OO languages, such as Java and C++, where the compiler implicitly and invisibly passes "this" as the first argument of each method call. While Perl passes this argument invisibly, you must manually write code to read it. Java and C++ also discover, at compile time, rather a variable is an instance variable or a static variable, without you needing to distinguish them using special syntax. We remove the extra syntax, but this is learned at run time, not compile time. Unlike Alias.pm, this code is likely to have a noticable impact on performance of code that uses OO accessors heavily.

ImplicitThis::imply() places a thin wrapper is placed around methods in your
object. *this{SCALAR} is a reference to a lexical weve shifted off the argument list. Aliases are created for each key in %$this to itself value in the same way.

While this module works fine for me, your milage may very: it has not been extensively tested.

Similar to Alias.pm. However, were pure Perl, and _no_ additional syntax is introduced.

<<less
Download (0.004MB)
Added: 2007-06-09 License: Perl Artistic License Price:
867 downloads
multicolumn 0.2

multicolumn 0.2


multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns. more>>
multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns using Firefox 1.5 (Gecko 1.8) CSS property -moz-column-count, inspired by the draft CSS3 module: Multi-column layout. Make better use of high res screen real estate.

To see it in operation, install it, restart firefox, and then try visiting digg, slashdot, or google (for google, you need to do a search before youll see anything).

To change the number of columns to suit your screen or to configure it for another site, go into the settings tab (thin strip at the top of the browser window - click "more previews" above too see this highlighted on a screenshot).

Note that the tabs will only appear on sites which are configured (eg digg, slashdot, google).

To stop this extension from affecting a particular website, uncheck the relevant checkbox on the settings tab.

Further documentation is available on the settings tab.

<<less
Download (0.017MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
877 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5