From 87f9582569b0c8a6644f942c21a75a1bb2c3708c Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 2 Jan 2017 23:21:25 +1100 Subject: Added article on Adapad --- project/templates/adapad.html | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 project/templates/adapad.html (limited to 'project/templates/adapad.html') diff --git a/project/templates/adapad.html b/project/templates/adapad.html new file mode 100644 index 0000000..6df8344 --- /dev/null +++ b/project/templates/adapad.html @@ -0,0 +1,52 @@ + +{% extends "base.html" %} + + + +{% block title %}Adapad{% endblock %} + + + +{% block content %} + +

Adapad

+ +

I have a soft spot for the Ada programming language. 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.

+ +

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

+ + + +

This is approximately what I was going for. However, at the current time of writing it is still +considered to be at v0.8 due to a few minor issues, such as the horizontal scrollbar appearing even +when only vertical scroll is possible. That may be an FLTK issue, but that's not an excuse from an end +user perspective.

+ +

Source code is available here. The +FLTK/Ada binding currently occupies the same repository, but will be moved to its own as work +progresses.

+ +
+ A screenshot of Adapad +
Adapad in action
+
+ +{% endblock %} + -- cgit