Skip to content

Commit a4d66aa

Browse files
committed
merge with upstream/master
2 parents 68fc470 + 3d643e9 commit a4d66aa

9 files changed

Lines changed: 126 additions & 3 deletions

File tree

_includes/past.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,35 @@ <h3>past</h3>
2222
<img src="/img/tiles/carnac.png" /><h2>carnac</h2>
2323
</div>
2424
</a>
25+
<a href="/metro.css/">
26+
<div class="Tile one lime">
27+
<img src="/img/tiles/metro.png" /><h2>metro.css</h2>
28+
</div>
29+
</a>
2530
<a href="/github-for-outlook/">
2631
<div class="Tile one lime">
27-
<!--<img src="https://github.com/img/tiles/carnac.png" />--><h2>GT4O</h2>
32+
<img src="/img/tiles/gtfo.png" /><h2>GT4O</h2>
2833
</div>
2934
</a>
3035
</div>
3136

32-
37+
<div id="thirdRow" style="margin-top:10px;">
38+
<a href="/aspnet-internationalization/">
39+
<div class="Tile two-h purple">
40+
<h2>asp.net i18n</h2>
41+
</div>
42+
</a>
43+
<a href="/winjs-recap.html">
44+
<div class="Tile one purple">
45+
<h2>myfinances</h2>
46+
</div>
47+
</a>
48+
<a href="/Enhance/">
49+
<div class="Tile one purple">
50+
<h2>enhance</h2>
51+
</div>
52+
</a>
53+
</div>
3354

3455
</div>
3556
<div style="clear:both">&nbsp;</div>

