diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-20 15:40:04 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-20 15:40:04 +0000 |
commit | 40e2db3cf7d08b4870384bf690728df87edb6835 (patch) | |
tree | 15f48323f7e1d7acf23d6652e7cbc57a4711fb7c | |
parent | 813d1c9daf8e4cb479980f6327968b64890a36d7 (diff) | |
download | puppet-40e2db3cf7d08b4870384bf690728df87edb6835.tar.gz |
All docs moved over now, and the real index page exists again
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1405 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | documentation/Rakefile | 6 | ||||
-rw-r--r-- | documentation/documentation/big-picture.page (renamed from documentation/big-picture.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/creating-a-puppet-type.page (renamed from documentation/creating-a-puppet-type.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/fromsvn.page (renamed from documentation/fromsvn.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/fsconfigref.page (renamed from documentation/fsconfigref.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/howitworks.page (renamed from documentation/howitworks.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/index.page (renamed from documentation/documentation.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/installation.page (renamed from documentation/installation.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/introduction.page (renamed from documentation/introduction.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/languagetutorial.page (renamed from documentation/languagetutorial.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/ldapnodes.page (renamed from documentation/ldapnodes.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/notcfengine.page (renamed from documentation/notcfengine.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/puppetd-executable-reference.page (renamed from documentation/puppetd-executable-reference.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/rails-puppet-manager.page (renamed from documentation/rails-puppet-manager.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/security.page (renamed from documentation/security.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/structures.page (renamed from documentation/structures.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/testing.page (renamed from documentation/testing.page) | 0 | ||||
-rw-r--r-- | documentation/documentation/typedocs.page (renamed from documentation/typedocs.page) | 0 | ||||
-rw-r--r-- | documentation/index.page | 20 |
19 files changed, 16 insertions, 10 deletions
diff --git a/documentation/Rakefile b/documentation/Rakefile index ecaf3b901..9a88b3b5a 100644 --- a/documentation/Rakefile +++ b/documentation/Rakefile @@ -6,7 +6,7 @@ htmlfiles = [] CLEAN = [] -FileList['*.page'].each do |src| +FileList['**/*.page'].each do |src| name = src.sub(".page", ".html") htmlfiles << name CLEAN << name @@ -33,6 +33,6 @@ task :html => htmlfiles task :default => :html task :docs do - sh %{puppetdoc --arguments > puppetd-executable-reference.page} - sh %{puppetdoc --types > typedocs.page} + sh %{puppetdoc --arguments > documentation/puppetd-executable-reference.page} + sh %{puppetdoc --types > documentation/typedocs.page} end diff --git a/documentation/big-picture.page b/documentation/documentation/big-picture.page index a828e25c2..a828e25c2 100644 --- a/documentation/big-picture.page +++ b/documentation/documentation/big-picture.page diff --git a/documentation/creating-a-puppet-type.page b/documentation/documentation/creating-a-puppet-type.page index a9c23cafb..a9c23cafb 100644 --- a/documentation/creating-a-puppet-type.page +++ b/documentation/documentation/creating-a-puppet-type.page diff --git a/documentation/fromsvn.page b/documentation/documentation/fromsvn.page index 0e99579bb..0e99579bb 100644 --- a/documentation/fromsvn.page +++ b/documentation/documentation/fromsvn.page diff --git a/documentation/fsconfigref.page b/documentation/documentation/fsconfigref.page index 911b709d5..911b709d5 100644 --- a/documentation/fsconfigref.page +++ b/documentation/documentation/fsconfigref.page diff --git a/documentation/howitworks.page b/documentation/documentation/howitworks.page index dfecbcbd7..dfecbcbd7 100644 --- a/documentation/howitworks.page +++ b/documentation/documentation/howitworks.page diff --git a/documentation/documentation.page b/documentation/documentation/index.page index c5c877ad2..c5c877ad2 100644 --- a/documentation/documentation.page +++ b/documentation/documentation/index.page diff --git a/documentation/installation.page b/documentation/documentation/installation.page index 3b423d5ae..3b423d5ae 100644 --- a/documentation/installation.page +++ b/documentation/documentation/installation.page diff --git a/documentation/introduction.page b/documentation/documentation/introduction.page index 837bbb305..837bbb305 100644 --- a/documentation/introduction.page +++ b/documentation/documentation/introduction.page diff --git a/documentation/languagetutorial.page b/documentation/documentation/languagetutorial.page index 413176b55..413176b55 100644 --- a/documentation/languagetutorial.page +++ b/documentation/documentation/languagetutorial.page diff --git a/documentation/ldapnodes.page b/documentation/documentation/ldapnodes.page index a13443194..a13443194 100644 --- a/documentation/ldapnodes.page +++ b/documentation/documentation/ldapnodes.page diff --git a/documentation/notcfengine.page b/documentation/documentation/notcfengine.page index 40f25ced8..40f25ced8 100644 --- a/documentation/notcfengine.page +++ b/documentation/documentation/notcfengine.page diff --git a/documentation/puppetd-executable-reference.page b/documentation/documentation/puppetd-executable-reference.page index e64addcd8..e64addcd8 100644 --- a/documentation/puppetd-executable-reference.page +++ b/documentation/documentation/puppetd-executable-reference.page diff --git a/documentation/rails-puppet-manager.page b/documentation/documentation/rails-puppet-manager.page index dda8295d5..dda8295d5 100644 --- a/documentation/rails-puppet-manager.page +++ b/documentation/documentation/rails-puppet-manager.page diff --git a/documentation/security.page b/documentation/documentation/security.page index 9e7c52e9c..9e7c52e9c 100644 --- a/documentation/security.page +++ b/documentation/documentation/security.page diff --git a/documentation/structures.page b/documentation/documentation/structures.page index 3f4db27be..3f4db27be 100644 --- a/documentation/structures.page +++ b/documentation/documentation/structures.page diff --git a/documentation/testing.page b/documentation/documentation/testing.page index 3fd39f2ab..3fd39f2ab 100644 --- a/documentation/testing.page +++ b/documentation/documentation/testing.page diff --git a/documentation/typedocs.page b/documentation/documentation/typedocs.page index 21bce23e0..21bce23e0 100644 --- a/documentation/typedocs.page +++ b/documentation/documentation/typedocs.page diff --git a/documentation/index.page b/documentation/index.page index 70fca90e7..9dd1f9a2f 100644 --- a/documentation/index.page +++ b/documentation/index.page @@ -18,27 +18,33 @@ Many general questions about Puppet and Reductive are answered in the [FAQ](faq.html), such as "How to get started quickly", "How to contribute", and "What is Puppet's License? (GPL)") -## Using Puppet +## Relevant Links + +* [Documentation](documentation/) -Documentation Available documentation on puppet. Including an Introduction, and Language & Type Library References. -Downloads +* [Downloads](/downloads) + Puppet source code, Packages (RPMs, debs, etc.), and Ruby GEM packages. -Source +* [Source Code](/svn/puppet) + Puppet Subversion Repository -Trac +* [Bug Tracker](/cgi-bin/puppet.cgi) + Bug tickets, feature enhancements, and source browsing -Puppet Developer Mailing List +* [Puppet Developer Mailing List](http://mail.madstop.com/mailman/listinfo/puppet-dev) + The Puppet-dev mailing list, for all public discussions related to the development of puppet. Given the early stage of Puppet's development, there is not yet a Puppet Users list, so all interested parties should join this list. -Configuration Management Blog +* [Configuration Management Blog](http://madstop.com) + A blog Luke Kanies is maintaining about the development process of Puppet. |