Skip to content

Commit

Permalink
Merge remote branch 'db/gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Dec 26, 2009
2 parents efb9229 + 3f62687 commit 3320094
Show file tree
Hide file tree
Showing 43 changed files with 6,563 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
_site
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
albacorebuild.net
3 changes: 3 additions & 0 deletions _config.yml
@@ -0,0 +1,3 @@
url: http://albacorebuild.net
exclude:
- _source
4 changes: 4 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,4 @@
---
layout: master
---
{{ content }}
97 changes: 97 additions & 0 deletions _layouts/master.html
@@ -0,0 +1,97 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Build Your .NET Systems Quickly And Easily With Ruby And Rake, Using The Albacore Rake Task Suite. Albacore: Dolphin-Safe Rake Tasks For .NET Systems" />
<meta name="keywords" content=".net, ruby, rake, albacore, build, nant, msbuild, assemblyinfo, sqlcmd, ncover, nunit, mspec, xunit" />

<link href="{{ site.url }}/css/main.css" rel="stylesheet" type="text/css" />
<link href="http://feeds.feedburner.com/AlbacoreBuild" rel="alternate" title="AlbacoreBuild.Net" type="application/atom+xml" />

<script src="{{ site.url }}/scripts/jquery.js" type="text/javascript"></script>

<title>Albacore: {{ page.title }}</title>
<script language="javascript">
$(function() {
$('.rollover').hover(function() {
var currentImg = $(this).attr('src');
$(this).attr('src', $(this).attr('hover'));
$(this).attr('hover', currentImg);
}, function() {
var currentImg = $(this).attr('src');
$(this).attr('src', $(this).attr('hover'));
$(this).attr('hover', currentImg);
});
});
</script>
</head>
<body>
<div id="titlebar">
<div id="logo">
<a href="{{ site.url }}"><img border="0" src="{{ site.url }}/images/AlbacoreLogo3.png" /></a>
</div>
</div>

