mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 15:26:12 +00:00
Insert social page to news page
This commit is contained in:
parent
cf0970f5a1
commit
7fcd6197d9
@ -19,5 +19,4 @@
|
||||
<a href=\"/el/about\">Σχετικά με το πρότζεκτ</a> και <a href=\"http://graphonline.ru/el/help\">σελίδα βοήθειας</a>.\n
|
||||
";
|
||||
$g_lang["lang"] = "Γλώσσα";
|
||||
|
||||
?>
|
@ -7,69 +7,5 @@
|
||||
$g_lang["m_keyWords"] = "graph online, νέα, γράφοι, αναζήτηση μονοπατιού";
|
||||
$g_lang["m_description"] = "Τα νέα του Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Προσθήκη Ελληνικών";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Μετάφραση στην Ελληνική γλώσσα";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "KyriakosG78";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "06.05.2020";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["current_language"] = "el";
|
||||
?>
|
||||
|
@ -13,5 +13,4 @@
|
||||
$g_lang["menu_10"] = "Open source";
|
||||
$g_lang["footer_info"] = "<a href=\"/en/\">Graph Online</a> is online project aimed at creation and easy visualization of graph and <a href=\"/en/\">shortest path searching</a>. Also you can create <a href=\"http://graphonline.ru/en/create_graph_by_matrix\">graph from adjacency matrix</a>. <a href=\"/en/about\">About project</a> and <a href=\"http://graphonline.ru/en/help\">look help page</a>.\n";
|
||||
$g_lang["lang"] = "Language";
|
||||
|
||||
?>
|
@ -1,69 +1,11 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head_no_tags"] = "News and updates";
|
||||
$g_lang["text"] = "<p>Belowe you find last news and updates of our service</p>\n";
|
||||
$g_lang["text"] = "<p>Find our news on Facebook page</p>\n";
|
||||
|
||||
$g_lang["m_title"] = "News of Graph Online";
|
||||
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
||||
$g_lang["m_description"] = "News of Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["current_language"] = "en";
|
||||
?>
|
||||
|
@ -13,5 +13,4 @@
|
||||
$g_lang["menu_10"] = "Código abierto";
|
||||
$g_lang["footer_info"] = "<a href=\"/en/\">Graph Online</a> es un proyecto en línea que apunta a la creación y fácil visualización de grafos y <a href=\"/en/\">búsqueda de caminos más cortos</a>. Además puedes crear <a href=\"http://graphonline.ru/en/create_graph_by_matrix\">grafos a partir de matrices de adyacencia</a>. <a href=\"/en/about\">Acerca del proyecto</a> y <a href=\"http://graphonline.ru/en/help\">consulta nuestra página de ayuda</a>.\n";
|
||||
$g_lang["lang"] = "Idioma";
|
||||
|
||||
?>
|
@ -7,63 +7,6 @@
|
||||
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
||||
$g_lang["m_description"] = "News of Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
$g_lang["current_language"] = "es";
|
||||
|
||||
?>
|
||||
|
@ -1,69 +1,12 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head_no_tags"] = "News and updates";
|
||||
$g_lang["text"] = "<p>Belowe you find last news and updates of our service</p>\n";
|
||||
$g_lang["text"] = "<p>Find our news on Facebook page</p>\n";
|
||||
|
||||
$g_lang["m_title"] = "News of Graph Online";
|
||||
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
||||
$g_lang["m_description"] = "News of Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
$g_lang["current_language"] = "fr";
|
||||
|
||||
?>
|
||||
|
@ -13,4 +13,5 @@
|
||||
$g_lang["menu_10"] = "Open source";
|
||||
$g_lang["footer_info"] = "Graph Online is een online project met als doel het creëren en eenvoudig visualiseren van grafen en het vinden van een kortste route. Verder kunt u ook grafen creëren middels bogenmatrixen. Meer info over het project vind u op de help pagina ";
|
||||
$g_lang["lang"] = "Taal";
|
||||
|
||||
?>
|
@ -1,69 +1,11 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head_no_tags"] = "News and updates";
|
||||
$g_lang["text"] = "<p>Belowe you find last news and updates of our service</p>\n";
|
||||
$g_lang["text"] = "<p>Find our news on Facebook page</p>\n";
|
||||
|
||||
$g_lang["m_title"] = "News of Graph Online";
|
||||
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
||||
$g_lang["m_description"] = "News of Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["current_language"] = "nl";
|
||||
?>
|
||||
|
@ -1,89 +1,11 @@
|
||||
<?php
|
||||
$g_lang["head_no_tags"] = "Новости и обновления";
|
||||
$g_lang["text"] = "<p>Ниже представлены последнии обновления нашего сервиса</p>\n";
|
||||
$g_lang["text"] = "<p>Следите за новостями в нашей группе ВКонтакте</p>\n";
|
||||
|
||||
$g_lang["m_title"] = "Новости сервиса Граф Онлайн";
|
||||
$g_lang["m_keyWords"] = "граф онлайн, новости, графы, поиск пути";
|
||||
$g_lang["m_description"] = "Новости сервиса Грай Онлайн";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Изгиб дуг";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавили возможность изгибать дуги. Выделите дугу и нажимайте на кнопку + или -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Завершение сбора стредств";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Благодаря неравнодушным пользователям нашего сервиса мы завершили сбор средств для разработки новых алгоритмов для сайта. Мы уже добавили алгоритм поиска диаметра и радиуса графа, далее будет поиск максимального потока и раскраска графа.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "07.04.2018";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Алгоритм Флойда — Уоршелла";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавили алгоритм Флойда — Уоршелла. Теперь вы можете получить матрицу расстояний графа.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Опрос";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Мы завершили опрос о функциях, которые вы хотели бы видеть на graphonline.ru. Результаты распределились следующим образом: " .
|
||||
"<ul><li>Больше алгоритмов - 53%</li><li>Улучшение визуализации - 24%</li><li>Личный кабинет - 13%</li><li>Улучшение поддержки больших графов - 8%</li></ul>" .
|
||||
"По результатам опроса мы скоро запустим краудфандинговую программу по сбору средсв для разработки новых алгоритмов.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "13.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Завершение сбора стредств";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Мы рады сообщить, что сбор на хостинг завершён. Благодаря 20 неравнодушным пользователям нам удалось собрать 1500р, для продления хостинга на год. Теперь мы можем не боясть блокировки до 2019 года.<br> <img src=\"/i/image/news/hosting.png\">";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "02.07.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Обновления";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "По постоянно работаем над улучшением сайта, за последние несколько месяцев было сделано следующее: обновлены ролики у на нашем канале на Youtube <a href=\"https://www.youtube.com/channel/UCrUEnaF7yz6sclCZi1-7XMA\">https://www.youtube.com/channel/UCrUEnaF7yz6sclCZi1-7XMA</a>, добавлены примеры графов, добавлен алгоритм поиска минимального остовного дерева, улучшена мобильная версия сайта и другие мелкие правки.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.03.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Создание собственного алгоритма";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Мы добавили возможность создание собственных алгоритмов. Создавать алгоритмы вы можете на специальной странице <a href=\"http://graphonline.ru/create_algorithm\">http://graphonline.ru/create_algorithm</a>. Документацию вы найдёте в нашей вики: <a href=\"http://graphonline.ru/wiki/Разработка/Документация\">http://graphonline.ru/wiki/Разработка/Документация</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Произвольный текст для вершин";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавили возможноть задавать произвольный текст для вершин.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Размещение графа на плоскости";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавлен алгоритм для красивого размещения графа на плоскости. Мы будем улучшать этот алгоритм.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Масштабирование";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавлена функциональность для управления масштабом рабочей области.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Анимация";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Мы добавили анимацию для алгоритмов поиска кратчайшего пути и Эйлерового цикла. Также улучшили отчёт.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Эйлеров цикл";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Добавили алгоритм поиска Эйлеровго цикла. Также немного улучшили интерфейс главной страницы.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Админ";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.01.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
|
||||
$g_lang["current_language"] = "ru";
|
||||
|
||||
?>
|
||||
|
@ -15,5 +15,4 @@
|
||||
$g_lang["lang"] = "Språk";
|
||||
$g_lang["home"] = "Huvudsida";
|
||||
$g_lang["back"] = "Tillbaka";
|
||||
|
||||
?>
|
@ -1,69 +1,12 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head_no_tags"] = "News and updates";
|
||||
$g_lang["text"] = "<p>Belowe you find last news and updates of our service</p>\n";
|
||||
$g_lang["text"] = "<p>Find our news on Facebook page</p>\n";
|
||||
|
||||
$g_lang["m_title"] = "News of Graph Online";
|
||||
$g_lang["m_keyWords"] = "graph online, news, graph, path searching";
|
||||
$g_lang["m_description"] = "News of Graph Online";
|
||||
|
||||
$g_lang["newsList"] = array();
|
||||
|
||||
$newsIndex = 0;
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Edges bend";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add ability to bend edges. Select edge and click to + or -.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "15.02.2019";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Floyd–Warshall algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We add Floyd–Warshall algorithm. Now you can get distance matrix.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "10.12.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d like to use while working with graphonline.ru. And here are the results of the poll:" .
|
||||
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
|
||||
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Updates";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’re constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "09.04.2017";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Create your own algorithm";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Now you may create your own algorithms. It can be done on a special page <a href=\"http://graphonline.ru/en/create_algorithm\">http://graphonline.ru/en/create_algorithm </a>. Documentation can be found here: <a href=\"http://graphonline.ru/en/wiki/Development/Documentation\">http://graphonline.ru/en/wiki/Development/Documentation</a>.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "25.09.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Custom text for vertex";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added custom text for vertices.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "04.07.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Graph layout";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added force-based layout systems for graph. It is first version and we will improve it more.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "12.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Zoom";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "Added functionality for zoom of work area.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "11.06.2016";
|
||||
$newsIndex ++;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Animations";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We added animation for shortest path finding and Eulerian cycle finsing. Also we improved reports.";
|
||||
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
|
||||
$g_lang["newsList"][$newsIndex]["date"] = "23.01.2016";
|
||||
$newsIndex ++;
|
||||
$g_lang["current_language"] = "sv";
|
||||
|
||||
?>
|
||||
|
29
tpl/news.php
29
tpl/news.php
@ -1,16 +1,21 @@
|
||||
|
||||
<h1><?= L('head_no_tags')?></h1>
|
||||
<p><?= L('text')?></p>
|
||||
<div>
|
||||
<?php $newsList = L('newsList'); ?>
|
||||
<?php for ($i = 0; $i < count($newsList); $i++): ?>
|
||||
<div>
|
||||
<h2><?= $newsList[$i]["title"] ?></h2>
|
||||
<p>
|
||||
<?= $newsList[$i]["text"] ?>
|
||||
</p>
|
||||
<p style="text-align: right;">
|
||||
<?= $newsList[$i]["autor"] ?> <small><?= $newsList[$i]["date"] ?></small>
|
||||
</p>
|
||||
|
||||
<div style="align:center">
|
||||
<? if (L('current_language') == "ru"): ?>
|
||||
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?168"></script>
|
||||
<!-- VK Widget -->
|
||||
<div id="vk_groups"></div>
|
||||
<script type="text/javascript">
|
||||
VK.Widgets.Group("vk_groups", {mode: 4, wide: 1, width: "600", height: "400"}, 153431694);
|
||||
</script>
|
||||
<? else: ?>
|
||||
<div id="fb-root"></div>
|
||||
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v8.0" nonce="pfXO5s37"></script>
|
||||
|
||||
<div class="fb-page" data-href="https://www.facebook.com/Graphonline-2230709670325388/" data-tabs="timeline" data-width="600" data-height="500" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/Graphonline-2230709670325388/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/Graphonline-2230709670325388/">Graphonline</a></blockquote></div>
|
||||
<? endif; ?>
|
||||
|
||||
</div>
|
||||
<?php endfor; ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user