Skip to content

Commit ce39057

Browse files
committed
Merge pull request #30 from VirtueMe/v3monoredirect
moved links from servicestack.net to mono.servicestack.net
2 parents 3293776 + b79497d commit ce39057

File tree

31 files changed

+109
-109
lines changed

31 files changed

+109
-109
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@ or clone this repo to download the source:
1919

2020
A live demo and tutorials are available at the following locations:
2121

22-
### [Backbone.js TODO app with REST and Redis backend](http://servicestack.net/Backbone.Todos/)
23-
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://servicestack.net/Backbone.Todos/)
22+
### [Backbone.js TODO app with REST and Redis backend](http://mono.servicestack.net/Backbone.Todos/)
23+
[![Backbone REST and Redis TODOs](http://mono.servicestack.net/showcase/img/todos-400x350.png)](http://mono.servicestack.net/Backbone.Todos/)
2424

25-
### [Creating a Hello World Web service from scratch](http://servicestack.net/ServiceStack.Hello/)
26-
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://servicestack.net/ServiceStack.Hello/)
25+
### [Creating a Hello World Web service from scratch](http://mono.servicestack.net/ServiceStack.Hello/)
26+
[![ServiceStacks Hello, World!](http://mono.servicestack.net/showcase/img/hello-400x350.png)](http://mono.servicestack.net/ServiceStack.Hello/)
2727

28-
### [GitHub-like browser to manage remote filesystem over REST](http://servicestack.net/RestFiles/)
29-
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://servicestack.net/RestFiles/)
28+
### [GitHub-like browser to manage remote filesystem over REST](http://mono.servicestack.net/RestFiles/)
29+
[![GitHub-like REST Files](http://mono.servicestack.net/showcase/img/restfiles-400x350.png)](http://mono.servicestack.net/RestFiles/)
3030

31-
### [Creating a StackOverflow-like app in Redis](http://servicestack.net/RedisStackOverflow/)
32-
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://servicestack.net/RedisStackOverflow/)
31+
### [Creating a StackOverflow-like app in Redis](http://mono.servicestack.net/RedisStackOverflow/)
32+
[![Redis StackOverflow](http://mono.servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://mono.servicestack.net/RedisStackOverflow/)
3333

34-
### [Northwind dataset services](http://servicestack.net/ServiceStack.Northwind/)
35-
[![Redis StackOverflow](http://servicestack.net/showcase/img/northwind-400x350.png)](http://servicestack.net/ServiceStack.Northwind/)
34+
### [Northwind dataset services](http://mono.servicestack.net/ServiceStack.Northwind/)
35+
[![Redis StackOverflow](http://mono.servicestack.net/showcase/img/northwind-400x350.png)](http://mono.servicestack.net/ServiceStack.Northwind/)
3636

37-
### [Complete REST Web service example](http://servicestack.net/ServiceStack.MovieRest/)
38-
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://servicestack.net/ServiceStack.MovieRest/)
37+
### [Complete REST Web service example](http://mono.servicestack.net/ServiceStack.MovieRest/)
38+
[![REST at the Movies!](http://mono.servicestack.net/showcase/img/movierest-400x350.png)](http://mono.servicestack.net/ServiceStack.MovieRest/)
3939

40-
### [Calling Web Services with Ajax](http://servicestack.net/ServiceStack.Examples.Clients/)
41-
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://servicestack.net/ServiceStack.Examples.Clients/)
40+
### [Calling Web Services with Ajax](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
41+
[![Ajax Example](http://mono.servicestack.net/showcase/img/ajaxexample-400x350.png)](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
4242

4343
### Other examples
4444
* [Calling Web Services with Mono Touch](http://www.servicestack.net/monotouch/remote-info/)
45-
* [Calling Web Services using Silverlight](http://servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
46-
* [Calling SOAP 1.1 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
47-
* [Calling SOAP 1.2 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
45+
* [Calling Web Services using Silverlight](http://mono.servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
46+
* [Calling SOAP 1.1 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
47+
* [Calling SOAP 1.2 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
4848

4949
_All live examples hosted on CentOS/Nginx/FastCGI/Mono_
5050

src/Backbone.Todos/default.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<a href="http://www.servicestack.net" style="display: block; position: absolute;
1414
top: 5px; left: 10px;">
15-
<img src="http://servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
15+
<img src="http://mono.servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
1616
</a>
1717
<!-- Todo App Interface -->
1818
<div id="todoapp">
@@ -47,7 +47,7 @@ <h1>
4747
<br />
4848
Powered By Open Source
4949
<br />
50-
<a href="http://servicestack.net">servicestack.net</a> | <a href="http://redis.io">redis</a>
50+
<a href="http://mono.servicestack.net">servicestack.net</a> | <a href="http://redis.io">redis</a>
5151
| <a href="http://www.mono-project.com">mono</a>
5252
</div>
5353
<!-- Templates -->

src/ConsoleUtil/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static void Main(string[] args)
1818
var json = File.ReadAllText(filePath);
1919
Pages = JsonSerializer.DeserializeFromString<List<Page>>(json);
2020

21-
var webHostUrl = "http://servicestack.net/docs/";
21+
var webHostUrl = "http://mono.servicestack.net/docs/";
2222
foreach (var page in Pages)
2323
{
2424
//ReplaceOldLinks(webHostUrl, page);
@@ -53,7 +53,7 @@ public static void ReplaceOldLinks(string baseUrl, Page srcPage)
5353

5454
content = content.Replace(
5555
"(https://github.com/ServiceStack/ServiceStack.Redis/wiki/Caching)",
56-
"(http://servicestack.net/docs/framework/caching-options)");
56+
"(http://mono.servicestack.net/docs/framework/caching-options)");
5757

5858
Save(srcPage, content);
5959
}

src/Docs/examples/servicestack-examples.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ for twitter updates.
88

99
A live demo and tutorials are available at the following locations:
1010

11-
### [Backbone.js TODO app with REST and Redis backend](http://servicestack.net/Backbone.Todos/)
12-
[![Backbone REST and Redis TODOs](http://servicestack.net/showcase/img/todos-400x350.png)](http://servicestack.net/Backbone.Todos/)
11+
### [Backbone.js TODO app with REST and Redis backend](http://mono.servicestack.net/Backbone.Todos/)
12+
[![Backbone REST and Redis TODOs](http://mono.servicestack.net/showcase/img/todos-400x350.png)](http://mono.servicestack.net/Backbone.Todos/)
1313

14-
### [Creating a Hello World Web service from scratch](http://servicestack.net/ServiceStack.Hello/)
15-
[![ServiceStacks Hello, World!](http://servicestack.net/showcase/img/hello-400x350.png)](http://servicestack.net/ServiceStack.Hello/)
14+
### [Creating a Hello World Web service from scratch](http://mono.servicestack.net/ServiceStack.Hello/)
15+
[![ServiceStacks Hello, World!](http://mono.servicestack.net/showcase/img/hello-400x350.png)](http://mono.servicestack.net/ServiceStack.Hello/)
1616

17-
### [GitHub-like browser to manage remote filesystem over REST](http://servicestack.net/RestFiles/)
18-
[![GitHub-like REST Files](http://servicestack.net/showcase/img/restfiles-400x350.png)](http://servicestack.net/RestFiles/)
17+
### [GitHub-like browser to manage remote filesystem over REST](http://mono.servicestack.net/RestFiles/)
18+
[![GitHub-like REST Files](http://mono.servicestack.net/showcase/img/restfiles-400x350.png)](http://mono.servicestack.net/RestFiles/)
1919

20-
### [Creating a StackOverflow-like app in Redis](http://servicestack.net/RedisStackOverflow/)
21-
[![Redis StackOverflow](http://servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://servicestack.net/RedisStackOverflow/)
20+
### [Creating a StackOverflow-like app in Redis](http://mono.servicestack.net/RedisStackOverflow/)
21+
[![Redis StackOverflow](http://mono.servicestack.net/showcase/img/redisstackoverflow-400x350.png)](http://mono.servicestack.net/RedisStackOverflow/)
2222

23-
### [Complete REST Web service example](http://servicestack.net/ServiceStack.MovieRest/)
24-
[![REST at the Movies!](http://servicestack.net/showcase/img/movierest-400x350.png)](http://servicestack.net/ServiceStack.MovieRest/)
23+
### [Complete REST Web service example](http://mono.servicestack.net/ServiceStack.MovieRest/)
24+
[![REST at the Movies!](http://mono.servicestack.net/showcase/img/movierest-400x350.png)](http://mono.servicestack.net/ServiceStack.MovieRest/)
2525

26-
### [Calling Web Services with Ajax](http://servicestack.net/ServiceStack.Examples.Clients/)
27-
[![Ajax Example](http://servicestack.net/showcase/img/ajaxexample-400x350.png)](http://servicestack.net/ServiceStack.Examples.Clients/)
26+
### [Calling Web Services with Ajax](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
27+
[![Ajax Example](http://mono.servicestack.net/showcase/img/ajaxexample-400x350.png)](http://mono.servicestack.net/ServiceStack.Examples.Clients/)
2828

2929
### Other examples
3030
* [Calling Web Services with Mono Touch](http://www.servicestack.net/monotouch/remote-info/)
31-
* [Calling Web Services using Silverlight](http://servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
32-
* [Calling SOAP 1.1 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
33-
* [Calling SOAP 1.2 Web Service Examples](http://servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
31+
* [Calling Web Services using Silverlight](http://mono.servicestack.net/ServiceStack.Examples.Clients/Silverlight.htm)
32+
* [Calling SOAP 1.1 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx)
33+
* [Calling SOAP 1.2 Web Service Examples](http://mono.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx)
3434

3535
_All live examples hosted on CentOS/Nginx/FastCGI/Mono_
3636

src/Docs/framework/caching-options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ for the following cache providers:
88

99
# Live Example and code
1010

11-
A live demo of the ICacheClient is available in [The ServiceStack.Northwind's example project](http://servicestack.net/ServiceStack.Northwind/). Here are some requests to cached services:
11+
A live demo of the ICacheClient is available in [The ServiceStack.Northwind's example project](http://mono.servicestack.net/ServiceStack.Northwind/). Here are some requests to cached services:
1212

13-
* [/customers](http://servicestack.net/ServiceStack.Northwind/cached/customers)
14-
* [/customers/ALFKI](http://servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI)
15-
* [/customers/ALFKI/orders](http://servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI/orders)
13+
* [/customers](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers)
14+
* [/customers/ALFKI](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI)
15+
* [/customers/ALFKI/orders](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI/orders)
1616

1717
Which are simply existing web services wrapped using **ICacheClient** that are contained in [CachedServices.cs](https://github.com/ServiceStack/ServiceStack.Examples/blob/master/src/ServiceStack.Northwind/ServiceStack.Northwind.ServiceInterface/CachedServices.cs)
1818

src/Docs/framework/csv-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This is how the above web service output looks when opened up in [google docs](h
5858

5959
Alternative in following with the HTTP specification you can also specify content-type `"text/csv"` in the *Accept* header of your HttpClient, e.g:
6060

61-
var httpReq = (HttpWebRequest)WebRequest.Create("http://servicestack.net/ServiceStack.MovieRest/movies");
61+
var httpReq = (HttpWebRequest)WebRequest.Create("http://mono.servicestack.net/ServiceStack.MovieRest/movies");
6262
httpReq.Accept = "text/csv";
6363
var csv = new StreamReader(httpReq.GetResponse().GetResponseStream()).ReadToEnd();
6464

src/Docs/framework/json-report-format.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
These examples are simply links to existing ServiceStack web services, which based on your browsers user-agent (i.e. Accept: 'text/html') provides this HTML format instead of the other serialization formats.
66

7-
- **Northwind Database: ** [All Customers](http://servicestack.net/ServiceStack.Northwind/customers), [Customer Detail](http://servicestack.net/ServiceStack.Northwind/customers/ALFKI), [Customer Orders](http://servicestack.net/ServiceStack.Northwind/orders)
8-
- **RedisStackOverflow: ** [Latest Questions](http://servicestack.net/RedisStackOverflow/questions) and [Site Stats](http://servicestack.net/RedisStackOverflow/stats)
9-
- **RestMovies: ** [All Movie listings](http://servicestack.net/ServiceStack.MovieRest/movies)
10-
- **RestFiles: ** [Root Directory](http://servicestack.net/RestFiles/files)
7+
- **Northwind Database: ** [All Customers](http://mono.servicestack.net/ServiceStack.Northwind/customers), [Customer Detail](http://mono.servicestack.net/ServiceStack.Northwind/customers/ALFKI), [Customer Orders](http://mono.servicestack.net/ServiceStack.Northwind/orders)
8+
- **RedisStackOverflow: ** [Latest Questions](http://mono.servicestack.net/RedisStackOverflow/questions) and [Site Stats](http://mono.servicestack.net/RedisStackOverflow/stats)
9+
- **RestMovies: ** [All Movie listings](http://mono.servicestack.net/ServiceStack.MovieRest/movies)
10+
- **RestFiles: ** [Root Directory](http://mono.servicestack.net/RestFiles/files)
1111

12-
[![HTML5 Report Format](http://servicestack.net/img/HTML5Format.png)](http://servicestack.net/ServiceStack.Northwind/customers/ALFKI)
12+
[![HTML5 Report Format](http://mono.servicestack.net/img/HTML5Format.png)](http://mono.servicestack.net/ServiceStack.Northwind/customers/ALFKI)
1313

1414
To see it in action, **view the source** in your browser. Webkit and Firefox users can simply go to the url below:
1515

16-
view-source:http://servicestack.net/ServiceStack.Northwind/customers/ALFKI
16+
view-source:http://mono.servicestack.net/ServiceStack.Northwind/customers/ALFKI
1717

1818
Note: To view the web services in a different format simply append **?format=[json|xml|html|csv|jsv]** to the query string.
1919

src/Docs/framework/nuget.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ To make it easier for developers to get started we're now maintaining NuGet pack
44

55
So if you have [NuGet](http://nuget.org) installed, the easiest way to get started is to create a new ASP.NET Web Application and install the **ServiceStack** package:
66

7-
![Install-Package ServiceStack](http://servicestack.net/img/nuget-servicestack.png)
7+
![Install-Package ServiceStack](http://mono.servicestack.net/img/nuget-servicestack.png)
88

99
This automates the following manual steps:
1010

1111
* Add the ServiceStack dlls to your standard VS.NET ASP.NET Web Application
1212
* Register the ServiceStack handler in your Web.Config
1313
* Configure your AppHost
14-
* Create a **[Hello](http://servicestack.net/ServiceStack.Hello/)** web service
15-
* Create a **[TODO](http://servicestack.net/Backbone.Todos/)** RESTful web service
14+
* Create a **[Hello](http://mono.servicestack.net/ServiceStack.Hello/)** web service
15+
* Create a **[TODO](http://mono.servicestack.net/Backbone.Todos/)** RESTful web service
1616

1717
Although we believe this to be a popular starting point, it is not the only one as we have examples of Windows Services, Stand-alone Console Hosts, Hosting together with an existing web framework at a Custom Path - Templates available in the **/StarterTemplates** folder in the [ServiceStack.Examples project](https://github.com/ServiceStack/ServiceStack.Examples/downloads).
1818

@@ -27,11 +27,11 @@ Downloadable separately from ServiceStack itself is it's string powers. Inside [
2727
* StringExtensions - Xml/Json/Csv/Url encoding, BaseConvert, Rot13, Hex escape, etc.
2828
* Stream, Reflection, List, DateTime, etc extensions and utils
2929

30-
![Install-Package ServiceStack.Text](http://servicestack.net/img/nuget-servicestack.text.png)
30+
![Install-Package ServiceStack.Text](http://mono.servicestack.net/img/nuget-servicestack.text.png)
3131

3232
## NuGet ServiceStack.Redis
3333

34-
With a hope to introduce more .NET developers to the high-performance and productive NoSQL worlds, we also include a full-featured [C# Redis client](~/redis-client/redis-client) allowing you to build [complete apps with it](http://servicestack.net/RedisStackOverflow/). [Redis](http://redis.io/) is the fastest NoSQL database in the world that is capable of achieving [about 110000 SETs and 81000 GETs per second](http://redis.io/topics/benchmarks).
34+
With a hope to introduce more .NET developers to the high-performance and productive NoSQL worlds, we also include a full-featured [C# Redis client](~/redis-client/redis-client) allowing you to build [complete apps with it](http://mono.servicestack.net/RedisStackOverflow/). [Redis](http://redis.io/) is the fastest NoSQL database in the world that is capable of achieving [about 110000 SETs and 81000 GETs per second](http://redis.io/topics/benchmarks).
3535

3636
The C# Redis Client features:
3737

@@ -46,7 +46,7 @@ For .NET developers new to Redis, we invite you to check out the following tutor
4646
* [Designing a NoSQL Database using Redis](~/redis-client/designing-nosql-database)
4747
* [Painless data migrations with schema-less NoSQL datastores](~/redis-client/schemaless-nosql-migrations)
4848

49-
![Install-Package ServiceStack.Redis](http://servicestack.net/img/nuget-servicestack.redis.png)
49+
![Install-Package ServiceStack.Redis](http://mono.servicestack.net/img/nuget-servicestack.redis.png)
5050

5151
## NuGet ServiceStack.OrmLite
5252

@@ -56,12 +56,12 @@ It's primary feature over other ORMs is its auto-support for blobs where any com
5656

5757
Currently OrmLite comes in SQLite and SQL Server RDBMS's flavors and each are downloadable separately via NuGet:
5858

59-
![Install-Package ServiceStack.OrmLite.SqlServer](http://servicestack.net/img/nuget-servicestack.ormlite.sqlserver.png)
59+
![Install-Package ServiceStack.OrmLite.SqlServer](http://mono.servicestack.net/img/nuget-servicestack.ormlite.sqlserver.png)
6060

6161
For Sqlite 32 and 64bit embedded .NET libraries are available:
6262

63-
![Install-Package ServiceStack.OrmLite.Sqlite32](http://servicestack.net/img/nuget-servicestack.ormlite.sqlite32.png)
63+
![Install-Package ServiceStack.OrmLite.Sqlite32](http://mono.servicestack.net/img/nuget-servicestack.ormlite.sqlite32.png)
6464

65-
![Install-Package ServiceStack.OrmLite.Sqlite64](http://servicestack.net/img/nuget-servicestack.ormlite.sqlite64.png)
65+
![Install-Package ServiceStack.OrmLite.Sqlite64](http://mono.servicestack.net/img/nuget-servicestack.ormlite.sqlite64.png)
6666

6767

0 commit comments

Comments
 (0)