crowd-control 67 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News crowd-control 67 (Default branch)
# 1  
Old 05-03-2008
crowd-control 67 (Default branch)

Image crowd-control is a secure online event booking system for organizations managing members' availability to attend (or work at) events. License: GNU General Public License v3 Changes:
This pre-alpha version contains around 80% of the final functionality. Stable features include sign-up and authorization, event creation and attributes, user admin, email notifications, event freeze, and user assignment.Image

More...
Login or Register to Ask a Question

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

NAME
DhMakePerl::Command::refresh - dh-make-perl refresh implementation DESCRIPTION
This module implements the refresh command of dh-make-perl(1). METHODS
execute Provides refresh command implementation. add_quilt( $control ) Plugs quilt into debian/rules and debian/control. Depends on debian/rules being in DH7 three-liner format. Also adds debian/README.source documenting quilt usage. drop_quilt( $control ) removes quilt from debian/rules. Expects that was used to add quilt to debian/rules. If debian/README.source exists, references to quilt are removed from it (and the file removed if empty after that). Both dh7-style ("dh --with=quilt") and old-fashioned ("$(QUILT_STAMPFN)" target dependency) are supported. COPYRIGHT &; LICENSE Copyright (C) 2008, 2009, 2010 Damyan Ivanov <dmn@debian.org> Copyright (C) 2010 gregor herrmann <gregoa@debian.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. perl v5.14.2 2012-01-15 DhMakePerl::Command::refresh(3pm)