Skip to content

moved links from servicestack.net to mono.servicestack.net #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@ or clone this repo to download the source:

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

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

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

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

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

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions src/Backbone.Todos/default.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<a href="http://www.servicestack.net" style="display: block; position: absolute;
top: 5px; left: 10px;">
<img src="http://servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
<img src="http://mono.servicestack.net/icon-home-eee.jpg" alt="ServiceStack Home" />
</a>
<!-- Todo App Interface -->
<div id="todoapp">
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1>
<br />
Powered By Open Source
<br />
<a href="http://servicestack.net">servicestack.net</a> | <a href="http://redis.io">redis</a>
<a href="http://mono.servicestack.net">servicestack.net</a> | <a href="http://redis.io">redis</a>
| <a href="http://www.mono-project.com">mono</a>
</div>
<!-- Templates -->
Expand Down
4 changes: 2 additions & 2 deletions src/ConsoleUtil/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static void Main(string[] args)
var json = File.ReadAllText(filePath);
Pages = JsonSerializer.DeserializeFromString<List<Page>>(json);

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

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

Save(srcPage, content);
}
Expand Down
30 changes: 15 additions & 15 deletions src/Docs/examples/servicestack-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ for twitter updates.

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

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

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

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

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

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

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

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

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

Expand Down
8 changes: 4 additions & 4 deletions src/Docs/framework/caching-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ for the following cache providers:

# Live Example and code

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:
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:

* [/customers](http://servicestack.net/ServiceStack.Northwind/cached/customers)
* [/customers/ALFKI](http://servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI)
* [/customers/ALFKI/orders](http://servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI/orders)
* [/customers](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers)
* [/customers/ALFKI](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI)
* [/customers/ALFKI/orders](http://mono.servicestack.net/ServiceStack.Northwind/cached/customers/ALFKI/orders)

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)

Expand Down
2 changes: 1 addition & 1 deletion src/Docs/framework/csv-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This is how the above web service output looks when opened up in [google docs](h

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

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

Expand Down
12 changes: 6 additions & 6 deletions src/Docs/framework/json-report-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

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.

- **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)
- **RedisStackOverflow: ** [Latest Questions](http://servicestack.net/RedisStackOverflow/questions) and [Site Stats](http://servicestack.net/RedisStackOverflow/stats)
- **RestMovies: ** [All Movie listings](http://servicestack.net/ServiceStack.MovieRest/movies)
- **RestFiles: ** [Root Directory](http://servicestack.net/RestFiles/files)
- **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)
- **RedisStackOverflow: ** [Latest Questions](http://mono.servicestack.net/RedisStackOverflow/questions) and [Site Stats](http://mono.servicestack.net/RedisStackOverflow/stats)
- **RestMovies: ** [All Movie listings](http://mono.servicestack.net/ServiceStack.MovieRest/movies)
- **RestFiles: ** [Root Directory](http://mono.servicestack.net/RestFiles/files)

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

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

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

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

Expand Down
18 changes: 9 additions & 9 deletions src/Docs/framework/nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ To make it easier for developers to get started we're now maintaining NuGet pack

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:

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

This automates the following manual steps:

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

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).

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

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

## NuGet ServiceStack.Redis

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).
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).

The C# Redis Client features:

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

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

## NuGet ServiceStack.OrmLite

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

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

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

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

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

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


Loading