Posts

Showing posts from December, 2023

Welcome to Genesjs

Image
Genesjs This web-application is a simple interactive viewer of genealogy trees, stored in original open format based on JavaScript or JSON. There are no editing tools for the trees in the application. The files can be created and edited in any text editor with utf-8 support. The name comes from slighly modified word Genesis, where the letter 'i' is substituted by 'j' for making an allusion to underlying js (JavaScript) technology. Installation Visit the main branch in Genesjs repository and grab all files. Copy them in any local folder and use as is (no web-server required). Contents genesjs.html - main page /js - folder with required scripts /css - folder with external styles /personal - folder for the file family.js , which is loaded automatically (it's empty by default); you may create and edit other tree files in this folder; 2 example files are provided: example.js and example.json . Tree file format JavaScript file should contain root object ...