jekyll-theme-eclipsefdn 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +277 -0
- data/README.md +126 -0
- data/_includes/breadcrumbs.html +16 -0
- data/_includes/footer.html +90 -0
- data/_includes/google_tag_manager.html +7 -0
- data/_includes/header.html +52 -0
- data/_includes/nav.html +38 -0
- data/_includes/nav_more.html +117 -0
- data/_includes/sidebar.html +59 -0
- data/_layouts/default.html +46 -0
- data/_sass/jekyll-theme-eclipsefdn.scss +22 -0
- data/assets/css/style.scss +14 -0
- metadata +97 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: da11d6b5602df1b6f52c820e6d7ffc82eb3f05e151fb3a2033750b67998f814e
|
4
|
+
data.tar.gz: 489b1a400310be45d5043843cec89cb29eb5f03cf53bb259e55121b6eecb530c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: cf0c46b2e4e05c1516c74368377e88883bdaa919421a2d350308c61b0e25d1fae3c7d2c2d1ffcac7783b4f54a9ce40a8e05c0918441f3dac7ba2ba324d8d3ceb
|
7
|
+
data.tar.gz: 21d9fe47cda9827abc5ed80b4ad79eb10b44c7dacc88fa6cc60b043a62b10371c992b0108f06076c08c47c8be85791866cf5f23c020376c0d7f252af33ec3df2
|
data/LICENSE
ADDED
@@ -0,0 +1,277 @@
|
|
1
|
+
Eclipse Public License - v 2.0
|
2
|
+
|
3
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
4
|
+
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
|
5
|
+
OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
6
|
+
|
7
|
+
1. DEFINITIONS
|
8
|
+
|
9
|
+
"Contribution" means:
|
10
|
+
|
11
|
+
a) in the case of the initial Contributor, the initial content
|
12
|
+
Distributed under this Agreement, and
|
13
|
+
|
14
|
+
b) in the case of each subsequent Contributor:
|
15
|
+
i) changes to the Program, and
|
16
|
+
ii) additions to the Program;
|
17
|
+
where such changes and/or additions to the Program originate from
|
18
|
+
and are Distributed by that particular Contributor. A Contribution
|
19
|
+
"originates" from a Contributor if it was added to the Program by
|
20
|
+
such Contributor itself or anyone acting on such Contributor's behalf.
|
21
|
+
Contributions do not include changes or additions to the Program that
|
22
|
+
are not Modified Works.
|
23
|
+
|
24
|
+
"Contributor" means any person or entity that Distributes the Program.
|
25
|
+
|
26
|
+
"Licensed Patents" mean patent claims licensable by a Contributor which
|
27
|
+
are necessarily infringed by the use or sale of its Contribution alone
|
28
|
+
or when combined with the Program.
|
29
|
+
|
30
|
+
"Program" means the Contributions Distributed in accordance with this
|
31
|
+
Agreement.
|
32
|
+
|
33
|
+
"Recipient" means anyone who receives the Program under this Agreement
|
34
|
+
or any Secondary License (as applicable), including Contributors.
|
35
|
+
|
36
|
+
"Derivative Works" shall mean any work, whether in Source Code or other
|
37
|
+
form, that is based on (or derived from) the Program and for which the
|
38
|
+
editorial revisions, annotations, elaborations, or other modifications
|
39
|
+
represent, as a whole, an original work of authorship.
|
40
|
+
|
41
|
+
"Modified Works" shall mean any work in Source Code or other form that
|
42
|
+
results from an addition to, deletion from, or modification of the
|
43
|
+
contents of the Program, including, for purposes of clarity any new file
|
44
|
+
in Source Code form that contains any contents of the Program. Modified
|
45
|
+
Works shall not include works that contain only declarations,
|
46
|
+
interfaces, types, classes, structures, or files of the Program solely
|
47
|
+
in each case in order to link to, bind by name, or subclass the Program
|
48
|
+
or Modified Works thereof.
|
49
|
+
|
50
|
+
"Distribute" means the acts of a) distributing or b) making available
|
51
|
+
in any manner that enables the transfer of a copy.
|
52
|
+
|
53
|
+
"Source Code" means the form of a Program preferred for making
|
54
|
+
modifications, including but not limited to software source code,
|
55
|
+
documentation source, and configuration files.
|
56
|
+
|
57
|
+
"Secondary License" means either the GNU General Public License,
|
58
|
+
Version 2.0, or any later versions of that license, including any
|
59
|
+
exceptions or additional permissions as identified by the initial
|
60
|
+
Contributor.
|
61
|
+
|
62
|
+
2. GRANT OF RIGHTS
|
63
|
+
|
64
|
+
a) Subject to the terms of this Agreement, each Contributor hereby
|
65
|
+
grants Recipient a non-exclusive, worldwide, royalty-free copyright
|
66
|
+
license to reproduce, prepare Derivative Works of, publicly display,
|
67
|
+
publicly perform, Distribute and sublicense the Contribution of such
|
68
|
+
Contributor, if any, and such Derivative Works.
|
69
|
+
|
70
|
+
b) Subject to the terms of this Agreement, each Contributor hereby
|
71
|
+
grants Recipient a non-exclusive, worldwide, royalty-free patent
|
72
|
+
license under Licensed Patents to make, use, sell, offer to sell,
|
73
|
+
import and otherwise transfer the Contribution of such Contributor,
|
74
|
+
if any, in Source Code or other form. This patent license shall
|
75
|
+
apply to the combination of the Contribution and the Program if, at
|
76
|
+
the time the Contribution is added by the Contributor, such addition
|
77
|
+
of the Contribution causes such combination to be covered by the
|
78
|
+
Licensed Patents. The patent license shall not apply to any other
|
79
|
+
combinations which include the Contribution. No hardware per se is
|
80
|
+
licensed hereunder.
|
81
|
+
|
82
|
+
c) Recipient understands that although each Contributor grants the
|
83
|
+
licenses to its Contributions set forth herein, no assurances are
|
84
|
+
provided by any Contributor that the Program does not infringe the
|
85
|
+
patent or other intellectual property rights of any other entity.
|
86
|
+
Each Contributor disclaims any liability to Recipient for claims
|
87
|
+
brought by any other entity based on infringement of intellectual
|
88
|
+
property rights or otherwise. As a condition to exercising the
|
89
|
+
rights and licenses granted hereunder, each Recipient hereby
|
90
|
+
assumes sole responsibility to secure any other intellectual
|
91
|
+
property rights needed, if any. For example, if a third party
|
92
|
+
patent license is required to allow Recipient to Distribute the
|
93
|
+
Program, it is Recipient's responsibility to acquire that license
|
94
|
+
before distributing the Program.
|
95
|
+
|
96
|
+
d) Each Contributor represents that to its knowledge it has
|
97
|
+
sufficient copyright rights in its Contribution, if any, to grant
|
98
|
+
the copyright license set forth in this Agreement.
|
99
|
+
|
100
|
+
e) Notwithstanding the terms of any Secondary License, no
|
101
|
+
Contributor makes additional grants to any Recipient (other than
|
102
|
+
those set forth in this Agreement) as a result of such Recipient's
|
103
|
+
receipt of the Program under the terms of a Secondary License
|
104
|
+
(if permitted under the terms of Section 3).
|
105
|
+
|
106
|
+
3. REQUIREMENTS
|
107
|
+
|
108
|
+
3.1 If a Contributor Distributes the Program in any form, then:
|
109
|
+
|
110
|
+
a) the Program must also be made available as Source Code, in
|
111
|
+
accordance with section 3.2, and the Contributor must accompany
|
112
|
+
the Program with a statement that the Source Code for the Program
|
113
|
+
is available under this Agreement, and informs Recipients how to
|
114
|
+
obtain it in a reasonable manner on or through a medium customarily
|
115
|
+
used for software exchange; and
|
116
|
+
|
117
|
+
b) the Contributor may Distribute the Program under a license
|
118
|
+
different than this Agreement, provided that such license:
|
119
|
+
i) effectively disclaims on behalf of all other Contributors all
|
120
|
+
warranties and conditions, express and implied, including
|
121
|
+
warranties or conditions of title and non-infringement, and
|
122
|
+
implied warranties or conditions of merchantability and fitness
|
123
|
+
for a particular purpose;
|
124
|
+
|
125
|
+
ii) effectively excludes on behalf of all other Contributors all
|
126
|
+
liability for damages, including direct, indirect, special,
|
127
|
+
incidental and consequential damages, such as lost profits;
|
128
|
+
|
129
|
+
iii) does not attempt to limit or alter the recipients' rights
|
130
|
+
in the Source Code under section 3.2; and
|
131
|
+
|
132
|
+
iv) requires any subsequent distribution of the Program by any
|
133
|
+
party to be under a license that satisfies the requirements
|
134
|
+
of this section 3.
|
135
|
+
|
136
|
+
3.2 When the Program is Distributed as Source Code:
|
137
|
+
|
138
|
+
a) it must be made available under this Agreement, or if the
|
139
|
+
Program (i) is combined with other material in a separate file or
|
140
|
+
files made available under a Secondary License, and (ii) the initial
|
141
|
+
Contributor attached to the Source Code the notice described in
|
142
|
+
Exhibit A of this Agreement, then the Program may be made available
|
143
|
+
under the terms of such Secondary Licenses, and
|
144
|
+
|
145
|
+
b) a copy of this Agreement must be included with each copy of
|
146
|
+
the Program.
|
147
|
+
|
148
|
+
3.3 Contributors may not remove or alter any copyright, patent,
|
149
|
+
trademark, attribution notices, disclaimers of warranty, or limitations
|
150
|
+
of liability ("notices") contained within the Program from any copy of
|
151
|
+
the Program which they Distribute, provided that Contributors may add
|
152
|
+
their own appropriate notices.
|
153
|
+
|
154
|
+
4. COMMERCIAL DISTRIBUTION
|
155
|
+
|
156
|
+
Commercial distributors of software may accept certain responsibilities
|
157
|
+
with respect to end users, business partners and the like. While this
|
158
|
+
license is intended to facilitate the commercial use of the Program,
|
159
|
+
the Contributor who includes the Program in a commercial product
|
160
|
+
offering should do so in a manner which does not create potential
|
161
|
+
liability for other Contributors. Therefore, if a Contributor includes
|
162
|
+
the Program in a commercial product offering, such Contributor
|
163
|
+
("Commercial Contributor") hereby agrees to defend and indemnify every
|
164
|
+
other Contributor ("Indemnified Contributor") against any losses,
|
165
|
+
damages and costs (collectively "Losses") arising from claims, lawsuits
|
166
|
+
and other legal actions brought by a third party against the Indemnified
|
167
|
+
Contributor to the extent caused by the acts or omissions of such
|
168
|
+
Commercial Contributor in connection with its distribution of the Program
|
169
|
+
in a commercial product offering. The obligations in this section do not
|
170
|
+
apply to any claims or Losses relating to any actual or alleged
|
171
|
+
intellectual property infringement. In order to qualify, an Indemnified
|
172
|
+
Contributor must: a) promptly notify the Commercial Contributor in
|
173
|
+
writing of such claim, and b) allow the Commercial Contributor to control,
|
174
|
+
and cooperate with the Commercial Contributor in, the defense and any
|
175
|
+
related settlement negotiations. The Indemnified Contributor may
|
176
|
+
participate in any such claim at its own expense.
|
177
|
+
|
178
|
+
For example, a Contributor might include the Program in a commercial
|
179
|
+
product offering, Product X. That Contributor is then a Commercial
|
180
|
+
Contributor. If that Commercial Contributor then makes performance
|
181
|
+
claims, or offers warranties related to Product X, those performance
|
182
|
+
claims and warranties are such Commercial Contributor's responsibility
|
183
|
+
alone. Under this section, the Commercial Contributor would have to
|
184
|
+
defend claims against the other Contributors related to those performance
|
185
|
+
claims and warranties, and if a court requires any other Contributor to
|
186
|
+
pay any damages as a result, the Commercial Contributor must pay
|
187
|
+
those damages.
|
188
|
+
|
189
|
+
5. NO WARRANTY
|
190
|
+
|
191
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
192
|
+
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
|
193
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
194
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
195
|
+
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
|
196
|
+
PURPOSE. Each Recipient is solely responsible for determining the
|
197
|
+
appropriateness of using and distributing the Program and assumes all
|
198
|
+
risks associated with its exercise of rights under this Agreement,
|
199
|
+
including but not limited to the risks and costs of program errors,
|
200
|
+
compliance with applicable laws, damage to or loss of data, programs
|
201
|
+
or equipment, and unavailability or interruption of operations.
|
202
|
+
|
203
|
+
6. DISCLAIMER OF LIABILITY
|
204
|
+
|
205
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
206
|
+
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
|
207
|
+
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
208
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
209
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
210
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
211
|
+
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
|
212
|
+
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
|
213
|
+
POSSIBILITY OF SUCH DAMAGES.
|
214
|
+
|
215
|
+
7. GENERAL
|
216
|
+
|
217
|
+
If any provision of this Agreement is invalid or unenforceable under
|
218
|
+
applicable law, it shall not affect the validity or enforceability of
|
219
|
+
the remainder of the terms of this Agreement, and without further
|
220
|
+
action by the parties hereto, such provision shall be reformed to the
|
221
|
+
minimum extent necessary to make such provision valid and enforceable.
|
222
|
+
|
223
|
+
If Recipient institutes patent litigation against any entity
|
224
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
225
|
+
Program itself (excluding combinations of the Program with other software
|
226
|
+
or hardware) infringes such Recipient's patent(s), then such Recipient's
|
227
|
+
rights granted under Section 2(b) shall terminate as of the date such
|
228
|
+
litigation is filed.
|
229
|
+
|
230
|
+
All Recipient's rights under this Agreement shall terminate if it
|
231
|
+
fails to comply with any of the material terms or conditions of this
|
232
|
+
Agreement and does not cure such failure in a reasonable period of
|
233
|
+
time after becoming aware of such noncompliance. If all Recipient's
|
234
|
+
rights under this Agreement terminate, Recipient agrees to cease use
|
235
|
+
and distribution of the Program as soon as reasonably practicable.
|
236
|
+
However, Recipient's obligations under this Agreement and any licenses
|
237
|
+
granted by Recipient relating to the Program shall continue and survive.
|
238
|
+
|
239
|
+
Everyone is permitted to copy and distribute copies of this Agreement,
|
240
|
+
but in order to avoid inconsistency the Agreement is copyrighted and
|
241
|
+
may only be modified in the following manner. The Agreement Steward
|
242
|
+
reserves the right to publish new versions (including revisions) of
|
243
|
+
this Agreement from time to time. No one other than the Agreement
|
244
|
+
Steward has the right to modify this Agreement. The Eclipse Foundation
|
245
|
+
is the initial Agreement Steward. The Eclipse Foundation may assign the
|
246
|
+
responsibility to serve as the Agreement Steward to a suitable separate
|
247
|
+
entity. Each new version of the Agreement will be given a distinguishing
|
248
|
+
version number. The Program (including Contributions) may always be
|
249
|
+
Distributed subject to the version of the Agreement under which it was
|
250
|
+
received. In addition, after a new version of the Agreement is published,
|
251
|
+
Contributor may elect to Distribute the Program (including its
|
252
|
+
Contributions) under the new version.
|
253
|
+
|
254
|
+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
|
255
|
+
receives no rights or licenses to the intellectual property of any
|
256
|
+
Contributor under this Agreement, whether expressly, by implication,
|
257
|
+
estoppel or otherwise. All rights in the Program not expressly granted
|
258
|
+
under this Agreement are reserved. Nothing in this Agreement is intended
|
259
|
+
to be enforceable by any entity that is not a Contributor or Recipient.
|
260
|
+
No third-party beneficiary rights are created under this Agreement.
|
261
|
+
|
262
|
+
Exhibit A - Form of Secondary Licenses Notice
|
263
|
+
|
264
|
+
"This Source Code may also be made available under the following
|
265
|
+
Secondary Licenses when the conditions for such availability set forth
|
266
|
+
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
|
267
|
+
version(s), and exceptions or additional permissions here}."
|
268
|
+
|
269
|
+
Simply including a copy of this Agreement, including this Exhibit A
|
270
|
+
is not sufficient to license the Source Code under Secondary Licenses.
|
271
|
+
|
272
|
+
If it is not possible or desirable to put the notice in a particular
|
273
|
+
file, then You may include the notice in a location (such as a LICENSE
|
274
|
+
file in a relevant directory) where a recipient would be likely to
|
275
|
+
look for such a notice.
|
276
|
+
|
277
|
+
You may add additional accurate notices of copyright ownership.
|
data/README.md
ADDED
@@ -0,0 +1,126 @@
|
|
1
|
+
# jekyll-theme-eclipsefdn
|
2
|
+
|
3
|
+
[](https://travis-ci.org/eclipsefdn/jekyll-theme-eclipsefdn)
|
4
|
+
[](https://badge.fury.io/rb/jekyll-theme-eclipsefdn)
|
5
|
+
|
6
|
+
This theme is currently experimental, but intended to provide the branding for Eclipse projects using GitHub pages for their documentation.
|
7
|
+
This Jekyll theme is intended to copy the theme of the main https://www.eclipse.org website so the projects use branding that is consistent with the main website.
|
8
|
+
|
9
|
+
|
10
|
+

|
11
|
+
|
12
|
+
# Using the theme on your GitHub pages site
|
13
|
+
|
14
|
+
Eclipse projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
|
15
|
+
This involves pushing the documentation materials to the `gh-pages` branch in the repository. Once content has been pushed to this branch
|
16
|
+
it is publish statically at `https://eclipse-ee4j.github.io/<projectname>`. Without a theme, the site will be published using a default
|
17
|
+
theme.
|
18
|
+
|
19
|
+
To use this theme in GitHub pages, simply specify:
|
20
|
+
|
21
|
+
`remote_theme: eclipsefdn/jekyll-theme-eclipsefdn` in `_config.yml` at the root of the `gh-pages` branch.
|
22
|
+
|
23
|
+
Once the project has been set to use the theme, the project team should review each page on the site to ensure it renders correctly.
|
24
|
+
Any problems with the theme should be raised as an issue on this project, and pull requests are most welcome.
|
25
|
+
|
26
|
+
If you are publishing html files directly from `gh-pages`, please note that these are likely to require some additional work to ensure
|
27
|
+
the correct CSS and Javascipt is pulled in.
|
28
|
+
|
29
|
+
# Configuring the project page
|
30
|
+
|
31
|
+
The `_config.yml` file can contain variables to control the content in the
|
32
|
+
Project Resources box on the right side of the page:
|
33
|
+
|
34
|
+
* `links.source` - a URL to the source code
|
35
|
+
* `links.javadocs` - a URL to the javadocs
|
36
|
+
* `links.docs` - a URL to other documentation
|
37
|
+
* `links.faq` - a URL to Frequently Asked Questions
|
38
|
+
* `links.download` - a URL to a download page
|
39
|
+
* `links.hide_issuetracker` - set to true to disable the default link to the project's Issue Tracker page
|
40
|
+
* `links.mailinglist` - a URL to the project's mailing list
|
41
|
+
|
42
|
+
For example, the configuration for the JavaMail project page sets these links:
|
43
|
+
|
44
|
+
```
|
45
|
+
links:
|
46
|
+
source: https://github.com/eclipse-ee4j/javamail
|
47
|
+
javadocs: docs/api/
|
48
|
+
download: https://github.com/eclipse-ee4j/javamail/releases
|
49
|
+
mailinglist: https://accounts.eclipse.org/mailing-list/javamail-dev
|
50
|
+
faq: FAQ
|
51
|
+
```
|
52
|
+
|
53
|
+
Note that some of the links are relative references to other pages in the
|
54
|
+
`gh-pages` branch.
|
55
|
+
|
56
|
+
# Converting a javaee GitHub pages site
|
57
|
+
|
58
|
+
Some of the javaee GitHub organization projects have existing `gh-pages`
|
59
|
+
web sites that are being contributed to Eclipse.
|
60
|
+
These sites can be converted to the new scheme by replacing the `theme`
|
61
|
+
entry with the `remote_theme` entry specified above, and by changing the
|
62
|
+
links in the `_config.yml` file.
|
63
|
+
|
64
|
+
The `_layouts` directory can be removed.
|
65
|
+
|
66
|
+
The `assets` directory can most likely be removed, unless it contains
|
67
|
+
assets (e.g., images, css) used by pages in the web site.
|
68
|
+
|
69
|
+
# Running the site locally
|
70
|
+
|
71
|
+
Follow these steps to run and check your project's site locally on your machine. Further instructions for Jekyll and GitHub pages can be
|
72
|
+
found here:
|
73
|
+
|
74
|
+
Pre-requisites:
|
75
|
+
|
76
|
+
* Ruby 2.1.0 or greater (check with `ruby --version`)
|
77
|
+
|
78
|
+
Instructions:
|
79
|
+
|
80
|
+
* (1 time only) Ensure you have a Gemfile in the root of your project with the following content:
|
81
|
+
|
82
|
+
````
|
83
|
+
source 'https://rubygems.org'
|
84
|
+
gem 'github-pages', group: :jekyll_plugins
|
85
|
+
gem 'jekyll-theme-eclipsefdn'
|
86
|
+
````
|
87
|
+
|
88
|
+
* (1 time only) Install the `bundler` gem: `gem install bundler`
|
89
|
+
|
90
|
+
* Install Jekyll and other dependencies: `bundle install`
|
91
|
+
|
92
|
+
* Switch the theme in `_config.yml`. Change this
|
93
|
+
````
|
94
|
+
remote_theme: eclipsefdn/jekyll-theme-eclipsefdn
|
95
|
+
````
|
96
|
+
|
97
|
+
to
|
98
|
+
|
99
|
+
````
|
100
|
+
theme: jekyll-theme-eclipsefdn
|
101
|
+
````
|
102
|
+
|
103
|
+
This will make sure the locally installed Gem will be used to render the site.
|
104
|
+
|
105
|
+
* Run the Jekyll site locally: `bundle exec jekyll serve`
|
106
|
+
|
107
|
+
# Building the theme (only necessary if you wish to make changes)
|
108
|
+
|
109
|
+
To build the theme itself, clone this repository (or your own fork of it), and do the following:
|
110
|
+
|
111
|
+
Pre-requisites:
|
112
|
+
|
113
|
+
* Ruby 2.1.0 or greater (check with `ruby --version`)
|
114
|
+
|
115
|
+
* Install the `bundler` gem: `gem install bundler`
|
116
|
+
|
117
|
+
* Install the dependencies: `bundle install`
|
118
|
+
|
119
|
+
* Build the Gem: `gem build jekyll-theme-eclipsefdn.gemspec`
|
120
|
+
|
121
|
+
Pushing the Gem to RubyGems
|
122
|
+
|
123
|
+
* Update the version number in `jekyll-theme-eclipsefdn.gemspec`
|
124
|
+
* Create a tag with the new version number
|
125
|
+
* Push commit and tag to github `git push origin master --tags`
|
126
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<section class="default-breadcrumbs hidden-print" id="breadcrumb">
|
2
|
+
<div class="container">
|
3
|
+
<h3 class="sr-only">Breadcrumbs</h3>
|
4
|
+
<div class="row">
|
5
|
+
<div class="col-sm-24">
|
6
|
+
<ol class="breadcrumb">
|
7
|
+
<li>
|
8
|
+
<a href="https://www.eclipse.org/">Home</a>
|
9
|
+
</li>
|
10
|
+
<li class="active">
|
11
|
+
<a href="{{ '/' | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a>
|
12
|
+
</li>
|
13
|
+
</ol>
|
14
|
+
</div>
|
15
|
+
</div>
|
16
|
+
</section>
|
@@ -0,0 +1,90 @@
|
|
1
|
+
<p id="back-to-top">
|
2
|
+
<a class="visible-xs" href="#top">Back to the top</a>
|
3
|
+
</p>
|
4
|
+
<footer id="solstice-footer">
|
5
|
+
<div class="container">
|
6
|
+
<div class="row">
|
7
|
+
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
|
8
|
+
<h2 class="section-title">Eclipse Foundation</h2>
|
9
|
+
<ul class="nav">
|
10
|
+
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
11
|
+
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
12
|
+
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
13
|
+
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
14
|
+
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
15
|
+
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
16
|
+
</ul>
|
17
|
+
</section>
|
18
|
+
<section class="col-sm-6 hidden-print" id="footer-legal">
|
19
|
+
<h2 class="section-title">Legal</h2>
|
20
|
+
<ul class="nav">
|
21
|
+
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
22
|
+
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
|
23
|
+
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
|
24
|
+
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
|
25
|
+
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
26
|
+
</ul>
|
27
|
+
</section>
|
28
|
+
<section class="col-sm-6 hidden-print" id="footer-useful-links">
|
29
|
+
<h2 class="section-title">Useful Links</h2>
|
30
|
+
<ul class="nav">
|
31
|
+
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
32
|
+
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
33
|
+
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
34
|
+
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
35
|
+
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
36
|
+
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
37
|
+
</ul>
|
38
|
+
</section>
|
39
|
+
<section class="col-sm-6 hidden-print" id="footer-other">
|
40
|
+
<h2 class="section-title">Other</h2>
|
41
|
+
<ul class="nav">
|
42
|
+
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
43
|
+
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
|
44
|
+
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
45
|
+
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
46
|
+
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
47
|
+
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
48
|
+
</ul>
|
49
|
+
</section>
|
50
|
+
<div class="col-sm-24 margin-top-20">
|
51
|
+
<div class="row">
|
52
|
+
<div id="copyright" class="col-md-16">
|
53
|
+
<p id="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p>
|
54
|
+
</div>
|
55
|
+
<div class="col-md-8 social-media">
|
56
|
+
<ul class="list-inline">
|
57
|
+
<li>
|
58
|
+
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
|
59
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
60
|
+
<i class="fa fa-twitter fa-stack-1x"></i>
|
61
|
+
</a>
|
62
|
+
</li>
|
63
|
+
<li>
|
64
|
+
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
|
65
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
66
|
+
<i class="fa fa-facebook fa-stack-1x"></i>
|
67
|
+
</a>
|
68
|
+
</li>
|
69
|
+
<li>
|
70
|
+
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
|
71
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
72
|
+
<i class="fa fa-youtube fa-stack-1x"></i>
|
73
|
+
</a>
|
74
|
+
</li>
|
75
|
+
<li>
|
76
|
+
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
|
77
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
78
|
+
<i class="fa fa-linkedin fa-stack-1x"></i>
|
79
|
+
</a>
|
80
|
+
</li>
|
81
|
+
</ul>
|
82
|
+
</div>
|
83
|
+
</div>
|
84
|
+
</div>
|
85
|
+
<a href="#" class="scrollup">Back to the top</a>
|
86
|
+
</div>
|
87
|
+
</div>
|
88
|
+
</footer>
|
89
|
+
<!-- Placed at the end of the document so the pages load faster -->
|
90
|
+
<script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<!-- Google Tag Manager -->
|
2
|
+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
3
|
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
4
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
5
|
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
6
|
+
})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
|
7
|
+
<!-- End Google Tag Manager -->
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<a class=sr-only href=#content>Skip to main content</a>
|
2
|
+
<header class="header-wrapper header-default-bg-img" id=header-wrapper>
|
3
|
+
<div class="clearfix toolbar-container-wrapper">
|
4
|
+
<div class=container>
|
5
|
+
<div class="text-right toolbar-row row hidden-print">
|
6
|
+
<div class="col-md-24 row-toolbar-col">
|
7
|
+
<ul class=list-inline>
|
8
|
+
<li><a href=https://accounts.eclipse.org/user/edit data-tab-destination=tab-profile><i class="fa fa-edit fa-fw"></i>Edit my account</a></li>
|
9
|
+
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i>Manage Cookies</a></li>
|
10
|
+
</ul>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
<div class=navbar-wrapper>
|
16
|
+
<div class=container>
|
17
|
+
<div class=row id=header-row>
|
18
|
+
<div class="col-sm-5 col-md-4" id=header-left>
|
19
|
+
<div class=wrapper-logo-default><a title="Hugo Solstice Theme" href=https://www.eclipse.org><img width=140 class="logo-eclipse-default img-responsive hidden-xs" src=https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg alt="Hugo Solstice Theme"></a></div>
|
20
|
+
</div>
|
21
|
+
<div class="col-sm-19 col-md-20 margin-top-10" id=main-menu-wrapper>
|
22
|
+
<div class="float-right hidden-xs" id=btn-call-for-action>
|
23
|
+
<div id=btn-call-for-action><a href=/downloads class="btn btn-huge btn-warning"><i class="fa fa-download"></i>Download</a></div>
|
24
|
+
</div>
|
25
|
+
<div class="navbar float-sm-right yamm" id=main-menu>
|
26
|
+
<div class="navbar-collapse collapse reset float-right" id=navbar-main-menu>
|
27
|
+
<ul class="nav navbar-nav">
|
28
|
+
{% include nav.html %}
|
29
|
+
</ul>
|
30
|
+
</div>
|
31
|
+
<div class=navbar-header>
|
32
|
+
<button type=button class=navbar-toggle data-toggle=collapse data-target=#navbar-main-menu>
|
33
|
+
<span class=sr-only>Toggle navigation</span>
|
34
|
+
<span class=icon-bar></span><span class=icon-bar></span><span class=icon-bar></span><span class=icon-bar></span></button>
|
35
|
+
<div class=wrapper-logo-mobile><a class="navbar-brand visible-xs" title="Hugo Solstice Theme" href=https://www.eclipse.org><img width=140 class="logo-eclipse-default-mobile img-responsive" src=https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg alt="Hugo Solstice Theme"></a></div>
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
<div class="jumbotron featured-jumbotron margin-bottom-0">
|
43
|
+
<div class="container">
|
44
|
+
<div class="row">
|
45
|
+
<div class="col-md-20 col-md-offset-2 col-sm-18 col-sm-offset-3">
|
46
|
+
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
47
|
+
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
|
48
|
+
</div>
|
49
|
+
</div>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
</header>
|
data/_includes/nav.html
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
2
|
+
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
3
|
+
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
4
|
+
<li class="dropdown visible-xs">
|
5
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
6
|
+
<ul class="dropdown-menu">
|
7
|
+
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
8
|
+
<li><a href="http://events.eclipse.org">Events</a></li>
|
9
|
+
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
10
|
+
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
11
|
+
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
12
|
+
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
13
|
+
</ul>
|
14
|
+
</li>
|
15
|
+
<li class="dropdown visible-xs">
|
16
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
|
17
|
+
<ul class="dropdown-menu">
|
18
|
+
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
19
|
+
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
20
|
+
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
21
|
+
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
22
|
+
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
23
|
+
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
24
|
+
</ul>
|
25
|
+
</li>
|
26
|
+
<li class="dropdown visible-xs">
|
27
|
+
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
|
28
|
+
<ul class="dropdown-menu">
|
29
|
+
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
30
|
+
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
31
|
+
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
32
|
+
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
33
|
+
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
34
|
+
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
35
|
+
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
36
|
+
</ul>
|
37
|
+
</li>
|
38
|
+
{% include nav_more.html %}
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<!-- More -->
|
2
|
+
<li class="dropdown eclipse-more hidden-xs">
|
3
|
+
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
|
4
|
+
<ul class="dropdown-menu">
|
5
|
+
<li>
|
6
|
+
<!-- Content container to add padding -->
|
7
|
+
<div class="yamm-content">
|
8
|
+
<div class="row">
|
9
|
+
<ul class="col-sm-8 list-unstyled">
|
10
|
+
<li>
|
11
|
+
<p><strong>Community</strong></p>
|
12
|
+
</li>
|
13
|
+
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
14
|
+
<li><a href="http://events.eclipse.org">Events</a></li>
|
15
|
+
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
16
|
+
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
17
|
+
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
18
|
+
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
19
|
+
</ul>
|
20
|
+
<ul class="col-sm-8 list-unstyled">
|
21
|
+
<li>
|
22
|
+
<p><strong>Participate</strong></p>
|
23
|
+
</li>
|
24
|
+
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
25
|
+
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
26
|
+
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
27
|
+
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
28
|
+
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
29
|
+
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
30
|
+
</ul>
|
31
|
+
<ul class="col-sm-8 list-unstyled">
|
32
|
+
<li>
|
33
|
+
<p><strong>Eclipse IDE</strong></p>
|
34
|
+
</li>
|
35
|
+
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
36
|
+
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
37
|
+
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
38
|
+
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
39
|
+
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
40
|
+
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
41
|
+
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
42
|
+
</ul>
|
43
|
+
</div>
|
44
|
+
</div>
|
45
|
+
</li>
|
46
|
+
</ul>
|
47
|
+
</li>
|
48
|
+
<li class="dropdown eclipse-more main-menu-search">
|
49
|
+
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
50
|
+
<ul class="dropdown-menu">
|
51
|
+
<li>
|
52
|
+
<!-- Content container to add padding -->
|
53
|
+
<div class="yamm-content">
|
54
|
+
<div class="row">
|
55
|
+
<div class="col-sm-24">
|
56
|
+
<p>Search</p>
|
57
|
+
<div class="row">
|
58
|
+
<div class="col-md-24">
|
59
|
+
<div id="custom-search-form" class="reset-box-sizing">
|
60
|
+
<script>
|
61
|
+
(function() {
|
62
|
+
var cx = '011805775785170369411:p3ec0igo0qq';
|
63
|
+
var gcse = document.createElement('script');
|
64
|
+
gcse.type = 'text/javascript';
|
65
|
+
gcse.async = true;
|
66
|
+
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
67
|
+
'//cse.google.com/cse.js?cx=' + cx;
|
68
|
+
var s = document.getElementsByTagName('script')[0];
|
69
|
+
s.parentNode.insertBefore(gcse, s);
|
70
|
+
})();
|
71
|
+
</script>
|
72
|
+
<div id="___gcse_0">
|
73
|
+
<div class="gsc-control-searchbox-only gsc-control-searchbox-only-en" dir="ltr">
|
74
|
+
<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
|
75
|
+
<table cellspacing="0" cellpadding="0" class="gsc-search-box">
|
76
|
+
<tbody>
|
77
|
+
<tr>
|
78
|
+
<td class="gsc-input">
|
79
|
+
<div class="gsc-input-box" id="gsc-iw-id1">
|
80
|
+
<table cellspacing="0" cellpadding="0" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
|
81
|
+
<tbody>
|
82
|
+
<tr>
|
83
|
+
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" id="gsc-i-id1" placeholder="Custom Search" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat rgb(255, 255, 255); text-indent: 48px; outline: none;" dir="ltr" spellcheck="false" x-webkit-grammar="builtin:search" lang="en"></td>
|
84
|
+
<td class="gsib_b">
|
85
|
+
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" style="display: none;" title="Clear search box" role="button"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
|
86
|
+
</td>
|
87
|
+
</tr>
|
88
|
+
</tbody>
|
89
|
+
</table>
|
90
|
+
</div>
|
91
|
+
</td>
|
92
|
+
<td class="gsc-search-button">
|
93
|
+
<button class="gsc-search-button gsc-search-button-v2">
|
94
|
+
<svg width="13" height="13" viewBox="0 0 13 13">
|
95
|
+
<title>search</title>
|
96
|
+
<path d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z"></path>
|
97
|
+
</svg>
|
98
|
+
</button>
|
99
|
+
</td>
|
100
|
+
<td class="gsc-clear-button">
|
101
|
+
<div class="gsc-clear-button" title="clear results"> </div>
|
102
|
+
</td>
|
103
|
+
</tr>
|
104
|
+
</tbody>
|
105
|
+
</table>
|
106
|
+
</form>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
</div>
|
114
|
+
</div>
|
115
|
+
</li>
|
116
|
+
</ul>
|
117
|
+
</li>
|
@@ -0,0 +1,59 @@
|
|
1
|
+
<!-- nav -->
|
2
|
+
<aside id="main-sidebar">
|
3
|
+
<ul id="leftnav" class="ul-left-nav fa-ul hidden-print">
|
4
|
+
|
5
|
+
<li class="separator">
|
6
|
+
<a class="separator" href="/">Project Resources</a>
|
7
|
+
</li>
|
8
|
+
|
9
|
+
{% if site.links.source %}
|
10
|
+
<li>
|
11
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
12
|
+
<a target="_self" href="{{ site.links.source }}">Sources</a>
|
13
|
+
</li>
|
14
|
+
{% endif %}
|
15
|
+
|
16
|
+
{% if site.links.javadocs %}
|
17
|
+
<li>
|
18
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
19
|
+
<a target="_self" href="{{ site.links.javadocs }}">APIs</a>
|
20
|
+
</li>
|
21
|
+
{% endif %}
|
22
|
+
|
23
|
+
{% if site.links.docs %}
|
24
|
+
<li>
|
25
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
26
|
+
<a target="_self" href="{{ site.links.docs }}">Documentation</a>
|
27
|
+
</li>
|
28
|
+
{% endif %}
|
29
|
+
|
30
|
+
{% if site.links.faq %}
|
31
|
+
<li>
|
32
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
33
|
+
<a target="_self" href="{{ site.links.faq }}">FAQ</a>
|
34
|
+
</li>
|
35
|
+
{% endif %}
|
36
|
+
|
37
|
+
{% if site.links.download %}
|
38
|
+
<li>
|
39
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
40
|
+
<a target="_self" href="{{ site.links.download }}">Download</a>
|
41
|
+
</li>
|
42
|
+
{% endif %}
|
43
|
+
|
44
|
+
{% if site.links.hide_issuetracker != true %}
|
45
|
+
<li>
|
46
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
47
|
+
<a target="_self" href="{{ site.github.issues_url }}">Issue Tracker</a>
|
48
|
+
</li>
|
49
|
+
{% endif %}
|
50
|
+
|
51
|
+
{% if site.links.mailinglist %}
|
52
|
+
<li>
|
53
|
+
<i class="fa fa-caret-right fa-fw"></i>
|
54
|
+
<a target="_self" href="{{ site.links.mailinglist }}">Mailing list</a>
|
55
|
+
</li>
|
56
|
+
{% endif %}
|
57
|
+
</ul>
|
58
|
+
</aside>
|
59
|
+
|
@@ -0,0 +1,46 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
Copyright (c) 2018 Eclipse Foundation, Inc.
|
4
|
+
|
5
|
+
This program and the accompanying materials are made available under the
|
6
|
+
terms of the Eclipse Public License v. 2.0 which is available at
|
7
|
+
http://www.eclipse.org/legal/epl-2.0.
|
8
|
+
|
9
|
+
Contributors:
|
10
|
+
Christopher Guindon <chris.guindon@eclipse-foundation.org>
|
11
|
+
|
12
|
+
SPDX-License-Identifier: EPL-2.0
|
13
|
+
-->
|
14
|
+
<!DOCTYPE html>
|
15
|
+
<html lang="{{ site.lang | default: "en-US" }}">
|
16
|
+
<head>
|
17
|
+
<meta charset="utf-8">
|
18
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
19
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20
|
+
|
21
|
+
<link href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/favicon.ico" rel='icon' type='image/x-icon'/>
|
22
|
+
<!-- Links and stylesheets -->
|
23
|
+
<link rel="stylesheet" href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.7">
|
24
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
25
|
+
<link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
|
26
|
+
<title>{{ page.title | default: site.title }}</title>
|
27
|
+
{% include google_tag_manager.html %}
|
28
|
+
</head>
|
29
|
+
<body>
|
30
|
+
{% include header.html %}
|
31
|
+
{% include breadcrumbs.html %}
|
32
|
+
<main>
|
33
|
+
<div class="container">
|
34
|
+
<div class="row">
|
35
|
+
<div class="col-md-18 padding-bottom-30">
|
36
|
+
{{ content }}
|
37
|
+
</div>
|
38
|
+
<div class="col-md-6 padding-bottom-30">
|
39
|
+
{% include sidebar.html %}
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</main>
|
44
|
+
{% include footer.html %}
|
45
|
+
</body>
|
46
|
+
</html>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
3
|
+
*
|
4
|
+
* This program and the accompanying materials are made available under the
|
5
|
+
* terms of the Eclipse Public License v. 2.0 which is available at
|
6
|
+
* http://www.eclipse.org/legal/epl-2.0.
|
7
|
+
*
|
8
|
+
* SPDX-License-Identifier: EPL-2.0
|
9
|
+
*/
|
10
|
+
|
11
|
+
table {
|
12
|
+
border: 1px solid #ebebeb;
|
13
|
+
}
|
14
|
+
|
15
|
+
th, td {
|
16
|
+
padding: .2em;
|
17
|
+
}
|
18
|
+
|
19
|
+
td {
|
20
|
+
border: 1px solid #ebebeb;
|
21
|
+
}
|
22
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
/*
|
5
|
+
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
6
|
+
*
|
7
|
+
* This program and the accompanying materials are made available under the
|
8
|
+
* terms of the Eclipse Public License v. 2.0 which is available at
|
9
|
+
* http://www.eclipse.org/legal/epl-2.0.
|
10
|
+
*
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
12
|
+
*/
|
13
|
+
|
14
|
+
@import 'jekyll-theme-eclipsefdn';
|
metadata
ADDED
@@ -0,0 +1,97 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-theme-eclipsefdn
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Christopher Guindon
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.7'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.7'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: bundler
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.16'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.16'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rake
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '12.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '12.0'
|
55
|
+
description:
|
56
|
+
email:
|
57
|
+
- chris.guindon@eclipse-foundation.org
|
58
|
+
executables: []
|
59
|
+
extensions: []
|
60
|
+
extra_rdoc_files: []
|
61
|
+
files:
|
62
|
+
- LICENSE
|
63
|
+
- README.md
|
64
|
+
- _includes/breadcrumbs.html
|
65
|
+
- _includes/footer.html
|
66
|
+
- _includes/google_tag_manager.html
|
67
|
+
- _includes/header.html
|
68
|
+
- _includes/nav.html
|
69
|
+
- _includes/nav_more.html
|
70
|
+
- _includes/sidebar.html
|
71
|
+
- _layouts/default.html
|
72
|
+
- _sass/jekyll-theme-eclipsefdn.scss
|
73
|
+
- assets/css/style.scss
|
74
|
+
homepage: https://github.com/eclipsefdn/jekyll-theme-eclipsefdn
|
75
|
+
licenses:
|
76
|
+
- EPL-2.0
|
77
|
+
metadata: {}
|
78
|
+
post_install_message:
|
79
|
+
rdoc_options: []
|
80
|
+
require_paths:
|
81
|
+
- lib
|
82
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
83
|
+
requirements:
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: '0'
|
87
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
|
+
requirements:
|
89
|
+
- - ">="
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: '0'
|
92
|
+
requirements: []
|
93
|
+
rubygems_version: 3.0.1
|
94
|
+
signing_key:
|
95
|
+
specification_version: 4
|
96
|
+
summary: Eclipse Foundation theme for project pages
|
97
|
+
test_files: []
|