Skip to content

Commit

Permalink
update meta-documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed May 31, 2011
1 parent 25c823f commit 8f8a42a
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 37 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING
@@ -1,18 +1,18 @@
Chef Project home pages:

* Wiki: http://wiki.opscode.com/display/chef
* Product page: http://www.opscode.com/chef
How to contribute to Opscode Open Source Projects:

Opscode Cookbook Source code repository:

* http://github.com/opscode/cookbooks
* http://wiki.opscode.com/display/chef/How+to+Contribute

Opscode Open Source Ticket Tracking System:

* http://tickets.opscode.com

Cookbooks (this repository) use the COOK project.

How to contribute to Chef:
Chef Project home pages:

* http://wiki.opscode.com/display/chef/How+to+Contribute
* Wiki: http://wiki.opscode.com/display/chef
* Product page: http://www.opscode.com/chef

Opscode Cookbook Source code repository:

* http://github.com/opscode/cookbooks
7 changes: 5 additions & 2 deletions NOTICE
Expand Up @@ -8,7 +8,7 @@ Contributors and Copyright holders:

* Copyright 2008-2009, Opscode <legal@opscode.com>
* Copyright 2008-2009, Adam Jacob <adam@opscode.com>
* Copyright 2008-2009, Joshua Timberman <joshua@opscode.com>
* Copyright 2008-2011, Joshua Timberman <joshua@opscode.com>
* Copyright 2009-2010, Barry Steinglass <barry@opscode.com>
* Copyright 2009, Joe Williams <joe@joetify.com>
* Copyright 2009, Joshua Sierles <joshua@37signals.com>
Expand All @@ -25,4 +25,7 @@ Contributors and Copyright holders:
* Copyright 2009, Sean Cribbs
* Copyright 2009, Michael Hale
* Copyright 2009, Edmund Haselwanter

* Copyright 2009, Adapp, Inc.
* Copyright 2011, Eric G. Wolfe
* Copyright 2010, Tippr Inc.
* Copyright 2010, Zenoss, Inc
26 changes: 0 additions & 26 deletions README

This file was deleted.

60 changes: 60 additions & 0 deletions README.md
@@ -0,0 +1,60 @@
Opscode Public Cookbooks for Chef
=================================

This repository is the primary project source of Opscode's published, public cookbooks for Chef. This repository is considered "in development." Published cookbooks are shared by Opscode on the Chef Community Site.

Cookbooks in this repository are only ones maintained and supportable by Opscode. We do provide bug fixes

Using this Repository
=====================

Opscode does not recommend that you use this repository directly, either as a submodule or as a "canonical" repository. Chef Cookbooks are "packages" for managing resources in your infrastructure, and there are as many ways to manage the various pieces of software provided here as there are different infrastructures. These cookbooks reflect our opinions about the best ways to manage these infrastructure components with Chef.

We recommend you install our cookbooks into your Chef repository from the Chef Community site, and uploaded to your Chef Server with the command-line tool "knife".

knife cookbook site install COOKBOOK
knife cookbook upload COOKBOOK

Use of this repository is recommended for developers who wish to contribute fixes to Opscode's cookbooks.

Bugs
====

Like any software, there may be bugs in our cookbooks. You can open a ticket in the COOK project at:

* http://tickets.opscode.com

If you know the fix for the bug, you can contribute it. See __Contributing__ below.

Do note that if you downloaded a cookbook from the community site that is not maintained by Opscode, you'll need to contact the maintainer of that cookbook for contributing fixes.

Contributing
============

For information on how to contribute, see CONTRIBUTING.

Opscode cookbooks are distributed under the Apache 2 Software License. See LICENSE.

Links
=====

Chef Community Site:

* http://community.opscode.com

Cookbooks Project Source:

* http://github.com/opscode/cookbooks

Chef Repository Skeleton:

* http://github.com/opscode/chef-repo

Tickets/Issues (COOK project):

* http://tickets.opscode.com/

Chef Documentation:

* http://wiki.opscode.com/display/chef/Home/
* http://help.opscode.com

0 comments on commit 8f8a42a

Please sign in to comment.