From 1a7e98a629ccc244b047a6e4858e87bb170047ae Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 7 Aug 2017 15:21:58 +1000 Subject: Git repo links more accessible --- project/templates/adapad.html | 30 ++++++++++++++++-------------- project/templates/base.html | 2 +- project/templates/fltkada.html | 5 ++--- project/templates/grasp.html | 11 +++++++---- project/templates/stvcount.html | 6 ++++-- project/templates/sunset.html | 9 +++++---- project/templates/thue2a.html | 6 ++++-- 7 files changed, 39 insertions(+), 30 deletions(-) diff --git a/project/templates/adapad.html b/project/templates/adapad.html index 9408f80..e588c04 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -10,9 +10,12 @@ {% block content %}

Adapad

+ +

Git repository: Link

+
8/5/2017
-

The Ada binding for FLTK has now been moved to its own repository. +

The Ada binding for FLTK has now been moved to its own repository. 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.

@@ -23,10 +26,18 @@ Project Manager build tools to handle all that, with any further specific detail Strong typing, built in concurrency, readable syntax, systems support, real-time support, a general culture of correctness and emphasising reliability... what's not to like? I also have a bit of an interest in FLTK, being one of the more prominent tiny -graphics toolkits around. Adapad was born as a side project from efforts to create an Ada binding for -FLTK.

+graphics toolkits around. Adapad is a notepad clone born as a side project from efforts to create an Ada +binding for FLTK.

+ +
+ A screenshot of Adapad +
Adapad in action
+
-

Adapad was modeled after Leafpad, and +

It was modeled after Leafpad, and the feature list is similar, currently comprising:

-

My implementation (source here) also includes My implementation also includes bulk exclusions using applied breakpoints in order to increase speed slightly and minimise superfluous logging.

diff --git a/project/templates/sunset.html b/project/templates/sunset.html index 01420d5..424907c 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -10,6 +10,9 @@ {% block content %}

Sunset License

+ +

Git repository: Link

+
29/6/2017

Software licenses bother me. As a general rule I prefer to make my projects open source, @@ -53,10 +56,8 @@ may do whatever you want with it, regardless of all other clauses. -

The license file, accompanying detailed rationale, and a simple logo I threw together can -all be found in this repo.

- -

In the future, all my projects will either use this license or the Unlicense. Works I've +

The git repository also contains an accompanying rationale and a simple logo I threw together. +In the future, all my projects will either use this license or the Unlicense. Works I've already created will be relicensed as appropriate.

{% endblock %} diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 4f82ed8..adbc669 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -10,6 +10,9 @@ {% block content %}

Thue Version 2a

+ +

Git repository: Link

+
1/1/2017

Thue is an esoteric programming @@ -97,8 +100,7 @@ a::=abc

While this doesn't solve all the problems Thue has (try writing a Thue program that asks -for and greets the user by name!) it should solve this one particular issue. Source code is -available here.

+for and greets the user by name!) it should solve this one particular issue.

{% endblock %} -- cgit