summaryrefslogtreecommitdiff
path: root/project/templates/adapad.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r--project/templates/adapad.html30
1 files changed, 16 insertions, 14 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 %}
<h4>Adapad</h4>
+
+<p>Git repository: <a href="/cgit/cgit.cgi/adapad.git/">Link</a></p>
+
<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>.
+<p>The Ada binding for FLTK has now been moved to its own <a href="/cgit/cgit.cgi/fltkada.git">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>
@@ -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 <a href="http://www.fltk.org/index.php" target="_blank">FLTK</a>, 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.</p>
+graphics toolkits around. Adapad is a notepad clone born as a side project from efforts to create an Ada
+binding for FLTK.</p>
+
+<figure>
+ <img src="/img/adapad_screenshot.png"
+ alt="A screenshot of Adapad"
+ height="568"
+ width="862">
+ <figcaption>Adapad in action</figcaption>
+</figure>
-<p>Adapad was modeled after <a href="http://tarot.freeshell.org/leafpad/" target="_blank">Leafpad</a>, and
+<p>It was modeled after <a href="http://tarot.freeshell.org/leafpad/" target="_blank">Leafpad</a>, and
the feature list is similar, currently comprising:</p>
<ul>
@@ -45,18 +56,9 @@ considered to be at v0.8 due to a few minor issues, such as the horizontal scrol
when only vertical scroll is possible. That may be an FLTK issue, but that's not an excuse from an end
user perspective.</p>
-<p>Source code is available <a href="/cgit/cgit.cgi/adapad.git/" target="_blank">here</a>. The
-FLTK/Ada binding currently occupies the same repository, but will be moved to its own as work
+<p>The FLTK/Ada binding currently occupies the same repository as Adapad, but will be moved to its own as work
progresses.</p>
-<figure>
- <img src="/img/adapad_screenshot.png"
- alt="A screenshot of Adapad"
- height="568"
- width="862">
- <figcaption>Adapad in action</figcaption>
-</figure>
-
{% endblock %}