From 3dcf61d2896b9a035eeab81ba33f7c8f2c90e629 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 23 Mar 2003 05:30:48 +0000 Subject: [PATCH] Se agregan svn keywords y se renombra el htaccess. --- includes/append.php | 2 +- includes/default-hooks/default-album-footer.php | 6 +++--- includes/default-hooks/default-album-header.php | 6 +++--- includes/default-hooks/default-album-item-empty.php | 6 +++--- includes/default-hooks/default-album-item.php | 6 +++--- includes/default-hooks/default-album-photo.php | 6 +++--- includes/default-hooks/default-album-row-footer.php | 6 +++--- includes/default-hooks/default-album-row-header.php | 6 +++--- includes/default-hooks/default-cabecera.php | 6 +++--- includes/default-hooks/default-config.php | 2 +- includes/default-hooks/default-head.php | 6 +++--- includes/default-hooks/default-menu-footer.php | 6 +++--- includes/default-hooks/default-menu-header.php | 6 +++--- includes/default-hooks/default-menu-item.php | 6 +++--- includes/default-hooks/default-menu-parent.php | 6 +++--- includes/default-hooks/default-menu-subitem.php | 6 +++--- includes/default-hooks/default-pie.php | 6 +++--- includes/prepend.php | 4 ++-- scripts/mkalbum | 4 ++-- www/{htaccess => .htaccess} | 2 +- www/css/album.css | 4 ++-- www/css/base.css | 4 ++-- www/css/footer.css | 4 ++-- www/css/header.css | 4 ++-- www/css/menu.css | 4 ++-- www/default-config.php | 2 +- www/desarrollo/default-config.php | 2 +- www/desarrollo/index.php | 6 +++--- www/desarrollo/sitios/default-config.php | 2 +- www/desarrollo/sitios/default-menu-item.php | 6 +++--- www/desarrollo/sitios/index.php | 6 +++--- www/facultad/default-config.php | 2 +- www/facultad/index.php | 6 +++--- www/fotos/index.php | 6 +++--- www/fotos/photo.php | 6 +++--- www/index.php | 6 +++--- 36 files changed, 87 insertions(+), 87 deletions(-) rename www/{htaccess => .htaccess} (97%) diff --git a/includes/append.php b/includes/append.php index 8d7741e..9fc87cb 100644 --- a/includes/append.php +++ b/includes/append.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: append.php 3 2003-01-31 04:35:46Z luca $ +// $Id$ // require_once 'Hook.php'; diff --git a/includes/default-hooks/default-album-footer.php b/includes/default-hooks/default-album-footer.php index 399aabb..3c48645 100644 --- a/includes/default-hooks/default-album-footer.php +++ b/includes/default-hooks/default-album-footer.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-footer.php 9 2003-02-03 04:48:09Z luca $ +// $Id$ // /** @@ -34,8 +34,8 @@ $title = @$args[1]; ?> - + - + diff --git a/includes/default-hooks/default-album-header.php b/includes/default-hooks/default-album-header.php index 91789f4..b20717a 100644 --- a/includes/default-hooks/default-album-header.php +++ b/includes/default-hooks/default-album-header.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-header.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // /** @@ -36,9 +36,9 @@ $desc = @$args[1]; $cols = @$args[2]; ?> - +

