Infra 4046 - Create Eclipse IDE Working Group Tile
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: I005dc8a8bc1a86731ec3183a12ec995d3fa5fada
diff --git a/workinggroups/assets/images/wg_eclipse_ide.png b/workinggroups/assets/images/wg_eclipse_ide.png
new file mode 100644
index 0000000..8c0f14c
--- /dev/null
+++ b/workinggroups/assets/images/wg_eclipse_ide.png
Binary files differ
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index ea10777..e2bb151 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -352,6 +352,21 @@
'members' => ''
);
+$working_group[] = array(
+ 'title' => 'Eclipse IDE',
+ 'logo' => 'wg_eclipse_ide.png',
+ 'body' => '<p>The Eclipse IDE Working Group is formed to ensure the continued sustainability, integrity, evolution and adoption of the Eclipse IDE suite of products and related technologies. In particular, it is formed to provide governance, guidance, and funding for the communities that support the delivery of the Eclipse Foundation’s flagship “Eclipse IDE” products.</p><p>This working group\'s website is under development.</p>',
+ 'website' => '',
+ 'charter' => '/org/workinggroups/eclipse-ide-charter.php',
+ 'wgpa-both' => '/org/workinggroups/wpga/eclipse_ide_working_group_participation_agreement.pdf',
+ 'mailing-list' => '',
+ 'wiki' => '',
+ 'type' => $proposed_state,
+ 'join' => 'https://accounts.eclipse.org/contact/membership',
+ 'style' => '',
+ 'members' => ''
+);
+
function clean_css_identifier($identifier, $filter = array(' ' => '-', '_' => '-', '/' => '-', '[' => '-', ']' => '')) {
// By default, we filter using Drupal's coding standards.
$identifier = strtr($identifier, $filter);
@@ -494,6 +509,9 @@
<?php if(!empty($g['wgpa-individual'])):?>
<li><a href="<?php print $g['wgpa-individual'];?>">Participation Agreement (For individuals)</a></li>
<?php endif; ?>
+ <?php if(!empty($g['wgpa-both'])):?>
+ <li><a href="<?php print $g['wgpa-both'];?>">Participation Agreement</a></li>
+ <?php endif; ?>
<?php if(!empty($g['members'])):?>
<li><a href="<?php print $g['members'];?>">Working Group Members</a></li>
<?php endif; ?>