mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
6 lines
944 B
PHP
6 lines
944 B
PHP
<?php
|
|
|
|
$g_lang["head_no_tags"] = "Graphonline Open Source";
|
|
$g_lang["text"] = "<p>Graphonline is an open source project. You can find source code on github: <a href=\"https://github.com/UnickSoft/graphonline\">https://github.com/UnickSoft/graphonline</a>. We have plans for a big amout of features, but our small team is implementing them very slowly.</p>\n\n<h2>You can help us</h2>\n\n<p>If you know program languages: php or JavaScript or C++, so you can improve Graphonline service. Please write us on github or to <a href=\"mailto:admin@graphonline.ru\">admin@graphonline.ru</a>. If you are a student, it is a good chance to work in a developer team.</p>\n\n<p>Also you can help us to fill our wiki: <a href=\"https://graphonline.ru/en/wiki/\">https://graphonline.ru/en/wiki/</a>. Or improve our design. Or test new functionality. Anyway, if you are able to spend 1 hour in a week for graphonline, please write us.</p>\n";
|
|
|
|
?>
|