Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/readme
blob: 5e6f5fe58640f7b165aa5625e31e269e700c5503 (plain)
1
2
3
4
5
6
7
8
9
10
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)