Navigation Menu

Skip to content

Commit

Permalink
Website update: home page blurb, issues now in GitHub, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen authored and rmtemplet committed Jul 21, 2011
1 parent cc471b5 commit ecafea4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions website/community.html
Expand Up @@ -12,7 +12,7 @@ <h3>Mailing lists</h3>
<h3>Real-time chat</h3>
<p>We meet in IRC channel <strong>#camps</strong> on <strong>freenode</strong> (chat.freenode.net port 6667).</p>

<h3>Ticket tracking</h3>
<p>New feature requests and bug reports are handled in <a href="https://rt.endpoint.com/">End Point's RT</a> in the "Camps" queue, currently only accessible by users with accounts.</p>
<h3>Issues</h3>
<p>New feature requests and bug reports are handled in <a href="https://github.com/devcamps/camps/issues">GitHub's issues area</a>.</p>

<!--#include virtual="/footer.html" -->
7 changes: 1 addition & 6 deletions website/footer.html
Expand Up @@ -7,14 +7,9 @@
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<p>© 2010 End Point Corporation</p>
<p>920 Broadway Suite 701</p>
<p>New York, NY 10010 USA</p>
<p>© 2011 <a href="http://www.endpoint.com/">End Point Corporation</a></p>
</td>
<td class="links">
<p><a href="/code.html">code</a></p>
<p><a href="/documentation.html">docs</a></p>
<p><a href="/community.html">community</a></p>
</td>
</tr>
</table>
Expand Down
1 change: 0 additions & 1 deletion website/header.html
Expand Up @@ -13,7 +13,6 @@
<li><a href="/code.html">code</a></li>
<li><a href="/documentation.html">documentation</a></li>
<li><a href="/community.html">community</a></li>
<li><a href="http://blog.endpoint.com/">end point's blog</a></li>
</ul>
</div>
</div>
Expand Down
17 changes: 13 additions & 4 deletions website/index.html
@@ -1,12 +1,21 @@
<!--#set var="title" value="DevCamps.org | Development Camps, Development and Staging Environments" -->
<!--#include virtual="/header.html" -->

<h1>Welcome to DevCamps.org</h1>
<h1>Welcome to DevCamps.org!</h1>

<p>DevCamps are a software system and conventions for making automated development, integration, and staging environments called "camps".</p>
<p>DevCamps are a system for easily managing development, integration, staging, and production environments. Each environment is called a camp.</p>

<p>Focused on web applications, camps make it easy to keep development environments up to date, use version control (including in production if desired), and coordinate multiple simultaneous projects and developers.</p>
<p>Focused on web applications, camps make developers more efficient, and make the agile development and deployment lifecycle easy:</p>

<p>DevCamps were developed at <a href="http://www.endpoint.com/">End Point</a> and are in extensive use on several dozen sites. Camps adapt well to various workflows.</p>
<ul>
<li>Business users and developers easily collaborate on projects in real time</li>
<li>Quickly get new developers up to speed without hours of setup on their own computers</li>
<li>Works with existing version control and continuous integration systems</li>
<li>Easily juggle multiple simultaneous projects</li>
<li>Provide superior coordination for teams of developers</li>
<li>Keep development databases in sync with production</li>
</ul>

<p>DevCamps were developed at <a href="http://www.endpoint.com/">End Point</a> and are in extensive use on several dozen sites.</p>

<!--#include virtual="/footer.html" -->

0 comments on commit ecafea4

Please sign in to comment.