summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-07-02 19:19:54 +0000
committerluke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>2006-07-02 19:19:54 +0000
commit044f19c6618547a334a8b3f51b6617cbb2dbe9bd (patch)
tree5bb8bb41a490ee36fe50c33b3a15199b849e7af4
parent6f01dec243ff30d24c5860b1ed49f9b5dc90dc14 (diff)
downloadfacter-044f19c6618547a334a8b3f51b6617cbb2dbe9bd.tar.gz
facter-044f19c6618547a334a8b3f51b6617cbb2dbe9bd.tar.xz
facter-044f19c6618547a334a8b3f51b6617cbb2dbe9bd.zip
adding docs
git-svn-id: http://reductivelabs.com/svn/facter/trunk@157 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r--documentation/index.page7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/index.page b/documentation/index.page
new file mode 100644
index 0000000..3844684
--- /dev/null
+++ b/documentation/index.page
@@ -0,0 +1,7 @@
+A cross-platform Ruby library for retrieving facts from operating systems. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments. Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.
+
+It is easy to extend Facter to include your own custom facts or to include additional mechanisms for retrieving facts.
+
+* [Downloads](/downloads/facter)
+* [Bug Tracking](/cgi-bin/facter.cgi)
+* [API Documentation](/downloads/facter/apidocs)