From 89ad454e01bcba341366aac3cfef66cfc1b918ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Mar 2017 11:34:23 -0400 Subject: update --- doc/README.mdwn | 4 ++-- doc/download.mdwn | 5 +++++ doc/index.mdwn | 2 +- doc/install.mdwn | 3 --- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 doc/download.mdwn delete mode 100644 doc/install.mdwn diff --git a/doc/README.mdwn b/doc/README.mdwn index 31d222c1..ea622b3a 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -12,8 +12,8 @@ repository to each host it manages, in a [components](http://propellor.branchable.com/components/) for details. -Properties are defined using Haskell. Edit `~/.propellor/config.hs` -to get started. There is fairly complete +Properties are defined using Haskell in the file `~/.propellor/config.hs`. +There is fairly complete [API documentation](http://hackage.haskell.org/package/propellor/), which includes many built-in Properties for dealing with [Apt](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Apt.html) diff --git a/doc/download.mdwn b/doc/download.mdwn new file mode 100644 index 00000000..6fe1ca33 --- /dev/null +++ b/doc/download.mdwn @@ -0,0 +1,5 @@ +Propellor's source code and some example configs are in a git repository: + +`git clone git://propellor.branchable.com/propellor` + +See the [[README]] for details on installing and configuring propellor. diff --git a/doc/index.mdwn b/doc/index.mdwn index 52c23021..1e3af9dd 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -1,7 +1,7 @@ [[!meta title="propellor: deploying properties to hosts with haskell"]] [[!sidebar content=""" -[[Install]] +[[Download]] [API documentation](http://hackage.haskell.org/package/propellor) [[Other Documentation|documentation]] [Sample config file](http://git.joeyh.name/?p=propellor.git;a=blob;f=joeyconfig.hs) diff --git a/doc/install.mdwn b/doc/install.mdwn deleted file mode 100644 index 8db966f1..00000000 --- a/doc/install.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -`git clone git://propellor.branchable.com/propellor` - -Propellor is also available in Debian. -- cgit v1.3-2-g0d8e