Skip to content

Commit

Permalink
Temporary content updated with useful links
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilk committed Sep 12, 2012
1 parent c017141 commit be893ff
Showing 1 changed file with 43 additions and 57 deletions.
100 changes: 43 additions & 57 deletions index.html
@@ -1,61 +1,47 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <title>Script# by nikhilk</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <base href="http://scriptsharp.com" />
<title>Script# by nikhilk</title> <link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css"> <meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> </head>
<script src="javascripts/respond.js"></script> <body>
<!--[if lt IE 9]> <div id="header">
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <nav>
<![endif]--> <li class="fork"><a href="https://github.com/nikhilk/scriptsharp">View On GitHub</a></li>
<!--[if lt IE 8]> <li class="downloads"><a href="http://visualstudiogallery.msdn.microsoft.com/178fe024-29f2-467c-a1da-284fedd1ac19">Download/Install</a></li>
<link rel="stylesheet" href="stylesheets/ie.css"> </nav>
<![endif]--> </div>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

<div class="wrapper">
</head> <section>
<body> <div id="title">
<div id="header"> <h1>Script#</h1>
<nav> <p>C# Productivity with JavaScript Ubiquity!</p>
<li class="fork"><a href="https://github.com/nikhilk/scriptsharp">View On GitHub</a></li> <hr>
<li class="downloads"><a href="https://github.com/nikhilk/scriptsharp/zipball/master">ZIP</a></li> <span class="credits left">Project maintained by <a href="https://github.com/nikhilk">nikhilk</a></span>
<li class="title">DOWNLOAD</li> </div>
</nav> <h3>Script# Project</h3>
</div><!-- end header --> <p>Script# is a free tool that generates JavaScript by compiling C# source code. The goal is to enable you to leverage the productivity of C#, the Visual Studio IDE, and .NET tools and apply them to your HTML5 development. The Script# compiler is a development/build-time tool that takes a pragmatic approach to generating script for use in real-world script-based applications, without introducing any unnecessary layers of abstraction.</p>

<p>Stay tuned... updated site with more information and documentation coming soon!</p>
<div class="wrapper"> <h3>Useful Links</h3>

<ul>
<section> <li>Latest release (0.7.5) ... install the <a href="http://visualstudiogallery.msdn.microsoft.com/178fe024-29f2-467c-a1da-284fedd1ac19">Script# Extension</a> into Visual Studio 2010 and 2012. This installs project and item templates to get you quickly started ... see the Script# section under Visual C# in the New Project dialog.</li>
<div id="title"> <li>Nuget packages ... install one or more <a href="http://nuget.org/packages?q=scriptsharp">Script# nuget packages</a> into your Script# projects for additional functionality such as jQuery, Knockout, and Bing Maps libraries or additional functionality such as unit testing and fxcop for your Script# projects.</li>
<h1>Script#</h1> <li>Follow Script# (<a href="http://twitter.com/scriptsharp">@scriptsharp</a>) and Nikhil (<a href="http://twitter.com/nikhilk">@nikhilk</a>) on Twitter to connect and to hear about the latest announcements and updates on Script#.</li>
<p>C# Developer Goodness, JavaScript Deployment Bliss!</p> <li>Check out the sources, raise issues, and collaborate on the project via the <a href="https://github.com/nikhilk/scriptsharp">Script# Github repository</a>.</li>
<hr> <li>Ask questions about using Script# on <a href="http://stackoverflow.com/questions/tagged/scriptsharp">Stack Overflow</a>.</li>
<span class="credits left">Project maintained by <a href="https://github.com/nikhilk">nikhilk</a></span> </ul>
</div> </section>

<hr>
<h3>Script# Project</h3>

<p>Script# is a free tool that generates JavaScript by compiling C# source code. The goal is to enable you to leverage the productivity of C#, the Visual Studio IDE, and .NET tools and apply them to your HTML5 development. The Script# compiler is a development/build-time tool that takes a pragmatic approach to generating script for use in real-world script-based applications, without introducing any unnecessary layers of abstraction.</p>

<p>More information coming soon!</p>
</section>
<hr>

</div> </div>
<!--[if !IE]><script>fixScale(document);</script><![endif]--> <script type="text/javascript">
<script type="text/javascript"> var _gaq = _gaq || [];
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); _gaq.push(['_setAccount', 'UA-22421847-1']);
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); _gaq.push(['_trackPageview']);
</script> </script>
<script type="text/javascript"> <script type="text/javascript" src="http://www.google-analytics.com/ga.js" async="true"></script>
try {
var pageTracker = _gat._getTracker("UA-1111541-3");
pageTracker._trackPageview();
} catch(err) {}
</script>

</body> </body>
</html> </html>

0 comments on commit be893ff

Please sign in to comment.