From 6d7f57174eb43c79352a8de4be8133ece6c6efca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Apr 2020 01:16:47 +0200 Subject: Note in README about TippedJS. --- README.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.in') diff --git a/README.in b/README.in index 1b5515bb..a750e0f4 100644 --- a/README.in +++ b/README.in @@ -12,10 +12,14 @@ Contributing ------------ Contributions are more than welcome. Patches, feature requests, bug repports, and other stuff should be sent to . If you want to contribute something yourself, either see TODO.* for things to do, or run `grep -RE 'TODO|NOTE'. -Requirements ------------- +Requirements & Dependencies +--------------------------- For basic functionallity guile-2.2 or greater should be enough (tested to work with guile-3.0). You do however need to supply your own calendar files. I recommend vdirsyncer for fetching local copies from all over the internet. +For popups to work the JS library Tipped is also needed, which brings a transitive dependency on JQuery. +- https://tippedjs.com +- JQuery + Building -------- Since guile is primarily a scripting language no explicit compilation step is required. Just run module/main.scm and the appropriate modules will be compiled (guile will tell you what it's doing). For building this README, run @@ -24,3 +28,4 @@ Since guile is primarily a scripting language no explicit compilation step is re Techical Details ---------------- - Internally all weeks start on sunday, which is repsenented as `0'. + -- cgit v1.2.3 From ddf6e90fe171130b5497f31faa79978319aa8c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 May 2020 13:52:46 +0200 Subject: Setup local mirroring of frontend libs. --- README.in | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'README.in') diff --git a/README.in b/README.in index b3726eee..d5e66352 100644 --- a/README.in +++ b/README.in @@ -16,9 +16,9 @@ Requirements & Dependencies --------------------------- For basic functionallity guile-2.2 or greater should be enough (tested to work with guile-3.0). You do however need to supply your own calendar files. I recommend vdirsyncer for fetching local copies from all over the internet. -For popups to work the JS library Tipped is also needed, which brings a transitive dependency on JQuery. -- https://tippedjs.com -- JQuery +For popups to work the JS library Tipped is also needed, which brings a transitive dependency on JQuery. The script `download-deps' fetches both into "good" places in the static sub-directory. Tipped [TIPPED] is used under Creative Commons BY 4.0 [CCBY], © staaky. JQuery is used in accordance to their license [JQUERY]. + +The zoneinfo data [TZ] is in the public domain [TZLIC]. Building -------- @@ -29,3 +29,12 @@ Techical Details ---------------- - Internally all weeks start on sunday, which is repsenented as `0'. + +References +---------- + +[TIPPED] https://github.com/staaky/tipped +[CCBY] https://creativecommons.org/licenses/by/4.0/ +[JQUERY] https://github.com/jquery/jquery/blob/master/LICENSE.txt +[TZ] https://github.com/eggert/tz +[TZLIC] https://github.com/eggert/tz/blob/master/LICENSE \ No newline at end of file -- cgit v1.2.3