mod_log_firstbyte is a module for Apache 2.0 which allows you to log the
time between each request being read and the first byte of the response
served. Unlike the total serve time, this index of performance tells you how
long Apache actually spent loading the file off the disk or executing your
script: it's independent of client connection speed. It makes a great
performance benchmark for your server!
WWW: http://code.google.com/p/mod-log-firstbyte/
Changelog:
* String tokenization has been improved. For example, "c--" and "c#"
are now cosidered as words.
* A subdocument indexing technique has been implemented.
* LongestTextItems command has been added. Use it to specify the number
of longest text items to index.
* The support has been added for georgian-academy and georgian-ps
charsets.
* URL data preloading has been fixed for multi-DBAddr configurations.
* HTML parser is now skiping indexing within tags with visibility set to
"none" or "hidden" in "style" attribute.
* Subnet command has been fixed.
* $*(x) type of template meta-variable has been added. Use it to
HTML-escape value without search words highlighting.
* $(np) and $(p) have been fixed in "resbot" and "bottom" sections of
search template.
* PagesInGroup command has been added. Use it to specify the number of
additional pages from the same site when google-like groupping
is enabled.
* ServerWeight command has been fixed.
PR: ports/120677
Submitted by: Maxim Zakharov <maxime@maxime.net.ru>
(LCMS) designed with accessibility and adaptability in mind.
Administrators can install or update ATutor in minutes, develop custom
themes to give ATutor a new look, and easily extend its functionality
with feature modules. Educators can quickly assemble, package, and
redistribute Web-based instructional content, easily import prepackaged
content, and conduct their courses online. Students learn in an adaptive
learning environment.
PR: ports/120553
Submitted by: Wen heping <wenheping at gmail.com>
JEP-0025 or JEP-0124 server that allows persistent client connections
to a jabber server. It can be used for many things, but its main
purpose is to allow for stateless applications (ie web) a stateful
connection to jabber.
For more information about punjab see the following URL :
WWW: http://www.butterfat.net/wiki/Projects/PunJab
PR: ports/94024
Submitted by: jodocus <jodocus at jodocus.org>
Find a relative path from START_DIR to END_PATH.
Prints the relative path on standard out.
If -d DIR, then only emit a relative path if both
START_DIR and END_PATH are sub-directories of DIR;
otherwise, emit an absolute path to END_PATH.
PR: ports/67308
Submitted by: Volker Werth <volker@vwsoft.com>
Removes all comments and (optionally) whitespace from an input file.
Writes result on stdout.
PR: ports/67307
Submitted by: Volker Werth <volker@vwsoft.com>
Typically used as part of a postcommit script, it will automatically
create a .tar.gz file for every commit to a specified path.
PR: ports/120640
Submitted by: Greg Larkin <glarkin at sourcehosting.net>