Skip to content

Commit

Permalink
IronPython Tools CTP2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed May 1, 2010
1 parent 84e6b66 commit 190314b
Show file tree
Hide file tree
Showing 18 changed files with 133 additions and 21 deletions.
1 change: 1 addition & 0 deletions Web.config
Expand Up @@ -18,6 +18,7 @@
<mimeMap fileExtension=".py" mimeType="application/python" />
<mimeMap fileExtension=".slvx" mimeType="application/x-zip-compressed" />
<mimeMap fileExtension=".dmg" mimeType="application/x-apple-diskimage" />
<mimeMap fileExtension=".vsix" mimeType="application/vsix" />
</staticContent>
</system.webServer>
</configuration>
10 changes: 9 additions & 1 deletion css/lang.css
Expand Up @@ -160,7 +160,7 @@
background-image: url("../images/ironruby-tools-rails-500.png");
}
#ironpython.tools .tools-image {
background-image: url("../images/ironpython-tools-wpf-500.png");
background-image: url("../images/ironpython-vstools-fade.png");
}

#ironruby.tools .download-link a:link,
Expand Down Expand Up @@ -189,3 +189,11 @@



#ironpython.home.page #get #tutorial #code-snippet code {
background: none;
height: 279px;
padding: 0;
top: -173px;
width: 256px;
z-index: 10;
}
10 changes: 5 additions & 5 deletions css/master.css
Expand Up @@ -327,8 +327,8 @@ a.download_link:hover {
.home.page #get #tutorial #code-snippet code {
width: 200px;
height: 250px;
/* background-image: url(../images/code-snippet-bg.png); */
background-color: #484848;
background-image: url(../images/code-snippet-bg.png);
background-color: #484848;
background-position: 0 0;
background-repeat: no-repeat;
padding: 10px;
Expand Down Expand Up @@ -357,7 +357,7 @@ a.download_link:hover {
}

.home.page #get #tutorial p {
margin: 70px 0px 5px;
margin: 105px 5px 5px;
}

.home.page #get #tutorial a#tutorial-image,
Expand Down Expand Up @@ -697,10 +697,10 @@ div.container.divider {
margin-left: auto;
margin-right: auto;
position: absolute;
left: 0px;
left: -10px;
z-index: -1;
text-indent: -1000000px;
top: 0;
top: -10px;
width: 500px;
}

Expand Down
3 changes: 2 additions & 1 deletion generate.py
Expand Up @@ -75,7 +75,8 @@
'stable_release_date': '2.6.1 released on 2010-04-12',
'stable_release_notes': 'http://ironpython.codeplex.com/releases/view/36280',
'stable_release_source': 'http://ironpython.codeplex.com/releases/view/36280#DownloadId=116511',
'code_snippet_html': """<span class="comment"># namespaces are modules</span>
'code_snippet_html': """<img src="../images/ironpython-interactive.png" height="279" alt="IronPython Interactive in Visual Studio 2010" />""",
'old_code_snippet_html': """<span class="comment"># namespaces are modules</span>
<span class="keyword">from</span> <span class="constant">System</span>.<span class="constant">Collections</span>.<span class="constant">Generic</span> import <span class="constant">Dictionary</span>
<span class="comment"># indexers constrains type</span>
Expand Down
Binary file added images/ironpython-interactive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ironpython-vstools-450.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ironpython-vstools-fade.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ironpython-vstools.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/trypythoninbrowser-290x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/documentation/dotnet/index.html
Expand Up @@ -21,7 +21,7 @@

<div id="nav">
<div>
<a href='../..'>Overview</a><a href='../../download/'>Download</a><a href='..' class='active'>Documentation</a><a href='../../support/'>Support</a>
<a href='../..'>Overview</a><a href='../../download/'>Download</a><a href='../tools/'>Tools</a><a href='../browser/'>Browser</a><a href='..' class='active'>Documentation</a><a href='../../support/'>Support</a>
</div>
</div>

Expand Down
Binary file not shown.
Binary file added python/tools/download/IronPythonTools.vsix
Binary file not shown.
25 changes: 25 additions & 0 deletions python/tools/download/index.html
@@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>IronPython.net / Tools / Download CTP2</title>
</head>
<BODY>
Downloading IronPython Tools CTP2 ...

<a href="../">go back to IronPython tools</a>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16148811-1");
//pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
pageTracker._trackPageview('/download/tools-ctp2');
</script>
<meta http-equiv="REFRESH" content="0;url=IronPythonTools.vsix">
<!--<meta http-equiv="REFRESH" content="0;url=http://mschnlnine.vo.llnwd.net/d1/dlr/IronPythonTools.vsix">-->
</BODY>
</HTML>
9 changes: 5 additions & 4 deletions python/tools/index.rst
@@ -1,7 +1,7 @@
==================================
IronPython tools for Visual Studio
==================================
`IronPython tools <download.html>`_ provide a
`IronPython tools <download/>`_ provide a
*Python code editor*, a
*file-based project system*, and an
*interactive Python interpreter*,
Expand All @@ -18,14 +18,15 @@ all inside `Visual Studio 2010 <http://www.microsoft.com/express/>`_, and
:class: download-link

**Download**
`IronPython Tools 0.1 <download.html>`_
`IronPython Tools CTP2 <download/>`_


.. container::
:class: tools-nav

