summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-28 15:54:11 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-28 15:57:27 +0100
commitf1cd03b703e1b9712e0b3fc156c51cc1cde1f9de (patch)
tree76e2efacaa455e31d9333d94d695c92a37783ed2 /src
parent846c9411e6f7d91a36527e798505fd3b4541adaa (diff)
downloadzk-visual-f1cd03b703e1b9712e0b3fc156c51cc1cde1f9de.tar.gz
zk-visual-f1cd03b703e1b9712e0b3fc156c51cc1cde1f9de.zip
Release Version 0.2.0.0v0.2.0.0
- Support org bibliography file for bibliographic notes in the Zettelkasten. - Add documentation to various functions.
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
-rw-r--r--src/Zettel.hs2
-rw-r--r--src/Zettel/Bibliography.hs2
-rw-r--r--src/Zettel/Common.hs2
-rw-r--r--src/Zettel/Links.hs2
-rw-r--r--src/Zettel/Math.hs2
-rw-r--r--src/Zettel/Parse.hs2
-rw-r--r--src/Zettel/Render.hs2
-rw-r--r--src/Zettel/Transclusion.hs2
-rw-r--r--src/Zettel/Types.hs2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 47dc859..9d16c0d 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -4,7 +4,7 @@
-- Module : Main
-- Description : Command-line interface for org-zk
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel.hs b/src/Zettel.hs
index 535a5b4..1f5777d 100644
--- a/src/Zettel.hs
+++ b/src/Zettel.hs
@@ -2,7 +2,7 @@
-- Module : Zettel
-- Description : Main Zettel library file
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Bibliography.hs b/src/Zettel/Bibliography.hs
index 42476be..6dddeb1 100644
--- a/src/Zettel/Bibliography.hs
+++ b/src/Zettel/Bibliography.hs
@@ -4,7 +4,7 @@
-- Module : Zettel.Bibliography
-- Description : Render bibliography citations to links to org bibliography
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Common.hs b/src/Zettel/Common.hs
index 5d703e2..fe43e3a 100644
--- a/src/Zettel/Common.hs
+++ b/src/Zettel/Common.hs
@@ -4,7 +4,7 @@
-- Module : Zettel.Common
-- Description : Shared functions used throughout the project
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Links.hs b/src/Zettel/Links.hs
index dd467de..24977ce 100644
--- a/src/Zettel/Links.hs
+++ b/src/Zettel/Links.hs
@@ -4,7 +4,7 @@
-- Module : Zettel.Links
-- Description : Calculate the backlinks and forward links for each Zettel
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Math.hs b/src/Zettel/Math.hs
index fd335a4..e693e83 100644
--- a/src/Zettel/Math.hs
+++ b/src/Zettel/Math.hs
@@ -2,7 +2,7 @@
-- Module : Zettel.Math
-- Description : Wrap math with hugo raw-html markers
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Parse.hs b/src/Zettel/Parse.hs
index 3f52972..9a9fc96 100644
--- a/src/Zettel/Parse.hs
+++ b/src/Zettel/Parse.hs
@@ -2,7 +2,7 @@
-- Module : Zettel.Parse
-- Description : Parse the org-zettelkasten files and split them into Zettel
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Render.hs b/src/Zettel/Render.hs
index c4bb7af..0e7f436 100644
--- a/src/Zettel/Render.hs
+++ b/src/Zettel/Render.hs
@@ -4,7 +4,7 @@
-- Module : Zettel.Render
-- Description : Render the Zettelgraph to multiple markdown files
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Transclusion.hs b/src/Zettel/Transclusion.hs
index 6bc7b2b..51efe3a 100644
--- a/src/Zettel/Transclusion.hs
+++ b/src/Zettel/Transclusion.hs
@@ -4,7 +4,7 @@
-- Module : Zettel.Transclusion
-- Description : Transclude Zettel recursively
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX
diff --git a/src/Zettel/Types.hs b/src/Zettel/Types.hs
index 3d3f793..536bc06 100644
--- a/src/Zettel/Types.hs
+++ b/src/Zettel/Types.hs
@@ -9,7 +9,7 @@
-- Module : Zettel.Types
-- Description : Type definitions of ZettelGraph
-- Copyright : (c) 2023, Yann Herklotz
--- License : GPL-3
+-- License : GPL-3.0-only
-- Maintainer : git [at] yannherklotz [dot] com
-- Stability : experimental
-- Portability : POSIX