forked from RedTurtle/fa.bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
64 lines (37 loc) · 1.75 KB
/
README.txt
File metadata and controls
64 lines (37 loc) · 1.75 KB
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
fa.bootstrap
============
Introduction
------------
This library packages `twitter bootstrap`_ for `pyramid_formalchemy`_ using `js.bootstrap`_.
.. _`pyramid_formalchemy`: http://docs.formalchemy.org/pyramid_formalchemy/
.. _`twitter bootstrap`: http://twitter.github.com/bootstrap/
.. _`js.bootstrap`: https://github.com/RedTurtle/js.bootstrap
It's right now in early development stage so you should know what you are doing.
However most of the `pyramid_formalchemy`_ views/functionalites should be properly wrap
with `js.bootstrap`_.
What you can get is:
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot01.png
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot02.png
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot03.png
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot04.png
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot05.png
.. image:: https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot06.png
Installation
------------
fa.bootstrap also provides a paster template. It can be used to
to create a new project. If you create a new project, you must first install
fa.bootstrap in your python environment, either with pip::
$ pip install fa.bootstrap
or with easy_install::
$ easy_install fa.bootstrap
Then you should be able to run::
$ paster create -t pyramid_fa_bootstrap myapp
and start your application by::
$ cd myapp
$ python setup.py develop
$ paster serve development.ini
Contact
-------
.. image:: http://www.slowfoodbologna.it/redturtle_logo.png
* | Andrew Mleczko <``andrew.mleczko at redturtle.net``>
| **RedTurtle Technology**, http://www.redturtle.net/