Danlann 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Danlann 1.2.0 (Default branch)
# 1  
Old 05-16-2008
Danlann 1.2.0 (Default branch)

Danlann is a command line photo Web gallerygenerator. It takes text gallery description filesand photos as an input and produces a nice lookingWeb gallery of photos. A generated Web gallery canbe efficiently uploaded to a hosting server usingrsync or an FTP client with mirror capability.License: GNU General Public License (GPL)Changes:
Pages are generated using the StringTemplatelibrary, and this allows easier templatecustomization. A photo index is generated withouttables on the album page. Links in album and photodescriptions are parsed and converted into HTMLlinks. CSS simplification and improvements weremade. EXIF displaying was reimplemented usingJQuery. The idea of multiple photo views wasdiscarded.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MojoMojo::Controller::Jsrpc(3pm)			User Contributed Perl Documentation			  MojoMojo::Controller::Jsrpc(3pm)

NAME
MojoMojo::Controller::Jsrpc - Various JSRPC functions. SYNOPSIS
This is the Mojo powering our AJAX features. DESCRIPTION
This controller dispatches various data to ajax methods in mojomojo These methods will be called indirectly through javascript functions. ACTIONS
render ( /.jsrpc/render ) Edit uses this to get live preview. It gets some content in params->{content} and runs it through the formatter chain. child_menu ( /.jsrpc/child_menu?page_id=$page_id ) Returns a list of children for the page given by the page_id parameter, formatted for inclusion in a vertical tree navigation menu. diff ( /.jsrpc/diff ) Loads diff on demand. Takes an absolute revision number as arg, and diffs it against the previous version. submittag ( /.jsrpc/submittag ) Add a tag through form submit tag ( /.jsrpc/tag ) Add a tag to a page. Returns a list of yours and popular tags. untag ( /.jsrpc/untag ) Remove a tag from a page. Returns a list of yours and popular tags. imginfo ( .jsrpc/imginfo ) Inline info on hover for gallery photos. usersearch ( .jsrpc/usersearch ) Backend that handles jQuery autocomplete requests for users. set_permissions ( .jsrpc/set_permissions ) Sets page permissions. clear_permissions ( .jsrpc/clear_permissions ) Clears this page permissions for a given role (making permissions inherited). validate_perm_edit Validates if the user is able to edit permissions and if a role was supplied. AUTHOR
Marcus Ramberg <mramberg@cpan.org>, David Naughton <naughton@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-07-20 MojoMojo::Controller::Jsrpc(3pm)