diff options
Diffstat (limited to 'project/templates/fltkada.html')
-rw-r--r-- | project/templates/fltkada.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index 99f4749..2d7185b 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -11,7 +11,7 @@ <h4>FLTK Ada Binding</h4> -<p>Git repository: <a href="/cgit/cgit.cgi/fltkada">Link</a><br /> +<p>Git repository: <a href="/cgi-bin/cgit.cgi/fltkada">Link</a><br /> Estimated status: 80% complete</p> @@ -43,12 +43,13 @@ updated binding.</p> <h5>25/6/2017</h5> -<p>FLTK, or by its full name the <a href="http://www.fltk.org/" class="external">Fast Light Toolkit</a>, -is a graphical widget toolkit noteworthy for being so lightweight that it is commonly statically -linked. Projects that make use of it include the <a href="http://www.dillo.org/" class="external">Dillo</a> web browser, the <a href="http://flwm.sourceforge.net/" class="external">FLWM</a> X window manager, -and the <a href="http://www.equinox-project.org/" class="external">Equinox Desktop Environment</a>. -There are bindings for it in several languages, including Python, Perl and Ruby, but not Ada. Until -now!</p> +<p>FLTK, or by its full name the <a href="http://www.fltk.org/" class="external">Fast Light Toolkit +</a>, is a graphical widget toolkit noteworthy for being so lightweight that it is commonly +statically linked. Projects that make use of it include the <a href="http://www.dillo.org/" +class="external">Dillo</a> web browser, the <a href="http://flwm.sourceforge.net/" class="external"> +FLWM</a> X window manager, and the <a href="http://www.equinox-project.org/" class="external"> +Equinox Desktop Environment</a>. There are bindings for it in several languages, including Python, +Perl and Ruby, but not Ada. Until now!</p> <p>This is a spinoff from Adapad, and so despite not yet being complete it can be at least guaranteed to be enough to write a text editor. It's a thick, loosely coupled binding, accomplished |