- + diff --git a/includes/default-hooks/default-album-item-empty.php b/includes/default-hooks/default-album-item-empty.php index 2e4776a..446a3c7 100644 --- a/includes/default-hooks/default-album-item-empty.php +++ b/includes/default-hooks/default-album-item-empty.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-item-empty.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // /** @@ -36,6 +36,6 @@ $current = @$args[1]; $total = @$args[2]; ?> - + - + diff --git a/includes/default-hooks/default-album-item.php b/includes/default-hooks/default-album-item.php index 36d8b40..fc08d04 100644 --- a/includes/default-hooks/default-album-item.php +++ b/includes/default-hooks/default-album-item.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-item.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // /** @@ -44,8 +44,8 @@ $current = @$args[5]; $total = @$args[6]; ?> - + - + diff --git a/includes/default-hooks/default-album-photo.php b/includes/default-hooks/default-album-photo.php index b45bbeb..4bd6747 100644 --- a/includes/default-hooks/default-album-photo.php +++ b/includes/default-hooks/default-album-photo.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-photo.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // /** @@ -36,7 +36,7 @@ $photo = @$args[1]; $desc = @$args[2]; ?> - + <?= $desc ?>
- + diff --git a/includes/default-hooks/default-album-row-footer.php b/includes/default-hooks/default-album-row-footer.php index bdde5f1..e0c2bf6 100644 --- a/includes/default-hooks/default-album-row-footer.php +++ b/includes/default-hooks/default-album-row-footer.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-row-footer.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // /** @@ -31,6 +31,6 @@ */ ?> - +
- + diff --git a/includes/default-hooks/default-album-row-header.php b/includes/default-hooks/default-album-row-header.php index 8b794f8..bdfc5d3 100644 --- a/includes/default-hooks/default-album-row-header.php +++ b/includes/default-hooks/default-album-row-header.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-album-row-header.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // /** @@ -31,6 +31,6 @@ */ ?> - + - + diff --git a/includes/default-hooks/default-cabecera.php b/includes/default-hooks/default-cabecera.php index 75d6a25..6fb387f 100644 --- a/includes/default-hooks/default-cabecera.php +++ b/includes/default-hooks/default-cabecera.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-cabecera.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // require_once 'Hook.php'; @@ -40,7 +40,7 @@ $root = $CONFIG['root']; ?> - + @@ -66,4 +66,4 @@ $root = $CONFIG['root'];
  <?= $desc ?>
