From 84618d06330a6c9dbbc19cba4148148c9732db53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 1 Dec 2012 11:44:11 +0000 Subject: [PATCH] update broken url (url for SVN) svn: r20720 --- gramps/webapp/empty.sql | 2 +- gramps/webapp/example.sql | 2 +- gramps/webapp/init.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/webapp/empty.sql b/gramps/webapp/empty.sql index 5bd5ffd78..ba2c8990e 100644 --- a/gramps/webapp/empty.sql +++ b/gramps/webapp/empty.sql @@ -1325,7 +1325,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged'); INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps -i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps'); +i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps'); CREATE TABLE "grampsdb_result" ( "id" integer NOT NULL PRIMARY KEY, "name" text, diff --git a/gramps/webapp/example.sql b/gramps/webapp/example.sql index 12840fcfa..10033030d 100644 --- a/gramps/webapp/example.sql +++ b/gramps/webapp/example.sql @@ -3763,7 +3763,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged'); INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps -i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps'); +i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps'); CREATE TABLE "grampsdb_result" ( "id" integer NOT NULL PRIMARY KEY, "name" text, diff --git a/gramps/webapp/init.py b/gramps/webapp/init.py index 490cecb62..27d4f49e4 100644 --- a/gramps/webapp/init.py +++ b/gramps/webapp/init.py @@ -149,7 +149,7 @@ for table, entries in [("grampsdb.config", (("name", '"Gramps package (portable XML) Import"'), ('gramps_id', '"R0019"'), ("handle", '"im_gpkg"'), - ("options", '"iff=gramps\\ni=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps"'), + ("options", '"iff=gramps\\ni=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps"'), ("report_type", '"import"')), ])]: entry_count = 0