| 0 |
# Introduction |
0 |
# Introduction |
| ... |
|
... |
|
| 5 |
|
5 |
|
| 6 |
**Plugins** are Python modules that get [loaded](http://www.btscene.com/) into Infogami through a special API. |
6 |
**Plugins** are Python modules that get loaded into Infogami through a special API. |
| 7 |
They are invoked by submitting HTTP requests to the application, either HTML form posts or direct GET requests. |
7 |
They are invoked by submitting HTTP requests to the application, either HTML form posts or direct GET requests. |
| 8 |
|
8 |
|
| 9 |
**Plugins** can use any library or application code [writing service](http://essaywritingservices.org/index.php) that they wish, and they create Python objects to represent results, that then get expanded to HTML by templates. |
9 |
**Plugins** can use any library or application code that they wish, and they create Python objects to represent results, that then get expanded to HTML by templates. |
| 10 |
|
10 |
|
| 11 |
**Templates** are a mixture of HTML text and user-written code, approximately in the spirit of PHP templates. |
11 |
**Templates** are a mixture of HTML text and user-written code, approximately in the spirit of PHP templates. |
| 12 |
|
12 |
|
| 13 |
The user-written code is in a special-purpose scripting language that is approximately a Python subset, which runs in a hopefully-secure server-side interpreter [cv writer](http://cvresumewriters.com/) (embedded in the Python app) that has limited access to system functions and resources. |
13 |
The user-written code is in a special-purpose scripting language that is approximately a Python subset, which runs in a hopefully-secure server-side interpreter (embedded in the Python app) that has limited access to system functions and resources. |
| 14 |
|
14 |
|
| 15 |
_from Infogami Developer Tutorial_ |
15 |
_from Infogami Developer Tutorial_ |
| 16 |
|
|
|
| 17 |
Ressources : |
|
|
| 18 |
* [Wakfu](http://www.wakfu-world.com/) |
|
|
| 19 |
* [logo design] (http://www.logoinn.com) by Kevin Josh 2010 |
|
|
| 20 |
|
|
|
| 21 |
Another tutorial with more details about infogami [application](http://www.realtorrentz.com/cat.php?id=5) , [here](http://openlibrary.org/dev/docs/infogami) |
|
|
|