of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).
With this package you can connect to a running instance of the validator and
retrieve the validation results (true|false) as well as the errors and warnings
for a a style sheet.
WWW: http://pear.php.net/package/Services_W3C_CSSValidator/
PR: ports/119833
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
hard-coded path. No PORTREVISION bump necessary as the default package
will remain the same.
PR: 119438
Submitted by: Terry Sposato <terry@sucked-in.com>
Approved by: Philip M. Gollucci (maintainer), garga (mentor)
open APIs. And you will need the Yahoo::BBAuth for some authentication
APIs. Before you use that, you have to register a appid and secret
for APIs request.
WWW: http://search.cpan.org/dist/Yahoo-Lifestyle/
- Diamanda Applications Set is a set of useful Django applications.
Currently there are such applications as Articles, News,
Forum (MyghtyBoard) and others.
PR: ports/119551
Submitted by: Oleg Ukraincev <oleg@ht-systems.ru> (maintainer)
Approved by: linimon (mentor)
and untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true.
The value to test is always the first (and often only) argument.
There are a number of other URI validation modules out there as well.
This one focuses on being fast, lightweight, and relatively 'real-world'.
i.e. it's good if you want to check user input, and don't need to parse
out the URI/URL into chunks.
Right now the module focuses on HTTP URIs, since they're arguably the most
common.
WWW: http://search.cpan.org/dist/Data-Validate-URI
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
lowercase search strings like in unpathced webalizer
default is to not lowercase search strings to honor intenational charsets.
Submitted by: Frank Altpeter
- adding default HTMLHead to sample.conf
HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Reported by: Lapo Luchini
adding, modifying and deleting them without editing the trac.ini file
directly.
This plugin is a cooperation between CodeResort.com and Optaros.com,
and is made freely available under a BSD license.
WWW: http://trac-hacks.org/wiki/CustomFieldAdminPlugin
PR: ports/119573
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
wiki markup. This enables users to switch between the WYSIWYG mode
and the standard wiki markup format, as needed.
WWW: http://trac-hacks.org/wiki/TracWysiwygPlugin
PR: ports/119571
Submitted by: Greg Larkin <glarkin at sourcehosting.net>
the features the FCGI::ProcManager posess itself, the FCGI::Spawn
is targeted as web server admin understandable instance for building
the own fastcgi server with copy-on-write memory sharing among forks
and with single input parameters like socket path and processes number.
Another thing to mention is that it is able to execute any file pointed
by Web server. So we have the daemon that is hot ready for hosting
providing.
WWW: http://search.cpan.org/dist/FCGI-ProcManager/
PR: ports/119010
Submitted by: Peter <peter at vereshagin.org>