-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 1.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Dolphin-Safe Rake Tasks For .NET Systems
---
<h2>About Albacore</h2>
<p>
Albacore is a suite of <a href="http://rake.rubyforge.org">rake</a> tasks that is intended to make <a href="http://www.lostechies.com/blogs/derickbailey/archive/2009/09/29/albacore-assemblyinfo-task-vs-nant-assembly-info-generator.aspx">building .NET systems easier</a>. It originally <a href="http://www.lostechies.com/blogs/derickbailey/archive/2009/09/17/how-a-net-developer-hacked-out-a-rake-task.aspx">started as an experiment</a> to learn ruby and rake. After some basic ideas were laid down, the framework <a href="http://www.lostechies.com/blogs/derickbailey/archive/2009/09/23/albacore-a-suite-of-rake-build-tasks-for-net-solutions.aspx">took shape</a> pretty quickly. A number of people heard about it and began submitting their own patches and ideas to the project. After several iterations of the code, a lot of learning and a ton of great help, Albacore has become quite popular. It's getting some good press via <a href="http://stevenharman.net/blog/archive/2009/11/23/omg-better-rake-for-.net.aspx">blogs</a> and <a href="http://twitter.com/#search?q=%23albacore">twitter</a>, and is continuing to grow and improve, rapidly.
</p>
<p>
The AlbacoreBuild.net site was started to help centralize resources for Albacore. The site is still young, though, so check back frequently for updates to the layout and content. Don't forget to <a href="http://feeds.feedburner.com/AlbacoreBuild">subscribe to the feed</a>, as well.
</p>
<h2>Install The Gem Or Git The Source Code</h2>
<p>
You can git the source code and/or gem installation instructions from GitHub, at <a href="http://github.com/Albacore/albacore">http://github.com/Albacore/albacore</a>
</p>
<h2>News And Updates</h2>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>