Difference between revisions of "User:Gioto\OtherGrampsAddonsNotListedHere"

From Gramps
Jump to: navigation, search
(Python)
Line 23: Line 23:
 
* [https://github.com/claws/gramps2gource Gramps2Gource] - Combines Gource and Gramps to produce novel family history visualisations
 
* [https://github.com/claws/gramps2gource Gramps2Gource] - Combines Gource and Gramps to produce novel family history visualisations
 
* [https://github.com/AccaEmme/-Linux-Bash-GRAMPS-multi-report Linux-Bash-GRAMPS-multi-report], Based on GRAMPS "Family Tree Manager" ( https://gramps-project.org ) this script will elaborate reports for all families iteratively
 
* [https://github.com/AccaEmme/-Linux-Bash-GRAMPS-multi-report Linux-Bash-GRAMPS-multi-report], Based on GRAMPS "Family Tree Manager" ( https://gramps-project.org ) this script will elaborate reports for all families iteratively
 +
* [https://github.com/arentop/towns_in_lithuania_for_gramps List of towns in Lithuania to import in to opensource Gramps family tree software. ]
  
 
==Tools to help gramps development?==
 
==Tools to help gramps development?==
 
* [https://github.com/belissent/gramps-example-reports GRAMPS example reports generated automatically] - This project is a prototype for generating GRAMPS example reports automatically, and make them available online. [http://belissent.github.io/gramps-example-reports/ belissent.github.io/gramps-example-reports/]]
 
* [https://github.com/belissent/gramps-example-reports GRAMPS example reports generated automatically] - This project is a prototype for generating GRAMPS example reports automatically, and make them available online. [http://belissent.github.io/gramps-example-reports/ belissent.github.io/gramps-example-reports/]]
  
==Docker==
+
===Docker===
 
* [https://github.com/BerndDoser/docker-gramps docker-gramps] Create docker image of Gramps. Docker images are available at DockerHub.
 
* [https://github.com/BerndDoser/docker-gramps docker-gramps] Create docker image of Gramps. Docker images are available at DockerHub.
 
* [https://github.com/clecuret/gramps Docker recipe to launch gramps and store my genealogical data]
 
* [https://github.com/clecuret/gramps Docker recipe to launch gramps and store my genealogical data]
  
==Java==
+
==Programming Languages==
 +
 
 +
==C#==
 +
* [https://github.com/phandcock/grampsview GrampsView] - Learning to program in C# by creating a Gramps genealogy viewer in Xamarin forms for Android, iOS and UWP. Mainly for my personal benefit but just in case others find it useful.
 +
 
 +
===Java===
 
* [https://github.com/FunThomas424242/files2gramps files2gramps] Java lib for files to pack as a export into gramps database format.
 
* [https://github.com/FunThomas424242/files2gramps files2gramps] Java lib for files to pack as a export into gramps database format.
 
==PHP==
 
* [https://github.com/rogerrosentreter/gramps-for-wp gramps-for-wp WP Plugin for Gramps] , I wanted to show a Gramps Narrated Website within an iFrame initially but ran up against all sorts of issues when I tried to translate it into different languages.
 
* [https://github.com/steelwil/gramps-php-exporter gramps-php-exporter] - Export a Gramps database using python to a SQLite database and use PHP to display on the Web.
 
  
 
==Javascript==
 
==Javascript==
Line 43: Line 45:
 
* [https://github.com/stav/grampsys Web interface for Gramps Family Tree database]
 
* [https://github.com/stav/grampsys Web interface for Gramps Family Tree database]
 
* [https://github.com/twastvedt/Family-Tree-Graph A radial family tree using d3 force layout to interpret a Gramps xml file. ]
 
* [https://github.com/twastvedt/Family-Tree-Graph A radial family tree using d3 force layout to interpret a Gramps xml file. ]
 +
 +
===PHP===
 +
* [https://github.com/rogerrosentreter/gramps-for-wp gramps-for-wp WP Plugin for Gramps] , I wanted to show a Gramps Narrated Website within an iFrame initially but ran up against all sorts of issues when I tried to translate it into different languages.
 +
* [https://github.com/steelwil/gramps-php-exporter gramps-php-exporter] - Export a Gramps database using python to a SQLite database and use PHP to display on the Web.
  
 
==Python==
 
==Python==
Line 54: Line 60:
 
* [https://github.com/peter17/roglo_sqlite Download a Roglo ascendent tree to a SQLite database, export it to CSV, import it to Gramps.]
 
* [https://github.com/peter17/roglo_sqlite Download a Roglo ascendent tree to a SQLite database, export it to CSV, import it to Gramps.]
 
* [https://github.com/briot/geneapro This is GeneaProve, a web-based genealogical software.] Genealogical software based on the GenTech data model http://briot.github.com/geneapro/ This is GPL version 2 software, copyright Emmanuel Briot. (we kept version 2 for compatibility with Gramps, so that code from GeneaProve could eventually be of interest there)
 
* [https://github.com/briot/geneapro This is GeneaProve, a web-based genealogical software.] Genealogical software based on the GenTech data model http://briot.github.com/geneapro/ This is GPL version 2 software, copyright Emmanuel Briot. (we kept version 2 for compatibility with Gramps, so that code from GeneaProve could eventually be of interest there)
 
==Gazetteer==
 
* [https://github.com/arentop/towns_in_lithuania_for_gramps List of towns in Lithuania to import in to opensource Gramps family tree software. ]
 
 
==C#==
 
* [https://github.com/phandcock/grampsview GrampsView] - Learning to program in C# by creating a Gramps genealogy viewer in Xamarin forms for Android, iOS and UWP. Mainly for my personal benefit but just in case others find it useful.
 

Revision as of 22:47, 27 May 2020

A quick search on the word "Gramps" on Github shows the following other Gramps addons and other related programs not in addon-source etc..

Addons


Isotammi

These plugins are designed for help Gramps users to make their data compliant to Isotammi, which is a national database of Finnish Genealogical Society.

Other

Tools to help gramps development?

Docker

Programming Languages

C#

  • GrampsView - Learning to program in C# by creating a Gramps genealogy viewer in Xamarin forms for Android, iOS and UWP. Mainly for my personal benefit but just in case others find it useful.

Java

  • files2gramps Java lib for files to pack as a export into gramps database format.

Javascript

PHP

  • gramps-for-wp WP Plugin for Gramps , I wanted to show a Gramps Narrated Website within an iFrame initially but ran up against all sorts of issues when I tried to translate it into different languages.
  • gramps-php-exporter - Export a Gramps database using python to a SQLite database and use PHP to display on the Web.

Python