propellor/doc/index.mdwn

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-04-19 19:45:27 +00:00
[[!meta title="propellor: property-based host configuration management in haskell"]]
[[!sidebar content="""
2014-04-19 20:00:44 +00:00
[[Install]]
[API documentation](http://hackage.haskell.org/package/propellor)
[Sample config file](http://git.joeyh.name/?p=propellor.git;a=blob;f=config-joey.hs)
2014-04-19 20:32:17 +00:00
[[Security]]
2014-04-19 20:00:44 +00:00
[[Todo]]
[[Forum]]
2014-04-19 19:45:27 +00:00
"""]]
2014-04-19 20:04:25 +00:00
[[!inline raw=yes pages="README"]]
2014-04-19 19:56:19 +00:00
2014-11-20 23:49:04 +00:00
<table>
<tr>
<td width="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_a]]</td>
<td widtd="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_b]]</td>
</tr>
</table>
2014-04-19 21:30:38 +00:00
## enjoy
Hope you find Propellor fun and useful!
<pre>
-- _ ______`| ,-.__
{- Propellor -- / \___-=O`/|O`/__| (____.'
Deployed -} -- \ / | / ) _.-"-._
-- `/-==__ _/__|/__=-| ( \_
hosts :: [Host] -- * \ | | '--------'
hosts = -- (o) `
</pre>
2014-05-10 14:05:28 +00:00
Propellor is free software, licensed under the BSD license.
2014-04-19 21:33:11 +00:00
2014-10-31 15:00:14 +00:00
You are encouraged to send patches and improve it. See [[contributing]].