JAWStats Web Statistics & Analytics 0.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JAWStats Web Statistics & Analytics 0.7 (Default branch)
# 1  
Old 01-25-2009
JAWStats Web Statistics & Analytics 0.7 (Default branch)

Image JAWStats is a site statistics and analytics package. It runs in conjunction with AWStats and produces clear and informative charts, graphs, and tables about your Web site visitors in your Web browser. It is very quick and easy to install. License: MIT/X Consortium License Changes:
A multi-language feature has been added. The "Keywords" and "Keyphrases" sections have been merged together as "Searches". Table paging and tag clouds have been added to the "Searches: Keywords" and "Searches: Keyphrases" sections. Modal Dialog boxes have been replaced with a scrolling top section. A bug with PHP's short-open-tag has been fixed. A "Site Name" string has been added to config.php, give your sites a more descriptive name than just a URL. Referrers > Referring Domains no longer have repeated entries. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OS X & Web Dev

Could someone recommend a good book? Regarding Unix and Mac os X? I know the OS is new, but Unix ain't. I would like to know more about setting up the webserver on my machine. All the HTML works fine, it's just when i try to execute a cgi, php or a pl script.. :( I have tried and tried to... (2 Replies)
Discussion started by: Chojin
2 Replies
Login or Register to Ask a Question
SVN::Web::RSS(3pm)					User Contributed Perl Documentation					SVN::Web::RSS(3pm)

NAME
SVN::Web::RSS - SVN::Web action to generate an RSS feed SYNOPSIS
In config.yaml actions: ... rss: class: SVN::Web::RSS action_menu: show: - file - directory link_text: (rss) head_only: 1 icon: /css/trac/feed-icon-16x16.png opts: publisher: address@domain ... DESCRIPTION
Generates an RSS feed of commits to a file or path in the Subversion repository. CONFIGURATION
The following options may be specified in config.yaml. publisher The e-mail address of the feed's publisher. This is placed in to the "<dc:publisher>" element in the RSS output. There is no default. If not specified then no "<dc:publisher>" element is included. Note: RSS dates have a specific format. Accordingly, the "timezone" and "timedate_format" configuration options are ignored by this action. OPTIONS
See SVN::Web::Log. TEMPLATE VARIABLES
See SVN::Web::Log. EXCEPTIONS
See SVN::Web::Log. COPYRIGHT
Copyright 2003-2004 by Chia-liang Kao "<clkao@clkao.org>". Copyright 2005-2007 by Nik Clayton "<nik@FreeBSD.org>". This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.14.2 2012-06-11 SVN::Web::RSS(3pm)