? outline_support_charity_where_appropriate.diff Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/outline/README.txt,v retrieving revision 1.1 diff -u -p -r1.1 README.txt --- README.txt 26 Nov 2008 03:03:23 -0000 1.1 +++ README.txt 17 Apr 2009 17:06:04 -0000 @@ -2,39 +2,6 @@ README.txt for outline module. -============================== -== Your support is welcome == -============================== - -The module outline is charity-ware. --------------------------------------- - -Please contribute back by supporting the charity work of the following web sites. -None of the web sites listed here are for profit, and none of them carry advertising. -They are all web sites dedicated to creating a better tomorrow for the whole society. - - * http://activistsolutions.org/ Activist Solutions: harvesting grassroots power. - * htpp://www.reuniting.info/ Reuniting: healing with sexual relationships. - * http://overshoot.tv/ Overshoot TV: making high quality videos and documentaries promoting environmental and economical sustainability. - * http://minguo.info/ Minguo.info: promotting better voting systems, and an experiment in direct democracy. - * http://www.wechange.org/ We Change: because we live in a world of solutions... - - -You can support those web sites in the following ways: - - * Blog about them. - * Put links in a block in a sidebar. - * Put links in any other logical place in your web site, where your visitors will find the information useful. - * Register and participate if they match your own interest! - * We also appreciate if, on behalf of this maintainer, you help any charity of your choice, or/and make a donation to them. - -Please let the maintainer know about the options you chose. - -Thank you for your support and cooperation. - - - - ================== == Permissions == ================== @@ -92,5 +59,36 @@ Note, the link "Create child page" at th - the user is allowed to create content of the default type set for that book. +============================== +== Your support is welcome == +============================== + +The module outline is charity-ware. +-------------------------------------- + +Please contribute back by supporting the charity work of the following web sites. +None of the web sites listed here are for profit, and none of them carry advertising. +They are all web sites dedicated to creating a better tomorrow for the whole society. + + * http://activistsolutions.org/ Activist Solutions: harvesting grassroots power. + * htpp://www.reuniting.info/ Reuniting: healing with sexual relationships. + * http://overshoot.tv/ Overshoot TV: making high quality videos and documentaries promoting environmental and economical sustainability. + * http://minguo.info/ Minguo.info: promotting better voting systems, and an experiment in direct democracy. + * http://www.wechange.org/ We Change: because we live in a world of solutions... + + +You can support those web sites in the following ways: + + * Blog about them. + * Put links in a block in a sidebar. + * Put links in any other logical place in your web site, where your visitors will find the information useful. + * Register and participate if they match your own interest! + * We also appreciate if, on behalf of this maintainer, you help any charity of your choice, or/and make a donation to them. + +Please let the maintainer know about the options you chose. + +Thank you for your support and cooperation. + + Index: outline.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/outline/outline.module,v retrieving revision 1.57 diff -u -p -r1.57 outline.module --- outline.module 7 Apr 2009 09:11:14 -0000 1.57 +++ outline.module 17 Apr 2009 17:06:04 -0000 @@ -808,33 +808,6 @@ function outline_add_elements_form(&$for */ function outline_admin_settings_form() { - $form['charityware'] = array( - '#type' => 'markup', - '#value' => t('

Outline.module is a charityware released under the GPL. We appreciate a lot your charitable support.

', - array( - '!url-charityware' => 'http://charityware.info/drupal-outline-module', - '!url-gpl' => 'http://en.wikipedia.org/wiki/GNU_General_Public_License', - ) - ), - ); - - $form['outline_support_maintainers'] = array( - '#type' => 'fieldset', - '#title' => t('Support'), - '#collapsible' => TRUE, - '#collapsed' => TRUE, - ); - - $form['outline_support_maintainers']['outline_maintainers'] = array( - '#type' => 'markup', - '#value' => '
Module development sponsored by web sites for change: - We appreciate your support and links to those web sites as a form of payback.
', - ); - - $description = t('This value will be overriden by a per-book specific setting, if there is one.'); $description .= t("This setting only makes a difference with outline's alternative navigation box."); $form['toc_default_depth'] = array(