[LinksOS CVS Commit]website/language en.php,1.10,1.11
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-12 23:50:11
|
Update of /cvsroot/linksos/website/language In directory router-internal.tossell.net:/tmp/cvs-serv5906/language Modified Files: en.php Log Message: Title: Welcome Page Text Changes: Added lots and lots of welcome page text from kye's stat/ Effects: People can figure out what it *is* more easily. a=kennyt Index: en.php =================================================================== RCS file: /cvsroot/linksos/website/language/en.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** en.php 5 Jan 2003 19:50:11 -0000 1.10 --- en.php 12 Jan 2003 23:50:07 -0000 1.11 *************** *** 2,6 **** $lang = array( // welcome ! 'welcome_page' => 'LinksOS is an effort to create a free, modern operating system from the ground up, designed to support modern features. It will be as easy to use and develop for as possible, yet still be fast and sport the best and newest technology available.', // login / logout --- 2,29 ---- $lang = array( // welcome ! 'welcome_page' => ' ! <p>LinksOS is a project aiming to create a free and open source ! multimedia-oriented desktop OS for home and power users.</p> ! <p> ! It is being ! designed and created by a team of enthusiastic developers located all ! around the world, but sharing one common goal: to make the best free ! operating system possible.</p> ! <p align="center">The LinksOS Project has many goals, including:</p> ! ! <p style="position: relative; left: 50px;">- Speed<br> ! - Sleekness<br> ! - Configurability / Tweakability<br> ! - Easy of use for Home users<br> ! - Internet Connectivity<br> ! - A Rich Multimedia Experience</p> ! ! <p align="center">Stay tuned to this website, and sign up for ! linksos-newsletter (signup available at our SourceForge project website, ! <a href="http://www.sf.net/projects/linksos"> ! http://www.sf.net/projects/linksos</a> )</p> ! <p align="left">We also encourage you to look around this website, and ! read anything that interests you. ! ', // login / logout |