Skip to content

Commit

Permalink
rename www.servicestack to mono.servicestack
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2013
1 parent 791b44b commit 1d4b7a4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/Backbone.Todos/default.htm
Expand Up @@ -10,7 +10,7 @@
<script src="Scripts/todos.js"></script>
</head>
<body>
<a href="http://www.servicestack.net" style="display: block; position: absolute;
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
top: 5px; left: 10px;">
<img src="http://servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
</a>
Expand Down
6 changes: 3 additions & 3 deletions src/Docs/default.htm
Expand Up @@ -238,11 +238,11 @@ <h2>Meta</h2>
<li>
<a href="http://groups.google.com/group/servicestack">Google Group</a></li>
<li>
<a href="http://www.servicestack.net/mythz_blog/">Developer Blog</a></li>
<a href="http://mono.servicestack.net/mythz_blog/">Developer Blog</a></li>
<li>
<a href="http://www.servicestack.net/showcase/">Showcase</a></li>
<a href="http://mono.servicestack.net/showcase/">Showcase</a></li>
<li>
<a href="http://www.servicestack.net/ServiceStack.Hello/">Hello World</a></li>
<a href="http://mono.servicestack.net/ServiceStack.Hello/">Hello World</a></li>
<li>
<a href="https://docs.google.com/present/view?id=dg3mcfb_213gsvvmmfk">REST Tutorial</a></li>
<li>
Expand Down
6 changes: 3 additions & 3 deletions src/Docs/default.shtml
Expand Up @@ -112,9 +112,9 @@
<ul>
<li><a href="http://twitter.com/ServiceStack">@ServiceStack</a></li>
<li><a href="http://groups.google.com/group/servicestack">Google Group</a></li>
<li><a href="http://www.servicestack.net/mythz_blog/">Developer Blog</a></li>
<li><a href="http://www.servicestack.net/showcase/">Showcase</a></li>
<li><a href="http://www.servicestack.net/ServiceStack.Hello/">Hello World</a></li>
<li><a href="http://mono.servicestack.net/mythz_blog/">Developer Blog</a></li>
<li><a href="http://mono.servicestack.net/showcase/">Showcase</a></li>
<li><a href="http://mono.servicestack.net/ServiceStack.Hello/">Hello World</a></li>
<li><a href="https://docs.google.com/present/view?id=dg3mcfb_213gsvvmmfk">REST Tutorial</a></li>
<li><a href="https://github.com/ServiceStack/">GitHub</a></li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions src/RedisStackOverflow/RedisStackOverflow/default.htm
Expand Up @@ -376,7 +376,7 @@
</head>
<body>

<a href="http://www.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>

<div id="header-links">
<a href="../ServiceStack.Hello/">Hello World</a>
Expand Down Expand Up @@ -435,13 +435,13 @@ <h3>Application Features</h3>
</dd>
<dd>
Uses no other external .dlls apart from
<a href="http://www.servicestack.net">ServiceStack</a>
<a href="http://mono.servicestack.net">ServiceStack</a>
</dd>
<dd>
<a href="/metadata">Checkout the complete Web Services API</a>
</dd>
<dd>
<a href="http://www.servicestack.net">Uses</a>
<a href="http://mono.servicestack.net">Uses</a>
<a href="http://redis.io">only</a>
<a href="http://www.mono-project.com">OSS</a>
<a href="http://wiki.nginx.org">software</a>
Expand All @@ -451,7 +451,7 @@ <h3>Application Features</h3>
</dl>

<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
<img src="http://mono.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
</a>

</div>
Expand All @@ -468,7 +468,7 @@ <h2></h2>

<div id="footer">
Simple StackOverlow-like Ajax website using only <a href="http://jquery.com">jQuery</a> for UI,
calling <a href="http://www.servicestack.net">Service Stack's</a> REST-ful web services,
calling <a href="http://mono.servicestack.net">Service Stack's</a> REST-ful web services,
powered entirely by <a href="http://redis.io">Redis</a>
on <a href="http://www.mono-project.com">Mono</a>.<br />

