site summary
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1828
Summary 1.0
Summary is a project that offers mass view and edit content in a summary table. more>>
Summary is a project that offers mass view and edit content in a summary table.
Summary product adds a new field type "SummaryField". SummaryField allows viewing and editing data collected from other content objects. Data is displayed as a table which acts as a shortcut for quick overviews and mass editing.
Main features:
- Collect information from other objects
- Display it in easy-to-digest table form
- Edit data without the need of going through many clicks to the object edit view
- Mass review content based on author name and content title
- Spreadsheet kind of data input
- Replace some Smart Folders use cases with a possibility to edit values too
- Default action is to collect and edit data from child content objects and their fields. Content objects appear as rows and field appear as column in the resulting table.
- Provides a flexible API for custom storage backends and use cases
- Different computed values can be placed to the summary table
- Per cell edit control disabling - no accidental misedits of already valid data
- Per cell input value validation
- Out-of-box supported field and widget types
- Text fields
- Integer fields
- Floating point fields
- Selection list fields
<<lessSummary product adds a new field type "SummaryField". SummaryField allows viewing and editing data collected from other content objects. Data is displayed as a table which acts as a shortcut for quick overviews and mass editing.
Main features:
- Collect information from other objects
- Display it in easy-to-digest table form
- Edit data without the need of going through many clicks to the object edit view
- Mass review content based on author name and content title
- Spreadsheet kind of data input
- Replace some Smart Folders use cases with a possibility to edit values too
- Default action is to collect and edit data from child content objects and their fields. Content objects appear as rows and field appear as column in the resulting table.
- Provides a flexible API for custom storage backends and use cases
- Different computed values can be placed to the summary table
- Per cell edit control disabling - no accidental misedits of already valid data
- Per cell input value validation
- Out-of-box supported field and widget types
- Text fields
- Integer fields
- Floating point fields
- Selection list fields
Download (0.12MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
Mail::Summary 0.02
Mail::Summary is a Perl module that can scan read your mail! more>>
Mail::Summary is a Perl module that can scan read your mail!
SYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
<<lessSYNOPSIS
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
my @mail_summaries = $ms->summaries;
Too busy to read your mail? Subscribe to too many mailing lists? Take two folders into the shower? Well, for the busy on the go geek of today, here is the answer! Get all your messages summarised, to save you having to read them, or to read them by which summary looks better!
new
my $ms = Mail::Summary->new({ maildir => /home/mwk/Maildir });
This will make a new Mail::Summary object.
maildir
my $maildir = $ms->maildir;
This is the mail directory as defined by the user.
summaries
my @mail_summaries = $ms->summaries;
This will return a list, with every entry in the list being a summary of an individual message.
Download (0.003MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1054 downloads
Project Summary Doclet 1.01
Project Summary Doclet is small a doclet that extracts release info and links report items to SF tracker items. more>>
Project Summary Doclet project is a doclet that extracts release info and links report items to SF tracker items.
It creates a flat report that contains summaries of changes, known bugs, and tasks.
The default output format is HTML, and the way reports are generated may be modified easily by using a simple properties file.
It supplements the existing SourceForge.net project tracker infrastructure with the ability to automatically link report items to their corresponding tracker items.
Enhancements:
- All report texts have been transformed to text patterns and are now stored in a properties file
- A navigation bar was added in the beginning and end to point to the different sections.
Usage:
javadoc -d [output (initial) directory] -doclet antey.doclet.SummaryDoclet -docletpath [path to projects build directory] [files to process]
<<lessIt creates a flat report that contains summaries of changes, known bugs, and tasks.
The default output format is HTML, and the way reports are generated may be modified easily by using a simple properties file.
It supplements the existing SourceForge.net project tracker infrastructure with the ability to automatically link report items to their corresponding tracker items.
Enhancements:
- All report texts have been transformed to text patterns and are now stored in a properties file
- A navigation bar was added in the beginning and end to point to the different sections.
Usage:
javadoc -d [output (initial) directory] -doclet antey.doclet.SummaryDoclet -docletpath [path to projects build directory] [files to process]
Download (0.010MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1121 downloads
Site Tools 1.0
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation and many others. more>>
Site Tools is a collection of Modules for perl that allow easy template integration, SQL forms creation, tables, sessions, and various other things that make web development a little easier to manage. Requires the SQLObject and PObject classes available on my project page. I have stopped developing these classes in favor of the Template Toolkit, it is a lot more robust and mod_perl aware, please use that instead.
To install everyhthing, follow the next instructions:
perl Makefile.PL
make
make test
make install
Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.
<<lessTo install everyhthing, follow the next instructions:
perl Makefile.PL
make
make test
make install
Basic documentation can be found through perldoc Site. It has pointers to other modules to look at.
Download (0.053MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
828 downloads
SyslogScan::Summary 0.32
SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. more>>
SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail.
SYNOPSIS
Use SyslogScan::Summary;
Use SyslogScan::DeliveryIterator;
my $iter = new SyslogScan::DeliveryIterator(syslogList =>
[/var/log/syslog]);
my $summary;
if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON)
{
# feed a series of SyslogScan::Delivery objects
$summary = new SyslogScan::Summary();
my $delivery;
while ($delivery = $iter -> next())
{
$summary -> registerDelivery($delivery);
# You would instead use:
# $summary -> registerDelivery($delivery,foo.com.$)
# if you only cared to get statistics relating to how
# much mail users at foo.com sent or received.
}
}
else
{
# slurps up all deliveries in the iterator,
# producing the same effect as the block above
$summary = new SyslogScan::Summary($iter);
}
print $summary -> dump();
use SyslogScan::Usage;
my $usage = $$summary{john_doe@foo.com};
if (defined $usage)
{
print "Here is the usage of John Doe at foo.com:n";
print $usage -> dump();
}
else
{
print "John Doe has neither sent nor received messages lately.n";
}
<<lessSYNOPSIS
Use SyslogScan::Summary;
Use SyslogScan::DeliveryIterator;
my $iter = new SyslogScan::DeliveryIterator(syslogList =>
[/var/log/syslog]);
my $summary;
if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON)
{
# feed a series of SyslogScan::Delivery objects
$summary = new SyslogScan::Summary();
my $delivery;
while ($delivery = $iter -> next())
{
$summary -> registerDelivery($delivery);
# You would instead use:
# $summary -> registerDelivery($delivery,foo.com.$)
# if you only cared to get statistics relating to how
# much mail users at foo.com sent or received.
}
}
else
{
# slurps up all deliveries in the iterator,
# producing the same effect as the block above
$summary = new SyslogScan::Summary($iter);
}
print $summary -> dump();
use SyslogScan::Usage;
my $usage = $$summary{john_doe@foo.com};
if (defined $usage)
{
print "Here is the usage of John Doe at foo.com:n";
print $usage -> dump();
}
else
{
print "John Doe has neither sent nor received messages lately.n";
}
Download (0.037MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
Site Editor 0.5
Site Editor is a CGI script which allows a user to manage their web space without needing ftp access. more>>
Site Editor is a CGI script which allows a user to manage their web space without needing ftp access.
With only a web browser you can browse your web space, edit text files, upload files, and create and remove directories. Site Editor also has ZIP support making it easy to grab an entire directory tree.
Site Editor is completely functional but is missing some features and polish which would make it easier to use. Currently it requires access control to be handled by the web server. On top of this the code is a little raw, hence this is not a 1.0 release.
To configure for your system the "site_editor" script needs to be modified slightly. In the "Config" section edit the following variables:
$BASE_DIR Root directory for editing files.
$BASE_URL Web location for $BASE_DIR files. Can be relative or absolute.
$TITLE Title prefix to be used for each page.
$ICON_URL Location of icons. It may be relative or absolute.
$ZIP The full path to your Info-ZIP binary. Comment to disable.
I have included a simple patch to Apaches suexec which will allow the script to be root owned. With suexec and the script owned by root the user wont be able to modify the scripts configuration but will still be able to create and modify their own files.
Any comments and suggestions are welcome.
<<lessWith only a web browser you can browse your web space, edit text files, upload files, and create and remove directories. Site Editor also has ZIP support making it easy to grab an entire directory tree.
Site Editor is completely functional but is missing some features and polish which would make it easier to use. Currently it requires access control to be handled by the web server. On top of this the code is a little raw, hence this is not a 1.0 release.
To configure for your system the "site_editor" script needs to be modified slightly. In the "Config" section edit the following variables:
$BASE_DIR Root directory for editing files.
$BASE_URL Web location for $BASE_DIR files. Can be relative or absolute.
$TITLE Title prefix to be used for each page.
$ICON_URL Location of icons. It may be relative or absolute.
$ZIP The full path to your Info-ZIP binary. Comment to disable.
I have included a simple patch to Apaches suexec which will allow the script to be root owned. With suexec and the script owned by root the user wont be able to modify the scripts configuration but will still be able to create and modify their own files.
Any comments and suggestions are welcome.
Download (0.011MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1203 downloads
Mail::Summary::Tools 0.05
Mail::Summary::Tools are tools for mailing list summarization. more>>
Mail::Summary::Tools are tools for mailing list summarization.
SYNOPSIS
# create a summary from anything Mail::Box can open.
# you may also programatically create summary objects and serialize
# them if you dont have the threads in a standard mail format.
% mailsum create --dates --posters --clean -i foo.mbox -o summary.yaml
# edit the text in your editor, if you dont like YAML files
% mailsum edit --skip --dates --posters --links --archive gmane summary.yaml
# create pretty outputs
% mailsum totext --shorten -a google summary.yaml > summary.txt
% mailsum tohtml --archive google summary.yaml > summary.html
This distribution contains numerous classes useful for creating summaries, and an App::Cmd based frontend to those classes.
The main usage is illustrated in the "SYNOPSIS" section.
<<lessSYNOPSIS
# create a summary from anything Mail::Box can open.
# you may also programatically create summary objects and serialize
# them if you dont have the threads in a standard mail format.
% mailsum create --dates --posters --clean -i foo.mbox -o summary.yaml
# edit the text in your editor, if you dont like YAML files
% mailsum edit --skip --dates --posters --links --archive gmane summary.yaml
# create pretty outputs
% mailsum totext --shorten -a google summary.yaml > summary.txt
% mailsum tohtml --archive google summary.yaml > summary.html
This distribution contains numerous classes useful for creating summaries, and an App::Cmd based frontend to those classes.
The main usage is illustrated in the "SYNOPSIS" section.
Download (0.042MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1060 downloads
Web Site Robot 2.4
Web Site Robot is an easy to use Web site builder with a blog tool. more>>
Web Site Robot is an easy to use Web site builder with a blog tool, shopping cart, and online photo album. It is free and does not require additional software, HTML, programming, or a hosting company.
It enables secure online payments with credit cards. There is virtually unlimited storage space for HTML, documents, blogs, photos, music, videos, or any multimedia content.
Enhancements:
- The Robot is now able to discover and inform UPnP routers about its presence and the need to have a NAT port available for its Web server.
- In most SOHO environments with UPnP enabled routers, manual configuration is not needed.
- The operator just installs, registers the Robot and the Web site is online effortlessly.
<<lessIt enables secure online payments with credit cards. There is virtually unlimited storage space for HTML, documents, blogs, photos, music, videos, or any multimedia content.
Enhancements:
- The Robot is now able to discover and inform UPnP routers about its presence and the need to have a NAT port available for its Web server.
- In most SOHO environments with UPnP enabled routers, manual configuration is not needed.
- The operator just installs, registers the Robot and the Web site is online effortlessly.
Download (26MB)
Added: 2005-09-13 License: Freeware Price:
3097 downloads
DBD::Informix::Summary 2007.0226
DBD::Informix::Summary is an updated version of the information about DBD::Informix in the DBI book. more>>
DBD::Informix::Summary is an updated version of the information about DBD::Informix in the DBI book.
Main features:
- Transactions Yes, if enabled when database was created
- Locking Yes, implicit and explicit
- Table joins Yes, inner and outer
- LONG/LOB data types Yes, upto 2GB
- Statement handle attributes available After prepare()
- Placeholders Yes, "?" (native)
- Stored procedures Yes
- Bind output values Yes
- Table name letter case Configurable
- Field name letter case Configurable
- Quoting of otherwise invalid names Yes, via double quotes
- Case insensitive "LIKE" operator No
- Server table ROW ID pseudocolumn Yes, "ROWID"
- Positioned update/delete Yes
- Concurrent use of multiple handles Unrestricted
<<lessMain features:
- Transactions Yes, if enabled when database was created
- Locking Yes, implicit and explicit
- Table joins Yes, inner and outer
- LONG/LOB data types Yes, upto 2GB
- Statement handle attributes available After prepare()
- Placeholders Yes, "?" (native)
- Stored procedures Yes
- Bind output values Yes
- Table name letter case Configurable
- Field name letter case Configurable
- Quoting of otherwise invalid names Yes, via double quotes
- Case insensitive "LIKE" operator No
- Server table ROW ID pseudocolumn Yes, "ROWID"
- Positioned update/delete Yes
- Concurrent use of multiple handles Unrestricted
Download (0.27MB)
Added: 2007-08-08 License: Perl Artistic License Price:
808 downloads
site-C-ing 0.0.1
site-C-ing is a web development environment akin to HTML::Mason, but it does to c++ what HTML::Mason does to Perl. more>>
site-C-ing is a web development environment akin to HTML::Mason, but it does to c++ what HTML::Mason does to Perl. I used to use HTML::Mason at some point, but one day I decided that c++ would be more native environment for me and, besides, that would save me some 50M of RAM on the server.
site-C-ing is still at the early stage of development or even proof of concept, but works well enough to get this site running.
Briefly, site-C-ing takes your html with some special tags, preprocesses it, feeds to the c++ compiler (possibly on the fly, but you dont want to do it on the fly on your production server) and then serves it to the user using the .so shared objects the compiler produces. Thats it.
There is no extensive documentation at the moment, but to get the picture of what it is about along with some examples, you can visit the site-C-ing showcase site. You can even download the code for the sample site and try it for yourself (along with site-C-ing, of course).
Now let me get to the point where I explain why you dont want to use site-C-ing:
It is still at the early stage of development and some syntax and maybe even some concepts are likely to change in the future releases.
Nothing is done to ensure security (although youre always free to chroot whatever you want to chroot).
Nothing is done to make it portable yet (although it does work on FreeBSD).
Once you go for site-C-ing you cant brag about employing the modern technologies like J2EE, etc.
You wont be using so familiar, but aesthetically displeasing everones darling PHP.
So, to sum it all up: no, you dont want to change to site-C-ing and the only answer to your question why am I doing it is: for the sake of beauty.
<<lesssite-C-ing is still at the early stage of development or even proof of concept, but works well enough to get this site running.
Briefly, site-C-ing takes your html with some special tags, preprocesses it, feeds to the c++ compiler (possibly on the fly, but you dont want to do it on the fly on your production server) and then serves it to the user using the .so shared objects the compiler produces. Thats it.
There is no extensive documentation at the moment, but to get the picture of what it is about along with some examples, you can visit the site-C-ing showcase site. You can even download the code for the sample site and try it for yourself (along with site-C-ing, of course).
Now let me get to the point where I explain why you dont want to use site-C-ing:
It is still at the early stage of development and some syntax and maybe even some concepts are likely to change in the future releases.
Nothing is done to ensure security (although youre always free to chroot whatever you want to chroot).
Nothing is done to make it portable yet (although it does work on FreeBSD).
Once you go for site-C-ing you cant brag about employing the modern technologies like J2EE, etc.
You wont be using so familiar, but aesthetically displeasing everones darling PHP.
So, to sum it all up: no, you dont want to change to site-C-ing and the only answer to your question why am I doing it is: for the sake of beauty.
Download (0.37MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1184 downloads
PHP TopSites 2.1
PHP TopSites provides a PHP/MySQL-based customizable TopList script. more>>
PHP TopSites provides a PHP/MySQL-based customizable TopList script.
PHP TopSites is a PHP/MySQL-based customizable TopList script. Main features include: Easy configuration config file; MySQL database backend; unlimited categories, Site rating on incoming votes; Special Rating from Webmaster; anti-cheating gateway; Random link; Lost password function; Webmaster Site-approval; Edit site; ProcessingTime display; Cookies Anti-Cheating; Site Reviews; Linux Cron Free; Frame Protection and much more.
Main features:
- Unlimited Number of Sites.
- Unlimited Number of Categories.
- Unlimited Number of Reviews for Each Site.
- Administrator Control Panel.
- Rating for Each Site.
- Stars Rating for Each Site.
<<lessPHP TopSites is a PHP/MySQL-based customizable TopList script. Main features include: Easy configuration config file; MySQL database backend; unlimited categories, Site rating on incoming votes; Special Rating from Webmaster; anti-cheating gateway; Random link; Lost password function; Webmaster Site-approval; Edit site; ProcessingTime display; Cookies Anti-Cheating; Site Reviews; Linux Cron Free; Frame Protection and much more.
Main features:
- Unlimited Number of Sites.
- Unlimited Number of Categories.
- Unlimited Number of Reviews for Each Site.
- Administrator Control Panel.
- Rating for Each Site.
- Stars Rating for Each Site.
Download (0.072MB)
Added: 2007-04-26 License: Freeware Price:
912 downloads
PHP/Mysql Site Builder 0.2.1
PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. more>>
PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site.
PHPBuilder is free software, released under GNU GPL Licence version 2.0
(see COPYING file for details).
PHPBuilder is the result of many ideas, and code write by Luis Claudio
Gamboa Lopes.
For installation instructions, go and read INSTALL file, also remember
to read CREDITS file to know from where comes the things. The TODO file
is the list of features that Ill add in future versions, read it also.
Please, enjoy PHPBuilder and remember that this is free GPL software and
comes without any warranty and without technical support.
PHPBuilder isnt perfect, but your suggestions and feedback can help all
us to have a very well site builder system!
Enhancements:
- PHP 4.0 and MySQL 4.0 are now supported.
<<lessPHPBuilder is free software, released under GNU GPL Licence version 2.0
(see COPYING file for details).
PHPBuilder is the result of many ideas, and code write by Luis Claudio
Gamboa Lopes.
For installation instructions, go and read INSTALL file, also remember
to read CREDITS file to know from where comes the things. The TODO file
is the list of features that Ill add in future versions, read it also.
Please, enjoy PHPBuilder and remember that this is free GPL software and
comes without any warranty and without technical support.
PHPBuilder isnt perfect, but your suggestions and feedback can help all
us to have a very well site builder system!
Enhancements:
- PHP 4.0 and MySQL 4.0 are now supported.
Download (0.078MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
912 downloads
In The News 0.0.1
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories. more>>
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories.
Mouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.
<<lessMouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.
Download (0.003MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
852 downloads
Open Site Builder Tools 3.6.0
Open Site Builder Tools is a project that provides you with free software intended for professional web design. more>>
Open Site Builder Tools is a project that provides you with free software intended to facilitate your life as a professional web site developer.
Currently available tools include:
open site builder
site pages assembler. Merges content pages into a predefined template and produces target site by only replacing changed documents. Now includes sitemap generator
osb log analyzer
scans osb logs and displays list of modified files day by day, version by version. Each day activity is divided by project version and each version displays modified files sorted in descending order by the number of times the file was modified. So you can simply review development activity in each project version and know which files were most active
osb ftp uploader
uploads site pages from your development machine to the production server. Only the newer documents are uploaded. It also shows you the files on your target server that are missing in your development environment. This facilitates you the task of tracking moved / deleted files
<<lessCurrently available tools include:
open site builder
site pages assembler. Merges content pages into a predefined template and produces target site by only replacing changed documents. Now includes sitemap generator
osb log analyzer
scans osb logs and displays list of modified files day by day, version by version. Each day activity is divided by project version and each version displays modified files sorted in descending order by the number of times the file was modified. So you can simply review development activity in each project version and know which files were most active
osb ftp uploader
uploads site pages from your development machine to the production server. Only the newer documents are uploaded. It also shows you the files on your target server that are missing in your development environment. This facilitates you the task of tracking moved / deleted files
Download (0.028MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
553 downloads
Mail::Summary::Tools::YAMLCache 0.05
Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. more>>
Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix.
SYNOPSIS
use Mail::Summary::Tools::YAMLCache;
my $cache = Mail::Summary::Tools::YAMLCache->new(
file => Path::Class::file("/tmp/foo"),
);
$cache->get("foo:bar");
$cache->set("foo:bar", "moose");
This is a hacky implementation of the Cache API, suitable for caching long lived values, like shortened links, and links to google group threads (which require WWW::Mechanize under normal circumstances).
The main point of this module is to create a file that is easy to edit/alter/delete, not to be performant or multiprocess friendly.
<<lessSYNOPSIS
use Mail::Summary::Tools::YAMLCache;
my $cache = Mail::Summary::Tools::YAMLCache->new(
file => Path::Class::file("/tmp/foo"),
);
$cache->get("foo:bar");
$cache->set("foo:bar", "moose");
This is a hacky implementation of the Cache API, suitable for caching long lived values, like shortened links, and links to google group threads (which require WWW::Mechanize under normal circumstances).
The main point of this module is to create a file that is easy to edit/alter/delete, not to be performant or multiprocess friendly.
Download (0.042MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 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 site summary 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