Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidmstraub/gramps-web-sync

Development version of a Gramps addon to synchronize Gramps Web with Gramps Desktop
https://github.com/davidmstraub/gramps-web-sync

Last synced: 2 days ago
JSON representation

Development version of a Gramps addon to synchronize Gramps Web with Gramps Desktop

Awesome Lists containing this project

README

        

# Gramps Web Sync Addon
A [Gramps](https://gramps-project.org/blog/) addon to synchronize [Gramps Web](https://www.grampsweb.org/) with Gramps Desktop.

## Installation
The addon is part of the official Gramps addon repository, so can be installed [in the usual way](https://www.gramps-project.org/wiki/index.php/5.1_Addons#Installing_Addons_in_Gramps).

Optional step:

- Install `keyring` (e.g. `sudo apt install python3-keyring` or `pip install keyring`) to allow storing the API password safely in your system's password manager

## Development installation

To install the development version, follow the instructions for [manual addon installation](https://www.gramps-project.org/wiki/index.php/5.1_Addons#Manually_installed_Addons):

- [Download the files](https://github.com/DavidMStraub/gramps-addon-webapisync/archive/refs/heads/main.zip)
- Unzip and save the contents to your [Gramps User Directory](https://www.gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_User_Directory) in the `gramps51/plugins`
- Restart Gramps

## Usage & details

See https://www.grampsweb.org/administration/sync/.

## Contribute

Contributions are highly welcome! Ideally, open an issue before working on a feature.