<div id="container">
<div id="main_content">
{{ content }}
</div>
<div id="sidebar">
<div class="sidebar_item">
<a href="http://github.com/derickbailey/Albacore"><img class="rollover" src="{{ site.url }}/images/github.png" hover="{{ site.url }}/images/github-color.png" border="0"></a>
<a href="http://groups.google.com/group/albacoredev"><img class="rollover" src="{{ site.url}}/images/google.png" hover="{{ site.url }}/images/google-color.png" border="0"></a>
<a href="http://twitter.com/albacorebuild"><img class="rollover" src="{{ site.url }}/images/twitter.png" hover="{{ site.url }}/images/twitter-color.png" border="0"></a>
<a href="http://feeds.feedburner.com/AlbacoreBuild"><img class="rollover" src="{{ site.url }}/images/rss.png" hover="{{ site.url }}/images/rss-color.png" border="0"></a>
</div>
<div class="sidebar_item">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 230,
height: 300,
theme: {
shell: {
background: '#e0e0e0',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#485d66',
links: '#004F15'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('albacorebuild').start();
</script>
</div>
<div class="sidebar_item">
<a href="http://ncover.com"><img src="{{ site.url }}/images/i_cover_my_code_promo_badge_white.jpg" border="0"></a>
</div>
</div>
</div>
<div id="footer">
<div id="footer_content">
<div class="footer_left">
<a href="http://github.com/derickbailey/Albacore/blob/master/EULA.txt">Copyright ©2009 Derick Bailey.</a> All Rights Reserved.
</div>
<div class="footer_right">
git the source code on GitHub : <a href="http://github.com/derickbailey/Albacore">derickbailey/Albacore</a>
</div>
</div>
</div>
</body>
</html>
26 changes: 26 additions & 0 deletions _layouts/post.html
@@ -0,0 +1,26 @@
---
layout: master
---

<div class="description">
<h1>{{ page.title }}</h1>
{{ page.date }}
</div>
{{ content }}
<div id="post_comments">
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/albacorebuild/embed.js"></script><noscript><a href="http://disqus.com/forums/albacorebuild/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/albacorebuild/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
</div>
@@ -0,0 +1,40 @@
---
layout: post
title: All A-Twitter With A New Logo, Tag Line, And URL
---

There’s been a lot of fun things happening with Albacore over the holiday weekend.

h2. The Discussion Group

First, there was the Google Groups announcement to coordinate the community. It’s taken off fairly well with our first call for help, and an answer from Steve.

bq. <a href="http://groups.google.com/group/albacoredev">Albacore Dev</a>

h2. The Albacore Website

Next, Ben Hall was kind enough to register and host the new url:

bq. <a href="http://albacorebuild.net">http://albacorebuild.net</a>

We’ve got it set to point at the Albacore Github page, and I have some ideas of what we can do with this… it’ll grow over time so be sure to keep that url in mind as the central location to find all things Albacore.

h2. The Albacore Twitter

Then there’s a new twitter account to keep the twitterverse up to date with all the latest and greatest happenings in Albacore.

bq. <a href="http://twitter.com/albacorebuild">@albacorebuild</a>

h2. The Albacore Tag Line

Don’t forget about the new tag line! I’m quite proud of this one… it’s kinda dumb, but funny at the same time. :)

bq. Albacore: Dolphin-Safe Rake Tasks For .NET Systems

h2. The Albacore Logo

And last, but certainly not least for the weekend, is the new Albacore logo that incorporates the tag line. I managed to pull out my rusty old design skills and put together this little gem with the help of InkScape.

bq. <img src="/images/AlbacoreLogo3.png" />

As you can see, it’s been a busy holiday weekend for the Albacore crew. I’m hoping that this is just the beginning of a good community building effort, and a lot of support and contributions for the project.
18 changes: 18 additions & 0 deletions _posts/2009-11-28-YourSourceForAlbacoreNews.textile
@@ -0,0 +1,18 @@
---
layout: post
title: Your Source For Albacore News
---

h2. Dr. Jekyll, Mr. Albacore

I decided to put <a href="http://pages.github.com/">github's 'pages'</a> feature to good use and set up the AlbacoreBuild.net site with all the configuration files that I needed to make a <a href="http://github.com/mojombo/jekyll">jekyll</a> site and host a blog for Albacore. You're currently reading the results of my effort.

One of the great parts about using jekyll and github pages is that the entire site is managed through the Albacore repository on git. This means we get full source control over the site with collaboration from anyone that wishes to contribute. So, if you have some Albacore news, tips & trick, or any other ideas that you want to share, feel free to drop a file in the _posts folder under the '<a href="http://github.com/derickbailey/Albacore/tree/gh-pages">gh-pages</a>' branch, and send a pull request in. We'll review the post and get it pushed up to the site.

h2. Better Than Yesterday...

I don't claim that this site perfect yet - far from it. Rather, this will be work in progress. Hopefully over time we'll be able to improve the site design, add more and more content and keep the world up to date through rss feeds, etc.

h2. A Cry For Help!

If your, or anyone you know, has some crazy-good inter-webs design-o-matic skills, some free time and a willingness to contribute to a small but growing open source effort, please let me know. This site really needs some better look and feel, layout, etc. You can get my email from <a href="http://github.com/derickbailey">my github profie</a>.
44 changes: 44 additions & 0 deletions _posts/2009-11-30-HowToContribute.textile
@@ -0,0 +1,44 @@
---
layout: post
title: How To Contribute To Albacore
---

If you would like to contribute to the Albacore project, there are a number of things that you can do including code contributions, bug reports, idea submissions, user group discussions, etc.

h2. Github Issues List

Anyone can submit an item to the issues list directly. Just click the "Issues" tab on Derick Bailey's "github repository":http://github.com/derickbailey/Albacore/issues for Albacore. You can add comments to existing items, add new items, vote for them, etc.

h2. Google Groups

There is a user group set up over on google groups: "AlbacoreDev":http://groups.google.com/group/albacoredev Here you can post any kind of discussion you wish, pertaining to Albacore. This includes questions, comments, bugs, ideas, or anything else you want to discuss.

h2. Code Submissions

If you would like to submit code patches to Albacore, the first thing you need to do is fork the repository to your github account. After you have made the changes that you want, send a pull request to Derick Bailey. For more information on how to go about the fork / pull request process, see the "Forking A Project":http://help.github.com/forking/ github help page.

h3. AutoCRLF

Before you begin working with Albacore, be sure to set your "AutoCRLF":http://help.github.com/dealing-with-lineendings/ option correctly.

h3. Rebasing / Merging from Master

Before you send in a Pull Request, be sure you have rebased or merged your working branch with alll changes that are in the Master branch of the "master repository":http://github.com/derickbailey/Albacore . If you don't property rebase / merge from the master repository, your pull request may be ignored or rejected.

h3. Dependencies

If you wish to write / run any of the suite of specs for Albacore, you will need several dependencies installed. If you have installed Albacore via the gem, you will have most of the dependencies you need, but not all of them. If you have only forked / cloned Albacore, you may not have any of the required dependencies.

To install the Albacore dependencies for runtime and development effort, run the following ruby command from the root of your Albacore clone:

<pre><code>ruby install_dependencies.rb</code></pre>

This will install all required dependencies.

h3. Running The RSpec Tests

If you wish to run the rspec test suite, you can get a list of the available specs by running <code>rake -T</code> in the root of your Albacore clone. The <code>specs:all</code> task will run every spec. Other tasks will run only the stated specs.

h4. Note on NCover Specs

You must have a valid NCover 3.x license installed on your system, to run the NCover* specs. If you do not have a license installed, you will receive an error while attempting to run these specs.

0 comments on commit 3320094

Please sign in to comment.