-# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-# +--------------------------------------------------------------------+
-# | 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: Mon May 19 00:16:56 ART 2003 |
-# | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
-# +--------------------------------------------------------------------+
-#
-# $Id$
-#
+# Doxyfile 1.3.2
-# Doxyfile 1.3-rc3
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NUMBER = 0.11
OUTPUT_DIRECTORY = api
OUTPUT_LANGUAGE = English
+USE_WINDOWS_ENCODING = NO
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
HIDE_SCOPE_NAMES = NO
-VERBATIM_HEADERS = YES
SHOW_INCLUDE_FILES = YES
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
+TAB_SIZE = 4
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT =
+INPUT = src
FILE_PATTERNS = *.php
RECURSIVE = YES
EXCLUDE =
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
+VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
+XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
#---------------------------------------------------------------------------
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
+UML_LOOK = YES
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
+CALL_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024
+MAX_DOT_GRAPH_DEPTH = 0
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
MODULE=album
-PHP_FILES=$(subst ./,,$(shell find BIFE -name '*.php'))
+PHP_FILES=$(subst ./,,$(shell find src -name '*.php'))
EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
DOC_FILES=
@xmi2code
code-clean:
- @find -name '*.bak' | xargs rm -vf
+ @find src -name '*.bak' | xargs rm -vf
// $Id$
//
-$tmp = ini_get('include_path');
-ini_set('include_path', "..:$tmp");
-unset($tmp);
+ini_set('include_path', '../src:../../hit/src:../../bife/src:../../base/src:'.
+ ini_get('include_path'));
umask('002');
require_once 'HTML/Template/HIT.php';
<Page title="Hola mundo!" menu="true">
<Title>Datos!</Title>
<H3>Photo album</H3>
- <Album:Thumbs dir="../.." columns="8"/>
+ <Album:Thumbs dir="../../.." columns="8"/>
<HR color="blue" size="3"/>
</Page>
<version>0.11</version>
<date>2003-06-29</date>
<state>alpha</state>
- <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
+ <notes>Check http://bife.llucax.hn.org/ for details.</notes>
<provides type="class" name="BIFE_Album_Thumbs"/>
<provides type="class" name="BIFE_Album_Photo"/>
<provides type="class" name="BIFE_Album_Pager"/>
<filelist>
<!-- PHP -->
- <file role="php">BIFE/Album/Thumbs.php</file>
- <file role="php">BIFE/Album/Photo.php</file>
- <file role="php">BIFE/Album/Pager.php</file>
+ <dir name="/" baseinstalldir="BIFE/Album" role="php">
+ <file install-as="Thumbs.php">src/BIFE/Album/Thumbs.php</file>
+ <file install-as="Photo.php">src/BIFE/Album/Photo.php</file>
+ <file install-as="Pager.php">src/BIFE/Album/Pager.php</file>
+ </dir>
<!-- DOC -->
- <file role="doc">examples/index.php</file>
- <file role="doc">examples/index.xbf</file>
- <file role="doc">examples/photo.xbf</file>
- <file role="doc">examples/templates/album/item.tpl.html</file>
- <file role="doc">examples/templates/album/empty.tpl.html</file>
- <file role="doc">examples/templates/album/cell.tpl.html</file>
- <file role="doc">examples/templates/album/row.tpl.html</file>
- <file role="doc">examples/templates/album/photo.tpl.html</file>
- <file role="doc">examples/templates/album/body.tpl.html</file>
- <file role="doc">examples/templates/bife_page.tpl.html</file>
- <file role="doc">examples/templates/bife_link.tpl.html</file>
- <file role="doc">examples/templates/bife_title.tpl.html</file>
+ <dir name="examples" role="doc">
+ <file>index.php</file>
+ <file>index.xbf</file>
+ <file>photo.xbf</file>
+ <dir name="templates">
+ <file>bife_page.tpl.html</file>
+ <file>bife_link.tpl.html</file>
+ <file>bife_title.tpl.html</file>
+ <dir name="album">
+ <file>item.tpl.html</file>
+ <file>empty.tpl.html</file>
+ <file>cell.tpl.html</file>
+ <file>row.tpl.html</file>
+ <file>photo.tpl.html</file>
+ <file>body.tpl.html</file>
+ </dir>
+ </dir>
+ </dir>
</filelist>
</release>
<deps>
<dep type="php" rel="ge">4.2.3</dep>
- <dep type="pkg" rel="ge" version="1.0.0beta">HTML_Template_HIT</dep>
- <dep type="pkg" rel="ge" version="0.11">BIFE</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">HTML_Template_HIT</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE_Basic</dep>
</deps>
</package>
<option key="config-file" value="xmi2code.config"/>
<option key="config-file-set" value="false"/>
<option key="handler" value="umbrello"/>
- <option key="generator-path" value="."/>
+ <option key="generator-path" value="src"/>
<option key="use-package-as-dir" value="true"/>
<option key="indent" value=" "/>
<option key="files-case" value="preserve"/>
// $Id$
//
-ini_set('include_path', '../src:../../hit/src:../../bife/src:',
+ini_set('include_path', '../src:../../hit/src:../../bife/src:' .
ini_get('include_path'));
umask('002');
<file>README</file>
<file>ROADMAP</file>
</dir>
- <!-- EXAMPLES -->
<dir name="examples" role="doc">
<file>index.php</file>
<file>index.xbf</file>
- <file>templates/bife_page.tpl.html</file>
- <file>templates/bife_title.tpl.html</file>
- <file>templates/bife_link.tpl.html</file>
+ <dir name="templates">
+ <file>bife_page.tpl.html</file>
+ <file>bife_title.tpl.html</file>
+ <file>bife_link.tpl.html</file>
+ </dir>
</dir>
</filelist>
</release>
-# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-# +--------------------------------------------------------------------+
-# | 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: Mon May 19 00:16:56 ART 2003 |
-# | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
-# +--------------------------------------------------------------------+
-#
-# $Id$
-#
+# Doxyfile 1.3.2
-# Doxyfile 1.3-rc3
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "BIFE - Build It FastEr"
-PROJECT_NUMBER = 0.11
+PROJECT_NUMBER = 1.0.0beta1
OUTPUT_DIRECTORY = api
OUTPUT_LANGUAGE = English
+USE_WINDOWS_ENCODING = NO
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
HIDE_SCOPE_NAMES = NO
-VERBATIM_HEADERS = YES
SHOW_INCLUDE_FILES = YES
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
+TAB_SIZE = 4
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT =
+INPUT = src
FILE_PATTERNS = *.php
RECURSIVE = YES
EXCLUDE =
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
+VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
+XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
#---------------------------------------------------------------------------
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
+UML_LOOK = YES
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
+CALL_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024
+MAX_DOT_GRAPH_DEPTH = 0
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
VERSION=0.11
MODULE_FILE=BIFE.php
MODULE_NAME=Core
-PHP_FILES=$(filter-out $(MODULE_FILE),$(subst ./,,$(shell find -name '*.php')))
+PHP_FILES=$(filter-out $(MODULE_FILE),$(subst ./,,$(shell find src -name '*.php')))
EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
DOC_FILES=README ROADMAP
X2C_TEMPLATE=xmi2code.tpl.php
@xmi2code
code-clean:
- @find -name '*.bak' | xargs rm -vf
+ @find src -name '*.bak' | xargs rm -vf
$(MODULE_FILE): code $(PHP_FILES) $(X2C_TEMPLATE)
@( \
// $Id$
//
-$tmp = ini_get('include_path');
-ini_set('include_path', "..:$tmp");
-unset($tmp);
+ini_set('include_path', '../src:'.ini_get('include_path'));
umask('002');
-require_once 'HTML/Template/HIT.php';
-require_once 'BIFE/Parser.php';
-require_once 'BIFE/Translate.php';
-
-$file = isset($_REQUEST['BIFE']) ? $_REQUEST['BIFE'] : 'index.xbf';
-#$file = isset($_SERVER['PATH_INFO']) ? ".{$_SERVER['PATH_INFO']}" : 'index.xbf';
-
-$template =& new HTML_Template_HIT('templates');
-
-$parser =& new BIFE_Parser('BIFE_Translate');
-$page =& $parser->parseFile($file);
-$parser->__destruct();
-echo $page->render($template);
-
?>
+
+BIFE is an abstract framework, to see a simple implementation download
+<A href="http://bife.llucax.hn.org/">BIFE_Base package</A>.
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<Page title="Hello world!">
- <Title>BIFE is working!</Title>
- <H3>Translate Fallback is working too!</H3>
- <P>This is a very bad use for BIFE, because I'm writing HTML :-P</P>
- <Title>A little of 'real' use</Title>
- <P>Here's a <Link bife="link.xbf">link</Link> to another BIFE file</P>
- <HR color="blue" size="30"/>
-</Page>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<Page title="Hi again!">
- <Title>BIFE Links are working too!</Title>
- <P>Go <Link bife="index.xbf">back</Link>.</P>
-</Page>
+++ /dev/null
-<A href="{URL}" title="{DESC}">{CONTENTS}</A>
+++ /dev/null
-<HTML>
- <HEAD>
- <TITLE>{TITLE}</TITLE>
- </HEAD>
- <BODY>
- <H1>{TITLE}</H1>
- {CONTENTS}
- </BODY>
-</HTML>
+++ /dev/null
-<H2>{CONTENTS}</H2>
</maintainers>
<release>
- <version>0.11</version>
+ <version>1.0.0beta1</version>
<date>2003-06-29</date>
- <state>alpha</state>
- <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
+ <state>beta</state>
+ <notes>Check http://bife.llucax.hn.org/ for details.</notes>
<provides type="class" name="BIFE_Parser"/>
<provides type="class" name="BIFE_Widget"/>
<provides type="class" name="BIFE_Container"/>
<provides type="class" name="BIFE_Fallback"/>
- <provides type="class" name="BIFE_Link"/>
- <provides type="class" name="BIFE_Translate"/>
<filelist>
<!-- PHP -->
- <file role="php">BIFE/Parser.php</file>
- <file role="php">BIFE/Widget.php</file>
- <file role="php">BIFE/Container.php</file>
- <file role="php">BIFE/Fallback.php</file>
- <file role="php">BIFE/Link.php</file>
- <file role="php">BIFE/Translate.php</file>
+ <dir name="/" baseinstalldir="BIFE" role="php">
+ <file install-as="Parser.php">src/BIFE/Parser.php</file>
+ <file install-as="Widget.php">src/BIFE/Widget.php</file>
+ <file install-as="Container.php">src/BIFE/Container.php</file>
+ <file install-as="Fallback.php">src/BIFE/Fallback.php</file>
+ </dir>
<!-- DOC -->
- <file role="doc">README</file>
- <file role="doc">ROADMAP</file>
- <file role="doc">examples/index.php</file>
- <file role="doc">examples/index.xbf</file>
- <file role="doc">examples/templates/bife_page.tpl.html</file>
- <file role="doc">examples/templates/bife_title.tpl.html</file>
- <file role="doc">examples/templates/bife_link.tpl.html</file>
+ <dir name="/" role="doc">
+ <file>README</file>
+ <file>ROADMAP</file>
+ <file>examples/index.php</file>
+ </dir>
</filelist>
</release>
<deps>
<option key="config-file" value="xmi2code.config"/>
<option key="config-file-set" value="false"/>
<option key="handler" value="umbrello"/>
- <option key="generator-path" value="."/>
+ <option key="generator-path" value="src"/>
<option key="use-package-as-dir" value="true"/>
<option key="indent" value=" "/>
<option key="files-case" value="preserve"/>
-# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-# +--------------------------------------------------------------------+
-# | 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: Mon May 19 00:16:56 ART 2003 |
-# | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
-# +--------------------------------------------------------------------+
-#
-# $Id$
-#
+# Doxyfile 1.3.2
-# Doxyfile 1.3-rc3
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NUMBER = 1.0.0beta
OUTPUT_DIRECTORY = api
OUTPUT_LANGUAGE = English
+USE_WINDOWS_ENCODING = NO
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
HIDE_SCOPE_NAMES = NO
-VERBATIM_HEADERS = YES
SHOW_INCLUDE_FILES = YES
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
+TAB_SIZE = 4
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT =
+INPUT = src
FILE_PATTERNS = *.php
RECURSIVE = YES
EXCLUDE =
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
+VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
+XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
#---------------------------------------------------------------------------
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
+UML_LOOK = YES
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
+CALL_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024
+MAX_DOT_GRAPH_DEPTH = 0
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
MODULE=hit
-PHP_FILES=HTML/Template/HIT.php
+PHP_FILES=$(subst ./,,$(shell find src -name '*.php'))
EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
DOC_FILES=
@xmi2code
code-clean:
- @find -name '*.bak' | xargs rm -vf
+ @find src -name '*.bak' | xargs rm -vf
// This is a simple test and example of HTML_Template_HIT
-$tmp = ini_get('include_path');
-ini_set('include_path', "..:$tmp");
-unset($tmp);
+ini_set('include_path', '../src:'.ini_get('include_path'));
umask('002');
require_once 'HTML/Template/HIT.php';
<provides type="class" name="HTML_Template_HIT"/>
<filelist>
<!-- PHP -->
- <file role="php">HTML/Template/HIT.php</file>
+ <file role="php" install-as="HTML/Template/HIT.php">src/HTML/Template/HIT.php</file>
<!-- DOC -->
- <file role="doc">examples/hit.php</file>
- <file role="doc">examples/hooks/body.tpl.html</file>
- <file role="doc">examples/hooks/cell.tpl.html</file>
- <file role="doc">examples/hooks/row.tpl.html</file>
+ <dir name="examples" role="doc">
+ <file>index.php</file>
+ <dir name="hooks">
+ <file>body.tpl.html</file>
+ <file>cell.tpl.html</file>
+ <file>row.tpl.html</file>
+ </dir>
+ </dir>
</filelist>
</release>
<deps>
<option key="config-file" value="xmi2code.config"/>
<option key="config-file-set" value="false"/>
<option key="handler" value="umbrello"/>
- <option key="generator-path" value="."/>
+ <option key="generator-path" value="src"/>
<option key="use-package-as-dir" value="true"/>
<option key="indent" value=" "/>
<option key="files-case" value="preserve"/>
-# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-# +--------------------------------------------------------------------+
-# | 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: Mon May 19 00:16:56 ART 2003 |
-# | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
-# +--------------------------------------------------------------------+
-#
-# $Id$
-#
+# Doxyfile 1.3.2
-# Doxyfile 1.3-rc3
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NUMBER = 0.1
OUTPUT_DIRECTORY = api
OUTPUT_LANGUAGE = English
+USE_WINDOWS_ENCODING = NO
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
HIDE_SCOPE_NAMES = NO
-VERBATIM_HEADERS = YES
SHOW_INCLUDE_FILES = YES
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
+TAB_SIZE = 4
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT =
+INPUT = src
FILE_PATTERNS = *.php
RECURSIVE = YES
EXCLUDE =
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
+VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
+XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
#---------------------------------------------------------------------------
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
+UML_LOOK = YES
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
+CALL_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024
+MAX_DOT_GRAPH_DEPTH = 0
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
MODULE=menu
-PHP_FILES=$(subst ./,,$(shell find BIFE -name '*.php'))
+PHP_FILES=$(subst ./,,$(shell find src -name '*.php'))
EXAMPLE_FILES=$(subst ./,,$(shell find examples -regex '.*\.svn.*'))
DOC_FILES=
@xmi2code
code-clean:
- @find -name '*.bak' | xargs rm -vf
+ @find src -name '*.bak' | xargs rm -vf
<version>0.1</version>
<date>2003-06-29</date>
<state>alpha</state>
- <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
+ <notes>Check http://bife.llucax.hn.org/ for details.</notes>
<provides type="class" name="BIFE_Menu_Menu"/>
<filelist>
<!-- PHP -->
- <file role="php">BIFE/Menu/Menu.php</file>
+ <dir name="/" baseinstalldir="BIFE/Menu" role="php">
+ <file install-as="Menu.php">src/BIFE/Menu/Menu.php</file>
+ </dir>
<!-- DOC -->
<!-- file role="doc">README</file -->
</filelist>
</release>
<deps>
<dep type="php" rel="ge">4.2.3</dep>
- <dep type="pkg" rel="ge" version="1.0.0beta">HTML_Template_HIT</dep>
- <dep type="pkg" rel="ge" version="0.11">BIFE</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">HTML_Template_HIT</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE</dep>
+ <dep type="pkg" rel="ge" version="1.0.0beta1">BIFE_Basic</dep>
</deps>
</package>
<option key="config-file" value="xmi2code.config"/>
<option key="config-file-set" value="false"/>
<option key="handler" value="umbrello"/>
- <option key="generator-path" value="."/>
+ <option key="generator-path" value="src"/>
<option key="use-package-as-dir" value="true"/>
<option key="indent" value=" "/>
<option key="files-case" value="preserve"/>