Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/readme
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readme')
-rwxr-xr-xplugins/readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/readme b/plugins/readme
new file mode 100755
index 0000000..5e6f5fe
--- /dev/null
+++ b/plugins/readme
@@ -0,0 +1,11 @@
+ How to use / write Plugins:
+ - http://wiki.laptop.org/index.php?title=XO_ImageQuiz/Plugins
+
+ List of Services:
+ - ImageQuiz.py, Line 37: "Hook-In Services"
+ - http://wiki.laptop.org/index.php?title=XO_ImageQuiz/Plugins#Overview
+
+ Services can accessed via the Class __SERVICES__
+ __SERVICES__.db.query(q)
+ __SERVICES__.db.commit(q)
+ __SERVICES__.frontend.add_menu_item(path, caption, onclick_function)