Added WebCal.py. This plugin was contributed by Thom Sturgill and adapted to work with Gramps 3.0 by Brian Matherly.

svn: r8877
This commit is contained in:
Brian Matherly 2007-08-27 03:52:06 +00:00
parent 07c7a5be8e
commit 2da4eb7c95
4 changed files with 1426 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-26 Brian Matherly <brian@gramps-project.org>
* src/plugins/WebCal.py: Added (contribution from Thom Sturgill)
* src/plugins/Makefile.in: Add WebCal.py
* po/POTFILES.in: Add WebCal.py
2007-08-26 Brian Matherly <brian@gramps-project.org>
* src/GrampsDbUtils/_LivingProxyDb.py: Remove family events when a parent
is living.

View File

@ -345,6 +345,7 @@ src/plugins/StatisticsChart.py
src/plugins/Summary.py
src/plugins/TimeLine.py
src/plugins/Verify.py
src/plugins/WebCal.py
src/plugins/WriteCD.py
src/plugins/WriteFtree.py
src/plugins/WriteGeneWeb.py

View File

@ -76,7 +76,8 @@ pkgdata_PYTHON = \
rel_pl.py\
RebuildRefMap.py\
all_events.py \
siblings.py
siblings.py \
WebCal.py
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins

1418
src/plugins/WebCal.py Normal file

File diff suppressed because it is too large Load Diff