Skip to content

Commit d9e880d

Browse files
New temporary version of the web site
1 parent f50ef5b commit d9e880d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+448
-850
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
_site
33
*~
44
Gemfile.lock
5+

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ rvm:
1010

1111
script:
1212
- bundle exec jekyll build
13-
- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --allow-hash-href --disable-external
13+
- bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --allow-hash-href
1414

1515
env:
1616
global:
1717
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
18+

_includes/footer.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
<div id="footer"></div>
1+
2+
<div id="footer">
3+
Copyright (c) {{ site.time | date: '%Y' }} - Linagora
4+
</div>
5+

_includes/header.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
<div id="top">
3+
<a href="/index.html"><img src="/resources/images/logo_petals.png.jpeg" alt="Petals ESB" /></a>
4+
<br />
5+
6+
<a {% if page.menu == "overview" %}class="active-menu"{% endif %} href="/overview.html">Overview</a>
7+
<a {% if page.menu == "download" %}class="active-menu"{% endif %} href="/download.html">Download</a>
8+
<a {% if page.menu == "support" %}class="active-menu"{% endif %} href="/support.html">Support</a>
9+
<a {% if page.menu == "community" %}class="active-menu"{% endif %} href="/community.html">Community</a>
10+
</div>
11+

_includes/menus.html

-44
This file was deleted.

_layouts/standard.html

+7-18
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<title>{{ page.title }}</title>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
66

7-
<link type="text/css" rel="stylesheet" media="all" href="/resources/style.css" />
8-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js" type="text/javascript"></script>
9-
<link rel="shortcut icon" href="/favicon.ico" />
7+
<link type="text/css" rel="stylesheet" media="all" href="/resources/style.css" />
8+
<script src="https://code.jquery.com/jquery-3.4.1.min.js" type="text/javascript"></script>
9+
<script src="/resources/lib.js" type="text/javascript"></script>
10+
<link rel="shortcut icon" href="/favicon.ico" />
1011
</head>
1112

1213
<body>
1314

14-
{% include menus.html %}
15+
{% include header.html %}
1516

1617
<div id="wrapper">
1718
<div id="content">
18-
<h1 class="title">{{page.title}}</h1>
1919
{{content}}
2020
</div>
2121

2222
<div id="sidebar">
23-
{% if page.show-dl-in-menu %}
24-
<div id="download-button">
25-
<a href="/html/download.html">
26-
<img title="Download Petals ESB" alt="Click to download Petals ESB" src="/resources/images/download_petals-esb_mini_1.1.png"/>
27-
</a>
28-
</div>
29-
{% endif %}
30-
<div id="tweets">
31-
<a class="twitter-timeline" href="https://twitter.com/petalsesb" data-widget-id="374448651000492032">Tweets by @petalsesb</a>
32-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
33-
</div>
3423
</div>
3524
</div>
3625

