betty
betty copied to clipboard
Betty visualizes and publishes your family history by building interactive, encyclopedia-like genealogy websites out of your Gramps and GEDCOM family trees
`nginx.conf.j2` is configured so that if the site is multilingual and a request to a static (non-localized) path yields an HTTP 404 Not Found response, clients are issued an HTTP...
This fixes https://github.com/bartfeenstra/betty/issues/893
The `image` and `file` Jinja2 filters incur a lot of I/O due to some needless linking and copying, but also because even without that, the I/O involved with checking if...
The Betty GUI now uses Qt's default theme, which neither fits in with the host operating system's GUI very well, nor is it distinctive or appealing from a project perspective....
The Project GUI menu action does not open the menu. It is clickable, but nothing appears to happen on any click.
@SnoopJ in #python said this *may* be possible using Pyinstaller's `--onedir` mode.
This fixes https://github.com/bartfeenstra/betty/issues/636
## To-dos - Fix the builds - Test the application - Write a Github Action to run after the tests were successfully run, to build and publish the Snap package