src/plugins/extratabs/packaging/links/plugin-extratabs -text
src/plugins/extratabs/www/iframe.php -text
src/plugins/extratabs/www/index.php -text
+src/plugins/extsubproj/NAME -text
+src/plugins/extsubproj/README -text
+src/plugins/extsubproj/common/extsubproj-init.php -text
+src/plugins/extsubproj/etc/extsubproj.ini -text
+src/plugins/extsubproj/packaging/control/222plugin-extsubproj -text
+src/plugins/extsubproj/packaging/control/222plugin-extsubproj.shortdesc -text
+src/plugins/extsubproj/packaging/dirs/plugin-extsubproj -text
+src/plugins/extsubproj/packaging/install/plugin-extsubproj -text
+src/plugins/extsubproj/packaging/links/plugin-extsubproj -text
src/plugins/fckeditor/common/fckeditorPlugin.class.php -text
src/plugins/fckeditor/etc/fckeditor.ini -text
src/plugins/fckeditor/packaging/docs/plugin-fckeditor -text
--- /dev/null
+extsubproj
\ No newline at end of file
--- /dev/null
+extsubproj plugin : manages external subprojects on remote forges
\ No newline at end of file
--- /dev/null
+<?php
+
+/**
+ *
+ * This file is part of FusionForge.
+ *
+ * FusionForge is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * FusionForge 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.
+ */
+
+global $gfplugins;
+require_once $gfplugins.'extsubproj/include/extsubprojPlugin.class.php' ;
+
+$extsubprojPluginObject = new extsubprojPlugin ;
+
+register_plugin ($extsubprojPluginObject) ;
+
+// Local Variables:
+// mode: php
+// c-file-style: "bsd"
+// End:
+
+?>
--- /dev/null
+[extsubproj]
+
+; plugin_status is a string.
+; valid means : production ready.
+; Any other strings means it's under work or broken and plugin
+; is available in installation_environment = development only.
+plugin_status = 'example only'
--- /dev/null
+Package: @PACKAGE@-plugin-extsubproj
+Architecture: all
+Depends: @OLDPACKAGE@-common, @OLDPACKAGE@-db-postgresql | @OLDPACKAGE@-db, @OLDPACKAGE@-web-apache2 | @OLDPACKAGE@-web, @OLDPACKAGE@-shell-postgresql | @OLDPACKAGE@-shell, php5-cli, ${misc:Depends}
+Description: collaborative development tool - extsubproj plugin
--- /dev/null
+ This plugin contains the extsubproj subsystem of FusionForge. It allows each
+ FusionForge project to have its own extsubproj, and gives some
+ control over it to the project's administrator.
--- /dev/null
+etc/gforge/httpd.d
+etc/gforge/plugins/extsubproj
+usr/share/gforge/plugins/extsubproj/common
+usr/share/gforge/plugins/extsubproj/www
--- /dev/null
+plugins/extsubproj/common/* usr/share/@OLDPACKAGE@/plugins/extsubproj/common/
+plugins/extsubproj/include/* usr/share/@OLDPACKAGE@/plugins/extsubproj/include/
+plugins/extsubproj/db/* usr/share/@OLDPACKAGE@/plugins/extsubproj/db/
+plugins/extsubproj/bin/* usr/share/@OLDPACKAGE@/plugins/extsubproj/bin/
+plugins/extsubproj/www/* usr/share/@OLDPACKAGE@/plugins/extsubproj/www/
+plugins/extsubproj/cronjobs/* usr/share/@OLDPACKAGE@/cronjobs
+plugins/extsubproj/etc/httpd.d/* usr/share/@OLDPACKAGE@/etc/httpd.d/
+plugins/extsubproj/etc/extsubproj.ini etc/@PACKAGE@/config.ini.d/
--- /dev/null
+/usr/share/gforge/plugins/extsubproj/www /usr/share/gforge/www/plugins/extsubproj