aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2023-03-24Instructions for running in a container and added dependenciesPjotr Prins
2022-11-25Provide a sample conn.scm.•••* README.md (Using)[Set up connection parameters]: Provide a sample conn.scm. Arun Isaac
2022-11-25Document generif-data-file connection parameter.•••* README.md (Using)[Set up connection parameters]: Document generif-data-file. Arun Isaac
2022-11-25Split up README into subsections.•••* README.md (Using): Split into subsections. Arun Isaac
2022-11-04Unite importing GeneRIF with dumping SQL data.•••* README.md: Document generif-data-file parameter in connection settings. * dump.scm: Import (srfi srfi-171), (ice-9 regex) and (zlib). (decode-html-entities, import-generif): New functions. (main): Call import-generif. * import-generif.scm: Delete file. Arun Isaac
2022-05-05Document source compilation.•••* README.md (Using): Document source compilation. Arun Isaac
2022-05-05Validate dumped RDF using rapper.•••* manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to manifest. * README.md (Using): Document validation using rapper. Arun Isaac
2022-05-05README: Advertise continuous integration build artifacts.•••* README.md (Using): Advertise continuous integration build artifacts. Arun Isaac
2022-05-05README: Document loading RDF and visualizing schema.•••* README.md (Using): Document loading RDF and visualizing schema. Arun Isaac
2022-05-05Prefix SQL connection parameters with sql-.•••This differentiates it from virtuoso and SPARQL connection parameters. * dump.scm (call-with-genenetwork-database, dump-data-table): Prefix SQL connection parameters with sql-. * README.md (Using): Update documentation of SQL connection parameters. Arun Isaac
2022-05-05README: Replace org mode with markdown.•••Markdown is a simpler format and easier to render to the web. In particular, this change is prompted by Gitea not handling image links correctly. * README.org: Replace with ... * README.md: ... this. Arun Isaac