godunko / matreshka

Matreshka Project
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Dead links to http://forge.ada-ru.org in awesome-ada #2

Open mgrojo opened 1 year ago

mgrojo commented 1 year ago
- [matreshka] - Matreshka is an Ada framework to develop information systems consisting of five major components: League, XML processor, Web framework, SQL access, and the Modeling framework.

- [a2js](http://forge.ada-ru.org/matreshka/wiki/Web/A2JS) - Ada2JS is experimental open source compiler, component of [matreshka].

[matreshka]: http://forge.ada-ru.org/matreshka

I suppose this is permanent. Is https://github.com/godunko/matreshka the best replacement for http://forge.ada-ru.org/matreshka ?

What about http://forge.ada-ru.org/matreshka/wiki/Web/A2JS ?

robdaemon commented 1 year ago

There are links in the README here that also point back to ada-ru.org, but luckily they're available on the Internet Archive.

Is there any interest in using GitHub's wiki to host the documentation that was previously on ada-ru.org?

godunko commented 1 year ago

We've lost control over ada-ru.org domain, and migrate project to github.com. So, https://github.com/godunko/matreshka is new permanent address.

Due to deprecation of ASIS, use of A2JS is not recommended. I'm personally switch to use GNATLLVM for WebAssembly target. See https://matreshka/godunko/AdaWebPack

Move old wiki to GitHub sounds like good idea, will try to recover it.

mgrojo commented 1 year ago

We've lost control over ada-ru.org domain, and migrate project to github.com. So, https://github.com/godunko/matreshka is new permanent address.

Ok. I will update it.

Due to deprecation of ASIS, use of A2JS is not recommended. I'm personally switch to use GNATLLVM for WebAssembly target. See https://matreshka/godunko/AdaWebPack

Ok. AdaWebPack is already in the list, so I'll simply remove A2JS from its section.

I've taken a look at other of your repositories. Would you recommend adding https://github.com/godunko/adawebui or https://github.com/godunko/adaside? Any other?

godunko commented 1 year ago

AdaWebUI may be interesting for someone, AdaSide was an experiment and is not in usable state.