Expand Down
6 changes: 3 additions & 3 deletions src/RestFiles/RestFiles/default.htm
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="Scripts/ajaxfileupload.js"></script>
</head>
<body>
<a href="http://www.servicestack.net" style="display: block; position: absolute;
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
top: 5px; left: 10px;">
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
<div id="header">
Expand All @@ -24,7 +24,7 @@
</div>
<div id="title">
<h1>
<a href="http://www.servicestack.net">ServiceStack</a><b>/</b><a class="active" href="./">The
<a href="http://mono.servicestack.net">ServiceStack</a><b>/</b><a class="active" href="./">The
Rest Files</a></h1>
</div>
<div id="info">
Expand Down Expand Up @@ -77,7 +77,7 @@ <h4>
<div id="fileview">
</div>
<div id="footer">
<a id="logo" href="http://www.servicestack.net">
<a id="logo" href="http://mono.servicestack.net">
<img src="Content/Images/logo-txt-small.png" alt="ServiceStack" /></a> <a id="mono" href="http://www.mono-project.com">
<img src="Content/Images/Mono-powered-big.png" /></a>
<div id="demo">
Expand Down
8 changes: 4 additions & 4 deletions src/ServiceStack.Hello/default.htm
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="Content/Css/default.css" />
</head>
<body>
<a href="http://www.servicestack.net" style="display: block; position: absolute;
<a href="http://mono.servicestack.net" style="display: block; position: absolute;
top: 5px; left: 10px;">
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
<div id="header-links">
Expand All @@ -21,7 +21,7 @@ <h1 class="title">
Creating a Web service from scratch with Service Stack</h1>
<p>
This tutorial will go through and develop and call a simple Hello world Web Service
from scratch using <a href="http://www.servicestack.net">Service Stack</a> and VS.NET.
from scratch using <a href="http://mono.servicestack.net">Service Stack</a> and VS.NET.
</p>
<a name="nuget"></a>
<h2>
Expand Down Expand Up @@ -445,7 +445,7 @@ <h4>
<p>
<em>NOTE: Service Stack also lets you submit any arbitary complex type (using <a
href="https://github.com/ServiceStack/ServiceStack.Text/wiki/JSV-Format">JSV format</a>)
via the query string or form data: <a href="http://www.servicestack.net/ServiceStack.Examples.Host.Web/ServiceStack/Json/SyncReply/StoreLogs?Loggers=[{Id:786,Devices:[{Id:5955,Type:Panel,TimeStamp:1199303309,Channels:[{Name:Temperature,Value:58},{Name:Status,Value:On}]},{Id:5956,Type:Tank,TimeStamp:1199303309,Channels:[{Name:Volume,Value:10035},{Name:Status,Value:Full}]}]}]">
via the query string or form data: <a href="http://mono.servicestack.net/ServiceStack.Examples.Host.Web/ServiceStack/Json/SyncReply/StoreLogs?Loggers=[{Id:786,Devices:[{Id:5955,Type:Panel,TimeStamp:1199303309,Channels:[{Name:Temperature,Value:58},{Name:Status,Value:On}]},{Id:5956,Type:Tank,TimeStamp:1199303309,Channels:[{Name:Volume,Value:10035},{Name:Status,Value:Full}]}]}]">
see this example</a>. </em>
</p>
<h4>
Expand Down Expand Up @@ -605,7 +605,7 @@ <h3>
Northwind Database Examples</h3>
<p>
Now that you've got the hang of how easy it is to create a simple web service, check
out the <a href="http://www.servicestack.net/ServiceStack.Northwind/">Northwind Database
out the <a href="http://mono.servicestack.net/ServiceStack.Northwind/">Northwind Database
examples</a> to see how useful servicestack becomes with just a little db code.
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/ServiceStack.MovieRest/Web/default.htm
Expand Up @@ -152,7 +152,7 @@
</script>
</head>
<body>
<a href="http://www.servicestack.net" style="display: block; position: absolute; top: 5px; left: 10px;">
<a href="http://mono.servicestack.net" style="display: block; position: absolute; top: 5px; left: 10px;">
<img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
<div id="header-links">
<a href="../ServiceStack.Hello/">Hello World</a> <a href="../Backbone.Todos/">Todos</a>
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2></h2>
<strong><a href="movies">View movies</a></strong> in the new <a href="https://github.com/ServiceStack/ServiceStack/wiki/HTML5ReportFormat">HTML5 Format</a>
</div>
<a id="btn-download" href="https://github.com/ServiceStack/ServiceStack.Examples/downloads">
<img src="http://www.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
<img src="http://mono.servicestack.net/btn-download.gif" alt="Download ServiceStack.Examples.zip">
</a>

<script>
Expand Down
6 changes: 3 additions & 3 deletions src/ServiceStack.Northwind/ServiceStack.Northwind/default.htm
Expand Up @@ -130,7 +130,7 @@
</head>
<body>

<a href="http://www.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>
<a href="http://mono.servicestack.net" style="display:block;position:absolute;top:5px;left:10px;"><img src="http://servicestack.net/icon-home.jpg" alt="ServiceStack Home" /></a>

<div id="header-links">
<a href="../ServiceStack.Hello/">Hello World</a>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h4>Nothing but C#</h4>
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomersService.cs">these</a>
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CustomerDetailsService.cs">three</a>
<a href="https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/OrdersService.cs">classes</a>
</strong>. Everything else seen here is automatically provided by <a href="http://www.servicestack.net">ServiceStack</a> using a code-first, convention-based approach.
</strong>. Everything else seen here is automatically provided by <a href="http://mono.servicestack.net">ServiceStack</a> using a code-first, convention-based approach.
ServiceStack can infer a richer intelligence about your services to better able to provide more generic and re-usable functionality for free!
</p>
<p>
Expand All @@ -309,7 +309,7 @@ <h4>Get Started by un-learning WCF RPC</h4>
</div>

<div id="footer">
<a id="logo" href="http://www.servicestack.net"><img src="img/logo-txt-small.png" alt="ServiceStack" /></a>
<a id="logo" href="http://mono.servicestack.net"><img src="img/logo-txt-small.png" alt="ServiceStack" /></a>
<a id="mono" href="http://www.mono-project.com"><img src="img/Mono-powered-big.png" /></a>
<div id="demo">Live demo hosted on Linux (Cent OS) / <a href="http://wiki.nginx.org">Nginx</a> using <a href="http://www.mono-project.com">Mono</a></div>
</div>
Expand Down

0 comments on commit 1d4b7a4

Please sign in to comment.