]> git.llucax.com Git - software/bife/album.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)
Doxyfile
examples/bife.php
examples/index.php
package.xml
src/BIFE/Album/Pager.php
src/BIFE/Album/Photo.php
src/BIFE/Album/Thumbs.php
xmi2code.tpl.php [new file with mode: 0644]

index 038e6e992cb47568135cf6c1a5cccbd33b86d8aa..6c3d8560a5cc7fbc746f16be0890cb23178b9860 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # 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
index 17eff4ff43b27d42ac3cfa3768b554234506fb9a..5b07fef6aa98627bf5b30bb60779f6ee0f4d9803 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                        |
 // +--------------------------------------------------------------------+
@@ -63,4 +63,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 3588538041cfa69121eb260e2e68aa19c2de50b6..e16e5d8211a2a987e124aa09ef8299cee6ed527c 100644 (file)
@@ -16,7 +16,7 @@
     </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>
index 70e4daac2580d299c94ffa762d38d2c1eb56b754..f17fc61805003b29a68177da5b38c5910832c94f 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 d5e9bd8f424399278e89d5d16d69828c4ce048e9..c4c5ba8719d3d90ab65df1197e9eb30de71326c6 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 d991b4942c291851d01fcb543f03b77f6440082c..53b0b508ca12b41bbccabde303825079d4c5bd1e 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                        |
 // +--------------------------------------------------------------------+
@@ -281,4 +281,4 @@ Returns an array of associative arrays with this keys:
 
 } // -X2C Class :Thumbs
 
-?>
+?>
\ No newline at end of file
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