]> git.llucax.com Git - software/bife/bife-all.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)
23 files changed:
album/Doxyfile
album/examples/bife.php
album/examples/index.php
album/package.xml
album/src/BIFE/Album/Pager.php
album/src/BIFE/Album/Photo.php
album/src/BIFE/Album/Thumbs.php
album/xmi2code.tpl.php
base/examples/bife.php
base/examples/index.php
base/src/BIFE/Link.php
base/src/BIFE/Translate.php
base/xmi2code.tpl.php
bife/examples/index.php
bife/src/BIFE/Container.php
bife/src/BIFE/Fallback.php
bife/src/BIFE/Parser.php
bife/src/BIFE/Widget.php
bife/xmi2code.tpl.php
hit/examples/index.php
hit/xmi2code.tpl.php
menu/src/BIFE/Menu/Menu.php
menu/xmi2code.tpl.php

index 038e6e992cb47568135cf6c1a5cccbd33b86d8aa..6c3d8560a5cc7fbc746f16be0890cb23178b9860 100644 (file)
@@ -4,7 +4,7 @@
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = "BIFE Album"
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = "BIFE Album"
-PROJECT_NUMBER         = 0.12
+PROJECT_NUMBER         = 0.13
 OUTPUT_DIRECTORY       = api
 OUTPUT_LANGUAGE        = English
 USE_WINDOWS_ENCODING   = NO
 OUTPUT_DIRECTORY       = api
 OUTPUT_LANGUAGE        = English
 USE_WINDOWS_ENCODING   = NO
index 17eff4ff43b27d42ac3cfa3768b554234506fb9a..5b07fef6aa98627bf5b30bb60779f6ee0f4d9803 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -63,4 +63,4 @@ $parser->__destruct();
 echo $page->render($template);
 // }}}
 
 echo $page->render($template);
 // }}}
 
-?>
+?>
\ No newline at end of file
index 5377064641a40ba6136e8bf9d8f29af9d3569169..e578de5637e0dfccc815a0963fe34f13ba52d49c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -29,4 +29,4 @@
 // Starts bife.
 header('Location: bife/');
 
 // Starts bife.
 header('Location: bife/');
 
-?>
+?>
\ No newline at end of file
index 3588538041cfa69121eb260e2e68aa19c2de50b6..e16e5d8211a2a987e124aa09ef8299cee6ed527c 100644 (file)
@@ -16,7 +16,7 @@
     </maintainers>
 
     <release>
     </maintainers>
 
     <release>
-        <version>0.12</version>
+        <version>0.13</version>
         <date>2003-06-29</date>
         <state>alpha</state>
         <notes>Check http://bife.llucax.hn.org/ for details.</notes>
         <date>2003-06-29</date>
         <state>alpha</state>
         <notes>Check http://bife.llucax.hn.org/ for details.</notes>
index 70e4daac2580d299c94ffa762d38d2c1eb56b754..f17fc61805003b29a68177da5b38c5910832c94f 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index d5e9bd8f424399278e89d5d16d69828c4ce048e9..c4c5ba8719d3d90ab65df1197e9eb30de71326c6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index d991b4942c291851d01fcb543f03b77f6440082c..53b0b508ca12b41bbccabde303825079d4c5bd1e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -281,4 +281,4 @@ Returns an array of associative arrays with this keys:
 
 } // -X2C Class :Thumbs
 
 
 } // -X2C Class :Thumbs
 
-?>
+?>
\ No newline at end of file
index ce8775b331c1e786a6321b6bedb6e9860e64d1ea..47f5c23737b13afe50a37baa43f653e298b6bbf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -24,4 +24,4 @@
 // +--------------------------------------------------------------------+
 //
 // $Id$
 // +--------------------------------------------------------------------+
 //
 // $Id$
-//
+//
\ No newline at end of file
index 0b18152d8c8cf002de0c1a4f5626fd9875c99791..f7ccda5c19f6284f7cab116786d0cc91f496768d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -66,4 +66,4 @@ $parser->__destruct();
 echo $page->render($template);
 // }}}
 
 echo $page->render($template);
 // }}}
 
