From 6794c0f243f8f4843d94202d5015b0e9bd4ef547 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 23 Jun 2003 22:20:49 +0000 Subject: [PATCH] Se comienza con el diagrama UML. --- Makefile | 9 +---- doc/Doxyfile | 14 +++---- doc/uml.xmi | 90 +++++++++++++++++++++++++++++++++++++++++--- doc/xmi2code.config | 14 +++---- doc/xmi2code.tpl.php | 14 +++---- init.sh | 19 ---------- 6 files changed, 108 insertions(+), 52 deletions(-) delete mode 100755 init.sh diff --git a/Makefile b/Makefile index 8f8096a..129f678 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,8 @@ # $Id$ # -help: - @echo Ejecute \'make init\' para inicializar el repositorio. - @echo Ejecute \'make clean-readme\' para borrar los archivos README. +code: + @cd doc && xmi2code clean-readme: find -name README | xargs svn rm - -init: - @./init.sh - @svn rm init.sh diff --git a/doc/Doxyfile b/doc/Doxyfile index fad6ed7..ef8cd3c 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1,16 +1,16 @@ # vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: # +--------------------------------------------------------------------+ # | Ministerio de Economía | -# | | +# | AI (Administrador de Intranet) | # +--------------------------------------------------------------------+ -# | This file is part of . | +# | This file is part of AI. | # | | -# | is free software; you can redistribute it and/or modify | +# | AI 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. | # | | -# | is distributed in the hope that it will be useful, but | +# | AI 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. | @@ -19,8 +19,8 @@ # | along with Hooks; if not, write to the Free Software Foundation, | # | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | # +--------------------------------------------------------------------+ -# | Creado: | -# | Autor: | +# | Creado: lun jun 23 15:21:18 ART 2003 | +# | Autor: Leandro Lucarella | # +--------------------------------------------------------------------+ # # $Id$ @@ -29,7 +29,7 @@ #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = +PROJECT_NAME = AI (Administrador de Intranet) PROJECT_NUMBER = $Rev$ OUTPUT_DIRECTORY = api OUTPUT_LANGUAGE = Spanish diff --git a/doc/uml.xmi b/doc/uml.xmi index bb56a1a..1ff98e1 100644 --- a/doc/uml.xmi +++ b/doc/uml.xmi @@ -9,11 +9,62 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + @@ -21,7 +72,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/xmi2code.config b/doc/xmi2code.config index 65dc1fd..048c33f 100644 --- a/doc/xmi2code.config +++ b/doc/xmi2code.config @@ -3,16 +3,16 @@ ! vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: ! ********************************************************************** ! * Ministerio de Economía * - ! * * + ! * AI (Administrador de Intranet) * ! ********************************************************************** - ! * This file is part of . * + ! * This file is part of AI. * ! * * - ! * is free software; you can redistribute it and/or modify * + ! * AI 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. * ! * * - ! * is distributed in the hope that it will be useful, but * + ! * AI 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. * @@ -21,9 +21,9 @@ ! * along with Hooks; if not, write to the Free Software Foundation, * ! * Inc., 59 Temple Place, Suite 330, Boston, MA 02111*1307 USA * ! ********************************************************************** - ! * Creado: * - ! * Autor: * - ! *********************************************************************+ + ! * Creado: lun jun 23 15:21:18 ART 2003 * + ! * Autor: Leandro Lucarella * + ! ********************************************************************** ! ! $Id$ ! diff --git a/doc/xmi2code.tpl.php b/doc/xmi2code.tpl.php index 7f784a2..23d841b 100644 --- a/doc/xmi2code.tpl.php +++ b/doc/xmi2code.tpl.php @@ -2,16 +2,16 @@ // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: // +--------------------------------------------------------------------+ // | Ministerio de Economía | -// | | +// | AI (Administrador de Intranet) | // +--------------------------------------------------------------------+ -// | This file is part of . | +// | This file is part of AI. | // | | -// | is free software; you can redistribute it and/or modify | +// | AI 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. | // | | -// | is distributed in the hope that it will be useful, but | +// | AI 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. | @@ -20,9 +20,9 @@ // | along with Hooks; if not, write to the Free Software Foundation, | // | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | // +--------------------------------------------------------------------+ -// | Creado: @@date | -// | Autor: | +// | Creado: @@date | +// | Autor: Leandro Lucarella | // +--------------------------------------------------------------------+ // // $Id$ -// +// \ No newline at end of file diff --git a/init.sh b/init.sh deleted file mode 100755 index 31bdb1b..0000000 --- a/init.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# Inicialización del repositorio -# -# $Id$ -# - -read -p 'Nombre del sistema: ' SISTEMA -read -p 'Nombre y e-mail del autor (ej: Martín Caradagián ): ' AUTOR -cat doc/xmi2code.config | awk "{ gsub(\"\", \"`date`\"); gsub(\"\", \"$SISTEMA\"); gsub(\"\", \"$AUTOR\"); print }" > tmp -cat tmp > doc/xmi2code.config -cat doc/xmi2code.tpl.php | awk "{ gsub(\"\", \"$SISTEMA\"); gsub(\"\", \"$AUTOR\"); print }" > tmp -cat tmp > doc/xmi2code.tpl.php -cat doc/Doxyfile | awk "{ gsub(\"\", \"`date`\"); gsub(\"\", \"$SISTEMA\"); gsub(\"\", \"$AUTOR\"); print }" > tmp -cat tmp > doc/Doxyfile -rm -f tmp -echo "Por favor edite los archivos doc/xmi2code.config, doc/xmi2code.tpl.php y doc/Doxyfile para ver que este todo bien..." -vim -o doc/xmi2code.config doc/xmi2code.tpl.php doc/Doxyfile - -- 2.43.0