From f1cd03b703e1b9712e0b3fc156c51cc1cde1f9de Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 28 May 2023 15:54:11 +0100 Subject: Release Version 0.2.0.0 - Support org bibliography file for bibliographic notes in the Zettelkasten. - Add documentation to various functions. --- org-zk.cabal | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'org-zk.cabal') diff --git a/org-zk.cabal b/org-zk.cabal index 0cad8f0..9273bbf 100644 --- a/org-zk.cabal +++ b/org-zk.cabal @@ -1,25 +1,31 @@ cabal-version: 2.4 name: org-zk -version: 0.1.0.0 +version: 0.2.0.0 license: GPL-3.0-only -copyright: 2021-2023 Yann Herklotz +license-file: LICENSE +copyright: (c) 2021-2023 Yann Herklotz maintainer: git@yannherklotz.com author: Yann Herklotz +homepage: https://git.sr.ht/~ymherklotz/zk-visual category: Web --- TODO: Before hackage release. -- A short (one-line) description of the package. --- synopsis: +synopsis: Translate Org Zettelkasten into markdown for a static site generator. -- A longer description of the package. --- description: +description: Exports an Org Zettelkasten to markdown files which can then be + passed to a static site generator. It also supports gathering + backlinks for each note as well as forward links, in addition to + supporting citations of a bibliography. + + It uses Pandoc heavily to implement these features, and implements + a custom parser and renderer to split up the Zettel appropriately. -- A URL where users can report bugs. --- bug-reports: +bug-reports: https://lists.sr.ht/~ymherklotz/public-inbox extra-source-files: - LICENSE - README.md + - README.md data-files: data/*.template -- cgit