Skip to content
Snippets Groups Projects
Commit ff1450fd authored by Christopher Guindon's avatar Christopher Guindon
Browse files

initial content commit


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent a746d0e5
No related branches found
No related tags found
No related merge requests found
Showing
with 203 additions and 39 deletions
# Contributing to hugo-eclipsefdn-website-starterkit
# Contributing to dash-website
Thanks for your interest in this project.
## Project description
hugo-eclipsefdn-website-starterkit
dash-website
is a project to regroup assets for the Eclipse Foundation look and feel.
* https://github.com/EclipseFdn/hugo-eclipsefdn-website-starterkit
* https://github.com/eclipse/dash-website
## Developer resources
The project maintains the following source code repositories
* https://github.com/EclipseFdn/hugo-eclipsefdn-website-starterkit
* https://github.com/eclipse/dash-website
## Eclipse Contributor Agreement
......
......@@ -32,8 +32,8 @@ spec:
}
environment {
PROJECT_NAME = "<project_name>" // must be all lowercase.
PROJECT_BOT_NAME = "<Project_name> Bot" // Capitalize the name
PROJECT_NAME = "dash" // must be all lowercase.
PROJECT_BOT_NAME = "DASH Bot" // Capitalize the name
}
triggers { pollSCM('H/10 * * * *')
......
# Notices for hugo-eclipsefdn-website-starterkit
# Notices for dash-website
This content is produced and maintained by the Eclipse Foundation.
* Project home: https://github.com/EclipseFdn/hugo-eclipsefdn-website-starterkit
* Project home: https://github.com/eclipse/dash-website
## Trademarks
......@@ -28,7 +28,7 @@ SPDX-License-Identifier: EPL-2.0
The project maintains the following source code repositories:
* https://github.com/EclipseFdn/hugo-eclipsefdn-website-starterkit
* https://github.com/eclipse/dash-website
## Third-party Content
......
# hugo-eclipsefdn-website-starterkit
# dash-website
The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation.
[![Build Status](https://travis-ci.org/EclipseFdn/hugo-eclipsefdn-website-starterkit.svg?branch=main)](https://travis-ci.org/eclipsefdn/hugo-eclipsefdn-website-starterkit)
[![Build Status](https://travis-ci.org/eclipse/dash-website.svg?branch=main)](https://travis-ci.org/eclipse/dash-website)
## Getting started
Install dependencies, build assets and start a web server:
```bash
git clone --recurse-submodules https://github.com/EclipseFdn/hugo-eclipsefdn-website-starterkit.git
cd hugo-eclipsefdn-website-starterkit
git clone --recurse-submodules https://github.com/eclipse/dash-website.git
cd dash-website
hugo server
```
......@@ -32,8 +32,8 @@ If you don't have a Jenkins instance already, [ask for one](https://wiki.eclipse
## Contributing
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipsefdn/hugo-eclipsefdn-website-starterkit](https://github.com/eclipsefdn/hugo-eclipsefdn-website-starterkit) repository
2. Clone repository: `git clone --recurse-submodules https://github.com/[your_github_username]/hugo-eclipsefdn-website-starterkit.git`
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [eclipse/dash-website](https://github.com/eclipse/dash-website) repository
2. Clone repository: `git clone --recurse-submodules https://github.com/[your_github_username]/dash-website.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -m 'Add some feature' -s`
5. Push feature branch: `git push origin my-new-feature`
......@@ -59,7 +59,7 @@ Hugo theme of the Eclipse Foundation look and feel.
## Bugs and feature requests
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/eclipsefdn/hugo-eclipsefdn-website-starterkit/issues/new).
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/eclipse/dash-website/issues/new).
## Author
......@@ -75,4 +75,4 @@ Have a bug or a feature request? Please search for existing and closed issues. I
## Copyright and license
Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [hugo-eclipsefdn-website-starterkit authors](https://github.com/eclipsefdn/hugo-eclipsefdn-website-starterkit/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipsefdn/hugo-eclipsefdn-website-starterkit/blob/src/LICENSE).
\ No newline at end of file
Copyright 2021 the [Eclipse Foundation, Inc.](https://www.eclipse.org) and the [dash-website authors](https://github.com/eclipse/dash-website/graphs/contributors). Code released under the [Eclipse Public License Version 2.0 (EPL-2.0)](https://github.com/eclipse/dash-website/blob/src/LICENSE).
\ No newline at end of file
......@@ -15,9 +15,10 @@ pluralizeListTitles = false
news_count = 3
gcse = "011805775785170369411:p3ec0igo0qq"
header_wrapper_class = "header-wrapper header-default-bg-img featured-jumbotron-bottom-shape"
call_for_action_text = "Download"
call_for_action_url = "//eclipse.org/download/"
call_for_action_icon = "fa-download"
call_for_action_text = "Donate"
call_for_action_url = "//eclipse.org/donate/"
call_for_action_icon = "fa-star"
call_for_action_classes = "btn btn-huge btn-info"
# sidebar_layout = "default"
# featured_content_publish_target = "eclipse_org"
# js = ""
......@@ -70,28 +71,21 @@ pluralizeListTitles = false
weight = 3
[[menu.sidebar]]
name = "Documentation"
name = "Eclipse Dash"
url = "/home"
weight = 1
identifier = "home"
[[menu.sidebar]]
parent ="home"
name = "hugo-solstice-theme"
url = "https://eclipsefdn-hugo-solstice-theme.netlify.app/"
parent = "home"
name = "About This Project"
url = "https://projects.eclipse.org/projects/technology.dash"
weight = 1
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
[[menu.sidebar]]
parent ="home"
name = "Solstice"
url = "https://www.eclipse.org/eclipse.org-common/themes/solstice/docs/"
weight = 2
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
[[menu.sidebar]]
parent ="home"
name = "Hugo"
url = "https://gohugo.io/documentation/"
name = "Wiki"
url = "https://wiki.eclipse.org/Dash_Project"
weight = 3
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
\ No newline at end of file
---
title: "hugo-eclipsefdn-website-starterkit"
title: "The Eclipse Dash Project"
date: 2020-03-01T16:09:45-04:00
#headline: "The Community for Open Innovation and Collaboration"
#tagline: "The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation."
......@@ -12,13 +12,30 @@ hide_page_title: true
#container: "container-fluid"
---
# hugo-eclipsefdn-website-starterkit
## What is the Eclipse Dash Project?
The hugo-eclipsefdn-website-starterkit project is available under the EPL-v2.
{{< incubation >}}
Currently the project is maintained by the Eclipse Foundation web development team, but like other projects under the Eclipse Foundation umbrella is open to community input and development.
Project Dash is a place where the community itself can collaborate on tools for community awareness and collaboration in support of our ultimate objective of committer quality and cooperation. This is very much a research project as we are not entirely sure what these tools will be.
{{< starterkit/example >}}
## Components
### Eclipse Project Handbook
This document provides you with the information that you need to create a new Eclipse open source project or become a committer on an existing one.
* View [the handbook](/projects/handbook);
* Clone [the repository](https://git.eclipse.org/r/#/admin/projects/dash/org.eclipse.dash.handbook) (via Gerrit); or
* Report [an issue](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Dash&component=Handbook).
### Gently Dependency Scanner
**Coming soon!**
This is a collection of tools for rooting through content to determine dependencies, legal documentation conformance, etc.
## The Rest of The Story
See our [wiki pages](http://wiki.eclipse.org/Dash_Project) for discussions, directions, plans, accomplishments, and all the rest.
For more information, see our documentation for the [hugo-solstice-theme](https://eclipsefdn-hugo-solstice-theme.netlify.app/).
<html>
<body>
<img src="tue-long.png"><img src="tue-curated.png">
<p>
<img src="wed-long.png"><img src="wed-curated.png">
<p>
<img src="thu-long.png"><img src="thu-curated.png">
<p>
<img src="mon-tutorial.png">
<p>
</body>
</html>
content/ec2009/mon-tutorial.png

28.5 KiB

content/ec2009/thu-curated.png

10.6 KiB

content/ec2009/thu-long.png

16.2 KiB

content/ec2009/tue-curated.png

14.5 KiB

content/ec2009/tue-long.png

24.4 KiB

content/ec2009/wed-curated.png

15 KiB

content/ec2009/wed-long.png

24.1 KiB

<html><head><style>
p, table, td, th { font-family: verdana, arial, helvetica, geneva; font-size: 10pt}
pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
h2 { font-family: verdana, arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
code { font-family: "Courier New", Courier, mono; font-size: 10pt}
sup { font-family: verdana, arial, helvetica, geneva; font-size: 10px}
h3 { font-family: verdana, arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
li { font-family: verdana, arial, helvetica, geneva; font-size: 10pt}
h1 { font-family: verdana, arial, helvetica, geneva; font-size: 24pt; font-weight: bold}
body { font-family: verdana, arial, helvetica, geneva; font-size: 10pt; margin-top: 5mm; margin-left: 3mm}
.indextop { font-size: x-large; font-family: verdana, arial, helvetica, sans-serif; font-weight: bold}
.indexsub { font-size: xx-small; font-family: verdana, arial, helvetica, sans-serif; color: #8080FF}
a.bar:link { text-decoration: none; color: #FFFFFF}
a.bar:visited { color: #FFFFFF; text-decoration: none}
a.bar:hover { color: #FFFFFF; text-decoration: underline}
a.bar { color: #FFFFFF}
</style></head><body><h1>Dash M1 - New and Noteworthy</h1>
<p>This is our first combined Dash + Portal + IPZilla New &amp; Noteworthy.
Here are some of the more noteworthy things available in milestone M1 (April 30, 2008)
which is, as always, live on the servers.</p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tbody><tr>
<td colspan="2"><hr>
<h2 style="">Manage Committers</h2>
</td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Portal interface for removing a committer</b></td>
<td valign="top" width="70%">Project
leads and PMC members have a new portal box that provides a way to
remove inactive committers. The box currently shows (for each
committer) activity information from the commits explorer, election
participation, and the length of time the person has been a committer.
Inactive committers can be de-committerized or, if they are active but
for some reason not showing as active, marked-as-active. <em>(<a href="http://bugs.eclipse.org/199502">199502</a>)</em>
<p><img src="M1_files/attachment_002.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>"Committer Emeritus" status</b></td>
<td valign="top" width="70%">Former
Committers who have made significant contributions to the long term
success of Eclipse can now be nominated and listed as <a href="http://www.eclipse.org/projects/committers-emeritus.php">Committers Emeritus</a>. <em>(<a href="http://bugs.eclipse.org/222350">222350</a>)</em>
<p><img src="M1_files/attachment_005.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Nominations should require known address</b></td>
<td valign="top" width="70%">When
a candidate is nominated for committer status, we now require that the
email address used correspond either to a known committer or an
existing Bugzilla account. Requiring a known account address solves a
number of problems in the election process where we didn't know who a
person was. For brand new <em>(<a href="http://bugs.eclipse.org/229120">229120</a>)</em>
<p><img src="M1_files/attachment_006.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td colspan="2"><hr>
<h2 style="">Make The Portal More Of A Home</h2>
</td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Links to project resources</b></td>
<td valign="top" width="70%">From bug 206256
- easy way to access the mailing list/newsgroups archives for the projects on which they are committers
- access to the project/component pages to which they are a committer
- link to the standard project information page of the project <em>(<a href="http://bugs.eclipse.org/227227">227227</a>)</em>
<p><img src="M1_files/attachment_004.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Rounded corners on portal boxes</b></td>
<td valign="top" width="70%">A slightly more modern look with rounded corners on the boxes. <em>(<a href="http://bugs.eclipse.org/227862">227862</a>)</em>
<p><img src="M1_files/attachment.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td colspan="2"><hr>
<h2 style="">Clean the Graffiti</h2>
</td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Reminders for out of date meta-data addresses to project leads</b></td>
<td valign="top" width="70%">The email should still go to the dev mailing list, but the email should be addressed to the project lead(s), e.g.,
Tod, Heather,
The meta-data for project foo.bar is out of date...
Just a nicer personalization and it will also make it clearer who the responsible parties are. <em>(<a href="http://bugs.eclipse.org/227859">227859</a>)</em>
<p><img src="M1_files/attachment_003.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
<tr>
<td align="left" valign="top" width="30%"><b>Commits explorer driven by project meta-data</b></td>
<td valign="top" width="70%">The <a href="http://dash.eclipse.org/dash/commits/web-app/">commits explorer</a>
used to be driven by hidden internal files; it is now driven by the
project meta-data from the portal (and maintained by the project teams
themselves). If the commits explorer data is incorrect, first check
your meta-data: does it list all the CVS and SVN directories? <em>(<a href="http://bugs.eclipse.org/206881">206881</a>)</em>
<p><img src="M1_files/attachment_007.gif" border="0"></p>
</td>
</tr>
<tr>
<td colspan="2"><p style="">
</p></td>
</tr>
</tbody></table>
</body></html>
\ No newline at end of file
content/new-and-noteworthy/M1_files/attachment.gif

3.46 KiB

content/new-and-noteworthy/M1_files/attachment_002.gif

7.55 KiB

content/new-and-noteworthy/M1_files/attachment_003.gif

9.21 KiB

content/new-and-noteworthy/M1_files/attachment_004.gif

10.6 KiB

content/new-and-noteworthy/M1_files/attachment_005.gif

2.74 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment