diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-21 12:42:02 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-21 12:42:02 +1100 |
commit | 31b2f62e121cb219d1f9ae2189da5bf53863b7a2 (patch) | |
tree | a263983809126823e147feb78bc01c41587b1fc8 /project/templates/adapad.html | |
parent | de726f62746d4553197d644622223dfc8aa0f3c3 (diff) |
External links now target _blank
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r-- | project/templates/adapad.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html index d0802c4..a534c2d 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -11,14 +11,15 @@ <h4>Adapad</h4> -<p>I have a soft spot for the <a href="http://www.adaic.org/">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">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> - -<p>Adapad was modeled after <a href="http://tarot.freeshell.org/leafpad/">Leafpad</a>, and the feature -list is similar, currently comprising:</p> +<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 +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> + +<p>Adapad was modeled after <a href="http://tarot.freeshell.org/leafpad/" target="_blank">Leafpad</a>, and +the feature list is similar, currently comprising:</p> <ul> <li>cut/copy/paste</li> |