- + diff --git a/includes/default-hooks/default-config.php b/includes/default-hooks/default-config.php index ab75220..01fa21e 100644 --- a/includes/default-hooks/default-config.php +++ b/includes/default-hooks/default-config.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-config.php 9 2003-02-03 04:48:09Z luca $ +// $Id$ // require_once 'Hook/Menu.php'; diff --git a/includes/default-hooks/default-head.php b/includes/default-hooks/default-head.php index 7d5157e..44b3047 100644 --- a/includes/default-hooks/default-head.php +++ b/includes/default-hooks/default-head.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-head.php 9 2003-02-03 04:48:09Z luca $ +// $Id$ // require_once 'Hook.php'; @@ -39,7 +39,7 @@ $desc = @$CONFIG['desc']; $css = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']); ?> - + Luca's Home<?= $title ? ": $title" : '' ?> @@ -48,4 +48,4 @@ $css = is_array($CONFIG['css']) ? $CONFIG['css'] : array($CONFIG['css']); " type="text/css"> - + diff --git a/includes/default-hooks/default-menu-footer.php b/includes/default-hooks/default-menu-footer.php index f88f359..335fcff 100644 --- a/includes/default-hooks/default-menu-footer.php +++ b/includes/default-hooks/default-menu-footer.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-footer.php 5 2003-02-01 22:41:25Z luca $ +// $Id$ // /** @@ -31,7 +31,7 @@ */ ?> - +
- + diff --git a/includes/default-hooks/default-menu-header.php b/includes/default-hooks/default-menu-header.php index acf0a69..e1e199b 100644 --- a/includes/default-hooks/default-menu-header.php +++ b/includes/default-hooks/default-menu-header.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-header.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // /** @@ -31,7 +31,7 @@ */ ?> - + - + diff --git a/includes/default-hooks/default-menu-item.php b/includes/default-hooks/default-menu-item.php index 2137fc0..82e12e0 100644 --- a/includes/default-hooks/default-menu-item.php +++ b/includes/default-hooks/default-menu-item.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-item.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // /** @@ -37,7 +37,7 @@ $name = @$args[2]; $root = $GLOBALS['CONFIG']['root']; ?> - + - + diff --git a/includes/default-hooks/default-menu-parent.php b/includes/default-hooks/default-menu-parent.php index 019443e..8ceef21 100644 --- a/includes/default-hooks/default-menu-parent.php +++ b/includes/default-hooks/default-menu-parent.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-parent.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // /** @@ -37,7 +37,7 @@ $name = @$args[2]; $root = $GLOBALS['CONFIG']['root']; ?> - + - + diff --git a/includes/default-hooks/default-menu-subitem.php b/includes/default-hooks/default-menu-subitem.php index b41229c..fb92017 100644 --- a/includes/default-hooks/default-menu-subitem.php +++ b/includes/default-hooks/default-menu-subitem.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-subitem.php 13 2003-02-23 04:12:48Z luca $ +// $Id$ // /** @@ -39,7 +39,7 @@ $level = @$args[3]; $root = $GLOBALS['CONFIG']['root']; ?> - + - + diff --git a/includes/default-hooks/default-pie.php b/includes/default-hooks/default-pie.php index 0c63e53..c64bb25 100644 --- a/includes/default-hooks/default-pie.php +++ b/includes/default-hooks/default-pie.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-pie.php 11 2003-02-14 03:21:16Z luca $ +// $Id$ // require_once 'Hook.php'; @@ -38,7 +38,7 @@ global $CONFIG; $root = $CONFIG['root']; ?> - + @@ -69,4 +69,4 @@ $root = $CONFIG['root']; - + diff --git a/includes/prepend.php b/includes/prepend.php index 5b74a34..fe878aa 100644 --- a/includes/prepend.php +++ b/includes/prepend.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $ +// $Id$ // // Configuración local: @@ -47,5 +47,5 @@ Hook::hook('prepend'); // Cabecera de la página web. Hook::hook('cabecera'); -// $Id: prepend.php 9 2003-02-03 04:48:09Z luca $ +// $Id$ ?> diff --git a/scripts/mkalbum b/scripts/mkalbum index 87fcdab..86f6c78 100755 --- a/scripts/mkalbum +++ b/scripts/mkalbum @@ -24,7 +24,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $ +// $Id$ // // Configuración local: @@ -77,5 +77,5 @@ $album->createThumbs(); echo "Done!\n" -// $Id: mkalbum 8 2003-02-02 21:53:11Z luca $ +// $Id$ ?> diff --git a/www/htaccess b/www/.htaccess similarity index 97% rename from www/htaccess rename to www/.htaccess index 598dfd6..c372b84 100644 --- a/www/htaccess +++ b/www/.htaccess @@ -22,7 +22,7 @@ # | Authors: Leandro Lucarella | # +--------------------------------------------------------------------+ # -# $Id: .htaccess 12 2003-02-22 15:53:42Z luca $ +# $Id$ # # php directives php_value auto_prepend_file "/home/luca/apache/includes/prepend.php" diff --git a/www/css/album.css b/www/css/album.css index 915903c..a4bd268 100644 --- a/www/css/album.css +++ b/www/css/album.css @@ -22,7 +22,7 @@ * | Authors: Leandro Lucarella | * +--------------------------------------------------------------------+ * - * $Id: album.css 6 2003-02-02 04:14:21Z luca $ + * $Id$ * */ @@ -72,4 +72,4 @@ IMG.albumphoto { border: thin solid black; } -/* $Id: album.css 6 2003-02-02 04:14:21Z luca $ */ +/* $Id$ */ diff --git a/www/css/base.css b/www/css/base.css index 3aa3ab4..5cbcbc0 100644 --- a/www/css/base.css +++ b/www/css/base.css @@ -22,7 +22,7 @@ * | Authors: Leandro Lucarella | * +--------------------------------------------------------------------+ * - * $Id: base.css 14 2003-02-23 04:45:34Z luca $ + * $Id$ * */ @@ -76,4 +76,4 @@ A:active { text-align: center; } -/* $Id: base.css 14 2003-02-23 04:45:34Z luca $ */ +/* $Id$ */ diff --git a/www/css/footer.css b/www/css/footer.css index 3abc333..0f96eb5 100644 --- a/www/css/footer.css +++ b/www/css/footer.css @@ -22,7 +22,7 @@ * | Authors: Leandro Lucarella | * +--------------------------------------------------------------------+ * - * $Id: footer.css 13 2003-02-23 04:12:48Z luca $ + * $Id$ * */ @@ -66,4 +66,4 @@ HR.footseparator { text-align: center; } -/* $Id: footer.css 13 2003-02-23 04:12:48Z luca $ */ +/* $Id$ */ diff --git a/www/css/header.css b/www/css/header.css index 336e10c..51fae10 100644 --- a/www/css/header.css +++ b/www/css/header.css @@ -22,7 +22,7 @@ * | Authors: Leandro Lucarella | * +--------------------------------------------------------------------+ * - * $Id: header.css 14 2003-02-23 04:45:34Z luca $ + * $Id$ * */ @@ -87,4 +87,4 @@ TD.bodycontainer { padding-left: 5pt; } -/* $Id: header.css 14 2003-02-23 04:45:34Z luca $ */ +/* $Id$ */ diff --git a/www/css/menu.css b/www/css/menu.css index 4cac062..51c233c 100644 --- a/www/css/menu.css +++ b/www/css/menu.css @@ -22,7 +22,7 @@ * | Authors: Leandro Lucarella | * +--------------------------------------------------------------------+ * - * $Id: menu.css 14 2003-02-23 04:45:34Z luca $ + * $Id$ * */ @@ -76,4 +76,4 @@ IMG.menusubitem { margin-left: 16pt; } -/* $Id: menu.css 14 2003-02-23 04:45:34Z luca $ */ +/* $Id$ */ diff --git a/www/default-config.php b/www/default-config.php index cfa4f45..bb0c236 100644 --- a/www/default-config.php +++ b/www/default-config.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-config.php 11 2003-02-14 03:21:16Z luca $ +// $Id$ // global $CONFIG; diff --git a/www/desarrollo/default-config.php b/www/desarrollo/default-config.php index f708770..f7c573e 100644 --- a/www/desarrollo/default-config.php +++ b/www/desarrollo/default-config.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $ +// $Id$ // global $CONFIG; diff --git a/www/desarrollo/index.php b/www/desarrollo/index.php index f40e713..6072f19 100644 --- a/www/desarrollo/index.php +++ b/www/desarrollo/index.php @@ -23,11 +23,11 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: index.php 14 2003-02-23 04:45:34Z luca $ +// $Id$ // ?> - + En esta página se encuentran las cosas que estoy desarrollando actualmente o las que he desarrollado en algún momento. - + diff --git a/www/desarrollo/sitios/default-config.php b/www/desarrollo/sitios/default-config.php index 2f5978a..36692f4 100644 --- a/www/desarrollo/sitios/default-config.php +++ b/www/desarrollo/sitios/default-config.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-config.php 14 2003-02-23 04:45:34Z luca $ +// $Id$ // global $CONFIG; diff --git a/www/desarrollo/sitios/default-menu-item.php b/www/desarrollo/sitios/default-menu-item.php index dedae05..a9bf0d4 100644 --- a/www/desarrollo/sitios/default-menu-item.php +++ b/www/desarrollo/sitios/default-menu-item.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-menu-item.php 14 2003-02-23 04:45:34Z luca $ +// $Id$ // /** @@ -37,7 +37,7 @@ $name = @$args[2]; $root = $GLOBALS['CONFIG']['root']; ?> - + - + diff --git a/www/desarrollo/sitios/index.php b/www/desarrollo/sitios/index.php index 8605795..0b5c961 100644 --- a/www/desarrollo/sitios/index.php +++ b/www/desarrollo/sitios/index.php @@ -23,10 +23,10 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: index.php 14 2003-02-23 04:45:34Z luca $ +// $Id$ // ?> - + En esta página se encuentran los sitios que estoy desarrollando actualmente. - + diff --git a/www/facultad/default-config.php b/www/facultad/default-config.php index e5e30f6..22da9be 100644 --- a/www/facultad/default-config.php +++ b/www/facultad/default-config.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: default-config.php 5 2003-02-01 22:41:25Z luca $ +// $Id$ // global $CONFIG; diff --git a/www/facultad/index.php b/www/facultad/index.php index 0400532..dd31d30 100644 --- a/www/facultad/index.php +++ b/www/facultad/index.php @@ -23,10 +23,10 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: index.php 4 2003-01-31 23:55:34Z luca $ +// $Id$ // ?> - + Hola Mundo! - + diff --git a/www/fotos/index.php b/www/fotos/index.php index 8e0fbfd..24c8768 100644 --- a/www/fotos/index.php +++ b/www/fotos/index.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: index.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // require_once 'Hook/Album.php'; @@ -32,6 +32,6 @@ require_once 'Hook/Album.php'; $album =& new Hook_Album('.', 4); ?> - + album() ?> - + diff --git a/www/fotos/photo.php b/www/fotos/photo.php index 4cceea8..1f05a6b 100644 --- a/www/fotos/photo.php +++ b/www/fotos/photo.php @@ -23,7 +23,7 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: photo.php 6 2003-02-02 04:14:21Z luca $ +// $Id$ // require_once 'Hook/Album.php'; @@ -34,7 +34,7 @@ $album =& new Hook_Album('.', 4); $photo = @$_REQUEST['photo']; ?> - + @@ -58,4 +58,4 @@ $photo = @$_REQUEST['photo'];
- + diff --git a/www/index.php b/www/index.php index 0400532..dd31d30 100644 --- a/www/index.php +++ b/www/index.php @@ -23,10 +23,10 @@ // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // -// $Id: index.php 4 2003-01-31 23:55:34Z luca $ +// $Id$ // ?> - + Hola Mundo! - + -- 2.43.0