Skip to content

Commit

Permalink
updated about page and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed May 2, 2016
1 parent f7c9a7c commit 3736480
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 100 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 ###

Expand Down
131 changes: 71 additions & 60 deletions modules/Home/About.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
/**
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
* SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd.
* Copyright (C) 2011 - 2014 Salesagility Ltd.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2016 SalesAgility Ltd.
*
* 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
Expand Down Expand Up @@ -36,64 +38,73 @@
* SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
********************************************************************************/


//NOTE: Under the License referenced above, you are required to leave in all copyright statements in both
//the code and end-user application.

include_once('suitecrm_version.php');
*/
include_once 'suitecrm_version.php';
global $sugar_config, $mod_strings;

?>
<?php echo getVersionedScript("modules/Home/about.js"); ?>
<div class="about" id="about_header">
<h1><img src="include/images/suite_logo.png" alt="SuiteCRM" ondblclick='abouter.display();'></h1>
<br>
<b>
<?php echo $mod_strings['LBL_VERSION']." ".$suitecrm_version;
if( is_file( "custom_version.php" ) ){
include( "custom_version.php" );
print( "&nbsp;&nbsp;&nbsp;" . $custom_version );
}?>
</b>
<p>Sugar <?php echo $mod_strings['LBL_VERSION']." ".$sugar_version." (".$mod_strings['LBL_BUILD']." ".$sugar_build.")";?></p>
<br>
<h1><?php echo $mod_strings['LBL_CONTRIBUTOR_SUITECRM']; ?></h1>
<table id="about_table" class="contentBox">
<tr>
<td valign="top" style="padding: 15px 10px 15px 10px;">
<div class="about_suite">
<h1><img src="include/images/suite_logo.png" alt="SuiteCRM"></h1>
<br>
<b>
<?php echo $mod_strings['LBL_VERSION'].' '.$suitecrm_version;
if (is_file('custom_version.php')) {
include 'custom_version.php';
echo '&nbsp;&nbsp;&nbsp;'.$custom_version;
} ?>
</b>
<p>
Sugar <?php echo $mod_strings['LBL_VERSION'].' '.$sugar_version.' ('.$mod_strings['LBL_BUILD'].' '.$sugar_build.')'; ?></p>
<br>
<h3><?php echo $mod_strings['LBL_ABOUT_SUITE']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_1']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_2']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_3']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_4']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_5']; ?></li>
</ul>
</div>
<div class="about_suite">
<br>
<h3><?php echo $mod_strings['LBL_CONTRIBUTORS']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_FEATURING']; ?>(<a href="http://www.salesagility.com" target="_blank">http://www.salesagility.com</a>)</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_SECURITY_SUITE']; ?> (<a href="http://www.sugaroutfitters.com" target="_blank">http://www.sugaroutfitters.com</a>)</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_JJW_GMAPS']; ?> (<a href="http://www.jjwdesign.com" target="_blank">http://www.jjwdesign.com</a>)</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_CONSCIOUS']; ?> (<a href="http://www.conscious.co.uk" target="_blank">http://www.conscious.co.uk</a>)</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_RESPONSETAP']; ?> (<a href="https://www.responsetap.com">https://www.responsetap.com</a>)</li>
<li><?php echo $mod_strings['LBL_LANGUAGE_SPANISH']; ?> (<a href="http://www.disytel.com" target="_blank">http://www.disytel.com</a>)</li>
<li><?php echo $mod_strings['LBL_SOURCE_SUGAR']; ?> (<a href="http://www.sugarcrm.com" target="_blank">http://www.sugarcrm.com</a>)</li>
</ul>
</div>
<div class="about_suite">
<br>
<h3><?php echo $mod_strings['LBL_PARTNERS']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_SUITE_PARTNERS']; ?> (<a href="https://suitecrm.com/community/partners">http://suitecrm.com</a>)</li>
</ul>
</div>
</tr>
</table>
<h1><?php echo $mod_strings['LBL_CONTRIBUTOR_SUITECRM']; ?></h1>
<table id="about_table" class="contentBox">
<tr>
<td valign="top" style="padding: 15px 10px 15px 10px;">
<div class="about_suite">
<br>
<h3><?php echo $mod_strings['LBL_ABOUT_SUITE']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_2']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_4']; ?></li>
<li><?php echo $mod_strings['LBL_ABOUT_SUITE_5']; ?></li>
</ul>
</div>
<div class="about_suite">
<br>
<h3><?php echo $mod_strings['LBL_CONTRIBUTORS']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_FEATURING']; ?>(<a href="http://www.salesagility.com"
target="_blank">http://www.salesagility.com</a>)
</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_SECURITY_SUITE']; ?> (<a
href="http://www.sugaroutfitters.com" target="_blank">http://www.sugaroutfitters.com</a>)
</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_JJW_GMAPS']; ?> (<a href="http://www.jjwdesign.com"
target="_blank">http://www.jjwdesign.com</a>)
</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_CONSCIOUS']; ?> (<a
href="http://www.conscious.co.uk" target="_blank">http://www.conscious.co.uk</a>)
</li>
<li><?php echo $mod_strings['LBL_CONTRIBUTOR_RESPONSETAP']; ?> (<a
href="https://www.responsetap.com">https://www.responsetap.com</a>)
</li>
<li><?php echo $mod_strings['LBL_LANGUAGE_SPANISH']; ?> (<a href="http://www.disytel.com"
target="_blank">http://www.disytel.com</a>)
</li>
<li><?php echo $mod_strings['LBL_SOURCE_SUGAR']; ?> (<a href="http://www.sugarcrm.com"
target="_blank">http://www.sugarcrm.com</a>)
</li>
</ul>
</div>
<div class="about_suite">
<br>
<h3><?php echo $mod_strings['LBL_PARTNERS']; ?></h3>
<ul id="about_menu">
<li><?php echo $mod_strings['LBL_SUITE_PARTNERS']; ?> (<a
href="https://suitecrm.com/community/partners">http://suitecrm.com</a>)
</li>
</ul>
</div>
</tr>
</table>
</div>
35 changes: 0 additions & 35 deletions modules/Home/about.js

This file was deleted.

0 comments on commit 3736480

Please sign in to comment.