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, feature/plugin-repositoryapi-6.0 has been updated
       via  18329a5da4959580aa35063264cb0d29be18f52e (commit)
      from  616261fa50a9e41e96d83a5b7f4adf058f391b9a (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=18329a5da4959580aa35063264cb0d29be18f52e

commit 18329a5da4959580aa35063264cb0d29be18f52e
Author: Matthieu FAURE <[email protected]>
Date:   Fri Mar 10 16:54:02 2017 +0100

    Updated README

diff --git a/src/plugins/repositoryapi/README b/src/plugins/repositoryapi/README
deleted file mode 100644
index f4522e8..0000000
--- a/src/plugins/repositoryapi/README
+++ /dev/null
@@ -1 +0,0 @@
-Repository API plugin
\ No newline at end of file
diff --git a/src/plugins/repositoryapi/README.md 
b/src/plugins/repositoryapi/README.md
new file mode 100644
index 0000000..03bf418
--- /dev/null
+++ b/src/plugins/repositoryapi/README.md
@@ -0,0 +1,19 @@
+# Repository API plugin
+
+## Intro
+
+> Plugin providing an API for retrieving repository-wide activities
+
+This plugin makes it possible to list the activities in all public projects 
hosted on the forge, extending to the full repository the functionality that 
was previously provided only at the project level.
+
+A typical use of this API is for tracking changes of all public projects: this 
enables external archival services like Software Heritage to update their 
archive by pulling only the changes that happened after the last visit, thus 
reducing the workload both on the forge, and on the archival service.
+
+The development of this plugin has been sponsored by 
[Adullact](http://www.adullact.org), that has deployed it on [its own instance 
of FusionForge](https://adullact.net/) on 2017-03-10.
+
+## Technical description
+
+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 made available through a SOAP API.
\ No newline at end of file

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

Summary of changes:
 src/plugins/repositoryapi/README    |  1 -
 src/plugins/repositoryapi/README.md | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)
 delete mode 100644 src/plugins/repositoryapi/README
 create mode 100644 src/plugins/repositoryapi/README.md


hooks/post-receive
-- 
FusionForge

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

Reply via email to