Login  Register

Re: A new binary build available soon

Posted by Sven Gothel on Aug 19, 2019; 10:24pm
URL: https://forum.jogamp.org/A-new-binary-build-available-soon-tp4038575p4039963.html

On 8/19/19 10:59 PM, gouessej [via jogamp] wrote:
> Hello
>
> Yes, excellent idea. I'd like to put it into .git/description so that it
> replaces "Unnamed repository; edit this file 'description' to name the
> repository".
>
> The user's guide is still mentioned here:
> https://jogamp.org/wiki/index.php?title=Ardor3D_Tutorial
>

https://jogamp.org/cgit/ardor3d.git/about/

Reflects the README* file in the projects root folder.
Let me check ..

filter:
case "$(printf '%s' "$1" | tr '[:upper:]' '[:lower:]')" in
    *.markdown|*.mdown|*.md|*.mkd) exec ./md2html; ;;
    *.rst) exec ./rst2html; ;;
    *.[1-9]) exec ./man2html; ;;
    *.htm|*.html) exec cat; ;;
    *.txt|*) exec ./txt2html; ;;

readme=:README.md
readme=:readme.md
readme=:README.mkd
readme=:readme.mkd
readme=:README.rst
readme=:readme.rst
readme=:README.html
readme=:readme.html
readme=:README.htm
readme=:readme.htm
readme=:README.txt
readme=:readme.txt
readme=:README
readme=:readme
readme=:INSTALL.md
readme=:install.md
readme=:INSTALL.mkd
readme=:install.mkd
readme=:INSTALL.rst
readme=:install.rst
readme=:INSTALL.html
readme=:install.html
readme=:INSTALL.htm
readme=:install.htm
readme=:INSTALL.txt
readme=:install.txt
readme=:INSTALL
readme=:install

Maybe a wiki page? I dunno, just brainstorming.
You can also have top-level pages on JogAmp of course,
where you can host your things.

~Sven