Browse Source

Changed some things in the foreward to diminish its discouragement.

pull/438/head
Max 13 years ago
parent
commit
74a72e86ad
  1. 4
      docs/foreword.rst

4
docs/foreword.rst

@ -8,7 +8,7 @@ should or should not be using it.
What does "micro" mean? What does "micro" mean?
----------------------- -----------------------
To me, the "micro" in microframework refers not only to the simplicity and As Flask considers it, the "micro" in microframework refers not only to the simplicity and
small size of the framework, but also the fact that it does not make many small size of the framework, but also the fact that it does not make many
decisions for you. While Flask does pick a templating engine for you, we decisions for you. While Flask does pick a templating engine for you, we
won't make such decisions for your datastore or other parts. won't make such decisions for your datastore or other parts.
@ -55,7 +55,7 @@ section about :ref:`design`.
Web Development is Dangerous Web Development is Dangerous
---------------------------- ----------------------------
I'm not joking. Well, maybe a little. If you write a web If you write a web
application, you are probably allowing users to register and leave their application, you are probably allowing users to register and leave their
data on your server. The users are entrusting you with data. And even if data on your server. The users are entrusting you with data. And even if
you are the only user that might leave data in your application, you still you are the only user that might leave data in your application, you still

Loading…
Cancel
Save