diff options
| author | Yi Liu | 2021-03-11 14:08:25 +0000 |
|---|---|---|
| committer | Yi Liu | 2021-03-11 14:08:25 +0000 |
| commit | bd3f5fb41f377dd545ef966e05b2d0180d30ec08 (patch) | |
| tree | 00d4dc8cc02d2227bff7c395624e2b7b7803fa38 | |
| parent | b2654472715fe20dd18725c3e1081ae426f50df6 (diff) | |
| download | org-bd3f5fb41f377dd545ef966e05b2d0180d30ec08.tar.gz org-bd3f5fb41f377dd545ef966e05b2d0180d30ec08.tar.xz org-bd3f5fb41f377dd545ef966e05b2d0180d30ec08.zip | |
Bug 571858 - Update OpenHW WG descriptoin
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: I3b181d8dcb5ac7ffa9d2d74b584b0a3498fe43b5
| -rw-r--r-- | workinggroups/assets/inc/app.php | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php index 9dda1c4e..4e190aa5 100644 --- a/workinggroups/assets/inc/app.php +++ b/workinggroups/assets/inc/app.php @@ -278,15 +278,17 @@ $working_group[] = array( $working_group[] = array( 'title' => 'OpenHW Group', 'logo' => 'wg_openhw.svg', - 'body' => '<p>The OpenHW Group provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices. </p>', - 'website' => 'https://www.openhwgroup.org/', + 'body' => '<p>OpenHW Group is an independent not-for-profit, global organization where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software, using industry best practices. OpenHW has released its first 32bit RISC-V compliant processor core and has several processor cores in active development.</p>', + 'website' => 'https://www.openhwgroup.org/#about-us', 'charter' => '', 'wgpa' => '', 'mailing-list' => 'https://mailchi.mp/77bbac3766fb/openhwgroup', 'wiki' => '', 'type' => $active_state, 'join' => 'https://accounts.eclipse.org/contact/membership', - 'members' => 'https://www.openhwgroup.org/membership/members/' + 'home-website' => 'https://www.openhwgroup.org/', + 'members' => 'https://www.openhwgroup.org/membership/members/', + 'membership' => 'https://www.openhwgroup.org/membership/' ); $working_group[] = array( @@ -511,9 +513,15 @@ function wg_output($working_group = array()){ <?php if(!empty($g['wgpa-both'])):?> <li><a href="<?php print $g['wgpa-both'];?>">Participation Agreement</a></li> <?php endif; ?> + <?php if(!empty($g['home-website'])):?> + <li><a href="<?php print $g['home-website'];?>"><?php print $g['title'];?> Website</a></li> + <?php endif; ?> <?php if(!empty($g['members'])):?> <li><a href="<?php print $g['members'];?>">Working Group Members</a></li> <?php endif; ?> + <?php if(!empty($g['membership'])):?> + <li><a href="<?php print $g['membership'];?>"><?php print $g['title'];?> Membership</a></li> + <?php endif; ?> </ul> </div> <div class="col-xs-24 col-sm-8 vertical-align justify-left-mobile"> |
