Experimental --server mode

svn: r12858
This commit is contained in:
Doug Blank
2009-08-02 03:31:39 +00:00
parent 3be34486b9
commit a717faf4d6
6 changed files with 614 additions and 5 deletions

View File

@@ -220,6 +220,7 @@ POPT_TABLE = [
("", 'l', None, None, 0, 'List Family Trees', ""),
("", 'L', None, None, 0, 'List Family Tree Details', ""),
("force-unlock", 'u', None, None, 0, 'Force unlock of family tree', ""),
("server", 's', str, None, 0, 'Start GRAMPS server', "SERVER"),
]
LONGOPTS = [
@@ -250,6 +251,7 @@ LONGOPTS = [
"oaf-private",
"open=",
"options=",
"server=",
"screen=",
"sm-client-id=",
"sm-config-prefix=",