aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-07-12 17:10:17 -0700
committerTristan Sloughter <[email protected]>2013-07-12 17:10:17 -0700
commitfc11fad608a49f95d1298067244e59dcb25c86a3 (patch)
tree090dba625dc8425536ddc2ab7e0cd73abb109ba4
parent7a5f83ca43756bb218e1cd2b2c68bcf7e53a9cc3 (diff)
downloadrelx-fc11fad608a49f95d1298067244e59dcb25c86a3.tar.gz
relx-fc11fad608a49f95d1298067244e59dcb25c86a3.tar.bz2
relx-fc11fad608a49f95d1298067244e59dcb25c86a3.zip
Create gh-pages branch via GitHub
-rw-r--r--index.html26
-rw-r--r--params.json2
2 files changed, 15 insertions, 13 deletions
diff --git a/index.html b/index.html
index 801b0f0..09b8c62 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- <title>Relx by erlware</title>
+ <title>Relcool by erlware</title>
</head>
<body>
@@ -18,7 +18,7 @@
<div class="inner">
<header>
- <h1>Relx</h1>
+ <h1>Relcool</h1>
<h2>Release creation for Erlang</h2>
</header>
@@ -31,36 +31,38 @@
<hr>
<section id="main_content">
- <p>Reltool assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory.</p>
+ <p>Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory.</p>
-<h3>Example Configuration</h3>
+<h3>
+<a name="example-configuration" class="anchor" href="#example-configuration"><span class="octicon octicon-link"></span></a>Example Configuration</h3>
<pre><code>$ git clone https://github.com/tsloughter/erlangdc2013.git
$ cd erlangdc2013
-$ cat relx.config
+$ cat relcool.config
{release, {erlangdc, "0.0.1"},
[estatsd
,erlangdc]}.
{extended_start_script, true}.
-$ ./relx
+$ ./relcool
...
$ ls _rel/
bin erts-5.10.1 lib log releases
</code></pre>
-<h3>Documentation</h3>
+<h3>
+<a name="documentation" class="anchor" href="#documentation"><span class="octicon octicon-link"></span></a>Documentation</h3>
-<p><a href="https://github.com/erlware/relx/wiki">relx wiki</a></p>
+<p><a href="https://github.com/erlware/relcool/wiki">relcool wiki</a></p>
</section>
<footer>
- Relx is maintained by <a href="https://github.com/erlware">erlware</a><br>
- This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
+ Relcool is maintained by <a href="https://github.com/erlware">erlware</a><br>
+ This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
-
+
</div>
</div>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/params.json b/params.json
index 65d5778..e254ea4 100644
--- a/params.json
+++ b/params.json
@@ -1 +1 @@
-{"name":"Relcool","tagline":"Release creation for Erlang","body":"Reltool assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory.\r\n\r\n### Example Configuration\r\n\r\n```\r\n$ git clone https://github.com/tsloughter/erlangdc2013.git\r\n$ cd erlangdc2013\r\n$ cat relcool.config\r\n{release, {erlangdc, \"0.0.1\"},\r\n [estatsd\r\n ,erlangdc]}.\r\n{extended_start_script, true}.\r\n\r\n$ ./relcool\r\n...\r\n$ ls _rel/\r\nbin erts-5.10.1 lib log releases\r\n```\r\n\r\n### Documentation\r\n\r\n[relcool wiki](https://github.com/erlware/relcool/wiki)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file
+{"name":"Relcool","tagline":"Release creation for Erlang","body":"Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but usually it is simple a well configured release directory.\r\n\r\n### Example Configuration\r\n\r\n```\r\n$ git clone https://github.com/tsloughter/erlangdc2013.git\r\n$ cd erlangdc2013\r\n$ cat relcool.config\r\n{release, {erlangdc, \"0.0.1\"},\r\n [estatsd\r\n ,erlangdc]}.\r\n{extended_start_script, true}.\r\n\r\n$ ./relcool\r\n...\r\n$ ls _rel/\r\nbin erts-5.10.1 lib log releases\r\n```\r\n\r\n### Documentation\r\n\r\n[relcool wiki](https://github.com/erlware/relcool/wiki)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file