]> git.llucax.com Git - mecon/yatta.git/commitdiff
Cambios de inicializacion
authorMartín Marrese <marrese@gmail.com>
Wed, 26 Nov 2003 18:44:45 +0000 (18:44 +0000)
committerMartín Marrese <marrese@gmail.com>
Wed, 26 Nov 2003 18:44:45 +0000 (18:44 +0000)
15 files changed:
README [deleted file]
doc/Doxyfile
doc/README [deleted file]
doc/xmi2code.config
doc/xmi2code.tpl.php
init.sh [deleted file]
lib/README [deleted file]
sistema/README [deleted file]
sistema/conf/README [deleted file]
sistema/local_lib/README [deleted file]
sistema/www/README [deleted file]
sistema/www/css/README [deleted file]
sistema/www/images/README [deleted file]
sistema/www/js/README [deleted file]
test/README [deleted file]

diff --git a/README b/README
deleted file mode 100644 (file)
index e99210b..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Directorio raíz del sistema en desarrollo.
-.
-|-- doc: Documentación del sistema y sus librerías.
-|
-|-- lib: Librerías generales del sistema que sirven para que otros sistemas
-|        interactúen con éste.
-|
-|-- test: Directorio para archivos de prueba.
-|
-`-- sistema: Archivos del sistema en sí. Se compone de estos (posibles)
-    |        subdirectorios.
-    |
-    |-- conf: Archivos de configuración del sistema.
-    |
-    |-- local_lib: Librerías locales del sistema (sólo para uso interno).
-    |
-    `-- www: Directorio público. Aquí se encuentra todo lo que deba ser
-        |    visible desde el servidor web (incluyendo scripts PHP, imágenes,
-        |    scripts JavaScript y hojas de estilo).
-        |
-        |-- css: Hojas de estilo específicas del sistema.
-        |
-        |-- images: Imágenes específicas del sistema.
-        |
-        `-- js: JavaScript específico del sistema.
-
-NOTAS:
-    * Para generar archivos de configuración de xmi2code y otras inicializaciones
-      puede ejecutar 'make init'.
-    * Para borrar este README y todos los de los demas directorios ejecute
-      'make clean-readme'.
-
index 9291cf72841bb861831443ad9f1b80203acef57b..d1a45b6f8f67f1f802d2a3da7c8eaebff16ff2de 100644 (file)
@@ -1,16 +1,16 @@
 # vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 #------------------------------------------------------------------------------
 #                              Ministerio de Economía
-#                                     <SISTEMA>
+#                                     YATTA!
 #------------------------------------------------------------------------------
-# This file is part of <SISTEMA>.
+# This file is part of YATTA!.
 #
-# <SISTEMA> is free software; you can redistribute it and/or modify it under
+# YATTA! 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.
 #
-# <SISTEMA> is distributed in the hope that it will be useful, but WITHOUT
+# YATTA! 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.
 # 
@@ -18,8 +18,8 @@
 # write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 # Boston, MA  02111-1307  USA
 #------------------------------------------------------------------------------
-# Creado: <FECHA>
-# Autor:  <AUTOR>
+# Creado: mié nov 26 15:54:19 ART 2003
+# Autor:  Martin Marrese <mmarre@mecon.gov.ar> - Gonzalo Merayo <gmeray@mecon.gov.ar>
 #------------------------------------------------------------------------------
 # $Id$
 #------------------------------------------------------------------------------
@@ -27,7 +27,7 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = <SISTEMA>
+PROJECT_NAME           = YATTA!
 PROJECT_NUMBER         = $Rev$
 OUTPUT_DIRECTORY       = api
 OUTPUT_LANGUAGE        = Spanish
diff --git a/doc/README b/doc/README
deleted file mode 100644 (file)
index 8644e02..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Documentación del sistema y sus librerías.
-
index 48a4cdbdbec14b621cebb0acd74b63ace14d12fa..58e640b7958c7f438b56cce9d47c3f5349551f31 100644 (file)
@@ -2,16 +2,16 @@
 <!-- vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80 fdm=syntax:
 ===============================================================================
                              Ministerio de Economía
-                                    <SISTEMA>
+                                    YATTA!
 ===============================================================================
-This file is part of <SISTEMA>.
+This file is part of YATTA!.
 
-<SISTEMA> is free software; you can redistribute it and/or modify it under
+YATTA! 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.
 
-<SISTEMA> is distributed in the hope that it will be useful, but WITHOUT
+YATTA! 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 @@ You should have received a copy of the GNU General Public License; if not,
 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 Boston, MA  02111-1307  USA
 ===============================================================================
-Creado: <FECHA>
-Autor:  <AUTOR>
+Creado: mié nov 26 15:54:19 ART 2003
+Autor:  Martin Marrese <mmarre@mecon.gov.ar> - Gonzalo Merayo <gmeray@mecon.gov.ar>
 ===============================================================================
 $Id$
 =========================================================================== -->
@@ -43,5 +43,5 @@ $Id$
   <option key="php.pear.use-package-in-classnames" value="false"/>
   <option key="php.pear.underscore-in-nonpublic" value="true"/>
   <!-- Nombre del autor -->
-  <option key="author" value="<AUTOR>"/>
+  <option key="author" value="Martin Marrese <mmarre@mecon.gov.ar> - Gonzalo Merayo <gmeray@mecon.gov.ar>"/>
 </xmi2code>
index 1de0c57c0b885be2a0077e921d232ee898d87aeb..9e8a2b430cd19e24efcc0e76dac78aa4ce77b3af 100644 (file)
@@ -1,16 +1,16 @@
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80:
 -------------------------------------------------------------------------------
                              Ministerio de Economía
-                                    <SISTEMA>
+                                    YATTA!
 -------------------------------------------------------------------------------
-This file is part of <SISTEMA>.
+This file is part of YATTA!.
 
-<SISTEMA> is free software; you can redistribute it and/or modify it under
+YATTA! 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.
 
-<SISTEMA> is distributed in the hope that it will be useful, but WITHOUT
+YATTA! 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.
  
@@ -22,4 +22,4 @@ Creado: @@date
 Autor:  @@author
 -------------------------------------------------------------------------------
 $Id$
------------------------------------------------------------------------------*/
\ No newline at end of file
+-----------------------------------------------------------------------------*/
diff --git a/init.sh b/init.sh
deleted file mode 100755 (executable)
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 <mcara@mecon.gov.ar>): ' AUTOR
-cat doc/xmi2code.config | awk "{ gsub(\"<FECHA>\", \"`date`\"); gsub(\"<SISTEMA>\", \"$SISTEMA\"); gsub(\"<AUTOR>\", \"$AUTOR\"); print }" > tmp
-cat tmp > doc/xmi2code.config
-cat doc/xmi2code.tpl.php | awk "{ gsub(\"<SISTEMA>\", \"$SISTEMA\"); gsub(\"<AUTOR>\", \"$AUTOR\"); print }" > tmp
-cat tmp > doc/xmi2code.tpl.php
-cat doc/Doxyfile | awk "{ gsub(\"<FECHA>\", \"`date`\"); gsub(\"<SISTEMA>\", \"$SISTEMA\"); gsub(\"<AUTOR>\", \"$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
-
diff --git a/lib/README b/lib/README
deleted file mode 100644 (file)
index de1189a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Librerías generales del sistema que sirven para que otros sistemas
-interactúen con éste.
-
diff --git a/sistema/README b/sistema/README
deleted file mode 100644 (file)
index 72ac2a6..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Archivos del sistema en sí. Se compone de estos (posibles)
-subdirectorios.
-
-.
-|-- conf: Archivos de configuración del sistema.
-|
-|-- local_lib: Librerías locales del sistema (sólo para uso interno).
-|
-`-- www: Directorio público. Aquí se encuentra todo lo que deba ser
-    |    visible desde el servidor web (incluyendo scripts PHP, imágenes,
-    |    scripts JavaScript y hojas de estilo).
-    |
-    |-- css: Hojas de estilo específicas del sistema.
-    |
-    |-- images: Imágenes específicas del sistema.
-    |
-    `-- js: JavaScript específico del sistema.
-
diff --git a/sistema/conf/README b/sistema/conf/README
deleted file mode 100644 (file)
index f94f6e8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Archivos de configuración del sistema.
-
diff --git a/sistema/local_lib/README b/sistema/local_lib/README
deleted file mode 100644 (file)
index 929b89c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Librerías locales del sistema (sólo para uso interno).
-
diff --git a/sistema/www/README b/sistema/www/README
deleted file mode 100644 (file)
index 676954f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Directorio público. Aquí se encuentra todo lo que deba ser visible desde
-el servidor web (incluyendo scripts PHP, imágenes, scripts JavaScript y
-hojas de estilo).
-
-.
-|-- css: Hojas de estilo específicas del sistema.
-|
-|-- images: Imágenes específicas del sistema.
-|
-`-- js: JavaScript específico del sistema.
-
diff --git a/sistema/www/css/README b/sistema/www/css/README
deleted file mode 100644 (file)
index 5a1d836..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Hojas de estilo específicas del sistema.
-
diff --git a/sistema/www/images/README b/sistema/www/images/README
deleted file mode 100644 (file)
index 3ef72fd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Imágenes específicas del sistema.
-
diff --git a/sistema/www/js/README b/sistema/www/js/README
deleted file mode 100644 (file)
index c96a7d3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-JavaScript específico del sistema.
-
diff --git a/test/README b/test/README
deleted file mode 100644 (file)
index 204ea1e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Descripción de los directorios:
-===============================
-
-$Id$
-
-Directorio para archivos de prueba.
-