Age | Commit message (Expand) | Author |
---|---|---|
2024-07-10 | Replace "FIXME" with relevant info in the docs....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-07-10 | Unfill paragraphs....Don't break paragraphs. It makes future edits easier to diff. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-07-10 | Document running actual transformation scripts...Document an example command to invoke to enable the actual transformation of the data to be done. This will need to be cleaned up, and the commands will also need to check for the appropriate arguments before attempting to run in the first place. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Frederick Muriuki Muriithi |
2024-07-10 | Rename script: Give file a more relevant name....Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Frederick Muriuki Muriithi |
2024-07-10 | Replace "dump" -> "transform" where relevant....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-07-10 | Remove the "generif-data-file" from the documentation....Right now, we get the generif metadata from the GeneRIF_BASIC table. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-07-10 | Provide sample JSON file and update instruction in docs...The documentation for generating a transformation of a JSON file into a Terse RDF Triple Language (Turtle) form was incomplete. This commit provides a sample JSON file that can be used to demonstrate the working of the code. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Frederick Muriuki Muriithi |
2023-08-12 | Git repo | Pjotr Prins |
2023-08-12 | Add git clone | Pjotr Prins |
2023-08-12 | Add LICENSE | Pjotr Prins |
2023-08-02 | README: add link to gemtext | Pjotr Prins |
2023-07-30 | README: update | Pjotr Prins |
2023-07-29 | README fixes | Pjotr Prins |
2023-06-26 | Add "-m manifest.scm" flag to guix shell commands | Munyoki Kilyungi |
2023-06-24 | Fix documentation errors that were leading to confusion | Frederick Muriuki Muriithi |
2023-03-24 | Instructions for running in a container and added dependencies | Pjotr Prins |
2022-11-25 | Provide a sample conn.scm....* README.md (Using)[Set up connection parameters]: Provide a sample conn.scm. | Arun Isaac |
2022-11-25 | Document generif-data-file connection parameter....* README.md (Using)[Set up connection parameters]: Document generif-data-file. | Arun Isaac |
2022-11-25 | Split up README into subsections....* README.md (Using): Split into subsections. | Arun Isaac |
2022-11-04 | Unite 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-05 | Document source compilation....* README.md (Using): Document source compilation. | Arun Isaac |
2022-05-05 | Validate 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-05 | README: Advertise continuous integration build artifacts....* README.md (Using): Advertise continuous integration build artifacts. | Arun Isaac |
2022-05-05 | README: Document loading RDF and visualizing schema....* README.md (Using): Document loading RDF and visualizing schema. | Arun Isaac |
2022-05-05 | Prefix 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-05 | README: 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 |