summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-26 19:43:18 +0000
committerKarl Berry <karl@freefriends.org>2023-04-26 19:43:18 +0000
commit011356624cdb6bcc5aa7913fbaa795683f962456 (patch)
treedd24d71894a961e8bc84a104e3c1f7ffff9967bb /Master/texmf-dist/doc
parent2df5be7518778a44a40349e286690a3d278d1ff7 (diff)
context-pocketdiary (26apr23)
git-svn-id: svn://tug.org/texlive/trunk@66949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/context/third/pocketdiary/LICENSE7
-rw-r--r--Master/texmf-dist/doc/context/third/pocketdiary/README.md12
-rw-r--r--Master/texmf-dist/doc/context/third/pocketdiary/VERSION1
-rw-r--r--Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.pdfbin0 -> 221130 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.tex4
5 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/pocketdiary/LICENSE b/Master/texmf-dist/doc/context/third/pocketdiary/LICENSE
new file mode 100644
index 00000000000..61f644db303
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/pocketdiary/LICENSE
@@ -0,0 +1,7 @@
+The module contains files which are under different licensing regimes:
+
+t-pocketdiary.tex : Public Domain
+t-pocketdiary.lua : Public Domain
+t-calendar.lua : Public Domain
+t-solar.lua : CCO "http://creativecommons.org/about/cc0"
+t-moonphase.lua : Public Domain \ No newline at end of file
diff --git a/Master/texmf-dist/doc/context/third/pocketdiary/README.md b/Master/texmf-dist/doc/context/third/pocketdiary/README.md
new file mode 100644
index 00000000000..f89e5ff70d1
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/pocketdiary/README.md
@@ -0,0 +1,12 @@
+## PocketDiary module
+
+# Description
+On the interenet there is a site where one can compose a so called PocketMod. This is based on 8 pages placed on a single sheet of paper, printed singlesided. The paper can then be folded into a booklet in such a way, that only printed pages are visible.
+
+The PocketDiary module implements the 8 pages on a A4 landscape sheet of paper. As the original there are different predefined possibilities to fill the 8 pages. First there are day, weekend, week, month and year tables. One can have not only the actual week, month, year, it is possible to have those a the following week. -- Beyond the calendars there are also a couple of templates for notes, todo, contacts and lost-return-to.
+
+Additionally the module can calculate sunrise and sunset times as well as calculate the moon-cylce.
+
+# Author
+W. Egger
+License: Everything is in the Public Domain except the algorithms contained in the solar data calculations (t-solar.lua) which license is: CCO "http://creativecommons.org/about/cc0" \ No newline at end of file
diff --git a/Master/texmf-dist/doc/context/third/pocketdiary/VERSION b/Master/texmf-dist/doc/context/third/pocketdiary/VERSION
new file mode 100644
index 00000000000..4689b28be54
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/pocketdiary/VERSION
@@ -0,0 +1 @@
+2023.04.25
diff --git a/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.pdf b/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.pdf
new file mode 100644
index 00000000000..542bfe8a767
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.tex b/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.tex
new file mode 100644
index 00000000000..bf4e47f6f4c
--- /dev/null
+++ b/Master/texmf-dist/doc/context/third/pocketdiary/t-pocketdiary-module-doc.tex
@@ -0,0 +1,4 @@
+% The contents of the document t-pocketdiary-module-doc.pdf is generated
+% by the command. The source is the module file itself.
+
+mtxrun --script modules --process [PATH to]/t-pocketdiary.tex \ No newline at end of file