-?>
+?>
\ No newline at end of file
index 5377064641a40ba6136e8bf9d8f29af9d3569169..e578de5637e0dfccc815a0963fe34f13ba52d49c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -29,4 +29,4 @@
 // Starts bife.
 header('Location: bife/');
 
 // Starts bife.
 header('Location: bife/');
 
-?>
+?>
\ No newline at end of file
index c6e130119843770e434deb7265aa1f69c7f97f0b..830d85bdf4de399a1ab852ee06c36d150904d3d6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -145,4 +145,4 @@ class BIFE_Link extends BIFE_Container {
 
 } // -X2C Class :Link
 
 
 } // -X2C Class :Link
 
-?>
+?>
\ No newline at end of file
index 4c1fe0549f15cfb6ceec0c89df954bfbf4a73cb7..81b76d1e25f9bb8eebcb11a74fc7eb87ab28dd29 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index ce8775b331c1e786a6321b6bedb6e9860e64d1ea..47f5c23737b13afe50a37baa43f653e298b6bbf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -24,4 +24,4 @@
 // +--------------------------------------------------------------------+
 //
 // $Id$
 // +--------------------------------------------------------------------+
 //
 // $Id$
-//
+//
\ No newline at end of file
index c2211b108ec8c7f823562884fec8ec4f4cda5571..b90c8900048152d5672ba6f8b887a025f591ebd9 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -32,4 +32,4 @@ umask('002');
 ?>
 
 BIFE is an abstract framework, to see a simple implementation download
 ?>
 
 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
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index f4e98b8060692fd4c9b14960117df60df7e64243..e8fa2682f5f0388f6134e75183b398664ef5b79c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index c51ff53b6a70bac5168601f5e5ed0b75284f879a..e4753a80e21ad394c1c6b72a94870852c7c2f3f2 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -303,4 +303,4 @@ class BIFE_Parser {
 
 } // -X2C Class :Parser
 
 
 } // -X2C Class :Parser
 
-?>
+?>
\ No newline at end of file
index 57860cd4a734123e9af51dc8f5bf8b91e985b83f..f2d85aa0f203d9fb55719f8e177271c10aaa43b4 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index ce8775b331c1e786a6321b6bedb6e9860e64d1ea..47f5c23737b13afe50a37baa43f653e298b6bbf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -24,4 +24,4 @@
 // +--------------------------------------------------------------------+
 //
 // $Id$
 // +--------------------------------------------------------------------+
 //
 // $Id$
-//
+//
\ No newline at end of file
index ba7c74ee149f8291aca8ba726c475e9cc1cdd7ee..ff13d252febb366bf4fb8bb0f2736718bfa3f51c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
+// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -73,4 +73,4 @@ echo $hit->parse(
 );
 // }}}
 
 );
 // }}}
 
-?>
+?>
\ No newline at end of file
index ce8775b331c1e786a6321b6bedb6e9860e64d1ea..47f5c23737b13afe50a37baa43f653e298b6bbf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -24,4 +24,4 @@
 // +--------------------------------------------------------------------+
 //
 // $Id$
 // +--------------------------------------------------------------------+
 //
 // $Id$
-//
+//
\ No newline at end of file
index c549b423f52bd604857c1520784c705796714d78..37fb1cf8ea1720138d9e95923c6aded82e0c2dae 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
index ce8775b331c1e786a6321b6bedb6e9860e64d1ea..47f5c23737b13afe50a37baa43f653e298b6bbf1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
 // +--------------------------------------------------------------------+
 // |                       BIFE - Buil It FastEr                        |
 // +--------------------------------------------------------------------+
@@ -24,4 +24,4 @@
 // +--------------------------------------------------------------------+
 //
 // $Id$
 // +--------------------------------------------------------------------+
 //
 // $Id$
-//
+//
\ No newline at end of file