diff --git a/src/_config.yml b/src/_config.yml index 6e176b9..dee311a 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -1,53 +1,53 @@ # Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: ClusterLabs -email: andrew@beekhof.net +email: users@clusterlabs.org description: Community hub for open-source high-availability software url: https://www.clusterlabs.org/ google_analytics: UA-8156370-1 # Build settings theme: minima destination: ../html gems: - jekyll-assets - font-awesome-sass include: - doc - pacemaker - polls exclude: - Gemfile - Gemfile.lock - LICENSE.theme # All content generated outside of jekyll, or not yet converted to jekyll, # must be listed here, or jekyll will erase it when building the site. # Though not documented as such, the values here function as prefix matches. keep_files: - images - doc/Two-Stacks.pdf - pacemaker/abi - pacemaker/doc - pacemaker/doxygen - pacemaker/global - pacemaker/man - Pictures - rpm-test - rpm-test-next - rpm-test-rhel diff --git a/src/help.html b/src/help.html index 3965587..faade89 100644 --- a/src/help.html +++ b/src/help.html @@ -1,147 +1,138 @@ --- layout: pacemaker title: Help ---

Getting Help

-

You can stay up to date with the Pacemaker project by subscribing to our - - news and/or - site updates feeds. -

A good first step is always to check out the FAQ and documentation. Otherwise, many members of the community hang out on irc and are happy to answer questions. We are spread out over many timezones though (and have day jobs), so you may need to be patient when waiting for a reply.

Extended or complex issues might be better sent to the - relevant mailing list(s) + relevant mailing list (you'll need to subscribe in order to send messages). - Don't worry if you pick the wrong one, many of us are on - multiple lists and someone will suggest a more appropriate - forum if necessary.

People new to the project, or Open Source generally, are encouraged to read Getting Answers by Mike Ash from Rogue Amoeba. It provides some very good tips on effective communication with groups such as this one. Following the advice it contains will greatly increase the chance of a quick and helpful reply.

Bugs and other problems can also be reported via Bugzilla.

Or if you already know the solution, submit a patch against our GitHub repository.

The development of most of the ClusterLabs-related projects take place as part of the ClusterLabs organization at Github, and the source code and issue trackers for these projects can be found there.

Providing Help

If you find this project useful, you may want to consider supporting its future development. There are a number of ways to support the project (in no particular order):

Thank you for using Pacemaker

Professional Support

Does your company provide Pacemaker training or support? Let us know!

diff --git a/src/pacemaker/index.html b/src/pacemaker/index.html index b290ed1..5be1228 100644 --- a/src/pacemaker/index.html +++ b/src/pacemaker/index.html @@ -1,88 +1,82 @@ --- layout: default title: Pacemaker ---
"The definitive open-source high-availability stack for the Linux platform builds upon the Pacemaker cluster resource manager." -- LINUX Journal, "Ahead of the Pack: the Pacemaker High-Availability Stack"

Features

Background

Black Duck Open Hub project report for pacemaker

- Pacemaker has been around - since 2004 - and is primarily a collaborative effort - between Red Hat - and SuSE. However, we also - receive considerable help and support from the folks - at LinBit and the community in - general. -

-

- The core Pacemaker team is made up of full-time developers from - Australia, the Czech Republic, the USA, and Germany. Contributions to the code or - documentation are always welcome. + Pacemaker has been around since + 2004 + and is a collaborative effort by the ClusterLabs community, including + full-time developers with + Red Hat + and SuSE.

Pacemaker ships with most modern Linux distributions and has been deployed in many critical environments including Deutsche Flugsicherung GmbH (DFS) which uses Pacemaker to ensure its air traffic control systems are always available.

- Currently Andrew Beekhof is - the project lead for Pacemaker. + Andrew Beekhof was + Pacemaker's original author and long-time project lead. The current + project lead is Ken Gaillot.