Skip to content

Commit

Permalink
=pro (temporarily) switch to http://swave.cc until domain registratio…
Browse files Browse the repository at this point in the history
…n issues around swave.io are resolved
  • Loading branch information
sirthias committed May 31, 2017
1 parent 72fa712 commit 60ed0a2
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -27,4 +27,4 @@ swave
:target: http://shields.io/
:alt: uses badges

Please see http://swave.io for all documentation.
Please see http://swave.cc for all documentation.
12 changes: 6 additions & 6 deletions build.sbt
Expand Up @@ -8,7 +8,7 @@ lazy val commonSettings = Seq( // reformatOnCompileSettings ++ Seq(
organization := "io.swave",
scalaVersion := "2.12.1",
crossScalaVersions := Seq("2.12.1", "2.11.8"),
homepage := Some(url("http://swave.io")),
homepage := Some(url("http://swave.cc")),
description := "A Reactive Streams infrastructure implementation in Scala",
startYear := Some(2016),
licenses := Seq("MPL 2.0" -> new URL("https://www.mozilla.org/en-US/MPL/2.0/")),
Expand Down Expand Up @@ -201,7 +201,7 @@ lazy val docs = project
.settings(
git.remoteRepo := scmInfo.value.get.connection.drop("scm:git:".length),
libraryDependencies ++= Seq(shapeless, scalatest, `akka-stream`, logback),
apiURL := Some(url("http://swave.io/api/")),
apiURL := Some(url("http://swave.cc/api/")),
paradoxTheme := None,
sourceDirectory in (Paradox, paradox) := sourceDirectory.value / "paradox",
sourceDirectory in (Paradox, paradoxTheme) := sourceDirectory.value / "paradox" / "_template",
Expand Down Expand Up @@ -233,10 +233,10 @@ lazy val docs = project
"scaladoc.org.reactivestreams.base_url" -> "http://www.reactive-streams.org/reactive-streams-1.0.0-javadoc/",
"scaladoc.akka.base_url" -> "http://doc.akka.io/api/akka/2.4/",
"scaladoc.scodec.bits.base_url" -> "http://scodec.org/api/scodec-bits/1.1.2/",
"scaladoc.swave.compat.akka.base_url" -> "http://swave.io/api/compat-akka/latest/",
"scaladoc.swave.compat.scodec.base_url" -> "http://swave.io/api/compat-scodec/latest/",
"scaladoc.swave.core.base_url" -> "http://swave.io/api/core/latest/",
"scaladoc.swave.testkit.base_url" -> "http://swave.io/api/testkit/latest/"))
"scaladoc.swave.compat.akka.base_url" -> "http://swave.cc/api/compat-akka/latest/",
"scaladoc.swave.compat.scodec.base_url" -> "http://swave.cc/api/compat-scodec/latest/",
"scaladoc.swave.core.base_url" -> "http://swave.cc/api/core/latest/",
"scaladoc.swave.testkit.base_url" -> "http://swave.cc/api/testkit/latest/"))
.settings({
def apiDocs(p: Project) =
siteMappings ++= {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/paradox/CNAME
@@ -1 +1 @@
swave.io
swave.cc
2 changes: 1 addition & 1 deletion docs/src/paradox/_template/manifest.json
@@ -1,5 +1,5 @@
{
"name": "swave.io",
"name": "swave.cc",
"icons": [
{
"src": "\/android-chrome-192x192.png",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/paradox/_template/page.st
Expand Up @@ -23,8 +23,8 @@
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="swave.io">
<meta name="application-name" content="swave.io">
<meta name="apple-mobile-web-app-title" content="swave.cc">
<meta name="application-name" content="swave.cc">
<meta name="theme-color" content="#ffffff">

<script src="$page.base$assets/vendor/modernizr/modernizr.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/paradox/project/contributing.md
Expand Up @@ -62,7 +62,7 @@ Here is how:
Contributing/Fixing Documentation
---------------------------------

The site, i.e. what you see here at http://swave.io, is built with [paradox], a static site generator.
The site, i.e. what you see here at http://swave.cc, is built with [paradox], a static site generator.
It converts the markdown documentation living in the @github[docs sub-project](/docs/) into static HTML.
If you want to contribute documentation (which we always welcome very much!) try this process for quickly seeing
how your changes affect the look of the site:
Expand Down
6 changes: 3 additions & 3 deletions docs/src/paradox/talks/2016/scala.io/index.html
Expand Up @@ -54,7 +54,7 @@ <h2 style="top: -20px; position: relative">Reactive Streams in Scala</h2>
<a href="mailto:mathias(at)swave(dot)io"><i class="fa fa-envelope-square"></i></a> /
<a href="https://github.com/sirthias"><i class="fa fa-github-square"></i></a> /
<a href="http://twitter.com/sirthias"><i class="fa fa-twitter-square"></i></a><br/><br/>
This presentation: <a href="http://swave.io/talks/2016/scala.io/index.html">http://swave.io/talks/2016/scala.io/index.html</a>
This presentation: <a href="http://swave.cc/talks/2016/scala.io/index.html">http://swave.cc/talks/2016/scala.io/index.html</a>
</small>
</section>

Expand Down Expand Up @@ -385,7 +385,7 @@ <h2>Non-Lifted vs. Lifted Design</h2>
<h2>Swave Roadmap</h2>
<ul>
<li>Released version 0.5.0 this morning</li>
<li>Initial docs including Quick-Start guide<br/> now available on <a href="http://swave.io">http://swave.io</a></li>
<li>Initial docs including Quick-Start guide<br/> now available on <a href="http://swave.cc">http://swave.cc</a></li>
<li>Next: More Docs, Docs, Docs</li>
<li>Fill few remaining operation "holes"</li>
<li>Further increase test coverage</li>
Expand All @@ -411,7 +411,7 @@ <h2>Contributing</h2>
<section>
<h2>Resources</h2>
<ul>
<li>Main Site: <a href="http://swave.io">http://swave.io</a></li>
<li>Main Site: <a href="http://swave.cc">http://swave.cc</a></li>
<li>Github: <a href="https://github.com/sirthias/swave">https://github.com/sirthias/swave</a></li>
<li>Mailing List: <a href="https://groups.google.com/forum/#!forum/swave-user">https://groups.google.com/forum/#!forum/swave-user</a></li>
<li>Twitter: 
<a href="https://twitter.com/swaveio">@swaveio</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/paradox/talks/2016/scaladays/index.html
Expand Up @@ -53,7 +53,7 @@ <h2 style="top: -20px; position: relative">Reactive Streams in Scala</h2>
<a href="mailto:mathias(at)swave(dot)io"><i class="fa fa-envelope-square"></i></a> /
<a href="https://github.com/sirthias"><i class="fa fa-github-square"></i></a> /
<a href="http://twitter.com/sirthias"><i class="fa fa-twitter-square"></i></a><br/><br/>
This presentation: <a href="http://swave.io/2016/scaladays/index.html">http://swave.io/2016/scaladays/index.html</a>
This presentation: <a href="http://swave.cc/2016/scaladays/index.html">http://swave.cc/2016/scaladays/index.html</a>
</small>
</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/paradox/talks/2016/scalar/index.html
Expand Up @@ -54,7 +54,7 @@ <h2 style="top: -20px; position: relative">A Preview</h2>
<a href="mailto:mathias(at)swave(dot)io"><i class="fa fa-envelope-square"></i></a> /
<a href="https://github.com/sirthias"><i class="fa fa-github-square"></i></a> /
<a href="http://twitter.com/sirthias"><i class="fa fa-twitter-square"></i></a><br/><br/>
This presentation: <a href="http://swave.io/scalar/">http://swave.io/scalar/</a>
This presentation: <a href="http://swave.cc/scalar/">http://swave.cc/scalar/</a>
</small>
</section>

Expand Down

0 comments on commit 60ed0a2

Please sign in to comment.