mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Added opensource page
This commit is contained in:
parent
1d6ebfe9e8
commit
b66139442a
6
lang/en/opensource.php
Normal file
6
lang/en/opensource.php
Normal 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
6
lang/ru/opensource.php
Normal 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
6
tpl/opensource.php
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<h1><?= L('head_no_tags')?></h1>
|
||||
<p><?= L('text')?></p>
|
||||
|
||||
|
||||
<?php IncludeCom('main_tpl/page_btns')?>
|
Loading…
x
Reference in New Issue
Block a user