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
- Host: GitHub
- URL: https://github.com/monkstone/amroth_prouts
- Owner: monkstone
- License: other
- Created: 2019-02-03T13:19:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T16:45:46.000Z (over 6 years ago)
- Last Synced: 2025-05-21T18:13:31.463Z (5 months ago)
- Topics: book, epub, genealogy, pdf, prout, story
- Language: CSS
- Size: 2.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
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