]> git.llucax.com Git - software/bife/bife.git/commitdiff
Small fix to README.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 6 Jul 2003 05:18:21 +0000 (05:18 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 6 Jul 2003 05:18:21 +0000 (05:18 +0000)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..a2c9bc1
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+$Id$
+
+BIFE is a kind of framework inspired by Bif <http://www.lunix.com.ar/Bif.php>
+to split a PHP application (website or whatever) into 3 layers:
+XML:  Content management.
+PHP:  Programming.
+HTML: Look & Feel (it can be other type of output, not just HTML).
+
+The main goals of this proyect are:
+- Keep XML layer really easy to use for the end user, so no need of HTML or
+  PHP would be needed to make a XML page.
+- Speed. One of the main goals of this proyect is to be fast. Because of
+  this, PHP and HTML layers can have extra complications.
+
+You can see the tentative ROADMAP.