diff options
author | Jed Barber <jedb@bootes.lan> | 2021-06-28 00:21:26 +1200 |
---|---|---|
committer | Jed Barber <jedb@bootes.lan> | 2021-06-28 00:21:26 +1200 |
commit | e59ca4a3eaa53d66fb2dcd3ddbdd86d99b04b7c8 (patch) | |
tree | ba3223acbe2e99513adc0ecd9812f188a1a4ad2d /project/templates/adapad.html | |
parent | 3a1a7a4d62dce554436aa8c23e980204a481c7b4 (diff) |
Converted everything to XHTML 1.1
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r-- | project/templates/adapad.html | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html index 299db68..6e0501f 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -16,29 +16,30 @@ <h5>8/5/2017</h5> <p>The Ada binding for FLTK has now been moved to its own <a href="/cgit/cgit.cgi/fltkada">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> +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>. +<p>I have a soft spot for the <a href="http://www.adaic.org/" class="external">Ada programming language</a>. 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 is a notepad clone born as a side project from efforts to create an Ada -binding for FLTK.</p> +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" class="external">FLTK</a>, being one of the more +prominent tiny graphics toolkits around. Adapad is a notepad clone born as a side project from +efforts to create an Ada binding for FLTK.</p> -<figure> +<div class="figure"> <img src="/img/adapad_screenshot.png" alt="A screenshot of Adapad" height="568" - width="862"> - <figcaption>Adapad in action</figcaption> -</figure> + width="862" /> + <div class="figcaption">Adapad in action</div> +</div> -<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> +<p>It was modeled after <a href="http://tarot.freeshell.org/leafpad/" class="external">Leafpad</a>, +and the feature list is similar, currently comprising:</p> <ul> <li>Cut/Copy/Paste</li> @@ -53,11 +54,11 @@ the feature list is similar, currently comprising:</p> <p>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.</p> +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>The FLTK/Ada binding currently occupies the same repository as Adapad, but will be moved to its own as work -progresses.</p> +<p>The FLTK/Ada binding currently occupies the same repository as Adapad, but will be moved to its +own as work progresses.</p> {% endblock %} |