Projects tagged ‘magnolia’


[4 total ]

0 Users

A custom module for Magnolia CMS based on the JAWR project which minifies and bundles css and js files. Here are some of the essential features Jawr offers out-of-the-box. Lightweight: Bundling ... [More] and compression is done once at server startup so there is no overhead to requests. Also, a cache component is available and enabled by default to serve resources directly from memory instead of from the filesystem. Built-in minification and postprocessing: Jawr includes JSMin and the YUI compressor, both from Yahoo!. A custom minificator for CSS is also included, although the YUI compressor can be used for CSS too. For each bundle, a customizable postprocessing chain is executed during startup. Relative URLs in CSS files are rewritten by a postprocessor so they keep working with a different relative path. It is also easy to create custom postprocessors to perform any modifications to your js and css files at deploy time. Proxy-friendly gzip support: For each bundle there are two URLs that point to a gzipped and a regular version of the resource. Since the URLs are be generated within a JSP, the request headers are analyzed to decide if the browser will support gzipping and the appropiate URL is written out. With this system, caching proxies will not be a problem since it works around known Internet Explorer problems with the VARY header. Caching enforcement: Jawr will try its best to force your clients to cache the resources. If a browser asks if a file changed, a 304 (not modified) header is sent back with no content. On the other hand, with Jawr you will be 100% sure that new versions of your bundles are downloaded by all clients. Every URL to your resources will include an automatically generated, content-based prefix that changes automatically whenever a resurce is updated. Once you deploy a new version, the URL to the bundle will change as well so it will be impossible that a client uses an older, cached version. [Less]
Created 3 months ago.

0 Users

The most recent versions of this are now hosted at my site http://svn.addictedtonew.com/public/libs/addicted-to-magnolia/
Created about 1 year ago.

0 Users

A scheduler module for Magnolia CMS which supports Groovy jobs, as well as native Magnolia's Command jobs. Based on the original magnolia-scheduler module (which in turn uses Quartz), it adds a nice ... [More] UI in Magnolia AdminCentral for creating and monitoring your jobs and support for jobs written in Groovy. Important notice To the two or three people :) who downloaded a version of this module previous to the 1.0.3, due to some incomplete configuration files the module would not show up in Magnolia AdminCentral menu. If you know your way around Magnolia it would be very easy to fix, anyway now it's also fixed in the latest release. Of course, due to some fortuitous circumstances the problem did not show up in the developer's machine until the third release. :) [Less]
Created 3 months ago.

0 Users

Aggregates personal online activity with plug-in based architecture.Agro is a small, streamlined, simple feed/activity aggregator. The (released) feature set is simple, but with the ability to write ... [More] your own plugins, the possibilities are endless. If you do write a plug-in, let me know and I'll include it in a source repo here. Currently supporting twitter, flickr, lastfm and delicious. Check the settings wiki page on how to 'install' agro. Default sources require django-tagging. (09/08/2008) Can now use signed calls to get non-public data, original_secret, etc from non-CC licensed photos!Set up an API_Key, and visit this page. (08/19/2008) Command line arguments! the ability to update only certain sources was added a while back, but now we can force update. see the wiki page (08/07/2008) Can now aggregate for multiple accounts on every plugin!(08/05/2008) Template tags added2 template tags have been added. see wiki page agro is developed on django trunk and is inspired by jellyroll (from Jacob Kaplan-Moss). [Less]
Created about 1 year ago.