Added opensource page

This commit is contained in:
Unick Soft 2019-05-11 17:16:54 +02:00
parent 1d6ebfe9e8
commit b66139442a
3 changed files with 18 additions and 0 deletions

6
lang/en/opensource.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$g_lang["head_no_tags"] = "Graphonline Open Source";
$g_lang["text"] = "<p>Graphonline is 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 planes for big amout of feature, but our small team are implementing them very slow.</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. Plase write to us on github or to <a href=\"mailto:admin@graphonline.ru\">admin@graphonline.ru</a>. If you are student, it is a good chance to work in 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 able to spend 1 hour in week for graphonline, write to us.</p>\n";
?>

6
lang/ru/opensource.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$g_lang["head_no_tags"] = "Graphonline Open Source";
$g_lang["text"] = "<p>Graphonline - проект с открытым исходным кодом. Его исходный код доступен на github: <a href=\"https://github.com/UnickSoft/graphonline\">https://github.com/UnickSoft/graphonline</a>. У сервиса большие планы по развитию, но своими малыми силами их поплащение занимает много времени.</p>\n\n<h2>Вы можете тоже поучаствовать</h2>\n\n<p>Если вы владете навыками программирования на php или js или C++, то можете помочь нам развивать проект Graphonline. Напишите нам на github или <a href=\"mailto:admin@graphonline.ru\">admin@graphonline.ru</a>. Если вы студент, то вы приобритёте бесценный опыт командной работы.</p>\n\n<p>Но даже без навыком программирования, вы можете помочь нам наполнять нашу wiki: <a href=\"https://graphonline.ru/wiki/\">https://graphonline.ru/wiki/</a>. Или улучшить наш дизайн. Или проверять новый функционал. В любом случае, если вы можете уделить даже час в неделю нашему проекту, то смело пишите.</p>\n";
?>

6
tpl/opensource.php Normal file
View File

@ -0,0 +1,6 @@
<h1><?= L('head_no_tags')?></h1>
<p><?= L('text')?></p>
<?php IncludeCom('main_tpl/page_btns')?>