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:
parent
07c7a5be8e
commit
2da4eb7c95
@ -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>
|
2007-08-26 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/GrampsDbUtils/_LivingProxyDb.py: Remove family events when a parent
|
* src/GrampsDbUtils/_LivingProxyDb.py: Remove family events when a parent
|
||||||
is living.
|
is living.
|
||||||
|
@ -345,6 +345,7 @@ src/plugins/StatisticsChart.py
|
|||||||
src/plugins/Summary.py
|
src/plugins/Summary.py
|
||||||
src/plugins/TimeLine.py
|
src/plugins/TimeLine.py
|
||||||
src/plugins/Verify.py
|
src/plugins/Verify.py
|
||||||
|
src/plugins/WebCal.py
|
||||||
src/plugins/WriteCD.py
|
src/plugins/WriteCD.py
|
||||||
src/plugins/WriteFtree.py
|
src/plugins/WriteFtree.py
|
||||||
src/plugins/WriteGeneWeb.py
|
src/plugins/WriteGeneWeb.py
|
||||||
|
@ -76,7 +76,8 @@ pkgdata_PYTHON = \
|
|||||||
rel_pl.py\
|
rel_pl.py\
|
||||||
RebuildRefMap.py\
|
RebuildRefMap.py\
|
||||||
all_events.py \
|
all_events.py \
|
||||||
siblings.py
|
siblings.py \
|
||||||
|
WebCal.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins
|
pkgpyexecdir = @pkgpyexecdir@/plugins
|
||||||
pkgpythondir = @pkgpythondir@/plugins
|
pkgpythondir = @pkgpythondir@/plugins
|
||||||
|
1418
src/plugins/WebCal.py
Normal file
1418
src/plugins/WebCal.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user