html/committers.md community.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
---
22
layout: standard
33
title: "Committers"
4+
menu: "community"
45
---
6+
7+
# Community
8+
9+
* [Documentation](http://doc.petalslink.com)
10+
* [Forum](http://forum.petalslink.com/ "Get support from the community about Petals")
11+
* [Twitter Account](https://twitter.com/petalsesb)
12+
* [Openhub Page](https://www.openhub.net/p/petals/)
13+
* [Professional Support](http://linagora.com "Get support and expertise about Petals ESB")
14+
15+
16+
# Tools
17+
18+
* [Issue Tracker](http://jira.petalslink.com)
19+
* [Continuous Integration](http://jenkins.petalslink.com)
20+
* [Sonar Instance](http://sonar.petalslink.com/)
21+
* [Maven Repository](https://repo1.maven.org/maven2/org/ow2/petals/ "Maven Central")
22+
* [Docker Repository](https://hub.docker.com/r/petals/ "Docker Hub")
23+
24+
525
# Active Committers
626

727
*Active committers on Petals ESB and related projects.*
@@ -13,6 +33,7 @@ title: "Committers"
1333
* [Pierre Souquet](https://fr.linkedin.com/in/pierre-souquet-18955528) (Linagora) - [@psouquet](https://github.com/psouquet)
1434
* Vincent Zurczak (Linagora) - [@vincent-zurczak](https://github.com/vincent-zurczak) - [Blog (EN)](http://vzurczak.wordpress.com) - [Blog (FR)](http://vzurczak2.wordpress.com)
1535

36+
1637
# Former Committers
1738

1839
*People who were actively involved in the Petals project.*
@@ -44,6 +65,7 @@ title: "Committers"
4465
* Thierry Déjean (Petals Link)
4566
* Victor Noël (Linagora)
4667

68+
4769
# Contributors
4870

4971
*People who contributed to the Petals project.*
@@ -54,3 +76,4 @@ title: "Committers"
5476
* Marc Dutoo (Open Wide)
5577
* Nicolas Dolet (INRIA)
5678
* Philippe Merle (INRIA)
79+

download.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: standard
3+
title: "Download"
4+
menu: "download"
5+
---
6+
7+
# Latest Stable
8+
9+
Petals 5.2.0 is available as complete packages.
10+
They embed everything to get started with Petals ESB.
11+
12+
[Access the last downloads](download/petals-5.2.0.html).
13+
14+
15+
# Nightly Builds
16+
17+
| Version | Description | | |
18+
|:--------------:|:-------------------------------------------------------:|:-:|:-:|
19+
| 5.2.1-SNAPSHOT | The next version of the Petals distribution | [Download](http://repository.ow2.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.ow2.petals&a=petals-esb-enterprise-edition&v=LATEST&p=zip) | [Change log](https://jira.petalslink.com/secure/IssueNavigator.jspa?mode=hide&requestId=10270) |
20+
| CP-5.2.1-SNAPSHOT | The next version of the Community Pack of Petals EE | [Download](http://repository.ow2.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.ow2.petals&a=petals-community-pack&v=LATEST&p=zip) | See the [change log](https://jira.petalslink.com/secure/IssueNavigator.jspa?mode=hide&requestId=10270) of the associated Petals EE |
21+
22+
23+
# Oldies
24+
25+
- [Access the downloads](download/petals-5.2.0.html) for Petals ESB 5.2.0.
26+
- [Access the downloads](download/petals-5.1.0.html) for Petals ESB 5.1.0.
27+
- [Access the downloads](download/petals-5.0.0.html) for Petals ESB 5.0.0.
28+
- [Access the downloads](download/petals-older.html) for older versions.
29+
30+
31+
# Source Code
32+
33+
Because the Petals ecosystem is divided into many sub-projects, history separated them over several repositories.
34+
In the next months, we plan a full reorganization of our source code infrastructure around one central solution: Git. For now, use the following to check out the code.
35+
36+
+ Source code for Petals ESB, Petals Components and Web Tools is located on Subversion.<br />[https://svn.petalslink.org/svnroot/trunk/product/dev/prod/](https://svn.petalslink.org/svnroot/trunk/product/dev/prod/ "Petals ESB and components source repository")<br />
37+
38+
+ Source code for latest Petals components, Petals demo tools and dockerization projects are located on Github.com.<br />[https://github.com/petalslink](https://github.com/petalslink "Linagora's Github organisation")<br />
39+
40+
+ Source code for Petals Studio is on GitHub.<br />[https://github.com/petalslink/petals-studio](https://github.com/petalslink/petals-studio "Petals Studio source repository")
41+
42+
+ Source code for Petals Cockpit is on Linagora's GitLab instance.<br />
43+
[https://gitlab.com/linagora/petals-cockpit/](https://gitlab.com/linagora/petals-cockpit/ "Petals Cockpit's sources")
44+
45+
+ Source code for Petals ESB and Petals Components (<= Petals 3.0).<br />[https://svnlegacy.ow2.org/svnroot/petals/](https://svnlegacy.ow2.org/svnroot/petals/ "Archived OW2's repository for Petals ESB")
46+
47+
[comment]: # (EBM WebSourcing forge no more inline for Petals Web and Eclipse Tools <= Petals 3.0: https://forge.ebmwebsourcing.com/)
48+

html/download-petals-3.1.3.md download/petals-3.1.3.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 3.1.3"
4+
menu: "download"
45
---
56

67
# Petals ESB 3.1.3
@@ -77,3 +78,4 @@ Select the right version of Petals Studio (150 Mb).
7778
- Released on September 14<sup>th</sup>, 2011
7879
- Read the [New & Noteworthy](https://doc.petalslink.com/display/petalsstudio12/New+and+Noteworthy) page or take a look at the [Release Notes](https://jira.petalslink.com/secure/ReleaseNote.jspa?projectId=10070&version=10079)
7980
- Access [the documentation](https://doc.petalslink.com/display/petalsstudio12/Petals+Studio+1.2)
81+

html/download-petals-4.0-archives.md download/petals-4.0-archives.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.0 &raquo; Archives"
4+
menu: "download"
45
---
56

67
# Petals Studio 1.3.0
@@ -17,3 +18,4 @@ Select the right version of Petals Studio (148 Mb).
1718
- Released on February 12<sup>th</sup>, 2012
1819
- Read the [New & Noteworthy](https://doc.petalslink.com/display/petalsstudio13/New+and+Noteworthy) page or take a look at the [Release Notes](https://jira.petalslink.com/secure/ReleaseNote.jspa?projectId=10070&version=10190)
1920
- Access [the documentation](https://doc.petalslink.com/display/petalsstudio13/Petals+Studio+1.3)
21+

html/download-petals-4.0.md download/petals-4.0.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.0"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.0.x
@@ -28,4 +29,5 @@ Select the right version of Petals Studio (148 Mb).
2829

2930
# Archives
3031

31-
You can download older versions of Petals Studio for Petals ESB 4.0.x [here](download-petals-4.0-archives.html).
32+
You can download older versions of Petals Studio for Petals ESB 4.0.x [here](petals-4.0-archives.html).
33+

html/download-petals-4.1-archives.md download/petals-4.1-archives.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.1 &raquo; Archives"
4+
menu: "download"
45
---
56

67
# Petals Studio 1.3.2
@@ -18,3 +19,4 @@ Select the right version of Petals Studio (147 Mb).
1819
- Released on June 28<sup>th</sup>, 2012
1920
- Read the [New & Noteworthy](https://doc.petalslink.com/display/petalsstudio13/New+and+Noteworthy) page or take a look at the [Release Notes](https://jira.petalslink.com/secure/ReleaseNote.jspa?projectId=10070&version=10333)
2021
- Access [the documentation](https://doc.petalslink.com/display/petalsstudio13/Petals+Studio+1.3)
22+

html/download-petals-4.1.md download/petals-4.1.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.1"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.1.x
@@ -29,4 +30,5 @@ Select the right version of Petals Studio (147 Mb).
2930

3031
# Archives
3132

32-
You can download older versions of Petals Studio for Petals ESB 4.1.x [here](download-petals-4.1-archives.html).
33+
You can download older versions of Petals Studio for Petals ESB 4.1.x [here](petals-4.1-archives.html).
34+

html/download-petals-4.2.1.md download/petals-4.2.1.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.2.1"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.2.x
@@ -48,3 +49,4 @@ This is useful in particular for production environments.
4849
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
4950

5051
Notice the base package is the same for both monitoring tools.
52+

html/download-petals-4.2.2.md download/petals-4.2.2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.2.2"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.2.x
@@ -48,3 +49,4 @@ This is useful in particular for production environments.
4849
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
4950

5051
Notice the base package is the same for both monitoring tools.
52+

html/download-petals-4.2.3.md download/petals-4.2.3.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.2.3"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.2.x
@@ -48,3 +49,4 @@ This is useful in particular for production environments.
4849
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
4950

5051
Notice the base package is the same for both monitoring tools.
52+

html/download-petals-4.2.4.md download/petals-4.2.4.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.2.4"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.2.x
@@ -48,3 +49,4 @@ This is useful in particular for production environments.
4849
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
4950

5051
Notice the base package is the same for both monitoring tools.
52+

html/download-petals-4.2.md download/petals-4.2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.2"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.2.x
@@ -48,3 +49,4 @@ This is useful in particular for production environments.
4849
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
4950

5051
Notice the base package is the same for both monitoring tools.
52+

html/download-petals-4.3.0.md download/petals-4.3.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 4.3.0"
4+
menu: "download"
45
---
56

67
# Petals ESB 4.3.x
@@ -53,3 +54,4 @@ This is useful in particular for production environments.
5354
[Nagios extension](http://repository.ow2.org/nexus/content/groups/public/org/ow2/petals/petals-cli-cmd-monitoring-so-nagios-deb/1.0.0-1.0/petals-cli-cmd-monitoring-so-nagios-deb-1.0.0-1.0.deb).
5455

5556
Notice the base package is the same for both monitoring tools.
57+

html/download-petals-5.0.0.md download/petals-5.0.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 5.0.0"
4+
menu: "download"
45
---
56

67
# Petals EE 5.0.0
@@ -88,3 +89,4 @@ This is useful in particular for development environments.
8889
# Community Pack
8990

9091
Now, each version of Petals ESB Enterprise can be completed by elements delivered with the [Community Pack for Petals EE](http://repository.ow2.org/nexus/content/repositories/public/org/ow2/petals/petals-community-pack/5.0.0/petals-community-pack-5.0.0.zip). This pack contains extra components and shared libraries.
92+

html/download-petals-5.1.0.md download/petals-5.1.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: standard
33
title: "Download &raquo; Petals ESB 5.1.0"
4+
menu: "download"
45
---
56

67
# Petals EE 5.1.0
@@ -93,3 +94,4 @@ This is useful in particular for development environments.
9394
# Community Pack
9495

9596
Now, each version of Petals ESB Enterprise can be completed by elements delivered with the [Community Pack for Petals EE](http://repository.ow2.org/nexus/content/repositories/public/org/ow2/petals/petals-community-pack/5.1.0/petals-community-pack-5.1.0.zip). This pack contains extra components and shared libraries.
97+

0 commit comments

Comments
 (0)