diff options
Diffstat (limited to 'project/templates/adapad.html')
-rw-r--r-- | project/templates/adapad.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/project/templates/adapad.html b/project/templates/adapad.html index 6e0501f..2592e1b 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -11,24 +11,24 @@ <h4>Adapad</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/adapad">Link</a></p> +<p>Git repository: <a href="/cgi-bin/cgit.cgi/adapad">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">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> +<p>The Ada binding for FLTK has now been moved to its own <a href="/cgi-bin/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> <h5>2/1/2017</h5> -<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" 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> +<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" 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> <div class="figure"> <img src="/img/adapad_screenshot.png" |