'); echoln('The projects in this repository can be browsed on the web or '); echoln('obtained with git:'); echo(''); echo('git clone https://rednsx.org/git/PROJECT-NAME/.git/'); echoln(''); echoln('

'); } else { $repo = substr($rq, 5); $repo = substr($repo, 0, strpos($repo, '/')); echoln('

'); echoln('This project can be browsed on the web or obtained with git:'); echoln(''); echoln('git clone https://rednsx.org/git/'.$repo.'/.git/'); echoln(''); echoln('

'); $project_home = dirname(dirname(__FILE__)).'/'.$repo; if (file_exists($project_home)) { echoln('

'); echoln('Visit the project home page for '.$repo.''); echoln('

'); } } ?>