]> git.llucax.com Git - software/bife/bife.git/commitdiff
Removed \n at the end of the file and added a VIM option to keep it as is. master svn_import
authorLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 21:39:44 +0000 (21:39 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 12 Jul 2003 21:39:44 +0000 (21:39 +0000)
examples/index.php
src/BIFE/Container.php
src/BIFE/Fallback.php
src/BIFE/Parser.php
src/BIFE/Widget.php
xmi2code.tpl.php [new file with mode: 0644]

index c2211b108ec8c7f823562884fec8ec4f4cda5571..b90c8900048152d5672ba6f8b887a025f591ebd9 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -32,4 +32,4 @@ umask('002');
 ?>
 
 BIFE is an abstract framework, to see a simple implementation download
-<A href="http://bife.llucax.hn.org/">BIFE_Base package</A>.
+<A href="http://bife.llucax.hn.org/">BIFE_Base package</A>.
\ No newline at end of file
index 85850619449298510d94c5ee17c7a7b2a7310814..774e995b8a998c522236d8af5904381ac1e2c49b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index f4e98b8060692fd4c9b14960117df60df7e64243..e8fa2682f5f0388f6134e75183b398664ef5b79c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index c51ff53b6a70bac5168601f5e5ed0b75284f879a..e4753a80e21ad394c1c6b72a94870852c7c2f3f2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -303,4 +303,4 @@ class BIFE_Parser {
 
 } // -X2C Class :Parser
 
-?>
+?>
\ No newline at end of file
index 57860cd4a734123e9af51dc8f5bf8b91e985b83f..f2d85aa0f203d9fb55719f8e177271c10aaa43b4 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
diff --git a/xmi2code.tpl.php b/xmi2code.tpl.php
new file mode 100644 (file)
index 0000000..47f5c23
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
+// +--------------------------------------------------------------------+
+// |                       BIFE - Buil It FastEr                        |
+// +--------------------------------------------------------------------+
+// | This file is part of BIFE.                                         |
+// |                                                                    |
+// | BIFE is free software; you can redistribute it and/or modify it    |
+// | under the terms of the GNU General Public License as published by  |
+// | the Free Software Foundation; either version 2 of the License, or  |
+// | (at your option) any later version.                                |
+// |                                                                    |
+// | BIFE is distributed in the hope that it will be useful, but        |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of         |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
+// | General Public License for more details.                           |
+// |                                                                    |
+// | You should have received a copy of the GNU General Public License  |
+// | along with Hooks; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
+// +--------------------------------------------------------------------+
+// | Created: @@date                                  |
+// | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
+// +--------------------------------------------------------------------+
+//
+// $Id$
+//
\ No newline at end of file