From 4edc10c21084dd3ae3c7a24f0d4b1ba1996a6dc8 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 7 Jul 2003 01:18:56 +0000 Subject: [PATCH] - Fixed examples. - Fixed package.xml. - Updated ROADMAP. --- Doxyfile | 2 +- ROADMAP | 13 ++++++------- examples/index.php | 32 ++++++++++++++++++++++++++++++++ package.xml | 4 +++- 4 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 examples/index.php diff --git a/Doxyfile b/Doxyfile index c2bb34d..d217b67 100644 --- a/Doxyfile +++ b/Doxyfile @@ -4,7 +4,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "BIFE Base" -PROJECT_NUMBER = 0.12 +PROJECT_NUMBER = 1.0.0beta1 OUTPUT_DIRECTORY = api OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = NO diff --git a/ROADMAP b/ROADMAP index 12d5f97..04e500c 100644 --- a/ROADMAP +++ b/ROADMAP @@ -1,13 +1,6 @@ $Id$ -Version 0.13 -============ - - - Start using config file for default widgets attributes. - -... - Version 1.0.0 ============= @@ -15,3 +8,9 @@ Version 1.0.0 avoid overhead in require_once calls (to be reviewed). - Write more documentation. + +Version 1.2.0 +============= + + - Start using config file for default widgets attributes. + diff --git a/examples/index.php b/examples/index.php new file mode 100644 index 0000000..5377064 --- /dev/null +++ b/examples/index.php @@ -0,0 +1,32 @@ + | +// +--------------------------------------------------------------------+ +// +// $Id$ +// + +// Starts bife. +header('Location: bife/'); + +?> diff --git a/package.xml b/package.xml index 79496c2..0e671ca 100644 --- a/package.xml +++ b/package.xml @@ -16,7 +16,7 @@ - 0.12 + 1.0.0beta1 2003-06-29 beta Check http://bife.llucax.hn.org/ for details. @@ -35,7 +35,9 @@ index.php + bife.php index.xbf + link.xbf bife_page.tpl.html bife_title.tpl.html -- 2.43.0