Drool (Drupal Tool) 2.0.b1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Drool (Drupal Tool) 2.0.b1 (Default branch)
# 1  
Old 12-22-2008
Drool (Drupal Tool) 2.0.b1 (Default branch)

Drool is a command-line tool that automates themundane tasks of managing Drupal Web sites on aserver and also offers a few more novel features.It can create new sites, install modules andthemes directly from drupal.org, and clone oneDrupal site to another. It helps you rapidlydesign themes by automatically skinning images(i.e. chopping and slicing them up for CSSscaling) onto regions of a theme.License: GNU General Public License (GPL)Changes:
Some minor feature enhancements were added to thecore and interface. It's now easier to manage moresites, since Drupal installations can go underhierarchical folder structures.Image

Image

More...
Login or Register to Ask a Question

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

NAME
Kwiki::Command - Kwiki Command Line Tool Module SYNOPSIS
> kwiki -new mykwiki > cd mykwiki > kwiki -install Kwiki::RecentChanges Kwiki::Archive::Rcs Kwiki::Revisions > vim config.yaml > kwiki -update > kwiki -remove RecentChanges > kwiki -new_view admin DESCRIPTION
Kwiki::Command is the module that does all the work of the "kwiki" command line tool. You can use "kwiki" to install a new Kwiki, to update a Kwiki configuration, to add and remove Kwiki plugins and to download Kwiki plugins from CPAN. When you download the CPAN modules they can either be installed in the system Perl libraries or locally right in your kwiki dist. This is useful if you don't have root permissions for your installation. USAGES
There are many different commands you can do with the "kwiki" command line tool. o -new Create a new kwiki with the command: kwiki -new You must be inside an empty directory. Alternatively you can say: kwiki -new path/to/kwiki The target directory must be empty or must not exist yet. AUTHOR
Brian Ingerson <INGY@cpan.org> COPYRIGHT
Copyright (c) 2004. Brian Ingerson. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.12.4 2011-09-17 Kwiki::Command(3pm)