Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit d01a407

Browse files
author
Cory Fowler
committed
migrated to bootstrap
1 parent 597af57 commit d01a407

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1523
-501
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="panel panel-info hidden-print hidden-sm">
2+
<div class="panel-heading">Install Options</div>
3+
<a href="http://go.microsoft.com/?linkid=9828653&amp;clcid=0x409" class="btn btn-success btn-small btn-block"><small>Windows</small></a>
4+
<a href="http://go.microsoft.com/fwlink/?linkid=253471&amp;clcid=0x409" class="btn btn-success btn-small btn-block"><small>Mac</small></a>
5+
</div>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="alert alert-info">
2+
<strong>Prerequisites</strong>
3+
<p>
4+
<ul>
5+
<li>Node.js <a href="http://nodejs.org/download/">[Download]</a></li>
6+
</ul>
7+
</p>
8+
</div>

_includes/section-title-wawscommands.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

_includes/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Welcome
1+
#Welcome
22

33
Welcome to [Windows Azure Web Sites](http://www.windowsazure.com/en-us/home/scenarios/web-sites/) Cheat Sheet &mdash; a quick reference for working with Windows Azure Web Sites. If you are looking for [tutorials on Windows Azure Web Sites](http://www.windowsazure.com/en-us/develop/overview/) view the [Windows Azure](http://www.windowsazure.com) homepage

_layouts/default.html

Lines changed: 62 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,76 @@
22
<html>
33
<head>
44
<meta charset='utf-8'>
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
65
<meta name="description" content="{{ page.description }}">
7-
<link rel="stylesheet" type="text/css" href="styles/stylesheet.css" media="screen" />
8-
<link rel="stylesheet" type="text/css" href="styles/pygment_trac.css" media="screen" />
9-
<link rel="stylesheet" type="text/css" href="styles/print.css" media="print" />
10-
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<!-- force most recent IE rendering engine -->
9+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
10+
11+
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css" />
12+
<link rel="stylesheet" type="text/css" href="../css/site.css" />
13+
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
1114

1215
<title>{% if page.title %}{{ page.title }} - {% endif %}Windows Azure Web Site Cheat Sheet</title>
1316
</head>
1417

15-
<body>
16-
17-
<header>
18-
<div class="container">
19-
<hgroup>
20-
<h1>Windows Azure Web Sites Cheat Sheet</h1>
21-
<h2>A quick reference for working with Windows Azure Web Sites.</h2>
22-
</hgroup>
23-
</div>
24-
</header>
25-
26-
<div class="container">
27-
<section id="main_content">
28-
<h1>{{ page.title }}</h1>
29-
{{ content }}
30-
</section>
18+
<body data-spy="scroll" data-target="#navbar">
19+
<a name="top"></a>
20+
21+
<div id="navbar" class="navbar navbar-fixed-top">
22+
<div class="container">
23+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
24+
<span class="icon-bar"></span>
25+
<span class="icon-bar"></span>
26+
<span class="icon-bar"></span>
27+
</button>
28+
<a class="navbar-brand" href="#">WAWS Cheat Sheet</a>
29+
<div class="nav-collapse collapse">
30+
<ul class="nav navbar-nav">
31+
<li class="active"><a href="#">Welcome</a></li>
32+
<li><a href="#features">Features</a></li>
33+
<li><a href="#deployment">Deployment</a></li>
34+
<li class="dropdown">
35+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Language Guide <b class="caret"></b></a>
36+
<ul class="dropdown-menu">
37+
<li><a href="#asp">ASP</a></li>
38+
<li><a href="#aspnet">ASP.NET</a></li>
39+
<li><a href="#nodejs">NODE.JS</a></li>
40+
<li><a href="#php">PHP</a></li>
41+
<li><a href="#python">PYTHON</a></li>
42+
</ul>
43+
</li>
44+
<li class="dropdown">
45+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">CLI Reference <b class="caret"></b></a>
46+
<ul class="dropdown-menu">
47+
<li><a href="#cross-platform">Cross Platform</a></li>
48+
<li><a href="#powershell">PowerShell</a></li>
49+
</ul>
50+
</li>
51+
<li><a href="#samples">Samples</a></li>
52+
<li><a href="#additional-references">Additional References</a></li>
53+
</ul>
54+
</div><!--/.nav-collapse -->
55+
</div>
3156
</div>
3257

33-
<a href="https://github.com/SyntaxC4/WindowsAzureWebSitesCheatSheet"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
58+
<div class="container">
59+
60+
{{ content }}
61+
</div> <!-- /container -->
62+
63+
<script src="../js/jquery.min.js" type="text/javascript" />
64+
<script src="../js/bootstrap.min.js" type="text/javascript" />
65+
<script src="../js/site.js" type="text/javascript" />
66+
<script type="text/javascript">
67+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
68+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
3469

35-
<script type="text/javascript">
36-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
37-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
38-
</script>
39-
<script type="text/javascript">
40-
try {
41-
var pageTracker = _gat._getTracker("UA-11941712-5");
42-
pageTracker._trackPageview();
43-
} catch(err) {}
44-
</script>
70+
try {
71+
var pageTracker = _gat._getTracker("UA-11941712-5");
72+
pageTracker._trackPageview();
73+
} catch(err) {}
74+
</script>
4575

4676
</body>
4777
</html>

_posts/01-01-01-Windows-Azure-CLI-Tools-Introduction.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
## Windows Azure CLI Tools (Cross-Platform)
1+
---
2+
category: cross-platform
3+
---
4+
5+
# Windows Azure CLI Tools <small>(Cross-Platform)</small>
6+
7+
8+
{% include html-cli-cross-platform-prereq.md %}
9+
{% include html-cli-cross-platform-install.md %}
10+
11+
212

3-
The Windows Azure CLI Tools (Cross-Platform) are available on **Linux**, **Mac** and **Windows**. The tools are implemented with **Node.js**, [download](http://www.nodejs.org/download) the appropriate installer for your operating system.

_posts/01-01-02-Windows-Azure-CLI-Site.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
{% include section-title-wawscommands.md %}
1+
---
2+
category: cross-platform
3+
---
24

3-
#### General Commands
5+
### General Commands
46

5-
<table class="cli">
7+
<table class="table table-striped cli cmd">
68
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site</kbd></caption>
79
<tr>
810
<th>command</th>
@@ -12,7 +14,7 @@
1214
<tr>
1315
<td>browse {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
1416
<td>
15-
<dl>
17+
<dl class="dl-horizontal">
1618
{% include command-option-subscription.md %}
1719
</dl>
1820
</td>
@@ -21,7 +23,7 @@
2123
<tr>
2224
<td>list {% include command-argument-options.md %}</td>
2325
<td>
24-
<dl>
26+
<dl class="dl-horizontal">
2527
{% include command-option-subscription.md %}
2628
</dl>
2729
</td>
@@ -30,23 +32,25 @@
3032
<tr>
3133
<td>create {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
3234
<td>
33-
{% include command-option-help.md %}
34-
{% include command-option-subscription.md %}
35-
{% include command-option-location.md %}
36-
{% include command-option-hostname.md %}
37-
{% include command-option-git.md %} {% include command-option-publishingusername.md %} {% include command-option-github.md %}
38-
{% include command-option-githubusername.md %}
39-
{% include command-option-githubpassword.md %}
40-
{% include command-option-githubrepository.md %}
41-
{% include command-option-verbose.md %}
42-
{% include command-option-json.md %}
35+
<dl class="dl-horizontal">
36+
{% include command-option-help.md %}
37+
{% include command-option-subscription.md %}
38+
{% include command-option-location.md %}
39+
{% include command-option-hostname.md %}
40+
{% include command-option-git.md %} {% include command-option-publishingusername.md %} {% include command-option-github.md %}
41+
{% include command-option-githubusername.md %}
42+
{% include command-option-githubpassword.md %}
43+
{% include command-option-githubrepository.md %}
44+
{% include command-option-verbose.md %}
45+
{% include command-option-json.md %}
46+
</dl>
4347
</td>
4448
<td>create a new, or associate a local directory to an existing web site</td>
4549
</tr>
4650
<tr>
4751
<td>delete {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
4852
<td>
49-
<dl>
53+
<dl class="dl-horizontal">
5054
{% include command-option-help.md %}
5155
{% include command-option-subscription.md %}
5256
{% include command-option-quiet.md %}
@@ -59,7 +63,7 @@
5963
<tr>
6064
<td>start {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
6165
<td>
62-
<dl>
66+
<dl class="dl-horizontal">
6367
{% include command-option-help.md %}
6468
{% include command-option-subscription.md %}
6569
{% include command-option-verbose.md %}
@@ -71,20 +75,24 @@
7175
<tr>
7276
<td>stop {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
7377
<td>
74-
{% include command-option-help.md %}
75-
{% include command-option-subscription.md %}
76-
{% include command-option-verbose.md %}
77-
{% include command-option-json.md %}
78+
<dl class="dl-horizontal">
79+
{% include command-option-help.md %}
80+
{% include command-option-subscription.md %}
81+
{% include command-option-verbose.md %}
82+
{% include command-option-json.md %}
83+
</dl>
7884
</td>
7985
<td>stop the Internet Information Services (IIS) site</td>
8086
</tr>
8187
<tr>
8288
<td>restart {% include command-argument-options.md %} {% include command-argument-name.md %}</td>
8389
<td>
84-
{% include command-option-help.md %}
85-
{% include command-option-subscription.md %}
86-
{% include command-option-verbose.md %}
87-
{% include command-option-json.md %}
90+
<dl class="dl-horizontal">
91+
{% include command-option-help.md %}
92+
{% include command-option-subscription.md %}
93+
{% include command-option-verbose.md %}
94+
{% include command-option-json.md %}
95+
</dl>
8896
</td>
8997
<td>stop, then start the Internet Information Services (IIS) site</td>
9098
</tr>

_posts/01-01-03-Windows-Azure-CLI-Site-Deployment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#### Deployment Commands
1+
---
2+
category: cross-platform
3+
---
24

3-
<table class="cli">
5+
### Deployment Commands
6+
7+
<table class="table table-striped cli cmd">
48
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site deployment</kbd></caption>
59
<tr>
610
<th>command</th>

_posts/01-01-04-Windows-Azure-CLI-Site-Log.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#### Log Commands
1+
---
2+
category: cross-platform
3+
---
24

3-
<table class="cli">
5+
## Log Commands
6+
7+
<table class="table table-striped">
48
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site log</kbd></caption>
59
<tr>
610
<th>command</th>

_posts/01-01-05-Windows-Azure-CLI-Site-Repository.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#### Repository Commands
1+
---
2+
category: cross-platform
3+
---
24

3-
<table class="cli">
5+
### Repository Commands
6+
7+
<table class="table table-striped cli cmd">
48
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site repository</kbd></caption>
59
<tr>
610
<th>command</th>

0 commit comments

Comments
 (0)