Skip to content

Commit a9c5ab4

Browse files
committed
Fixed Author issue (didn't like the use of @ without being in quotes)
1 parent f998fcc commit a9c5ab4

File tree

6 files changed

+181
-43
lines changed

6 files changed

+181
-43
lines changed

_posts/2012-01-02-downmarker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Week 1: Downmarker WPF"
4-
author: @tobin and @aeoth
4+
author: "@tobin and @aeoth"
55
comments: true
66
---
77

_site/atom.xml

Lines changed: 32 additions & 1 deletion
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>2011-12-29T22:10:22+11:00</updated>
6+
<updated>2011-12-29T23:45: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-02T00: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"/>

_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"> 2 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: 28 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -36,61 +36,51 @@
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"> 2 January, 2012
4242
<ul>
4343

4444
</ul>
4545
</div>
4646

47-
<p>This all started with a simple premise:</p>
48-
49-
<h2>"A new coding project every week"</h2>
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>
5048

51-
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We want to:</p>
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>
5250

53-
<ul>
54-
<li>introduce developers to open-source projects and help them learn the ropes.</li>
55-
<li>foster a community which encouraged contributions across a range of technologies.</li>
56-
<li>work on projects which the community (i.e. YOU) want to improve.</li>
57-
</ul>
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>
5852

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>
5954

60-
<p> Of course, that doesn't get away from the original question I had.</p>
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>
6156

62-
<h2>"Why a week?"</h2>
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>
6358

64-
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
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>
6560

66-
<ul>
67-
<li>shorter timelines encourage achievable goals.</li>
68-
<li>shorter timelines reduce the incentive to procrastinate.</li>
69-
<li>more variety of projects to work on over a period of time.</li>
70-
<li>with good organisation, each week should be productive out of the gate.</li>
71-
</ul>
61+
<p>We'll review our progress in next week's post.</p>
7262

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>
7364

74-
<h2>"What's next?"</h2>
75-
76-
<p> But there are some things we need to address first:</p>
77-
78-
<ul>
79-
<li>how do we determine which projects to work on?</li>
80-
<li>how do we organise each project?</li>
81-
<li>how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?</li>
82-
</ul>
83-
84-
85-
<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>
86-
87-
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
88-
89-
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
90-
91-
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
65+
<p>-- Code52 team</p>
9266

9367
<br />
68+
<a href="/downmarker#disqus_thread">Comments</a>
69+
70+
</div>
71+
</li>
72+
73+
<li>
74+
<div class="idea">
75+
76+
<h3><a class="postlink" href="/introduction">Introducing code52</a></h3>
77+
<div class="postdate">31 December, 2011
78+
<ul>
79+
80+
</ul>
81+
</div>
82+
83+
9484
<a href="/introduction#disqus_thread">Comments</a>
9585

9686
</div>

_site/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>"What's next?"</h2>
8787
</div>
8888
<div id="page-navigation">
8989
<div class="left"> </div>
90-
<div class="right"> </div>
90+
<div class="right"> <a href="/downmarker" title="next Post: Week 1: Downmarker WPF">Week 1: Downmarker WPF &rarr; </a> </div>
9191
<div class="clear">&nbsp;</div>
9292
</div>
9393

_site/rss.xml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,38 @@
66
<atom:link href="http://www.Code52.org/rss.xml" rel="self" type="application/rss+xml" />
77
<description></description>
88
<language>en-au</language>
9-
<pubDate>Thu, 29 Dec 2011 22:10:22 +1100</pubDate>
10-
<lastBuildDate>Thu, 29 Dec 2011 22:10:22 +1100</lastBuildDate>
9+
<pubDate>Thu, 29 Dec 2011 23:45:27 +1100</pubDate>
10+
<lastBuildDate>Thu, 29 Dec 2011 23:45:27 +1100</lastBuildDate>
1111

1212

13+
<item>
14+
<title>Week 1: Downmarker WPF</title>
15+
<link>http://www.Code52.org/downmarker.html</link>
16+
<pubDate>Mon, 02 Jan 2012 00:00:00 +1100</pubDate>
17+
<author>code52@code52.org (Code52 Team)</author>
18+
<guid>http://www.Code52.org/downmarker</guid>
19+
<description>&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;
20+
21+
&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;
22+
23+
&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;
24+
25+
&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;
26+
27+
&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;
28+
29+
&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;
30+
31+
&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;
32+
33+
&lt;p&gt;We'll review our progress in next week's post.&lt;/p&gt;
34+
35+
&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;
36+
37+
&lt;p&gt;-- Code52 team&lt;/p&gt;
38+
</description>
39+
</item>
40+
1341
<item>
1442
<title>Introducing code52</title>
1543
<link>http://www.Code52.org/introduction.html</link>

0 commit comments

Comments
 (0)