Merge "My talk on mining the OpenStack Gerrit data"
diff --git a/cfp.md b/cfp.md
index 505a61c..8dc2537 100644
--- a/cfp.md
+++ b/cfp.md
@@ -41,3 +41,13 @@
The top 12 rated proposals will become part of the Gerrit User Summit 2017
agenda.
+
+## Will my talk be recorded and published?
+
+We can record the full session and publish it for allowing other people
+to watch it online later on, even if they have not attended the Summit.
+However, if you do not wish to be recorded, just let us know and include
+a simple note in your talk proposal.
+
+You will still be free to publish your slides anywhere on the web
+and we will just point to them.
diff --git a/sessions/gerrit-scripting-plugins.md b/sessions/gerrit-scripting-plugins.md
new file mode 100644
index 0000000..3907fdb
--- /dev/null
+++ b/sessions/gerrit-scripting-plugins.md
@@ -0,0 +1,27 @@
+# How to extend Gerrit using Scripting Plugins
+
+Gerrit Code Review has a robust set of API that can be used
+to extend its functionalities and provide a more integrated
+development workflow for the Teams.
+
+You do neither need to be a Gerrit contributor nor to have
+a fully working build environment to provide some basic
+extensions: just use one of the scripting languages you know
+or, if you don't like any of them, write your own!
+
+In this talk, you will learn what Gerrit provides as
+high-level API and how to use them to leverage some basic
+functionality, such as commit validations or event
+processing.
+
+The scripting languages we will use are:
+- Python (Jython inside the JVM)
+- Groovy
+- Scala
+
+*Luca Milanesio / GerritForge*
+
+Gerrit Contributor for over five years, my first commit
+was cf5cd23d (the PluginLoader), maintainer of
+GerritHub.io, the Open Service for Gerrit Code Review
+on top of GitHub repositories.