Skip to content

Commit

Permalink
added readme and github link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
maniserowicz committed Feb 28, 2012
1 parent 7551657 commit e8b0682
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions readme.markdown
@@ -0,0 +1,23 @@
msmvp.pl
==

## Why?

There is no source of knowledge about MS MVP program in Poland with a list of current MVPs, a program history or at least a simple explanation "what the MVP program is?". But let's face it... who cares? That is not really an issue.

My main motivation was to finally use [NancyFx] and [Simple.Data] in a real website, and this one seemed simple enough to fool around with those two awesome libraries during several pleasant evenings and **not** starting a several-months project.

[NancyFx]:http://nancyfx.org/
[Simple.Data]:https://github.com/markrendle/Simple.Data

## When?

The site is not yet publicly available - *.htaccess* access will be removed once we deal with layout/CSS crap and finish gathering all required data. But then again - all of the code is available here.

## How?

It is not intended to be a complex CMS will shiny user integration, forums, comments etc. It could as well be created using a bunch of static HTML files, but where's the fun then?

Feel free to play around and send pull requests if you have any interesting ideas for improvements. Some points of future interest are already added as [issues], probably more to come.

[issues]: https://github.com/maniserowicz/msmvppl/issues
2 changes: 2 additions & 0 deletions src/msmvp_pl/Views/_layout.cshtml
Expand Up @@ -64,6 +64,8 @@

<footer>
<p>Powered by <a href="http://nancyfx.org/">NancyFx</a> & <a href="https://github.com/markrendle/Simple.Data">Simple.Data</a></p>
<p>Created and maintained by <a href="http://www.maciejaniserowicz.com/">Maciej Aniserowicz</a> and <a href="https://github.com/maniserowicz/msmvppl/pulls">Contributors</a>. Layout/design by (...).</p>
<p>Sources available on <a href="https://github.com/maniserowicz/msmvppl">GitHub</a>, feel free to contribute!</p>
</footer>

</div>
Expand Down

0 comments on commit e8b0682

Please sign in to comment.