mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
reworked about text a bit for 16.1
This commit is contained in:
parent
7d72e84330
commit
5e470912b9
@ -70,21 +70,16 @@ class About
|
|||||||
function index()
|
function index()
|
||||||
{
|
{
|
||||||
$text_content = str_replace('GPLLINK',self::$knownLicenses['GPL'][0],'
|
$text_content = str_replace('GPLLINK',self::$knownLicenses['GPL'][0],'
|
||||||
<p><b>EGroupware is a <a href="GPLLINK" title="read more about open source and the GPL" target="_blank">free</a>
|
<p><b>EGroupware is an enterprise ready multilingual groupware solution</b> for your team.
|
||||||
enterprise ready groupware software</b> for your network. It enables you to manage contacts, appointments, todos
|
It enables you to manage and share your e-mail, contacts, appointments, tasks
|
||||||
and many more for your whole business.</p>
|
and files within your organisation.</p>
|
||||||
<p><b>EGroupware is a groupware server.</b> It comes with a native web-interface which allowes to access your data
|
<p>The <b>native web-interface</b> for EGroupware allowes to access your data from any platform wherever you are.
|
||||||
from any platform all over the planet. Moreover you also have the choice to access the EGroupware server with
|
Chrome, Firefox and Safari are prefered internet browsers for best EGroupware expierience.</p>
|
||||||
your favorite groupware client (Kontact, Evolution, Outlook, iCal, Lightning) and also with your mobile or PDA
|
<p><EGroupware is platform independent. The server runs on Linux, Mac, Windows and many more other operating systems.
|
||||||
via eSync.</p>
|
EGroupware can be integrated easily into existing authentication solutions such as LDAP or Active Directory.</p>
|
||||||
<p><b>EGroupware is international.</b> At the time, it supports more than
|
<p>EGroupware offers CalDAV, CardDAV, WebDAV and Active Sync for synchronising data to your smartphone or desktop client.</p>
|
||||||
<a href="http://community.egroupware.org/languages" target="_blank">25 languages</a> including rtl support.</p>
|
<p>EGroupware is developed by <a href="http://www.stylite.de/" target="_blank">Stylite AG</a> with contributions
|
||||||
<p><b>EGroupware is platform independent.</b> The server runs on Linux, Mac, Windows and many more other operating systems.
|
|
||||||
On the client side, all you need is a internet browser such as Chrome, Firefox, Safari or Internet Explorer
|
|
||||||
and many more.</p>
|
|
||||||
<p><b>EGroupware is developed by <a href="http://www.stylite.de/" target="_blank">Stylite AG</a></b> with contributions
|
|
||||||
from community developers.</p>
|
from community developers.</p>
|
||||||
<br />
|
|
||||||
<p><b>For more information visit the <a href="http://www.egroupware.org" target="_blank">EGroupware Website</a></b></p>');
|
<p><b>For more information visit the <a href="http://www.egroupware.org" target="_blank">EGroupware Website</a></b></p>');
|
||||||
|
|
||||||
// get informations about the applications
|
// get informations about the applications
|
||||||
|
Loading…
Reference in New Issue
Block a user