From 4f073eb2709b877e89b08e117702d940abce0ffe Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Tue, 24 Mar 2009 04:12:31 +0000 Subject: [PATCH] Removed obsoleted elements from stylesheets. Updated revision numbering tag. svn: r12383 --- src/data/Web_Basic-Ash.css | 9 ---- src/data/Web_Basic-Cypress.css | 9 ---- src/data/Web_Basic-Lilac.css | 9 ---- src/data/Web_Basic-Peach.css | 9 ---- src/data/Web_Basic-Spruce.css | 9 ---- src/data/Web_Mainz.css | 9 ---- src/data/Web_Nebraska.css | 8 ---- src/plugins/lib/Makefile.am | 68 +++++++++++++++---------------- src/plugins/webreport/Makefile.am | 42 +++++++++---------- src/plugins/webreport/WebCal.py | 2 +- 10 files changed, 56 insertions(+), 118 deletions(-) diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index cf2e81b6e..0be0767e9 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -970,15 +970,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:14px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index 47e7e5f64..075d7decb 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -967,15 +967,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:14px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 1a64c128a..41d30db1b 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -968,15 +968,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:14px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index d73fa6b62..5a77c6c09 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -969,15 +969,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:14px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index 4b77ca01b..54e0790db 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -969,15 +969,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:14px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index dce62cd63..076a06b5f 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -960,15 +960,6 @@ div#sourcerefs ol li ol { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - padding-bottom:40px; - margin-bottom:0; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index b6745099c..982b96d0e 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -1013,14 +1013,6 @@ div#pedigree { #footer p#copyright img { margin-right:10px; } -#footer p#quality { - width:100%; - text-align:center; - color:#FFF; -} -#footer p#quality img { - float:center; -} #user_footer { width:70%; float:left; diff --git a/src/plugins/lib/Makefile.am b/src/plugins/lib/Makefile.am index 4df4a16cc..b2f5646e7 100644 --- a/src/plugins/lib/Makefile.am +++ b/src/plugins/lib/Makefile.am @@ -1,34 +1,34 @@ -# This is the src/plugins/lib level Makefile for Gramps -# We could use GNU make's ':=' syntax for nice wildcard use, -# but that is not necessarily portable. -# If not using GNU make, then list all .py files individually - -pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib - -pkgdata_PYTHON = \ - libcairodoc.py\ - libgrampsxml.py\ - libholiday.py\ - libmapservice.py \ - libhtml.py - -pkgpyexecdir = @pkgpyexecdir@/plugins/lib -pkgpythondir = @pkgpythondir@/plugins/lib - -GLADEFILES = - -GRAPHICS = - -DATAFILES = \ - holidays.xml - -dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) - -# Clean up all the byte-compiled files -MOSTLYCLEANFILES = *pyc *pyo - -GRAMPS_PY_MODPATH = "../../" - -pycheck: - (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ - pychecker $(pkgdata_PYTHON)); +# This is the src/plugins/lib level Makefile for Gramps +# We could use GNU make's ':=' syntax for nice wildcard use, +# but that is not necessarily portable. +# If not using GNU make, then list all .py files individually + +pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib + +pkgdata_PYTHON = \ + libcairodoc.py\ + libgrampsxml.py\ + libholiday.py\ + libmapservice.py\ + libhtml.py + +pkgpyexecdir = @pkgpyexecdir@/plugins/lib +pkgpythondir = @pkgpythondir@/plugins/lib + +GLADEFILES = + +GRAPHICS = + +DATAFILES = \ + holidays.xml + +dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) $(DATAFILES) + +# Clean up all the byte-compiled files +MOSTLYCLEANFILES = *pyc *pyo + +GRAMPS_PY_MODPATH = "../../" + +pycheck: + (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ + pychecker $(pkgdata_PYTHON)); diff --git a/src/plugins/webreport/Makefile.am b/src/plugins/webreport/Makefile.am index a48df070f..106085d83 100644 --- a/src/plugins/webreport/Makefile.am +++ b/src/plugins/webreport/Makefile.am @@ -1,22 +1,22 @@ -# This is the src/plugins/webreport level Makefile for Gramps -# We could use GNU make's ':=' syntax for nice wildcard use, -# but that is not necessarily portable. -# If not using GNU make, then list all .py files individually - -pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport - -pkgdata_PYTHON = \ - NarrativeWeb.py \ +# This is the src/plugins/webreport level Makefile for Gramps +# We could use GNU make's ':=' syntax for nice wildcard use, +# but that is not necessarily portable. +# If not using GNU make, then list all .py files individually + +pkgdatadir = $(datadir)/@PACKAGE@/plugins/webreport + +pkgdata_PYTHON = \ + NarrativeWeb.py\ WebCal.py - -pkgpyexecdir = @pkgpyexecdir@/plugins/webreport -pkgpythondir = @pkgpythondir@/plugins/webreport - -# Clean up all the byte-compiled files -MOSTLYCLEANFILES = *pyc *pyo - -GRAMPS_PY_MODPATH = "../../" - -pycheck: - (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ - pychecker $(pkgdata_PYTHON)); + +pkgpyexecdir = @pkgpyexecdir@/plugins/webreport +pkgpythondir = @pkgpythondir@/plugins/webreport + +# Clean up all the byte-compiled files +MOSTLYCLEANFILES = *pyc *pyo + +GRAMPS_PY_MODPATH = "../../" + +pycheck: + (export PYTHONPATH=$(GRAMPS_PY_MODPATH); \ + pychecker $(pkgdata_PYTHON)); diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 29980cba1..d47524bcb 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: WebCal.py 12238 2009-03-07 09:51:27Z s_charette $ +# $Id: $ """ Web Calendar generator.