{"id":14981019,"url":"https://github.com/io7m/kstructural","last_synced_at":"2025-04-04T22:23:58.913Z","repository":{"id":57725355,"uuid":"57034437","full_name":"io7m/kstructural","owner":"io7m","description":"Kotlin implementation of the structural documentation language","archived":false,"fork":false,"pushed_at":"2017-01-05T21:47:45.000Z","size":1453,"stargazers_count":2,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-10T07:12:50.919Z","etag":null,"topics":["documentation-tool","java","kotlin","latex","plain-text","xml"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/io7m.png","metadata":{"files":{"readme":"README-CHANGES.xml","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-25T10:54:10.000Z","updated_at":"2018-11-15T05:17:40.000Z","dependencies_parsed_at":"2022-09-11T20:30:32.929Z","dependency_job_id":null,"html_url":"https://github.com/io7m/kstructural","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io7m%2Fkstructural","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io7m%2Fkstructural/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io7m%2Fkstructural/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/io7m%2Fkstructural/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/io7m","download_url":"https://codeload.github.com/io7m/kstructural/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247257011,"owners_count":20909389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation-tool","java","kotlin","latex","plain-text","xml"],"created_at":"2024-09-24T14:02:44.772Z","updated_at":"2025-04-04T22:23:58.896Z","avatar_url":"https://github.com/io7m.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cc:changelog xmlns:c=\"http://schemas.io7m.com/changelog/2.0.0\"\u003e\n  \u003cc:project\u003eio7m-kstructural\u003c/c:project\u003e\n\n  \u003cc:release c:ticket-system=\"com.github.io7m.kstructural\"\u003e\n    \u003cc:date\u003e2016-12-09\u003c/c:date\u003e\n    \u003cc:version\u003e0.3.1\u003c/c:version\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-12-09\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e59\u003c/c:ticket\u003e\n      \u003cc:summary\u003eCorrect off-by-one error in plain text output.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-12-09\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e57\u003c/c:ticket\u003e\n      \u003cc:summary\u003eTables of content were not generated for sections-only documents with the plain text output.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-12-09\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e58\u003c/c:ticket\u003e\n      \u003cc:summary\u003eOrdered lists were not using ol XHTML elements.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n  \u003c/c:release\u003e\n\n  \u003cc:release c:ticket-system=\"com.github.io7m.kstructural\"\u003e\n    \u003cc:date\u003e2016-08-23\u003c/c:date\u003e\n    \u003cc:version\u003e0.3.0\u003c/c:version\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-07-26\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:ticket\u003e30\u003c/c:ticket\u003e\n      \u003cc:summary\u003eAllow types on table heads, table rows, table column names.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-07-31\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:ticket\u003e14\u003c/c:ticket\u003e\n      \u003cc:summary\u003eAdd plain text rendering backend.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-08-03\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:ticket\u003e4\u003c/c:ticket\u003e\n      \u003cc:summary\u003eAdd LaTeX rendering backend.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-08-23\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:ticket\u003e56\u003c/c:ticket\u003e\n      \u003cc:summary\u003eAdd the ability to skip execution of the Maven plugin.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n  \u003c/c:release\u003e\n\n  \u003cc:release c:ticket-system=\"com.github.io7m.kstructural\"\u003e\n    \u003cc:date\u003e2016-06-06\u003c/c:date\u003e\n    \u003cc:version\u003e0.2.0\u003c/c:version\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-06-06\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e53\u003c/c:ticket\u003e\n      \u003cc:summary\u003eCSS improvements; adjust list item padding.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-change/\u003e\n      \u003cc:ticket\u003e47\u003c/c:ticket\u003e\n      \u003cc:summary\u003eCorrected an XML schema/code mismatch. Images have s:target attributes, not s:source.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:summary\u003eImproved XML parser error messages.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:summary\u003eAllow '-' in identifiers for compatibility with old documents.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e48\u003c/c:ticket\u003e\n      \u003cc:summary\u003eCorrect XML list parsing.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e44\u003c/c:ticket\u003e\n      \u003cc:summary\u003eStop crashing on nonexistent footnotes.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-31\u003c/c:date\u003e\n      \u003cc:type-code-fix/\u003e\n      \u003cc:ticket\u003e43\u003c/c:ticket\u003e\n      \u003cc:summary\u003eImprove imperative parser error messages.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n  \u003c/c:release\u003e\n\n  \u003cc:release c:ticket-system=\"com.github.io7m.kstructural\"\u003e\n    \u003cc:date\u003e2016-05-29\u003c/c:date\u003e\n    \u003cc:version\u003e0.1.0\u003c/c:version\u003e\n    \u003cc:item\u003e\n      \u003cc:date\u003e2016-05-29\u003c/c:date\u003e\n      \u003cc:type-code-new/\u003e\n      \u003cc:summary\u003eInitial release.\u003c/c:summary\u003e\n    \u003c/c:item\u003e\n  \u003c/c:release\u003e\n\n  \u003cc:ticket-system xml:id=\"com.github.io7m.kstructural\"\u003e\n    \u003cc:ticket-url\u003ehttps://github.com/io7m/kstructural/issues/\u003c/c:ticket-url\u003e\n  \u003c/c:ticket-system\u003e\n\n\u003c/c:changelog\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio7m%2Fkstructural","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fio7m%2Fkstructural","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fio7m%2Fkstructural/lists"}