anonymous browsing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 495
IP::Anonymous 0.04
IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses. more>>
IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses.
SYNOPSIS
use IP::Anonymous;
@key = (0..31);
my $object = new IP::Anonymous(@key);
print $object->anonymize("192.0.2.0")."n";
This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization tool for network trace or log data. The tool has the following properties:
One-to-one
The mapping from original IP addresses to anonymized IP addresses is one-to-one.
Prefix-preserving
The IP address anonymization is prefix-preserving. That is, if two original IP addresses share a k-bit prefix, their anonymized mappings will also share a k-bit prefix.
Consistent across traces
Multiple traces can be sanitized in a consistent way, over time and across locations, even though the traces might be sanitized separately at different time and/or at different locations.
Cryptography-based
To sanitize traces, trace owners provide a secret key. Anonymization consistency across multiple traces is achieved by the use of the same key. The construction of IP::Anonymous preserves the secrecy of the key and the (pseudo)randomness of the mapping from an original IP address to its anonymized counterpart.
This Perl port of Crypto-PAn uses similar logic to that found in Crypto-PAn 1.0, but most importantly maintains consistency in the process so that regardless of implementation, using the same key in each will give consistent results.
USAGE
$object = new IP::Anonymous(@key)
Initializes the electronic codebook object with a 32 8-bit decimal array. This array, consisting of 32 decimals between 0 and 255 inclusive, is the user defined private key for this anonymization session. This 256 bit key should be kept private. The key can be used across sessions to maintain consistent mappings between the original and the anonymized IP addresses.
$object->anonymize($address)
Called with a dotted quad IP address string (e.g. 192.0.2.0). Returns an anonymized version of that IP address as a dotted quad string.
<<lessSYNOPSIS
use IP::Anonymous;
@key = (0..31);
my $object = new IP::Anonymous(@key);
print $object->anonymize("192.0.2.0")."n";
This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization tool for network trace or log data. The tool has the following properties:
One-to-one
The mapping from original IP addresses to anonymized IP addresses is one-to-one.
Prefix-preserving
The IP address anonymization is prefix-preserving. That is, if two original IP addresses share a k-bit prefix, their anonymized mappings will also share a k-bit prefix.
Consistent across traces
Multiple traces can be sanitized in a consistent way, over time and across locations, even though the traces might be sanitized separately at different time and/or at different locations.
Cryptography-based
To sanitize traces, trace owners provide a secret key. Anonymization consistency across multiple traces is achieved by the use of the same key. The construction of IP::Anonymous preserves the secrecy of the key and the (pseudo)randomness of the mapping from an original IP address to its anonymized counterpart.
This Perl port of Crypto-PAn uses similar logic to that found in Crypto-PAn 1.0, but most importantly maintains consistency in the process so that regardless of implementation, using the same key in each will give consistent results.
USAGE
$object = new IP::Anonymous(@key)
Initializes the electronic codebook object with a 32 8-bit decimal array. This array, consisting of 32 decimals between 0 and 255 inclusive, is the user defined private key for this anonymization session. This 256 bit key should be kept private. The key can be used across sessions to maintain consistent mappings between the original and the anonymized IP addresses.
$object->anonymize($address)
Called with a dotted quad IP address string (e.g. 192.0.2.0). Returns an anonymized version of that IP address as a dotted quad string.
Download (0.005MB)
Added: 2007-04-17 License: Perl Artistic License Price:
935 downloads
Improved offline web browsing 0.6
Improved offline web browsing package contains many fixes for offline browsing for Konqueror. more>>
Improved offline web browsing package contains:
- improved / bug-fixed offline browsing for Konqueror and other application that use kde http io slaves.
- Improved / bug-fixed web browsing for low-bandwidth connections.
- Improved / bug-fixed detection of cross-domain requests
- Referer-Urls are not send cross-domain (configurable)
Requires sources for kdelibs, kdebase and kdeaddons. If you use German localization, you will probably want sources for kde-i18n-de, too.
Webpages with enabled javascript may not work 100% when browsing offline completely.
Version restrictions:
- None that are not present in the original http slave.
- Webpages with javascript enabled may not work with offline browsing.
<<less- improved / bug-fixed offline browsing for Konqueror and other application that use kde http io slaves.
- Improved / bug-fixed web browsing for low-bandwidth connections.
- Improved / bug-fixed detection of cross-domain requests
- Referer-Urls are not send cross-domain (configurable)
Requires sources for kdelibs, kdebase and kdeaddons. If you use German localization, you will probably want sources for kde-i18n-de, too.
Webpages with enabled javascript may not work 100% when browsing offline completely.
Version restrictions:
- None that are not present in the original http slave.
- Webpages with javascript enabled may not work with offline browsing.
Download (0.019MB)
Added: 2007-05-09 License: LGPL (GNU Lesser General Public License) Price:
900 downloads
Anon Proxy Server 0.99
Anon Proxy Server is a fast http, https, socks caching proxy server. more>>
Anon Proxy Server is a fast http, https, socks caching proxy server. Easy web based configuration, optional p2p anonymous mode.
Main features:
- Easy Configuration - Web based, no editing text configuration files.
- Memory - No big databases are kept in memory, no matter how large the cache is, memory usage will only increase when more users access it at the same time.
- Speed - To see how much cpu the proxy uses, run top or task manager. Then open multiple windows and hit reload continously, on my computer I usually run out of bandwidth before it goes near 3-5% cpu usage.
- Shared Cache - Can be used as a general cache for all users of a computer/network instead of one cache per profile.
- Automatic config - Auto generates the .pac file for automatic proxy settings, no more updating in the do not use proxy section of individual users browsers.
- Anonymous P2P proxy - Joining the anonymous proxy network will allow you to use other peoples proxys for browsing and allow them to use yours.
- SOCKS - Supports enough of SOCKS to run ftp, most Instant messengers, irc, limewire, etc.
- User authentication - Supports external user authentication.
Enhancements:
- The program now checks for errors in access configuration.
- Variable timeout values were added.
- Log rotation was fixed.
- Occasional crashes on a bad URL were fixed.
- The auto configuration .pac file was fixed, so it should work even if the proxys URL was not set properly.
- Anon proxy defaults to 3 keys now for more reliability.
<<lessMain features:
- Easy Configuration - Web based, no editing text configuration files.
- Memory - No big databases are kept in memory, no matter how large the cache is, memory usage will only increase when more users access it at the same time.
- Speed - To see how much cpu the proxy uses, run top or task manager. Then open multiple windows and hit reload continously, on my computer I usually run out of bandwidth before it goes near 3-5% cpu usage.
- Shared Cache - Can be used as a general cache for all users of a computer/network instead of one cache per profile.
- Automatic config - Auto generates the .pac file for automatic proxy settings, no more updating in the do not use proxy section of individual users browsers.
- Anonymous P2P proxy - Joining the anonymous proxy network will allow you to use other peoples proxys for browsing and allow them to use yours.
- SOCKS - Supports enough of SOCKS to run ftp, most Instant messengers, irc, limewire, etc.
- User authentication - Supports external user authentication.
Enhancements:
- The program now checks for errors in access configuration.
- Variable timeout values were added.
- Log rotation was fixed.
- Occasional crashes on a bad URL were fixed.
- The auto configuration .pac file was fixed, so it should work even if the proxys URL was not set properly.
- Anon proxy defaults to 3 keys now for more reliability.
Download (0.65MB)
Added: 2006-12-14 License: zlib/libpng License Price:
1048 downloads
Claros Anonymity 1.5
Claros Anonymity is a servlet that allows anonymous browsing. more>>
Claros Anonymity is a servlet that allows anonymous browsing. It acts like a proxy, hiding the end users IP.
Claros Anonymity also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet.
Installation:
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
Claros Anonymity is an out of box application and no configuration is needed. If you want further assistance details are bundled with the readme.txt file.
Enhancements:
- Many bugs have been fixed.
- HTML Forms are working.
- HTTP POST is also supported.
- There is a brand new modern look and feel.
<<lessClaros Anonymity also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet.
Installation:
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
Claros Anonymity is an out of box application and no configuration is needed. If you want further assistance details are bundled with the readme.txt file.
Enhancements:
- Many bugs have been fixed.
- HTML Forms are working.
- HTTP POST is also supported.
- There is a brand new modern look and feel.
Download (0.28MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1136 downloads
LinkBrowser 0.3
LinkBrowser is a program for browsing the links in HTML documents. more>>
LinkBrowser is a program for browsing the links in HTML documents and downloading the files that they reference.
Basically, this program is like a normal Web browser, but instead of rendering the HTML it just shows a table of all the files that the html references. The files can be downloaded in batches.
Enhancements:
- URL parsing has been enhanced and build issues with Java 1.5 have been fixed.
<<lessBasically, this program is like a normal Web browser, but instead of rendering the HTML it just shows a table of all the files that the html references. The files can be downloaded in batches.
Enhancements:
- URL parsing has been enhanced and build issues with Java 1.5 have been fixed.
Download (0.22MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1503 downloads
Califone Listening Center 1.0
School Desk search toolbar from Mcdonalds Direct designed for Firefox to improve browsing experience, and aid in the search of school and office furn... more>> <<less
Download (504KB)
Added: 2009-04-21 License: Freeware Price: Free
190 downloads
AML Cartography 1.0
AML Cartography provides AML and C code and documentation for cartography. more>>
AML Cartography provides AML and C code and documentation for cartography within the ARC/INFO geographic information system.
The ARC Macro Language and C programs discussed in this guideline are available by anonymous ftp from sdcdg01.sdc.epa.gov and are in the files:
/pub/readme.cart
/pub/map_amls.tar.Z
/pub/map_design.tar.Z
/pub/map_post.Z
/pub/color_post.tar.Z
/pub/baw_post.tar.Z
<<lessThe ARC Macro Language and C programs discussed in this guideline are available by anonymous ftp from sdcdg01.sdc.epa.gov and are in the files:
/pub/readme.cart
/pub/map_amls.tar.Z
/pub/map_design.tar.Z
/pub/map_post.Z
/pub/color_post.tar.Z
/pub/baw_post.tar.Z
Download (MB)
Added: 2006-12-04 License: Public Domain Price:
1055 downloads
Morse 0.6
Morse allows you to learn morse code while browsing the net. more>>
Morse allows you to learn morse code while browsing the net.
Tutorial:
0. Bug: You have to add the Morse Toolbar-Buttons via Menu/View/Toolbars/Customize, otherwise it wont work.
1. Make sure your soundcard works and is not blocked by any other application
2. To start learning morse go: Menu/Tools/Morse/Start
3. Just listen to this while browsing the net for say one or two weeks, and you will not only know morse-code, but youll even be able to listen and translate morsed signals!
4. If you like use the toolbar-items Morse and -- (available at Menu/View/Toolbars/Customize).
Further information can be found at Menu/Tools/Morse/Help.
<<lessTutorial:
0. Bug: You have to add the Morse Toolbar-Buttons via Menu/View/Toolbars/Customize, otherwise it wont work.
1. Make sure your soundcard works and is not blocked by any other application
2. To start learning morse go: Menu/Tools/Morse/Start
3. Just listen to this while browsing the net for say one or two weeks, and you will not only know morse-code, but youll even be able to listen and translate morsed signals!
4. If you like use the toolbar-items Morse and -- (available at Menu/View/Toolbars/Customize).
Further information can be found at Menu/Tools/Morse/Help.
Download (0.068MB)
Added: 2007-04-14 License: MPL (Mozilla Public License) Price:
930 downloads
Class::Inner 0.1
Class::Inner is a perlish implementation of Java like inner classes. more>>
Class::Inner is a perlish implementation of Java like inner classes.
SYNOPSIS
use Class::Inner;
my $object = Class::Inner->new(
parent => ParentClass,
methods => { method => sub { ... } }, },
constructor => new,
args => [@constructor_args],
);
Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent classs method.
METHODS
new HASH
Takes a hash like argument list with the following keys.
parent
The name of the parent class. Note that you can only get single inheritance with this or SUPER wont work.
methods
A hash, keys are method names, values are CODEREFs.
constructor
The name of the constructor method. Defaults to new.
args
An anonymous array of arguments to pass to the constructor. Defaults to an empty list.
Returns an object in an anonymous class which inherits from the parent class. This anonymous class has a couple of extra methods:
SUPER
If you were to pass something like
$obj = Class::Inner->new(
parent => Parent,
methods => { method => sub { ...; $self->SUPER::method(@_) } },
);
then $self-gtSUPER::method almost certainly wouldnt do what you expect, so we provide the SUPER method which dispatches to the parent implementation of the current method. There seems to be no good way of getting the full SUPER:: functionality, but Im working on it.
DESTROY
Because Class::Inner works by creating a whole new class name for your object, it could potentially leak memory if you create a lot of them. So we add a DESTROY method that removes the class from the symbol table once its finished with.
If you need to override a parents DESTROY method, adding a call to Class::Inner::clean_symbol_table(ref $self) to it. Do it at the end of the method or your other method calls wont work.
clean_symbol_table
The helper subroutine that DESTROY uses to remove the class from the symbol table.
new_classname
Returns a name for the next anonymous class.
<<lessSYNOPSIS
use Class::Inner;
my $object = Class::Inner->new(
parent => ParentClass,
methods => { method => sub { ... } }, },
constructor => new,
args => [@constructor_args],
);
Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent classs method.
METHODS
new HASH
Takes a hash like argument list with the following keys.
parent
The name of the parent class. Note that you can only get single inheritance with this or SUPER wont work.
methods
A hash, keys are method names, values are CODEREFs.
constructor
The name of the constructor method. Defaults to new.
args
An anonymous array of arguments to pass to the constructor. Defaults to an empty list.
Returns an object in an anonymous class which inherits from the parent class. This anonymous class has a couple of extra methods:
SUPER
If you were to pass something like
$obj = Class::Inner->new(
parent => Parent,
methods => { method => sub { ...; $self->SUPER::method(@_) } },
);
then $self-gtSUPER::method almost certainly wouldnt do what you expect, so we provide the SUPER method which dispatches to the parent implementation of the current method. There seems to be no good way of getting the full SUPER:: functionality, but Im working on it.
DESTROY
Because Class::Inner works by creating a whole new class name for your object, it could potentially leak memory if you create a lot of them. So we add a DESTROY method that removes the class from the symbol table once its finished with.
If you need to override a parents DESTROY method, adding a call to Class::Inner::clean_symbol_table(ref $self) to it. Do it at the end of the method or your other method calls wont work.
clean_symbol_table
The helper subroutine that DESTROY uses to remove the class from the symbol table.
new_classname
Returns a name for the next anonymous class.
Download (0.003MB)
Added: 2007-06-06 License: Perl Artistic License Price:
871 downloads
HyperJournal 0.5b
hyperjournal facilitates the administration of academic journals on the Web. more>>
HyperJournal is an Open Source software application which enables on-line as well as printed publishing in an innovative and significantly cost-cutting way.
The HyperJournal can be easily installed, configured and managed without any out-of-the-ordinary IT-competence.
Main features:
- Graphic design which is user-friendly and easily customisable
- Dynamic contextualization
- Automatic Backup
- Anonymous article submission
- Anonymous on-line peer-review
- Category and number management
- An unlimited number of scientific and editorial committees
- A plurality of permitted file formats (which can be restricted according to your needs): XML, HTML, LateX, MsWord, PDF, PS, Jpeg, gif, png.
- Compliance with the Open Archive OAI-PMH protocol
- A customisable editing-publishing stage
- Conversion of XML or LateX articles into in HTML or PDF version.
- Entirely modifiable style sheets for visualizing and printing articles.
- Validation and article conversion tools for registered users.
Enhancements:
- This version features a revamped interface, templates, and styles; advanced roles for publishing workflow; issue management; a basic "plugout" Web service; and several bugfixes.
<<lessThe HyperJournal can be easily installed, configured and managed without any out-of-the-ordinary IT-competence.
Main features:
- Graphic design which is user-friendly and easily customisable
- Dynamic contextualization
- Automatic Backup
- Anonymous article submission
- Anonymous on-line peer-review
- Category and number management
- An unlimited number of scientific and editorial committees
- A plurality of permitted file formats (which can be restricted according to your needs): XML, HTML, LateX, MsWord, PDF, PS, Jpeg, gif, png.
- Compliance with the Open Archive OAI-PMH protocol
- A customisable editing-publishing stage
- Conversion of XML or LateX articles into in HTML or PDF version.
- Entirely modifiable style sheets for visualizing and printing articles.
- Validation and article conversion tools for registered users.
Enhancements:
- This version features a revamped interface, templates, and styles; advanced roles for publishing workflow; issue management; a basic "plugout" Web service; and several bugfixes.
Download (0.83MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1312 downloads
Symbol 0.02
Symbol is a Perl module created to manipulate Perl symbols and their names. more>>
Symbol is a Perl module created to manipulate Perl symbols and their names.
SYNOPSIS
use Symbol;
$sym = gensym;
open($sym, "filename");
$_ = ;
# etc.
ungensym $sym; # no effect
# replace *FOO{IO} handle but not $FOO, %FOO, etc.
*FOO = geniosym;
print qualify("x"), "n"; # "Test::x"
print qualify("x", "FOO"), "n" # "FOO::x"
print qualify("BAR::x"), "n"; # "BAR::x"
print qualify("BAR::x", "FOO"), "n"; # "BAR::x"
print qualify("STDOUT", "FOO"), "n"; # "main::STDOUT" (global)
print qualify(*x), "n"; # returns *x
print qualify(*x, "FOO"), "n"; # returns *x
use strict refs;
print { qualify_to_ref $fh } "foo!n";
$ref = qualify_to_ref $name, $pkg;
use Symbol qw(delete_package);
delete_package(Foo::Bar);
print "deletedn" unless exists $Foo::{Bar::};
Symbol::gensym creates an anonymous glob and returns a reference to it. Such a glob reference can be used as a file or directory handle.
For backward compatibility with older implementations that didnt support anonymous globs, Symbol::ungensym is also provided. But it doesnt do anything.
Symbol::geniosym creates an anonymous IO handle. This can be assigned into an existing glob without affecting the non-IO portions of the glob.
Symbol::qualify turns unqualified symbol names into qualified variable names (e.g. "myvar" -> "MyPackage::myvar"). If it is given a second parameter, qualify uses it as the default package; otherwise, it uses the package of its caller. Regardless, global variable names (e.g. "STDOUT", "ENV", "SIG") are always qualified with "main::".
Qualification applies only to symbol names (strings). References are left unchanged under the assumption that they are glob references, which are qualified by their nature.
Symbol::qualify_to_ref is just like Symbol::qualify except that it returns a glob ref rather than a symbol name, so you can use the result even if use strict refs is in effect.
Symbol::delete_package wipes out a whole package namespace. Note this routine is not exported by default--you may want to import it explicitly.
<<lessSYNOPSIS
use Symbol;
$sym = gensym;
open($sym, "filename");
$_ = ;
# etc.
ungensym $sym; # no effect
# replace *FOO{IO} handle but not $FOO, %FOO, etc.
*FOO = geniosym;
print qualify("x"), "n"; # "Test::x"
print qualify("x", "FOO"), "n" # "FOO::x"
print qualify("BAR::x"), "n"; # "BAR::x"
print qualify("BAR::x", "FOO"), "n"; # "BAR::x"
print qualify("STDOUT", "FOO"), "n"; # "main::STDOUT" (global)
print qualify(*x), "n"; # returns *x
print qualify(*x, "FOO"), "n"; # returns *x
use strict refs;
print { qualify_to_ref $fh } "foo!n";
$ref = qualify_to_ref $name, $pkg;
use Symbol qw(delete_package);
delete_package(Foo::Bar);
print "deletedn" unless exists $Foo::{Bar::};
Symbol::gensym creates an anonymous glob and returns a reference to it. Such a glob reference can be used as a file or directory handle.
For backward compatibility with older implementations that didnt support anonymous globs, Symbol::ungensym is also provided. But it doesnt do anything.
Symbol::geniosym creates an anonymous IO handle. This can be assigned into an existing glob without affecting the non-IO portions of the glob.
Symbol::qualify turns unqualified symbol names into qualified variable names (e.g. "myvar" -> "MyPackage::myvar"). If it is given a second parameter, qualify uses it as the default package; otherwise, it uses the package of its caller. Regardless, global variable names (e.g. "STDOUT", "ENV", "SIG") are always qualified with "main::".
Qualification applies only to symbol names (strings). References are left unchanged under the assumption that they are glob references, which are qualified by their nature.
Symbol::qualify_to_ref is just like Symbol::qualify except that it returns a glob ref rather than a symbol name, so you can use the result even if use strict refs is in effect.
Symbol::delete_package wipes out a whole package namespace. Note this routine is not exported by default--you may want to import it explicitly.
Download (0.015MB)
Added: 2007-05-14 License: Perl Artistic License Price:
894 downloads
PCMan File Manager 0.3.2.2
PCMan File Manager is a lightweight file manager which features tabbed browsing. more>>
PCMan File Manager is a lightweight file manager which features tabbed browsing.
Main features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
<<lessMain features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
Download (0.41MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
647 downloads
Sphene Community Tools 0.2
Sphene Community Tools project contains a collection of Django applications that are designed to be easily pluggable. more>>
Sphene Community Tools project contains a collection of Django applications that are designed to be easily pluggable into any Django project.
It currently consists of a Wiki and a Board application. It contains an example project that allows users to create a community Web site containing the Wiki and Board applications without any further coding/configuration changes.
Enhancements:
- This release adds support for generating PDFs from wiki snips, allows modifications by anonymous users using captchas, adds a new redirect wiki macro to create aliases for snip names, and adds other minor feature enhancements and bugfixes.
<<lessIt currently consists of a Wiki and a Board application. It contains an example project that allows users to create a community Web site containing the Wiki and Board applications without any further coding/configuration changes.
Enhancements:
- This release adds support for generating PDFs from wiki snips, allows modifications by anonymous users using captchas, adds a new redirect wiki macro to create aliases for snip names, and adds other minor feature enhancements and bugfixes.
Download (0.094MB)
Added: 2007-07-01 License: BSD License Price:
845 downloads

Kommute 0.20
Kommute is a cross platfrom file sharing client using the anonymous network MUTE. Developped using C++ and Qt. For windows and linux, portable to other environments. You can try it by following the installation instructions below. more>>
Kommute 0.20 brings a handy tool to share file using the anonymous network MUTE. Developped using C++ and Qt. For windows and linux, portable to other environments. You can try it by following the installation instructions below.
Major Features:
- Kommute use the anonymous network MUTE. Protecting your privacy.
- Kommute is multisource. Allowing a good download speed.
- Kommute is fully compatible with MUTE. So you can download files shared by MUTE customers, and vice versa.
- Kommute uses the "swarming". This means that it loads portions of the file you want in the middle of the file. Thus the hosts who have entrusted a part of the file can send it, and if the original source disappears before someone else has downloaded the entire file, it is still possible to get the complete file.
- Kommute allow to start multiple search. You can then navigate between the different tabs.
- Kommute has a two level search system. You first start a search for keywords. Then you can filter the results with a regular expression.
- Swarming
- Multiple simultaneous downloads / uploads
- Multi-source downloads
- Download Resuming
- Point-to-Point traffic encryption with RSA/AES
- Multiple shared folders
- Multi-language user interface
- Search Filter
- Graphical User Interface written with Qt4 toolkit
- Styles support
- Stylesheet support
Added: 2009-07-23 License: GPL Price: FREE
11 downloads
Plone Comments 2.2.1
Plone Comments provides a product developed to improve moderation of comments in Plone. more>>
Plone Comments provides a product developed to improve moderation of comments in Plone.
Main features:
- Notify admin about comment posted
- Moderation of comments, approval of comments
- Anonymous commenting
- Added Name field to comment form, it is required for anonymous comments
- Article author can be notified about new comment after the approval by reviewer
- List of recent comments for more comfortable moderation
- Configlet that allow:
- Turning on/off Moderation
- Turning on/off Manager notification
- Turning on/off Editor notification
- Turning on/off Anonymous Commenting
- Configure admin e-mail for notifications
- Configure notification subject
Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to DiscussionManager group of users.
To differentiate between logged-in (registered) commentors and Anonymous commentors that pretend to be one person or other one, we use Boldness of name. The Comment author is in bold when posted by logged in member. The names provided when posting Anonymously are in plain text.
Notification subject control allows to enter custom prefix to disctinct nofifications comming from different sites.
Usage
One of possible UseCases:
- Moderation is enabled and authors notification is turned on.
- New comment posted in private state.
- Notification is sent to the emails entered in Plone Comments configlet.
- Moderator User with DiscussionManager role see the comment.
- The comment can be deleted or published on modaration stage.
- When comment is published notification is sent to Article Editor.
Enhancements:
- Ukrainian translation added
- added qPloneCaptchas-1.0 integration/compatibility
- fixed reinstall procedure
<<lessMain features:
- Notify admin about comment posted
- Moderation of comments, approval of comments
- Anonymous commenting
- Added Name field to comment form, it is required for anonymous comments
- Article author can be notified about new comment after the approval by reviewer
- List of recent comments for more comfortable moderation
- Configlet that allow:
- Turning on/off Moderation
- Turning on/off Manager notification
- Turning on/off Editor notification
- Turning on/off Anonymous Commenting
- Configure admin e-mail for notifications
- Configure notification subject
Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to DiscussionManager group of users.
To differentiate between logged-in (registered) commentors and Anonymous commentors that pretend to be one person or other one, we use Boldness of name. The Comment author is in bold when posted by logged in member. The names provided when posting Anonymously are in plain text.
Notification subject control allows to enter custom prefix to disctinct nofifications comming from different sites.
Usage
One of possible UseCases:
- Moderation is enabled and authors notification is turned on.
- New comment posted in private state.
- Notification is sent to the emails entered in Plone Comments configlet.
- Moderator User with DiscussionManager role see the comment.
- The comment can be deleted or published on modaration stage.
- When comment is published notification is sent to Article Editor.
Enhancements:
- Ukrainian translation added
- added qPloneCaptchas-1.0 integration/compatibility
- fixed reinstall procedure
Download (0.037MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
943 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 anonymous browsing 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