Skip to content

Commit

Permalink
Take a pass on the bindings links, replace a bunch of with webarchive…
Browse files Browse the repository at this point in the history
… ones.

Thanks to Mark Oates for some styling help.

Fixes liballeg/liballeg.github.io#9
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Nov 29, 2024
1 parent 387668b commit b66d1df
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
9 changes: 1 addition & 8 deletions en/bindings/bindings
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Python
(cross-platform networking). It comes with some examples and extensive
documentation.

## C#
## C\#

[AllegNet]
: AllegNet is a .NET library, coded in [C# 2.0][wikipedia_C#] based on
Expand Down Expand Up @@ -144,10 +144,3 @@ Python
scheme to any C library. There is a set of bindings directly to Allegro in
allegro.ss and a scheme wrapper which should make it easier to use in
image.ss.

# Other resources

[Wiki page about bindings][awiki_bindings]
: The Wiki also has a page about language bindings.
Because everyone can edit it, it may have additional links not listed here.
But they may not work or point to abandoned or very work in progress work.
46 changes: 22 additions & 24 deletions en/bindings/links
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[allua]: http://github.com/trezker/allua
[allua]: https://github.com/trezker/allua

[lallegro]: http://github.com/gilzoide/lallegro
[lallegro]: https://github.com/gilzoide/lallegro

[AdaAllegro]: http://www.websamba.com/guibuilder
[AdaAllegro]: https://web.archive.org/web/20070301224230/http://www.websamba.com/guibuilder

[alBitmap]: http://www.cellosoft.com/software/view.php?id=14
[Allegro Simplificator]: http://sourceforge.net/projects/als
[alBitmap]: https://web.archive.org/web/20080930102142/http://www.cellosoft.com/software/view.php?id=14
[Allegro Simplificator]: https://sourceforge.net/projects/als

[AllegNet]: http://www.skorzec.com/allegnet/
[wikipedia_C#]: http://en.wikipedia.org/wiki/C_Sharp_programming_language
[AllegNet]: https://web.archive.org/web/20080213005751/http://www.skorzec.com/allegnet/
[wikipedia_C#]: https://en.wikipedia.org/wiki/C_Sharp_programming_language

[AllegroDotNet]: https://github.com/sub-c/AllegroDotNet

[Mallegro]: http://code.google.com/p/mallegro/
[Mallegro]: https://web.archive.org/web/20100312132457/http://code.google.com/p/mallegro/

[SharpAllegro]: http://elvenprogrammer.themanaworld.org/projects-list/games/sharpallegro/
[SharpAllegGL]: http://elvenprogrammer.themanaworld.org/projects-list/games/sharpalleggl/
[SharpAllegro]: https://web.archive.org/web/20140516071427/http://elvenprogrammer.themanaworld.org/projects-list/games/sharpallegro/
[SharpAllegGL]: https://web.archive.org/web/20140510131739/http://elvenprogrammer.themanaworld.org/projects-list/games/sharpalleggl/

[Chicken Scheme]: https://github.com/dleslie/allegro-egg

Expand All @@ -27,23 +27,21 @@
[go-allegro]: https://github.com/dradtke/go-allegro

[jalleg]: https://github.com/gillius/jalleg
[jllegro]: https://github.com/LeqxLeqx/jllegro
[jllegro]: https://web.archive.org/web/20170306003803/https://github.com/LeqxLeqx/jllegro

[LuAllegro]: http://luallegro.luaforge.net/
[Lua]: http://www.lua.org/
[LuAllegro]: https://web.archive.org/web/20170422041301/http://luallegro.luaforge.net/
[Lua]: https://www.lua.org/

[Mercury]: http://www.cs.mu.oz.au/research/mercury/
[Mercury]: https://web.archive.org/web/20090310031338/http://www.cs.mu.oz.au/research/mercury/

[Allegro.pas]: http://allegro-pas.sourceforge.net/
[Delphi]: http://www.turboexplorer.com/delphi/
[Free Pascal]: http://www.freepascal.org/
[Allegro.pas]: https://allegro-pas.sourceforge.net/
[Delphi]: https://www.embarcadero.com/products/delphi/features/delphi
[Free Pascal]: https://www.freepascal.org/

[AlPerl]: http://alperl.mx3.org/
[Perl]: http://www.perl.org/
[AlPerl]: https://sourceforge.net/projects/alperl/
[Perl]: https://www.perl.org/

[PyAllegro]: http://pyallegro.sourceforge.net/
[Python]: http://www.python.org/
[PyAllegro]: https://pyallegro.sourceforge.net/
[Python]: https://www.python.org/

[allegro-mzscheme]: http://rafkind.com/jon/allegro-scheme/

[awiki_bindings]: http://awiki.tomasu.org/bin/view/Main/AllegroLanguages
[allegro-mzscheme]: https://web.archive.org/web/20080618091710/http://rafkind.com/jon/allegro-scheme/
10 changes: 10 additions & 0 deletions static/web_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,13 @@ div.example {
div.example p {
margin: 0px
}

a[href*="web.archive.org"]::after {
content: "webarchive";
color: #808080;
background-color: #e8e8e8;
border-radius: 1em;
padding-left: 0.5em;
padding-right: 0.5em;
margin-left: 0.5em;
}

0 comments on commit b66d1df

Please sign in to comment.