_posts/2012-03-20-gap-week.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: post
3+
permalink: /working-bee.html
4+
date: 2012-03-20 20:00
5+
title: "Working Bee"
6+
author: "@aeoth, @shiftkey and @tobin"
7+
comments: true
8+
---
9+
10+
With all the work that the Code52 team and its band of merry contributors have achieved over the previous weeks, we're now at the point where we'd like to slow down a bit and take stock of what we've achieved so far.
11+
12+
### You might have missed...
13+
14+
While [@tobin](http://twitter.com/tobin) and [@aeoth](http://twitter.com/aeoth) were working to get the Enhance project started, there has been a supreme effort behind the scenes during the week to address some outstanding work:
15+
16+
- **[Pretzel](http://code52.org/pretzel/)** added support for using Razor templates alongside Liquid templates, and has a [Chocolately package](http://chocolatey.org/packages/pretzel) available for people to install on their local machines.
17+
18+
- **[Ideastrike](http://code52.org/ideastrike/)** has been updated to use Nancy v0.10 - with that transition completed we are looking to enhance and expand on what we initially released to the world.
19+
20+
- **[ASP.NET Internationalization](http://code52.org/aspnet-internationalization)** packages were shipped on NuGet.
21+
22+
## What about this week?
23+
24+
We're aware of the initial premise we made about "a new coding project every week" and how a pause goes against it, but we don't want to march onwards to the detriment of the previous good work we've acheived.
25+
26+
We plan on taking a break from the insanity that is a new project each week to polish previous projects. We would much rather 40 *maintained* and *complete* projects than 52 incomplete projects that never reach their full potential.
27+
28+
As such, we are calling a working bee - there's many things to do, and we want to get as much of it done now before we continue on with new stuff. We'll still be in and out of the [JabbR](http://jabbr.net/#/rooms/code52) during this time if you want to hang out - and yes, contributions are always welcome.
29+
30+
[@shiftkey](http://twitter.com/shiftkey) will be over in Auckland for Codemania next week (grab him if you want to talk about Code52), and we will kick off a new project once he returns on **April 2nd**.
31+
32+
## Working Bee
33+
34+
### Installers
35+
36+
Many of our applications require installers to make the experience super-easy for users. We've researched numerous tools but could not settle on a particular choice which would cover everything we needed from an install solution - so we're cherry-picking from various sources and building something [here](https://github.com/xpaulbettsx/NSync) which we hope will be a best-of-breed solution for deploying and updating applications.
37+
38+
In the meantime, the awesome team at [wyDay](http://wyday.com/) have provided a license for Code52 to use their [wyBuild](http://wyday.com/wybuild/) tool as an update mechanism for our .NET apps.
39+
40+
**Markpad** will be the first application from Code52 to use wyBuild, but we will have more to discuss on this in the coming days.
41+
42+
Another "fun with installers" case we need to address is how Office requires a signed installer for addins from the web. We are looking to address this over the current week so we can get an official build of **GitHub for Office** out for users to test.
43+
44+
### Documentation
45+
46+
Each of the Code52 projects has a [gh-pages](http://pages.github.com/) branch - to introduce users to the application or library - and a wiki - to capture documentation and details to help with understanding of the project.
47+
48+
The project page template (from the work done on MarkPad and ASP.NET i18n) has been spun off into a [separate repository](https://github.com/Code52/gh-pages-template) for people to contribtute to - ideas we have thrown around include different stylesheets and templates, but this has not evolved due to the initial goal of having consistent project pages for each Code52 project.
49+
50+
Some of our library projects - Pretzel and ASP.NET i18n in particular - require refreshing existing documentation or new documentation to help users get familiar with certain features of each application. We want to ensure that details like documentation, which may be overlooked when a project starts, are not left behind as things grow.
51+
52+
### Miscellaneous awesomeness
53+
54+
A quick list off the top of our heads of the other things we are looking to knock off:
55+
56+
- Even after [reworking the UI](http://code52.org/weekone-dayseventyseven.html) for Markpad, new ideas and suggestions for features are still coming in, including split-view/multi-monitor support, Github-flavoured Markdown, exporting to different formats and even document recovery.
57+
58+
- Did I mention an extension API for MarkPad? No? Well I guess I just did.
59+
60+
- MyFinances has gone back to the drawing board with some radical ideas to make the user experience stand out. Once this has been from @shiftkey's brain to working HTML the more advanced features like imports, reporting and achievements will be revisited.
61+
62+
- Carnac has been gathering some user feedback from a couple of presentations - including a couple of interesting graphics-related issues we didn't uncover during our previous testing.

_posts/2012-03-20-scanner-recap.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
permalink: /scanner-recap.html
4+
date: 2012-03-20 23:59
5+
title: "Recap - Enhance"
6+
author: "@aeoth, @shiftkey and @tobin"
7+
comments: true
8+
---
9+
10+
So, the week is over and it's time to report - so let's talk about where we're at.
11+
12+
## How'd we go?
13+
14+
The week started well, @tobin dived in with functional (even if not fully featured) code... until we tried @aeoth's scanner...
15+
16+
From there it was an incredibly painful experience trying to work out how WIA really works, and the best way to proceed.
17+
18+
Having a new scanner that covered for issues in requests made it difficult to test the problems that would arise for other people, but we got to a place where we have some simple scanning going in an app that looks pretty great.
19+
20+
![](/img/scanner-recap-front.png)
21+
22+
Unfortunately, given the problems we had with WIA we didn't get much further.
23+
24+
We have had a few volunteers offering help, even taking tasks but unfortunately they couldn't commit in before the end of the week - we've even had people volunteer right towards the tail end of the week, and we look forward to what they'll bring to the project.
25+
26+
![](/img/scanner-recap-scan.png)
27+
28+
## What's next?
29+
30+
We have a few jobs up on [Trello](https://trello.com/board/enhance/4f24963edbbed1ab5a11c5ad) and we're alway open to having more - or coming in and checking out the code on [Github](http://github.com/Code52/enhance) and doing some work on helping making it better with us.
31+
32+
As always, we'll be working further as the weeks go on - and especially with our [Working Bee](http://code52.org/working-bee) weeks!

css/landing.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ h2 { margin-left:20px; }
125125
);
126126
}
127127

128+
.purple {
129+
background: #7c02d1;
130+
}
131+
132+
128133
.Tile h2 { color:white; font-size: 1.75em; margin-top:-10px; margin-left:0px;}
129134
#sponsors {
130135

img/scanner-recap-front.png

23 KB
Loading

img/scanner-recap-scan.png

117 KB
Loading

img/tiles/gtfo.png

5.28 KB
Loading

img/tiles/metro.png

4.09 KB
Loading

js/contrib.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
{
3939
var repo = data.repositories[i];
4040

41-
if (repo.name != "code52.github.com")
41+
if (repo.name != "code52.github.com"
42+
&& repo.name != "NuGetGallery"
43+
&& repo.name != "markdowndeep"
44+
&& repo.name != "gh-pages-template")
4245
getContribs(repo.name, repo.url);
4346
}
4447
}

0 commit comments

Comments
 (0)