From 373648045cf4e9b6d964dede88b7b4d47751cf32 Mon Sep 17 00:00:00 2001 From: Matt Lorimer Date: Mon, 2 May 2016 23:14:16 +0200 Subject: [PATCH] updated about page and readme --- README.md | 10 ++-- modules/Home/About.php | 131 ++++++++++++++++++++++------------------- modules/Home/about.js | 35 ----------- 3 files changed, 76 insertions(+), 100 deletions(-) delete mode 100755 modules/Home/about.js diff --git a/README.md b/README.md index de0bc6b3ec7..5fe77e5588f 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### What's in this repository ### -This is the git repository for the SuiteCRM project, the fully open source & supercharged fork of SugarCRM Community Edition. +This is the git repository for the SuiteCRM project, the award-winning, enterprise-class open source CRM. This repository has been created to allow community members to collaborate and contribute to the project, helping to develop the SuiteCRM ecosystem. @@ -33,16 +33,16 @@ The following links offer various ways to view, contribute and collaborate to th + [SuiteCRM Extensions Directory - An extensions directory where community members can submit extensions built for SuiteCRM][suitecrm_ext] [suitecrm_demo]: https://suitecrm.com/demo -[suitecrm_forums]: https://suitecrm.com/index.php?option=com_kunena&view=category&Itemid=1137&layout=list +[suitecrm_forums]: https://suitecrm.com/forum/index [suitecrm_docs]: https://suitecrm.com/wiki -[suitecrm_partners]: https://suitecrm.com/index.php?option=com_content&view=article&id=170&Itemid=1172 -[suitecrm_ext]: https://suitecrm.com/index.php?option=com_mtree&view=listcats&cat_id=76&Itemid=1225 +[suitecrm_partners]: https://suitecrm.com/community/partners +[suitecrm_ext]: https://store.suitecrm.com/ ### Development Roadmap ### [ View the Roadmap here and get involved][suitecrm_roadmap] -[suitecrm_roadmap]: http://suitecrm.com/index.php?option=com_devroadmap&view=devroadmap&id=&Itemid=1389 +[suitecrm_roadmap]: https://suitecrm.com/community/roadmap ### Support & Licensing ### diff --git a/modules/Home/About.php b/modules/Home/About.php index 797ed4249ad..164e1c2d988 100755 --- a/modules/Home/About.php +++ b/modules/Home/About.php @@ -1,11 +1,13 @@ -
-

SuiteCRM

-
- - - -

Sugar

-
-

- - - -
-
+

SuiteCRM

+
+ + + +

+ Sugar


-

-
    -
  • -
  • -
  • -
  • -
  • -
-
- -
-
-

- -
-
+

+ + + +
+
+
+

+
    +
  • +
  • +
  • +
+
+ +
+
+

+ +
+
\ No newline at end of file diff --git a/modules/Home/about.js b/modules/Home/about.js deleted file mode 100755 index 546825d9175..00000000000 --- a/modules/Home/about.js +++ /dev/null @@ -1,35 +0,0 @@ -/********************************************************************************* - * SugarCRM Community Edition is a customer relationship management program developed by - * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU Affero General Public License version 3 as published by the - * Free Software Foundation with the addition of the following permission added - * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK - * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY - * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more - * details. - * - * You should have received a copy of the GNU Affero General Public License along with - * this program; if not, see http://www.gnu.org/licenses or write to the Free - * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301 USA. - * - * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, - * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. - * - * The interactive user interfaces in modified source and object code versions - * of this program must display Appropriate Legal Notices, as required under - * Section 5 of the GNU Affero General Public License version 3. - * - * In accordance with Section 7(b) of the GNU Affero General Public License version 3, - * these Appropriate Legal Notices must retain the display of the "Powered by - * SugarCRM" logo. If the display of the logo is not reasonably feasible for - * technical reasons, the Appropriate Legal Notices must display the words - * "Powered by SugarCRM". - ********************************************************************************/ -var abouter=function(){return{display:function(){abouter.div=document.getElementById('abouterdiv');abouter.div.style.display='';abouter.div.src="index.php?module=Home&action=PopupSugar&to_pdf=true&style="+abouter.style;},ab:function(index,style){if(abouter.starter==3){abouter.style=style;abouter.display();}else{if(index==abouter.starter+1){abouter.starter++;}else{abouter.starter=0;}}}}}();abouter.starter=0;abouter.style='inc'; \ No newline at end of file