]> git.llucax.com Git - software/bife/base.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/bife.php
examples/index.php
src/BIFE/Link.php
src/BIFE/Translate.php
xmi2code.tpl.php [new file with mode: 0644]

index 0b18152d8c8cf002de0c1a4f5626fd9875c99791..f7ccda5c19f6284f7cab116786d0cc91f496768d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -66,4 +66,4 @@ $parser->__destruct();
 echo $page->render($template);
 // }}}
 
-?>
+?>
\ No newline at end of file
index 5377064641a40ba6136e8bf9d8f29af9d3569169..e578de5637e0dfccc815a0963fe34f13ba52d49c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -29,4 +29,4 @@
 // Starts bife.
 header('Location: bife/');
 
-?>
+?>
\ No newline at end of file
index c6e130119843770e434deb7265aa1f69c7f97f0b..830d85bdf4de399a1ab852ee06c36d150904d3d6 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                        |
 // +--------------------------------------------------------------------+
@@ -145,4 +145,4 @@ class BIFE_Link extends BIFE_Container {
 
 } // -X2C Class :Link
 
-?>
+?>
\ No newline at end of file
index 4c1fe0549f15cfb6ceec0c89df954bfbf4a73cb7..81b76d1e25f9bb8eebcb11a74fc7eb87ab28dd29 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