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

https://github.com/monkstone/amroth_prouts

Family Story for 21st Century
https://github.com/monkstone/amroth_prouts

book epub genealogy pdf prout story

Last synced: about 1 month ago
JSON representation

Family Story for 21st Century

Awesome Lists containing this project

README

          

= Amroth Prouts

Bringing genealogy into the 21st century, by creating a family story in ebook format. Ideas about book creation taken from https://github.com/progit/progit2[progit2].

Places should be locatable using decimal degrees (as used in most gps systems) instead of Latitude and Longitude.

Tools used:

1. https://gramps-project.org/introduction-WP/[gramps]

2. https://atom.io/[atom editor]

3. https://www.familysearch.org/[FamilySearch.org]

4. https://asciidoctor.org/[asciidoctor]

5. https://github.com/Linekio/getmyancestors/[getmyancestors]
To downloads gedcom files from FamilySearch.org

=== How To Generate the Book

You can generate the e-book files manually with Asciidoctor. If you run the following you may actually get HTML, Epub, Mobi and PDF output files:

[source, bash]

----
$ bundle install
$ bundle exec rake book:build
Converting to HTML...
-- HTML output at progit.html
Converting to EPub...
-- Epub output at progit.epub
Converting to Mobi (kf8)...
-- Mobi output at progit.mobi
Converting to PDF...
-- PDF output at progit.pdf