cold click zones.
Features:
- Few function calls to log a click, no server load rise should be noticed
- A keyword is used to define the page upon Javascript code load
- Screen sizes and browsers are logged
WWW: http://www.labsmedia.com/clickheat/index.html
The IkiWiki editpage form now uses the raw page name, not the page
title, in its 'page' cgi parameter. You will need to rebuild any
existing ikiwiki installations in order to update their 'edit' links
to the new format.
Approved by: erwin (mentor, implicit)
Implements a simple, stateless and non-blocking HTTP client. It supports GET,
POST and other request methods, cookies and more, all on a very low level.
It can follow redirects supports proxies and automatically limits the number
of connections to the values specified in the RFC.
WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP
PR: ports/125342
Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) Change: the "none" parameter in the "ssl_session_cache" directive;
now this is default parameter.
Thanks to Rob Mueller.
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage.
*) Feature: the $hostname variable.
Thanks to Andrei Nigmatulin.
*) Feature: DESTDIR support.
Thanks to Todd A. Fisher and Andras Voroskoi.
*) Bugfix: if sub_filter and SSI were used together, then responses
might were transferred incorrectly.
*) Bugfix: large SSI inclusions might be truncated.
*) Bugfix: the "proxy_pass" directive did not work with the HTTPS
protocol; the bug had appeared in 0.6.9.
*) Bugfix: worker processes might not catch reconfiguration and log
rotation signals.
*) Bugfix: nginx could not be built on latest Fedora 9 Linux.
Thanks to Roxis.
*) Bugfix: a segmentation fault might occur in worker process on Linux,
if keepalive was enabled.
</ChangeLog>
MOINTYPE=STANDALONE, the old wiki.py is deprecated.
- Change the hint when making instances, add configuration
for static contents.
PR: 125210
Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer)
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) Bugfix: now if variables are used in the "access_log" directive a
request root existence is always tested.
*) Bugfix: the ngx_http_flv_module did not support several values in a
query string.
</ChangeLog>
Squatting is a web microframework written in Perl that is based on
Ruby's Camping. It originally used Continuity as its foundation, but it
has since been generalized such that it can squat on top of any
Perl-based web framework (in theory).
WWW: http://search.cpan.org/dist/Squatting/
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
in the *_DEPENDS, that way it will finding correct file when I tweak the
PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
The IkiWiki search plug-in now uses www/xapian-omega as backend
instead of textproc/hyperestraier. You will need to update the
configuration of any search enabled ikiwiki installations and
rebuild them since the search form has changed.
Approved by: erwin (mentor, implicit)
This package contains two index building utilities (omindex and
scriptindex) and a CGI search application (omega). These use the
Xapian search library to provide a search over a collection of
documents.
Approved by: erwin (mentor)