--- a/doc/book/en/annexes/faq.rst Tue Jul 28 19:59:50 2009 +0200
+++ b/doc/book/en/annexes/faq.rst Tue Jul 28 20:26:45 2009 +0200
@@ -39,11 +39,10 @@
When doing development, you need a real language and template
languages are not real languages.
- Using Python enables developing applications for which code is
- easier to maintain with real functions/classes/contexts
- without the need of learning a new dialect. By using Python,
- we use standard OOP techniques and this is a key factor in a
- robust application.
+ Using Python instead of a template langage for describing the user interface
+ makes it to maintain with real functions/classes/contexts without the need of
+ learning a new dialect. By using Python, we use standard OOP techniques and
+ this is a key factor in a robust application.
Why do you use the LGPL license to prevent me from doing X ?
------------------------------------------------------------