Skip to content

Commit edda146

Browse files
committed
edits to the posts
1 parent d6eeea0 commit edda146

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

_includes/latest_project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="pivot-item">
22
<h3>current</h3>
3-
<h4>The latest Code52 project is <a href="/carnac.html">GitHub Tasks for Outlook</a></h4>
3+
<h4>The latest Code52 project is <a href="/github-for-outlook.html">GitHub Tasks for Outlook</a></h4>
44

55
<div class="description">GitHub Tasks for Outlook is a VSTO plugin for Outlook which allows you to manage your GitHub notifications and admin tasks quickly and easily. Read more <a href="/github-for-outlook.html">here</a>.</div>
66

_posts/2012-02-20-github-for-outlook.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,13 @@ The tool should give you an overview of the important things you need to address
2424

2525
## The technology under the hood
2626

27+
The most popular tool of building addins for Microsoft Office is called Visual Studio Tools for Office - which allows .NET apps to integrate and behave like native Office addins. There's a bunch of resources on getting started with VSTO over on [MSDN](http://msdn.microsoft.com/en-us/office/hh133430).
2728

29+
We will be using WPF for the UI, but the real project we will leverage is [Jake Ginnivan's](http://twitter.com/JakeGinnivan) [VSTOContrib](http://vstocontrib.codeplex.com/) libraries - this will allow us to quickly scaffold the code without getting bogged down in COM interop woes.
2830

29-
* Using @jakeginnivan's VSTO helper to build off as a framework
30-
* WPF App
31-
* Settings page to hook in to your github api key.
32-
* Enumerate your projects
33-
* Create a new issue from an email, assign it against a project, apply a label
31+
We're also talking with @aeoth about making use of some of his recent work on a desktop port of the ["Milestone"](http://quandtm.github.com/Milestone/) GitHub client for WP7. This isn't cruical to the end goal of the week, but after using Reactive Extension in Carnac we're keen to make use of it in other scenarios.
3432

3533

36-
* Could also create a task in outlook for that, link back to the issue in Github
37-
38-
* Not sure what else we could do to add subsequent emails back to a task as comments
39-
4034
## How can I get involved?
4135

42-
The initial project is up on [GitHub](http://github.com/Code52/github-for-outlook). The [Trello board](https://trello.com/board/github-tasks-for-outlook/4f4234cdbfa22c0070ac4caa) will be updated over the course of today/tomorrow as we sketch out the UI and features to implement. And of course the [JabbR](http://jabbr.net/#/rooms/code52) room is worth checking out too!
36+
The initial project is up on [GitHub](http://github.com/Code52/github-for-outlook). The [Trello board](https://trello.com/board/github-tasks-for-outlook/4f4234cdbfa22c0070ac4caa) will be updated over the course of today/tomorrow as we sketch out features and workflow ideas to implement. And of course the [JabbR](http://jabbr.net/#/rooms/code52) room is worth checking out too!

0 commit comments

Comments
 (0)