From f3b164dfbee2ef6f3087ba2da056b80d9fee3565 Mon Sep 17 00:00:00 2001 From: Castedo Ellerman Date: Sat, 27 Apr 2024 01:39:02 +0000 Subject: [PATCH] about page with future plans; add jats software --- docs/about.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ docs/index.md | 7 ------- docs/jats.md | 10 ++++++++++ mkdocs.yml | 4 ++++ 4 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 docs/about.md diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..9f86cca --- /dev/null +++ b/docs/about.md @@ -0,0 +1,45 @@ +About Baseprints +================ + + +This Website +------------ + +The static HTML files for this website are generated with +[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). +The source files are located at +[github.com/singlesourcepub/baseprints](https://github.com/singlesourcepub/baseprints). + + +History +------- + +"Baseprint" was the clear winner in +[this word choice survey](https://github.com/singlesourcepub/community/discussions/51). + + +Future Plans +------------ + +### Milestones + +Image support for [BDF](bdf/index.md) +: As of 2023, Baseprint software does not support images. + +[BaseprintPress](https://gitlab.com/perm.pub/baseprintpress) available as a GitHub Action +: A new website in a new subdomain under .perm.pub that uses BaseprintPress. + +E-publication of the [Maggi paper](https://github.com/castedo/ten-years-challenge-pulsed-drive) +: Sabino Maggi is the first pilot user interested in publishing a Baseprint document. + +Document succession resolver service launch +: A web API that resolves a DSI to all the SWHIDs for each of the snapshots by querying the +Software Heritage Archive and GitHub. It needs to use OpenSSH to verify SSH signatures. + +In-browser client-side BDF-to-HTML rendering +: Calls the resolver service. Websites can use it without having to generate content +server-side or statically. + +DOI-DSI upgrade available +: A DOI registrar that can mint a DOI for a DSI if an author requests. + diff --git a/docs/index.md b/docs/index.md index 5061478..f6d086b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,10 +30,3 @@ approach. Alternatively, Baseprint document snapshots can be redistributed and archived in a distributed approach as [*Baseprint document successions*](successions.md). - -History -------- - -"Baseprint" was the clear winner in -[this word choice survey](https://github.com/singlesourcepub/community/discussions/51). - diff --git a/docs/jats.md b/docs/jats.md index c96c197..adff837 100644 --- a/docs/jats.md +++ b/docs/jats.md @@ -134,5 +134,15 @@ JATS XML is formally defined through specifications and recommendations: JavaScript + + github.com/hubgit/prosemirror-jats/ + TypeScript + + + + github.com/TrialAndErrorOrg/parsers + TypeScript + + diff --git a/mkdocs.yml b/mkdocs.yml index 5821ec7..992b6c6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,6 +26,10 @@ nav: - bdf/index.md - jats.md - Document Successions: successions.md + - About: about.md +extra: + generator: false +copyright: 'About' watch: - docs - theme