diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-11 20:27:03 +1200 |
commit | 1ed85021f147ef82f70ca863dbc06a519a2370d1 (patch) | |
tree | 4c87c94e8dce8674622f14f4ea6125289f1310ae /project/templates/fltkada.html | |
parent | f13f1dd45ee954e9d9126ae3f398891b599b01f5 (diff) |
Changed /cgit to /cgi-bin, revised spacing
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 |