diff --git a/en/bindings/bindings b/en/bindings/bindings index 362bddb..b5c2d30 100644 --- a/en/bindings/bindings +++ b/en/bindings/bindings @@ -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 @@ -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. diff --git a/en/bindings/links b/en/bindings/links index 414e62c..5e00bc6 100644 --- a/en/bindings/links +++ b/en/bindings/links @@ -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 @@ -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/ diff --git a/static/web_style.css b/static/web_style.css index 1c3cc8d..6ac573e 100644 --- a/static/web_style.css +++ b/static/web_style.css @@ -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; +}