**Resources**

- `Documentation <examples.html>`_
- `Spread the word <http://twitter.com/home/?status=RT+IronPython+tools:+Python+IDE+in+Visual+Studio+http://ironpython.net/tools+%23ironpython+%23vs2010>`_
- `Walkthrough <IronPython-Tools-for-Visual-Studio-Walkthrough.pdf>`_
- `Specification <ipy-tools-spec-ctp2.pdf>`_
- `Spread the word <http://twitter.com/home/?status=RT+IronPython+tools:+Python+IDE+in+Visual+Studio+http://ironpython.net/tools/+%23ironpython+%23vs2010>`_

Binary file added python/tools/ipy-tools-spec-ctp2.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions python/tools/nav.py
@@ -1,5 +1,5 @@
[
("IronPython Tools", "index.html"),
("Download", 'download.html'),
("Documentation", 'documentation.html'),
("Download", 'download/'),
("Walkthrough", 'IronPython-Tools-for-Visual-Studio-Walkthrough.pdf'),
]
67 changes: 66 additions & 1 deletion python/try/index.html
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Expand Down Expand Up @@ -61,3 +61,68 @@ <h1 style='top: -52px'><a href="..">IronPython</a></h1>
</body>
</html>
-->

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<title>IronPython.net / Interactive Tutorial</title>
<link rel="stylesheet" href="../../css/master.css" type="text/css" media="screen"
charset="utf-8" />
<link rel="stylesheet" href="../../css/lang.css" type="text/css" media="screen"
charset="utf-8" />
<link rel="stylesheet" href="../../css/sticky-footer.css" type="text/css" media="screen"
charset="utf-8" />
</head>

<body id="ironpython" class="page">

<div id="wrap">
<div id="main" class="clearfix">

<div id="nav">
<div>
<a href='..'>Overview</a><a href='../download/'>Download</a><a href='../tools/'>Tools</a><a href='../browser/'>Browser</a><a href='../documentation/'>Documentation</a><a href='../support/'>Support</a>
</div>
</div>

<div id="header">
<h1 style='z-index: 10'><a href="..">IronPython</a></h1>
</div>

<div style="position: absolute; top: 48px; bottom: 53px; right: 0; left: 0;">
<iframe src="http://trypython.org" width="100%" height="100%" style="border: 0; z-index: 0">
<a href="http://trypython.org" target="_blank">TryPython.org</a>
</iframe>
</div>

</div>

</div>

<div id="footer">
<ul>
<li>&copy; <a href='http://microsoft.com'>Microsoft Corporation</a></li>
<li id="footer-nav">
<a href='..'>Overview</a>|<a href='../download/'>Download</a>|<a href='../documentation/'>Documentation</a>|<a href='../support/'>Support</a>
</li>
<li class="clear">&nbsp;</li>
</ul>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16148811-1");
pageTracker._trackPageview();
} catch (err) { }</script>

</body>
</html>
23 changes: 17 additions & 6 deletions templates/home.html
Expand Up @@ -14,6 +14,20 @@ <h2>
</h2>
</div>

{% if language == "Python" %}
<div style="border-top: 2px solid #ccc; border-bottom: 2px solid #ccc;">
<div style="width: 800px; margin: 0pt auto; position: relative; height: 330px;">
<a href="tools/">
<span style="letter-spacing: -0.04em; font-size: 4.4em; font-family: gill sans,gill sans mt,Calibri,arial,helvetica,sans-serif; margin: 80px 0pt 0pt 440px; float: right; text-align: left;">
IronPython Tools <span style="display: block; font-size: 0.5em; font-style: italic; text-align: center;">for</span>Visual Studio 2010
</span>
<img width="450" src="../images/ironpython-vstools-450.png" alt="IronPython Tools for Visual Studio 2010" style="position: absolute; left: -10px; top: 10px; border: 0pt none;">
</a>
</div>
<div class="clear"></div>
</div>
{% endif %}

<div id="what-is">
<p>
Iron{{language}} is an <a target='_blank' href="http://www.opensource.org/licenses/ms-pl.html">open-source</a> implementation of the {{language}}
Expand Down Expand Up @@ -46,27 +60,24 @@ <h3><a href='try/' target="_blank">Try {{language}} <span>in the <u>browser</u><
<li id="tutorial">
<pre id="code-snippet"><code>{{code_snippet_html}}</code></pre>
<p>
Learn more with the online tutorial:
Yes, that's IntelliSense for Python and .NET modules. Experience a more interactive .NET and Python development experience with <a href="tools/">IronPython Tools for Visual Studio 2010</a>.
</p>
<a href='tutorial/' id="tutorial-image">
<img src="../images/iron{{language_lower}}-tutorial.jpg" alt="Iron{{language}} tutorial" />
</a>
</li>
<li class='clear'>&nbsp;</li>
</ul>
</div>

<!--<script type="text/ruby" src="../silverlight/animate.rb"></script>-->
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.js"></script>
<script type="text/javascript">
<!--<script type="text/javascript">
$(document).ready(function() {
$('#code-snippet code').mouseover(function() {
$(this).css('width', '350px')
}).mouseout(function() {
$(this).css('width', '200px')
})
})
</script>
</script>-->

<div id="body">
{{body}}
Expand Down

0 comments on commit 190314b

Please sign in to comment.