-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
80 lines (55 loc) · 1.61 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=============
Kay Framework (http://code.google.com/p/kay-framework/) with some goodies
=============
What's this
-----------
Kay is a web framework completely specialising on Google App
Engine. But basic design is based on the Django framework, like
middleware, settings and pluggable application, etc. Kay uses Werkzeug
as lower level framework, uses Jinja2 as template engine, uses babel
for handling language translations. This software is distributed under
BSD license. See LICENSE for the details.
The software that Kay bundles
-----------------------------
* babel
* jinja2
* simplejson
* werkzeug
* pytz
Dependencies
------------
* Google App Engine SDK
If you installed zip version of the SDK(most unix style operation
system users are so), don't forget to create a symlink pointed to
the real SDK at /usr/local/google_appengine.
.. code-block:: bash
$ sudo ln -s /some/whare/google_appengine /usr/local/google_appengine
Manuals
-------
* quickstart
docs/source/quickstart.rst
* URL Mapping
docs/source/urlmapping.rst
* Form manual
docs/source/forms-usage.rst
* i18n
docs/source/i18n.rst
* Management script
docs/source/manage_py.rst
* Using Authentication
docs/source/auth.rst
Online documentation
--------------------
* English
http://kay-docs.shehas.net/
* Japanese
http://kay-docs-jp.shehas.net/
Questions and Bug Report
------------------------
* Please visit Kay framework google group.
http://groups.google.com/group/kay-users
* Or, contact the project leader directly.
Takashi Matsuo <[email protected]>
* Code site
http://code.google.com/p/kay-framework/
Have fun!