diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-05-08 23:43:47 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-05-08 23:43:47 +1000 |
commit | 6882b69ac893660dc3547ace19e9b0911cdf06cf (patch) | |
tree | 24b310816fdce0058b484c20a68da8c917de2325 /project/templates/adapad.html | |
parent | 3e4ca2ab20f205c81a734c5f8b9177992ee2737a (diff) |
Added dates for articles, updated Adapad article with FLTKAda split
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r-- | project/templates/adapad.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html index be25618..bc7912e 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -10,6 +10,14 @@ {% block content %} <h4>Adapad</h4> +<h5>8/5/2017</h5> + +<p>The Ada binding for FLTK has now been moved to its own <a href="/cgit/cgit.cgi/fltkada.git/" target="_blank">repository</a>. +Installing it is required to build and use Adapad, naturally. Both repositories are set up to use the GNAT +Project Manager build tools to handle all that, with any further specific details in each project's readme.</p> + + +<h5>2/1/2017</h5> <p>I have a soft spot for the <a href="http://www.adaic.org/" target="_blank">Ada programming language</a>. Strong typing, built in concurrency, readable syntax, systems support, real-time support, a general |