Skip to content

Commit 11419df

Browse files
committed
merged with my minor edits
2 parents 2a32539 + dc72746 commit 11419df

File tree

14 files changed

+255
-26
lines changed

14 files changed

+255
-26
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
code52.org

_posts/2011-12-31-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Introducing code52"
44
author: shiftkey
5+
comments: true
56
---
67

78
This all started with a simple premise:
@@ -33,7 +34,6 @@ We want to:
3334
- more variety of projects to work on over a period of time.
3435
- with good organisation, each week should be productive out of the gate.
3536

36-
3737
##What next?
3838

3939
But there are some things we need to address first:
@@ -44,11 +44,11 @@ We want to:
4444

4545
We want to **build fun stuff**, **give back** to the projects which have been useful to us, and potentially **create a community** around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.
4646

47-
Do you have an project which suits this idea? [Vote on it](http://code52.uservoice.org)
47+
Do you have an project which suits this idea? [Vote on it](http://code52.uservoice.com)
4848

4949
Want to discuss your ideas and suggestions? [Share it](http://code52.tenderapp.com)
5050

51-
Want to get in touch? Follow us on [Twitter](http://twitter/code_52)!
51+
Want to get in touch? Follow us on [Twitter](http://twitter.com/code_52)!
5252

5353

5454

_posts/2012-01-02-downmarker.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "Week 1: Downmarker WPF"
4+
author: "@tobin and @aeoth"
5+
comments: true
6+
date: 2012-01-03
7+
---
8+
9+
Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.
10+
11+
The [Downmarker](https://bitbucket.org/wcoenen/downmarker) project is an editor for [Markdown](http://en.wikipedia.org/wiki/Markdown) a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on [Stack Overflow](http://stackoverflow.com/).
12+
13+
Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.
14+
15+
We will be discussing this on our [TenderApp discussions](http://talk.code52.org/discussions/projects/2-downmarker-wpf) but you can also ping us on [Twitter](http://twitter.com/code_52) to volunteer or have a word with us on [Jabbr](http://jabbr.net/#/rooms/code52) if we're around.
16+
17+
As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.
18+
19+
Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.
20+
21+
One of our key goals is to give back to the community and all the source will be under an open source license and available at [our Github repository](https://github.com/Code52/DownmarkerWPF).
22+
23+
We'll review our progress in next week's post.
24+
25+
You can also submit or vote on what the next project will be at our [UserVoice](http://code52.uservoice.com/) site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)
26+
27+
-- Code52 team

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
code52.org

_site/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Why a week?</h2>
6565

6666
<h2>How can I find out more?</h2>
6767

68-
<p>You can nominate and vote for projects on our <a href="http://code52.uservoice.org">Uservoice</a> site.</p>
68+
<p>You can nominate and vote for projects on our <a href="http://code52.uservoice.com">Uservoice</a> site.</p>
6969

7070
<p>Discussions, ideas and suggestions can be posted on our <a href="http://code52.tenderapp.com">TenderApp</a> site.</p>
7171

_site/atom.xml

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,45 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2012-01-03T19:51:29+11:00</updated>
6+
<updated>2012-01-03T20:22:27+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
1010
<email>Code52@Code52.org</email>
1111
</author>
1212

1313

14+
<entry>
15+
<id>http://www.Code52.org//downmarker</id>
16+
<link type="text/html" rel="alternate" href="http://www.Code52.org//downmarker.html"/>
17+
<title>Week 1: Downmarker WPF</title>
18+
<updated>2012-01-03T00:00:00+11:00</updated>
19+
<author>
20+
<name>Code52 Team</name>
21+
<uri>http://www.Code52.org/</uri>
22+
</author>
23+
<content type="html">&lt;p&gt;Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.&lt;/p&gt;
24+
25+
&lt;p&gt;The &lt;a href=&quot;https://bitbucket.org/wcoenen/downmarker&quot;&gt;Downmarker&lt;/a&gt; project is an editor for &lt;a href=&quot;http://en.wikipedia.org/wiki/Markdown&quot;&gt;Markdown&lt;/a&gt; a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on &lt;a href=&quot;http://stackoverflow.com/&quot;&gt;Stack Overflow&lt;/a&gt;.&lt;/p&gt;
26+
27+
&lt;p&gt;Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.&lt;/p&gt;
28+
29+
&lt;p&gt;We will be discussing this on our &lt;a href=&quot;http://talk.code52.org/discussions/projects/2-downmarker-wpf&quot;&gt;TenderApp discussions&lt;/a&gt; but you can also ping us on &lt;a href=&quot;http://twitter.com/code_52&quot;&gt;Twitter&lt;/a&gt; to volunteer or have a word with us on &lt;a href=&quot;http://jabbr.net/#/rooms/code52&quot;&gt;Jabbr&lt;/a&gt; if we're around.&lt;/p&gt;
30+
31+
&lt;p&gt;As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.&lt;/p&gt;
32+
33+
&lt;p&gt;Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.&lt;/p&gt;
34+
35+
&lt;p&gt;One of our key goals is to give back to the community and all the source will be under an open source license and available at &lt;a href=&quot;https://github.com/Code52/DownmarkerWPF&quot;&gt;our Github repository&lt;/a&gt;.&lt;/p&gt;
36+
37+
&lt;p&gt;We'll review our progress in next week's post.&lt;/p&gt;
38+
39+
&lt;p&gt;You can also submit or vote on what the next project will be at our &lt;a href=&quot;http://code52.uservoice.com/&quot;&gt;UserVoice&lt;/a&gt; site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)&lt;/p&gt;
40+
41+
&lt;p&gt;-- Code52 team&lt;/p&gt;
42+
</content>
43+
</entry>
44+
1445
<entry>
1546
<id>http://www.Code52.org//introduction</id>
1647
<link type="text/html" rel="alternate" href="http://www.Code52.org//introduction.html"/>
@@ -68,11 +99,11 @@
6899

69100
&lt;p&gt; We want to &lt;strong&gt;build fun stuff&lt;/strong&gt;, &lt;strong&gt;give back&lt;/strong&gt; to the projects which have been useful to us, and potentially &lt;strong&gt;create a community&lt;/strong&gt; around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.&lt;/p&gt;
70101

71-
&lt;p&gt; Do you have an project which suits this idea? &lt;a href=&quot;http://code52.uservoice.org&quot;&gt;Vote on it&lt;/a&gt;&lt;/p&gt;
102+
&lt;p&gt; Do you have an project which suits this idea? &lt;a href=&quot;http://code52.uservoice.com&quot;&gt;Vote on it&lt;/a&gt;&lt;/p&gt;
72103

73104
&lt;p&gt; Want to discuss your ideas and suggestions? &lt;a href=&quot;http://code52.tenderapp.com&quot;&gt;Share it&lt;/a&gt;&lt;/p&gt;
74105

75-
&lt;p&gt; Want to get in touch? Follow us on &lt;a href=&quot;http://twitter/code_52&quot;&gt;Twitter&lt;/a&gt;!&lt;/p&gt;
106+
&lt;p&gt; Want to get in touch? Follow us on &lt;a href=&quot;http://twitter.com/code_52&quot;&gt;Twitter&lt;/a&gt;!&lt;/p&gt;
76107
</content>
77108
</entry>
78109

_site/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
body{ font-family: Segoe UI, sans-serif; margin-left:auto; margin-right: auto; width:1100px; }
2-
h1,h2,h3,h4,h5,h6{ font-weight:lighter; }
2+
h1,h2,h3,h4,h5,h6{ font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif; font-weight:lighter; margin-bottom:0px; }
3+
h1 { font-size: 3em;}
4+
h2 { font-size: 2.5em;}
35
a, a:visited { text-decoration: none; color:#13678b;}
46
a:hover { color:white; background: #13678b}
57
ul { margin:0; padding:0;}

_site/downmarker.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta content="en-au" http-equiv="Content-Language" />
5+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
6+
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
7+
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9+
<title>Week 1: Downmarker WPF - code52</title>
10+
<link rel="stylesheet" type="text/css" href="/css/style.css" />
11+
<link rel="shortcut icon" href="/img/favicon.ico" />
12+
</head>
13+
<body>
14+
<div id="container">
15+
<div id="side">
16+
<a href="/" id="homelink" title="home" alt="home"><img src="/img/logo.png" alt="Code 52 - a new coding project every week" /></a>
17+
<div class="section">
18+
<ul>
19+
<li><a href="/about.html">about</a></li>
20+
<li><a href="http://talk.code52.org/">discussion</a></li>
21+
<li><a href="http://twitter.com/code_52">twitter</a></li>
22+
<li><a href="http://jabbr.net/#/rooms/code52">jabbr</a></li>
23+
<li><a href="http://code52.uservoice.com">submit an idea</a></li>
24+
25+
<li><a href="#">past ideas</a></li>
26+
<li><a href="#">wall of champions</a></li>
27+
28+
29+
</ul>
30+
</div>
31+
32+
</div>
33+
<div id="content">
34+
<div class="entry-container">
35+
<div class='entry'>
36+
<h1> Week 1: Downmarker WPF </h1>
37+
<span class="postdate"> 3 January, 2012
38+
39+
</span>
40+
<p>Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.</p>
41+
42+
<p>The <a href="https://bitbucket.org/wcoenen/downmarker">Downmarker</a> project is an editor for <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
43+
44+
<p>Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.</p>
45+
46+
<p>We will be discussing this on our <a href="http://talk.code52.org/discussions/projects/2-downmarker-wpf">TenderApp discussions</a> but you can also ping us on <a href="http://twitter.com/code_52">Twitter</a> to volunteer or have a word with us on <a href="http://jabbr.net/#/rooms/code52">Jabbr</a> if we're around.</p>
47+
48+
<p>As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.</p>
49+
50+
<p>Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.</p>
51+
52+
<p>One of our key goals is to give back to the community and all the source will be under an open source license and available at <a href="https://github.com/Code52/DownmarkerWPF">our Github repository</a>.</p>
53+
54+
<p>We'll review our progress in next week's post.</p>
55+
56+
<p>You can also submit or vote on what the next project will be at our <a href="http://code52.uservoice.com/">UserVoice</a> site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)</p>
57+
58+
<p>-- Code52 team</p>
59+
60+
</div>
61+
</div>
62+
<div id="page-navigation">
63+
<div class="left"> <a href="/introduction" title="Previous Post: Introducing code52">&larr; Introducing code52</a> </div>
64+
<div class="right"> </div>
65+
<div class="clear">&nbsp;</div>
66+
</div>
67+
68+
69+
70+
<div id="disqus_thread"></div>
71+
<script type="text/javascript">
72+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
73+
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
74+
75+
/* * * DON'T EDIT BELOW THIS LINE * * */
76+
(function() {
77+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
78+
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
79+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
80+
})();
81+
</script>
82+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
83+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
84+
85+
</div>
86+
87+
</div>
88+
</body>
89+
</html>

_site/index.html

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,49 @@
3636
<li>
3737
<div class="idea">
3838

39-
<h1><a href="/introduction">Introducing code52</a></h1>
39+
<h1><a href="/downmarker">Week 1: Downmarker WPF</a></h1>
4040

41-
<div class="postdate">31 December, 2011
41+
<div class="postdate"> 3 January, 2012
4242
<ul>
4343

4444
</ul>
4545
</div>
4646

47+
<p>Our first run out of the gate is a project that a few people have taken a stab at in the past, and will help us blog easier.</p>
48+
49+
<p>The <a href="https://bitbucket.org/wcoenen/downmarker">Downmarker</a> project is an editor for <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
50+
51+
<p>Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.</p>
52+
53+
<p>We will be discussing this on our <a href="http://talk.code52.org/discussions/projects/2-downmarker-wpf">TenderApp discussions</a> but you can also ping us on <a href="http://twitter.com/code_52">Twitter</a> to volunteer or have a word with us on <a href="http://jabbr.net/#/rooms/code52">Jabbr</a> if we're around.</p>
54+
55+
<p>As will be our usual scenario - we'll be dedicating this week to kickstarting this project, which may of course go on for more than a week, but our aim is to try to get what we can sorted and organised, and hopefully coded this week to start momentum on this as a full tool in the future.</p>
56+
57+
<p>Many hands make light work we hope you'll put your hand up to participate on the above methods, we're more than happy for you to do as much as you're willing to do to help us.</p>
58+
59+
<p>One of our key goals is to give back to the community and all the source will be under an open source license and available at <a href="https://github.com/Code52/DownmarkerWPF">our Github repository</a>.</p>
60+
61+
<p>We'll review our progress in next week's post.</p>
62+
63+
<p>You can also submit or vote on what the next project will be at our <a href="http://code52.uservoice.com/">UserVoice</a> site - we're happy to take any ideas for apps, tools, plugins or anything else that you think would be helpful and would like to crowdsource as an Open Source project :)</p>
64+
65+
<p>-- Code52 team</p>
66+
67+
<br />
68+
<a href="/downmarker#disqus_thread">Comments</a>
69+
70+
</div>
71+
</li>
72+
73+
<li>
74+
<div class="idea">
75+
76+
<h2><a class="postlink" href="/introduction">Introducing code52</a></h2>
77+
<div class="postdate">31 December, 2011
78+
<ul>
79+
80+
</ul>
81+
</div>
4782
<p>This all started with a simple premise:</p>
4883

4984
<h2>"A new coding project every week"</h2>
@@ -92,13 +127,13 @@ <h2>What next?</h2>
92127

93128
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects which have been useful to us, and potentially <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
94129

95-
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
130+
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.com">Vote on it</a></p>
96131

97132
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
98133

99-
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
134+
<p> Want to get in touch? Follow us on <a href="http://twitter.com/code_52">Twitter</a>!</p>
100135

101-
<br />
136+
102137
<a href="/introduction#disqus_thread">Comments</a>
103138

104139
</div>

_site/introduction.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,37 @@ <h2>What next?</h2>
8585

8686
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects which have been useful to us, and potentially <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
8787

88-
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
88+
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.com">Vote on it</a></p>
8989

9090
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
9191

92-
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
92+
<p> Want to get in touch? Follow us on <a href="http://twitter.com/code_52">Twitter</a>!</p>
9393

9494
</div>
9595
</div>
9696
<div id="page-navigation">
9797
<div class="left"> </div>
98-
<div class="right"> </div>
98+
<div class="right"> <a href="/downmarker" title="next Post: Week 1: Downmarker WPF">Week 1: Downmarker WPF &rarr; </a> </div>
9999
<div class="clear">&nbsp;</div>
100100
</div>
101101

102102

103103

104+
<div id="disqus_thread"></div>
105+
<script type="text/javascript">
106+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
107+
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
108+
109+
/* * * DON'T EDIT BELOW THIS LINE * * */
110+
(function() {
111+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
112+
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
113+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
114+
})();
115+
</script>
116+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
117+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
118+
104119
</div>
105120

106121
</div>

0 commit comments

Comments
 (0)