Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed
to allow you to read news from any location, while feeling as close to a
real desktop application as possible.
- Supports RSS, RDF, Atom feeds using Magpie library
- Supports OPML import/export
- Supports keyboard shortcuts
- Supports article scoring
[etc,etc]
The major changes compared to the Kronolith version H3 (2.3) are:
* Added script to import events from SquirrelMail calendars.
* Added option to manually change attendee responses.
* Improved holidays support.
* Many minor bug fixes.
This wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.
This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.
martynas@ ok
WebOb provides wrappers around the WSGI request environment, and
an object to help create WSGI responses.
The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.
martynas@ ok
Web Helpers is a library of helper functions intended to make writing
templates in web applications easier. It's the standard function
library for Pylons and TurboGears 2. It also contains a large
number of functions not specific to the web, including text processing,
number formatting, date calculations, container objects, etc.
martynas@ ok.
This package provides a WSGI middleware component which aggregates
profiling data across *all* requests to the WSGI application. It
provides a web GUI for viewing profiling data.
martynas@ ok.
The PHP OpenID library lets you enable OpenID authentication on sites
built using PHP. It features the OpenID consumer, Store implementations,
and an OpenID server.
feedback and ok sthen@, additional help from todd@, thanks!
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play
media in a browser. It should work with all browsers on Unix-like
systems that use the NS4 API (Seamonkey, Firefox, Epiphany, etc).
from David Coppa (MAINTAINER) with some tweaks
Routes is a Python re-implementation of the Rails routes system for
mapping URL's to Controllers/Actions and generating URL's. Routes
makes it easy to create pretty and concise URL's that are RESTful
with little effort.
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
to their php.ini file in a SAPI independent way. This way can easily run
more instances of httpd with different php configs.
Idea after a discussion with "L. V. Lammert" <lvl@omnitec.net>
the half of gnome compile again there. It still SIGBUS'es at runtime
though, but maybe someday i'll find the correct fix.
Ah, and did i mention it takes eleven hours to build on a dual-usIIIi
@1Ghz, and that DEBUG=-g is impossible because it eats all memory ?
porters, please add your run_depends *after* all build and lib depends
have been resolved
On a side note, I don't know if we really need to run_depends on firefox
as supposedly this plug-in should work with other mozilla-based
browsers... but that's just my guess.
- install plugins into a more appropriate directory (prodded by claudio@,
done with help from martynas@)
- fix mplayer zombie and firefox freeze when closing a movie,
with mplayer still playing it.
this makes mplayerplug-in work as it should've.
from mikolaj kucharski, thanks!
Piwik is an open source (GPL licensed) web analytics software program.
It provides you with detailed reports on your website visitors: the
search engines and keywords they used, the language they speak, your
popular pages....and so much more.
Piwik aims to be an open source alternative to Google Analytics.
thanks to sthen@ for hosting the distfile (upstream only has last.zip...)
CGI::Application::Plugin::ValidateRM helps to validate web forms when
using the CGI::Application framework and the Data::FormValidator module.
from Mikolaj Kucharski
CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules. Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request. In other words, the config file is not
parsed until it is actually needed. The Config::Auto package provides
the framework for this plugin.
from Mikolaj Kucharski
HTML::FormFu is a HTML form framework which aims to be as easy as
possible to use for basic web forms, but with the power and flexibility
to do anything else you might want to do (as long as it involves forms).
You can configure almost any part of formfu's behaviour and output. By
default formfu renders "XHTML 1.0 Strict" compliant markup, with as
little extra markup as possible, but with sufficient CSS class names to
allow for a wide-range of output styles to be generated by changing only
the CSS.
HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.
In addition to the HTML generation functions, utility functions are
provided to:
* encode and decode URL encoded strings
* entity encode HTML
* build query strings
* JSON encode data structures
The swish extension is an object oriented PHP interface to the swish-e C
library. This can be used to access search indexes from your PHP code
avoiding the need to run the swish-e binary for searching.
b) it's buggy and c) there are better plugins these days that do specific
jobs way better."
He suggests removing it entirely if there are no objections.
Merb-Slices is a Merb plugin for using and creating application 'slices' which
help you modularize your application. Usually these are reusable extractions
from your main app. In effect, a Slice is just like a regular Merb MVC
application, both in functionality as well as in structure.