git » jacl.git » commit 3c106fc

NEWS, html tweaks

author Alan Dipert
2020-04-17 21:43:50 UTC
committer Alan Dipert
2020-04-17 21:43:50 UTC
parent d6f2c7fb7f6d10498523063d051a2b2b25358d4a

NEWS, html tweaks

README.md +13 -5
index.html.m4 +1 -1

diff --git a/README.md b/README.md
index a74bfd2..b833eed 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ developing large-scale SPAs (Single Page Application) in Lisp.
 If you are interested in following JACL development progress, you may
 sign up for the [JACL News](https://tinyletter.com/alandipert) e-mail
 list to receive short, infrequent updates. Please don't hesitate to
-direct any comments or questions about JACL you may have to the author
-at [alan@dipert.org](mailto:alan@dipert.org).
+direct any comments or questions about JACL you have to the author at
+[alan@dipert.org](mailto:alan@dipert.org).
 
 ## Resources
 
@@ -23,6 +23,14 @@ at [alan@dipert.org](mailto:alan@dipert.org).
 
 ## News
 
-* _2020-04-17_ The JACL source code and this website were made public.
-* _2020-03-20_ JACL was [discussed on r/Common_Lisp](https://www.reddit.com/r/Common_Lisp/comments/frtlyi/jacl_a_common_lisp_for_developing_singlepage_web/).
-* _2020-03-24_ A [paper](papers/jacl-demo-els-2020.pdf) about JACL was accepted by the [European Lisp Symposium 2020](https://www.european-lisp-symposium.org/2020/) for publication.
\ No newline at end of file
+* _2020-04-17_ The JACL source code and this website were made
+  public. I announced this website in the `#lisp` channel on
+  [freenode](https://freenode.net/). [phoe](https://phoe.github.io/)
+  subsequently [posted it to
+  r/Common_Lisp](https://www.reddit.com/r/Common_Lisp/comments/g38znw/javascript_assisted_common_lisp/).
+* _2020-03-20_ JACL was [discussed on
+  r/Common_Lisp](https://www.reddit.com/r/Common_Lisp/comments/frtlyi/jacl_a_common_lisp_for_developing_singlepage_web/).
+* _2020-03-24_ A [paper](papers/jacl-demo-els-2020.pdf) about JACL was
+  accepted by the [European Lisp Symposium
+  2020](https://www.european-lisp-symposium.org/2020/) for
+  publication.
\ No newline at end of file
diff --git a/index.html.m4 b/index.html.m4
index b1af6a9..09ae6b8 100644
--- a/index.html.m4
+++ b/index.html.m4
@@ -13,6 +13,6 @@
     <h1>JACL: JavaScript Assisted Common Lisp</h1>
   </header>
   esyscmd(`pandoc README.md')
+  <footer>Last updated: esyscmd(`date')</footer>
 </body>
-<footer>Last updated: esyscmd(`date')</footer>
 </html>