This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  1f6e6a7602e939caab11bcb9e032a3c51c0b760c (commit)
      from  8883f041f0000baa76f3d784813d29a211cf02e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1f6e6a7602e939caab11bcb9e032a3c51c0b760c

commit 1f6e6a7602e939caab11bcb9e032a3c51c0b760c
Author: Franck Villaume <[email protected]>
Date:   Sun Jan 21 14:38:44 2018 +0100

    plugins README clean-up. Point to the correct documentation on fusionforge 
wiki

diff --git a/src/plugins/blocks/README b/src/plugins/blocks/README
new file mode 100644
index 0000000..5f1f7ef
--- /dev/null
+++ b/src/plugins/blocks/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Blocks_Plugin
diff --git a/src/plugins/compactpreview/README 
b/src/plugins/compactpreview/README
index ae7212a..be63204 100644
--- a/src/plugins/compactpreview/README
+++ b/src/plugins/compactpreview/README
@@ -1,21 +1,2 @@
-CompactPreview plugin
-
-Provides OSLC-compatible compact preview of recources such as users and 
projects.
-
-Whenever activated, a JavaScript popup will appear when mouse moves over links 
-to user or project profiles, containing a minimal identity card for these.
-
-The code originally existed in the oslc plugin, but was committed in a 
separate 
-plugin so as not to force users to activate the REST web services for the 
-trackers if they don't want to.
-
-This plugin was initially developped as part of the COCLICO project with 
financial 
-support from Region Ile de France.
-
-More details can be found in : 
-https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/CompactPreview_plugin
-
-TODO : implement some more preview of the forge's artifacts.
-
--- Olivier Berger
- 
\ No newline at end of file
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Compact_Preview_Plugin
diff --git a/src/plugins/contribtracker/INSTALL 
b/src/plugins/contribtracker/INSTALL
deleted file mode 100644
index 7c834bd..0000000
--- a/src/plugins/contribtracker/INSTALL
+++ /dev/null
@@ -1,16 +0,0 @@
-0. INSTALLATION of Contribtracker Plugin
-
-i.e. : if the directory where the plugins are is  /srv/www/gforge/plugins you 
should end up 
-       with /srv/www/gforge/plugins/contribtracker and all the files in it
-
-1. CONFIGURATION
-
-A) Make the symbolic links for each section
-
-(this is just an example, you should change the variables for what you have on 
your installation)
-
-/$GFORGEDIR/www/plugins/contribtracker -> /$GFORGEPLUGINSDIR/contribtracker/www
-
-B) Run the db/contribtracker-init.sql file
-
-psql -U gforge gforge < db/contribtracker-init.sql
\ No newline at end of file
diff --git a/src/plugins/contribtracker/README 
b/src/plugins/contribtracker/README
new file mode 100644
index 0000000..0069d78
--- /dev/null
+++ b/src/plugins/contribtracker/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Contrib_Tracker_Plugin
diff --git a/src/plugins/globalactivity/INSTALL 
b/src/plugins/globalactivity/INSTALL
deleted file mode 100644
index b4e3489..0000000
--- a/src/plugins/globalactivity/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-0. INSTALLATION of Globalactivity Plugin
-
-i.e. : if the directory where the plugins are is  /srv/www/gforge/plugins you 
should end up
-       with /srv/www/gforge/plugins/globalactivity and all the files in it
-
-1. CONFIGURATION
-
-A) Make the symbolic links for each section
-
-(this is just an example, you should change the variables for what you have on 
your installation)
-
-/$GFORGEDIR/www/plugins/globalactivity -> /$GFORGEPLUGINSDIR/globalactivity/www
-/$ETC/gforge ->  /$GFORGEPLUGINSDIR/globalactivity/etc/plugins/globalactivity
diff --git a/src/plugins/globalactivity/README 
b/src/plugins/globalactivity/README
index 571b9ef..4f2fdb8 100644
--- a/src/plugins/globalactivity/README
+++ b/src/plugins/globalactivity/README
@@ -1,39 +1,2 @@
-Globalactivity plugin
-
-This plugin provides a forge-wide view into the activities of all
-projects (modulo permissions).  It can be seen as an aggregate of all
-the project-wide "activity" pages.
-
-The relevant data is also made available through a SOAP API.
-
-The method is called globalactivity_getActivity.  It takes four
-parameters:
-
-- a session token (as for the rest of the SOAP API): string (as
-  returned from the login method), possibly empty if the API is to be
-  used anonymously;
-
-- a start date: integer (Unix timestamp: number of seconds since
-  1970-01-01 00:00:00 UTC);
-
-- an end date: integer (ditto);
-
-- a list of sections for which to list events (array of strings), to
-  be picked among: scmsvn, svngit, svnhg, trackeropen, trackerclose,
-  frsrelease, forumpost, news, taskopen, taskclose, taskdelete,
-  docmannew, docmanupdate, docgroupnew.  An empty list means no
-  filtering.
-
-The return value is an array of GlobalActivityEntry; a
-GlobalActivityEntry is a hash with the following keys: group_id
-(identifier for the project on the forge), section (see above, with a
-quirk: scmsvn, scmgit and scmhg all end up in the same "scm" section),
-ref_id (meaning differs across sections), subref_id (ditto),
-description (title, commit number, or otherwise descriptive text),
-activity_date (as a Unix timestamp).
-
-Despite its name, the plugin also provides a non-global SOAP method
-called globalactivity_getActivityForProject, which takes a group_id as
-an extra parameter between the end date and the list of sections.  It
-returns an array of GlobalActivityEntry that only concerns the
-requested project.
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Global_Activity_Plugin
diff --git a/src/plugins/globaldashboard/README 
b/src/plugins/globaldashboard/README
index c0377fe..f9a043b 100644
--- a/src/plugins/globaldashboard/README
+++ b/src/plugins/globaldashboard/README
@@ -1,28 +1,2 @@
-GlobalDashboard plugin.
-
-This is a fusionforge plugin for discovery and browsing between projects hosted
-in different software forges.
-It is a dashboard that contain several graphical widgets that allows users to 
-discover and display different software forge's artifacts they are interested 
-in such as:
-- Projects information
-- Tracker artifacts
-- Tracker artifacts update
-- Releases information
-- Monitored Spaces (like Forums, trackers, etc.)
-- Source code commits
-- and others
-
-Those information are retrieved from physically different software forges
-on which the user is registered with the same identity.
-
-Quick display techniques like compact previews will also ease information
-display. 
-
-Data like tracker artifacts are gathered from other forges sites using 
-OSLC-CM protocol if the forges are already OSLC compliant.
-
-This plugin is part of fusionforge and is a completely free software product
-according to the terms of the GPL2 License.
-
--- Sabri LABBENE <[email protected]>
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Global_DashBoard_Plugin
diff --git a/src/plugins/globalsearch/README b/src/plugins/globalsearch/README
index 832b7c5..3f2d2f3 100644
--- a/src/plugins/globalsearch/README
+++ b/src/plugins/globalsearch/README
@@ -1,34 +1,2 @@
-README
-------
-This is the readme file for GlobalSearch Gforge plugin.
-It contains an utility to be call in the crond that gets all 
-the RSS's from the list of projects set up in the DB.
-
-TODO                 - There is a TODO file
-
-ROADMAP
-        
-DESIRED FUNCTIONALITY 
-    1) Search in another gforge
-    2) Publish associated sites 
-    3) Ranking/categorizing associated sites
-    4) Local caching
-    5) Plugin integration with Gforge
-
-To test it: http://site.com/plugins/globalsearch/
-PHP code in @SOURCE_PATH@/www/plugins/globalsearch/*
-include php in /usr/lib/gforge/plugins/globalsearch/include/* 
-Script to fetch rss in /usr/lib/gforge/plugins/globalsearch/bin/*
-sql-init in /usr/lib/gforge/plugins/globalsearch/lib/*
-
-To get the projects of associated sites run (if you can't wait the daily cron):
-/usr/lib/gforge/plugins/globalsearch/bin/get_assoc_sites_projects.pl
-
-New hook for site admin needed:
-  @SOURCE_PATH@/www/admin/index.php
-  <?php plugin_hook("site_admin_option_hook", false); ?>
-
-See also de debian/README.Debian
-
-Use the sources and the mailing lists:
-  http://ourproject.org/projects/libreprojects
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Global_Search_Plugin
diff --git a/src/plugins/globalsearch/TODO b/src/plugins/globalsearch/TODO
deleted file mode 100644
index e94e181..0000000
--- a/src/plugins/globalsearch/TODO
+++ /dev/null
@@ -1,18 +0,0 @@
-lun oct 6 11:36:26 CEST 2003 kikov
-
-        * Try to modify the RSS XML to support extended attributes
-                like License, Dates, Category, etc...
-        
-        * Ring of Gforge sites: a list of the gforge sites subscribed 
-                - Need a param to say if a site is public ( so the url
-                        will be propagated among gforge sites ). It
-                        could have a private associated site.
-                
-        * Categorization support: 
-                - RSS modification needed
-                - Mixing trees needed
-
-        * Project Orders: needed the study
-                - Local info
-                - Distributed info
-                - Rings of Gforge sites needed/supported
diff --git a/src/plugins/gravatar/README b/src/plugins/gravatar/README
new file mode 100644
index 0000000..fe32254
--- /dev/null
+++ b/src/plugins/gravatar/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Gravatar_Plugin
diff --git a/src/plugins/headermenu/README b/src/plugins/headermenu/README
index 72d34f3..cb29b3e 100644
--- a/src/plugins/headermenu/README
+++ b/src/plugins/headermenu/README
@@ -1,2 +1,2 @@
-This plugin allows adding links to the interface.  It includes and
-extends the functionality provided by the old "extratabs" plugin.
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Header_Menu_Plugin
diff --git a/src/plugins/hudson/README b/src/plugins/hudson/README
new file mode 100644
index 0000000..40f3d6a
--- /dev/null
+++ b/src/plugins/hudson/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Hudson_Plugin
diff --git a/src/plugins/mediawiki/README.codendi 
b/src/plugins/mediawiki/README.codendi
deleted file mode 100644
index 9e94cf8..0000000
--- a/src/plugins/mediawiki/README.codendi
+++ /dev/null
@@ -1,44 +0,0 @@
-# Must create /var/lib/codendi/plugins/mediawiki/master
-# Done in @PLUGINS_PATH@/mediawiki/cronjobs/create-wikis.php
-# Theme
-# ln -s /usr/share/codendi/plugins/mediawiki/mediawiki-skin/FusionForge.php 
/usr/share/mediawiki115/skins/
-# ln -s /usr/share/codendi/plugins/mediawiki/mediawiki-skin/fusionforge 
/usr/share/mediawiki115/skins/
-#
-# create view group_plugin as (select service.service_id 
group_plugin_id,service.group_id,plugin.id plugin_id,service.short_name from 
service,plugin where service.short_name=plugin.name and service.is_active=1 and 
service.is_used=1 and service.group_id != 100);
-# create view plugins as (select id plugin_id, name plugin_name, name 
plugin_desc from plugin );
-#
-# modify /etc/httpd/conf.d/codendi_aliases.conf to add plugin-mediawiki.inc
-# add conf param in local.inc
-#// Mediawiki
-#$master_path = "/var/lib/codendi/plugins/mediawiki/master" ;
-#$mwdata_path = "/var/lib/codendi/plugins/mediawiki";
-#$mw_dbtype = "mysql";
-#$projects_path = "/var/lib/codendi/plugins/mediawiki/projects";
-#$config_path = "/etc/codendi";
-#$src_path = "/usr/share/mediawiki115";
-# call bin/create_links.sh
-
-FFDIR=/usr/share/codendi
-MWCRON=/usr/share/codendi/plugins/mediawiki/cronjobs
-FFUSER=gforge
-
-# You may need to change the pathname to php CLI (command line interface)
-PHP="/usr/bin/php -q -d 
include_path=.:/etc/codendi:/usr/share/codendi/src:/usr/share/codendi/src/www/include:/usr/share/codendi/plugins"
-PHP="/usr/bin/php -d 
include_path=.:/etc/codendi:/usr/share/codendi/src:/usr/share/codendi/src/www/include:/usr/share/codendi/plugins"
-
-# Don't mail command output to anyone.
-MAILTO=""
-
-#
-# Regular cron jobs for the plugin-mediawiki package
-#
-
-echo "Running $PHP $MWCRON/create-wikis.php"
-$PHP $MWCRON/create-wikis-mysql.php
-
-# Create new mediawikis four times an hour
-#0,15,30,45 * * * * root [ -x $MWCRON/create-wikis.php ] && $PHP 
$MWCRON/create-wikis.php
-#,16,31,46 * * * * root [ -x $MWCRON/create-imagedirs.php ] && $PHP 
$MWCRON/create-imagedirs.php
-
-# Create wiki XML dumps every night
-#5 1 * * * root [ -x $MWCRON/dump-wikis.php ] && $PHP $MWCRON/dump-wikis.php
diff --git a/src/plugins/message/README b/src/plugins/message/README
new file mode 100644
index 0000000..d0b98d1
--- /dev/null
+++ b/src/plugins/message/README
@@ -0,0 +1,2 @@
+See docmentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Message_Plugin
diff --git a/src/plugins/moinmoin/README b/src/plugins/moinmoin/README
new file mode 100644
index 0000000..d0d423e
--- /dev/null
+++ b/src/plugins/moinmoin/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Moinmoin_Plugin
diff --git a/src/plugins/phpcaptcha/README b/src/plugins/phpcaptcha/README
new file mode 100644
index 0000000..c0f2f81
--- /dev/null
+++ b/src/plugins/phpcaptcha/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Phpcaptcha_Plugin
diff --git a/src/plugins/phptextcaptcha/README 
b/src/plugins/phptextcaptcha/README
new file mode 100644
index 0000000..59e0591
--- /dev/null
+++ b/src/plugins/phptextcaptcha/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Phptextcaptcha_Plugin
 
diff --git a/src/plugins/projects-hierarchy/AUTHORS 
b/src/plugins/projects-hierarchy/AUTHORS
deleted file mode 100644
index 9121136..0000000
--- a/src/plugins/projects-hierarchy/AUTHORS
+++ /dev/null
@@ -1,5 +0,0 @@
-Fabien Regnier <[email protected]>
-Julien Jeany <[email protected]>
-
-Complete rewrite in 2011
-Franck Villaume <[email protected]>
diff --git a/src/plugins/projects-hierarchy/README 
b/src/plugins/projects-hierarchy/README
new file mode 100644
index 0000000..4579d0f
--- /dev/null
+++ b/src/plugins/projects-hierarchy/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Projects_Hierarchy_Plugin
diff --git a/src/plugins/quota_management/README 
b/src/plugins/quota_management/README
new file mode 100644
index 0000000..593afb3
--- /dev/null
+++ b/src/plugins/quota_management/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Quota_Management_Plugin
diff --git a/src/plugins/scmgit/README b/src/plugins/scmgit/README
new file mode 100644
index 0000000..964c4fd
--- /dev/null
+++ b/src/plugins/scmgit/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/SCM_Git_Plugin
diff --git a/src/plugins/scmhg/README b/src/plugins/scmhg/README
new file mode 100644
index 0000000..134f7ff
--- /dev/null
+++ b/src/plugins/scmhg/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/SCM_Hg_Plugin
diff --git a/src/plugins/scmhook/README b/src/plugins/scmhook/README
new file mode 100644
index 0000000..6712e89
--- /dev/null
+++ b/src/plugins/scmhook/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/SCM_Hook_Plugin
diff --git a/src/plugins/scmsvn/README b/src/plugins/scmsvn/README
index 18305a3..cabab99 100644
--- a/src/plugins/scmsvn/README
+++ b/src/plugins/scmsvn/README
@@ -1,20 +1,2 @@
-fusionforge-plugin-scmsvn
---------------------
-
-This is the Subversion plugin for FusionForge. It creates Subversion
-repositories and provides some functionality to manage them.
-
-Decompress the plugin tarball and place it into your plugins directory.
-Usually, this would be in a location like /opt/fusionforge/src/plugins/scmsvn
-Whereever you place it, be sure your /etc/fusionforge/config.ini file has
-plugins_path pointing to the plugins directory.
-
-The scmsvn/etc/scmsvn.ini should be copied and edited
-to
-
-        /etc/fusionforge/config.ini.d/scmsvn.ini
-
-The 'Site Admin' tab on the FusionForge web interface now has a 'Plugin 
Manager'
-page where you can activate plugins on a sitewide basis. Be sure to do that
-if you want this plugin to be available to projects.
-
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/SCM_Svn_Plugin
diff --git a/src/plugins/taskboard/README b/src/plugins/taskboard/README
new file mode 100644
index 0000000..448738a
--- /dev/null
+++ b/src/plugins/taskboard/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Taskboard_Plugin
diff --git a/src/plugins/taskboard/README.md b/src/plugins/taskboard/README.md
deleted file mode 100644
index 18fd541..0000000
--- a/src/plugins/taskboard/README.md
+++ /dev/null
@@ -1,54 +0,0 @@
-taskboard
-=========
-
-TaskBoard plugin for FusionForge 5.x . Supports Scrum and Kanban methodologies.
-
-
-FusionForge project can use one ore more artifact trackers.
-
-TaskBoard plugin is a tool for having a consolidated 'board' like view for 
artifacts, managed with trackers.
-For changing artifact resolution you should just move it from one column to 
another.
-
-Task board allows to manage tasks in agile style (Scrum or Kanban).
-
-Trackers, using extra field with 'resolution' alias, can be used as tasks 
trackers. So
-related artifacts are shown as draggable stickers on the task board.
-
-'resolution' extra field should have a 'select' type.
-
-You can configure a separate colors for different tasks trackers (e.g., light 
green for 
-feature requests, light red for bug reports). In this case configured colors 
will be used as background colors
-for titles of 'resolution' stickers.
-
-One of tracker can be used as user stories tracker. User stories tracker is 
optional, but
-if it's used - you will see all tasks grouped by related user stories, and 
first column is used for
-user stories stickers.
-
-Any tracker could be used either like a tasks tracker or like user stories 
tracker.
-
-In user stories tracker you can define an extra field, that will be used for 
user stories sorting.
-It's a 'text' type extra field that usually keeps a unique number - relative 
priority of the user story.
-
-Naturally, in tasks trackers you should define an extra field for keeping a 
reference to related user story artifact
-(identifier of user story artifact).
-
-User story extra field should have 'text' or 'relation' type.
-
-There are two ways to manage sprints/releases:
-- by tasks
-- by user stories
-
-In the first case we use tasks tracker extra field, dedicated to release. So, 
every task can be linked 
-to release directly. And it's possible to have tasks that are not linked to 
any user story.
-
-In the second case case we use user stories tracker extra field, dedicated to 
release. In this case all planned tasks
-should be linked to particular user stories, and user stories are linked to 
releases.
-
-In both cases release extra field should have a 'select' type.
-
-Users having 'manager' permissions in tracker can modify sticker's title and 
body. It's activated with double click on the related text.
-Changes are submitted with ENTER, canceled with ESC.
-
-Other technicians can only move stickers from column to column (so they can 
change resolution of the related artifact). 
-
-Moved task will be automatically assigned to the current person if 
"autoassign" is enabled for the target column.
diff --git a/src/plugins/taskboard/TODO.txt b/src/plugins/taskboard/TODO.txt
deleted file mode 100644
index 7a26292..0000000
--- a/src/plugins/taskboard/TODO.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-- DONE Admin - link resolutions to columns
-- DONE View - put cards in right columns
-- DONE Admin - drop rule by default configuration
-- DONE Admin - define column for US sorting
-- DONE View  - US sorting
-- DONE Admin - first column by default (checkbox - put all cards with 
undefined resolution into column by default)
-- DONE View - order tasks by priority
-- DONE View - order user stories by priority (user story points)
-- DONE View  - first column by default 
-- DONE View - filter by assigned persons
-- DONE Releases are based either on US or on tasks
-- DONE View - indicators - progress by tasks number
-- DONE API - configured fields support in mapped tasks 
('estimated_dev_effort', 'remaining_dev_effort', 'user_story' )
-- DONE View - indicators - progress by tasks cost (if efforts fields are 
configured)
-- DONE Admin - releases management
-- View - auto ref rate support
-- Admin - auto ref rate support
-- Admin - adapters - coloring support
-- View - adapters - coloring support (for GT)
-- View - colors by extrafield (for GT)
-- DONE View - indicators - burndown chart
-- View - indicators - velocity calculation
-- Improve taskboard initialization - columns by default? 
diff --git a/src/plugins/twitter/README b/src/plugins/twitter/README
index b32739c..7586d72 100644
--- a/src/plugins/twitter/README
+++ b/src/plugins/twitter/README
@@ -1 +1,2 @@
-twitter plugin
\ No newline at end of file
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Twitter_Plugin
diff --git a/src/plugins/webanalytics/README b/src/plugins/webanalytics/README
new file mode 100644
index 0000000..e8daf48
--- /dev/null
+++ b/src/plugins/webanalytics/README
@@ -0,0 +1,2 @@
+See documentation:
+https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Web_Analytics_Plugin

-----------------------------------------------------------------------

Summary of changes:
 src/{INSTALL.TXT => plugins/blocks/README}         |  4 +-
 src/plugins/compactpreview/README                  | 23 +--------
 src/plugins/contribtracker/INSTALL                 | 16 -------
 src/{INSTALL.TXT => plugins/contribtracker/README} |  4 +-
 src/plugins/globalactivity/INSTALL                 | 13 ------
 src/plugins/globalactivity/README                  | 41 +---------------
 src/plugins/globaldashboard/README                 | 30 +-----------
 src/plugins/globalsearch/README                    | 36 +--------------
 src/plugins/globalsearch/TODO                      | 18 --------
 src/{INSTALL.TXT => plugins/gravatar/README}       |  4 +-
 src/plugins/headermenu/README                      |  4 +-
 src/{INSTALL.TXT => plugins/hudson/README}         |  4 +-
 src/plugins/mediawiki/README.codendi               | 44 ------------------
 src/{INSTALL.TXT => plugins/message/README}        |  4 +-
 src/{INSTALL.TXT => plugins/moinmoin/README}       |  4 +-
 src/{INSTALL.TXT => plugins/phpcaptcha/README}     |  4 +-
 src/{INSTALL.TXT => plugins/phptextcaptcha/README} |  4 +-
 src/plugins/projects-hierarchy/AUTHORS             |  5 --
 .../projects-hierarchy/README}                     |  4 +-
 .../quota_management/README}                       |  4 +-
 src/{INSTALL.TXT => plugins/scmgit/README}         |  4 +-
 src/{INSTALL.TXT => plugins/scmhg/README}          |  4 +-
 src/{INSTALL.TXT => plugins/scmhook/README}        |  4 +-
 src/plugins/scmsvn/README                          | 22 +--------
 src/{INSTALL.TXT => plugins/taskboard/README}      |  4 +-
 src/plugins/taskboard/README.md                    | 54 ----------------------
 src/plugins/taskboard/TODO.txt                     | 23 ---------
 src/plugins/twitter/README                         |  3 +-
 src/{INSTALL.TXT => plugins/webanalytics/README}   |  4 +-
 29 files changed, 44 insertions(+), 348 deletions(-)
 copy src/{INSTALL.TXT => plugins/blocks/README} (62%)
 delete mode 100644 src/plugins/contribtracker/INSTALL
 copy src/{INSTALL.TXT => plugins/contribtracker/README} (57%)
 delete mode 100644 src/plugins/globalactivity/INSTALL
 delete mode 100644 src/plugins/globalsearch/TODO
 copy src/{INSTALL.TXT => plugins/gravatar/README} (61%)
 copy src/{INSTALL.TXT => plugins/hudson/README} (62%)
 delete mode 100644 src/plugins/mediawiki/README.codendi
 copy src/{INSTALL.TXT => plugins/message/README} (62%)
 copy src/{INSTALL.TXT => plugins/moinmoin/README} (61%)
 copy src/{INSTALL.TXT => plugins/phpcaptcha/README} (60%)
 copy src/{INSTALL.TXT => plugins/phptextcaptcha/README} (57%)
 delete mode 100644 src/plugins/projects-hierarchy/AUTHORS
 copy src/{INSTALL.TXT => plugins/projects-hierarchy/README} (56%)
 copy src/{INSTALL.TXT => plugins/quota_management/README} (57%)
 copy src/{INSTALL.TXT => plugins/scmgit/README} (62%)
 copy src/{INSTALL.TXT => plugins/scmhg/README} (62%)
 copy src/{INSTALL.TXT => plugins/scmhook/README} (61%)
 copy src/{INSTALL.TXT => plugins/taskboard/README} (60%)
 delete mode 100644 src/plugins/taskboard/README.md
 delete mode 100644 src/plugins/taskboard/TODO.txt
 copy src/{INSTALL.TXT => plugins/webanalytics/README} (58%)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to