From 6caba44804ec8bfa55833d3772fe9a90dfa2290f Mon Sep 17 00:00:00 2001 From: neuroradiology Date: Sun, 15 Dec 2024 09:43:15 -0700 Subject: [PATCH 1/3] Update index.md so that primary links point to sandstorm.org I checked the links, and they exist on the sandstorm.org site. The app store links were left pointing to .io, because they do *not* exist on the .org site. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 75c5d94392..e16e31039e 100755 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Sandstorm documentation -## What is Sandstorm? See [sandstorm.io](https://sandstorm.io) +## What is Sandstorm? See [sandstorm.org](https://sandstorm.org) Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager. @@ -18,4 +18,4 @@ however, many people are already using it for real work every day. * [Learn how to use Sandstorm »](using.md) * [Develop apps for Sandstorm or understand the platform »](developing.md) * [Run & maintain your own server »](administering.md) -* [Get involved »](https://sandstorm.io/community) +* [Get involved »](https://sandstorm.org/community) From b2174c11e4efb8a945201f163a72936672451c8e Mon Sep 17 00:00:00 2001 From: neuroradiology Date: Sun, 15 Dec 2024 09:51:20 -0700 Subject: [PATCH 2/3] Update developing.md so links in documentation point to .org site (where appropriate) Several links in developer documentation update to point to the sandstorm.org (needed to help the migration from the .io domain). Some links (notably the app store) were not updated since there is no .org analog. All updated links were manually checked to make sure they are valid. --- docs/developing.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/developing.md b/docs/developing.md index 04c7a404eb..1f6b56793e 100755 --- a/docs/developing.md +++ b/docs/developing.md @@ -3,8 +3,8 @@ apps on top of Sandstorm, package existing apps, and understand how apps and San
New? Try tutorial -Why Sandstorm -Community Q&A +Why Sandstorm +Community Q&A See App Market Live chat via IRC Try a demo app @@ -17,7 +17,7 @@ user management and mitigates [95% of security issues](using/security-non-events don't have to run servers since users run your app on their own servers. Sandstorm's "grain" model allows developers to rely on Sandstorm for supporting multiple instances/documents rather than writing that code in the app. Read more on the [developer features -page](https://sandstorm.io/developer). +page](https://sandstorm.org/developer). ## Creating an app package @@ -46,8 +46,8 @@ The Sandstorm ecosystem is full of people who want to promote your app, give you it. - **Getting help**: [Community feedback and Q&A](https://groups.google.com/d/forum/sandstorm-dev) | [Real-time IRC chat on libera.chat](https://kiwiirc.com/client/irc.libera.chat/?channel=#sandstorm) | [Watch presentations on the Sandstorm YouTube channel](https://www.youtube.com/channel/UC8xKZRW86Fa9W00uAppBXXg) -- **Publicity**: [Give a meetup/conference talk about your app](https://sandstorm.io/news/2015-12-17-community-talks) | [Public demo service for all Sandstorm apps](https://sandstorm.io/news/2015-02-06-app-demo) -- **Read more**: [All community resources](https://sandstorm.io/community) +- **Publicity**: [Share news about a meetup/conference talk about your app](https://sandstorm.org/news/) | [Public demo service for all Sandstorm apps](https://sandstorm.io/news/2015-02-06-app-demo) +- **Read more**: [All community resources](https://sandstorm.org/community) --- @@ -114,6 +114,6 @@ their file format. ## Documentation on how to contribute to Sandstorm -To see all the ways to contribute to Sandstorm, read the [Sandstorm community page](https://sandstorm.io/community). +To see all the ways to contribute to Sandstorm, read the [Sandstorm community page](https://sandstorm.org/community). To learn about contributing code to Sandstorm itself, read [how Sandstorm works](using/how-it-works.md) and the [GitHub wiki](https://github.com/sandstorm-io/sandstorm/wiki). From 807dafb8f43e283fbccd197718bd1300ff8bd8dc Mon Sep 17 00:00:00 2001 From: neuroradiology Date: Sun, 15 Dec 2024 13:16:26 -0700 Subject: [PATCH 3/3] Update developing.md to point to sandstorm.org domain Updated blog.sandstorm.io and news links to point to sandstorm.org domain --- docs/developing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developing.md b/docs/developing.md index 1f6b56793e..93ef2354df 100755 --- a/docs/developing.md +++ b/docs/developing.md @@ -46,7 +46,7 @@ The Sandstorm ecosystem is full of people who want to promote your app, give you it. - **Getting help**: [Community feedback and Q&A](https://groups.google.com/d/forum/sandstorm-dev) | [Real-time IRC chat on libera.chat](https://kiwiirc.com/client/irc.libera.chat/?channel=#sandstorm) | [Watch presentations on the Sandstorm YouTube channel](https://www.youtube.com/channel/UC8xKZRW86Fa9W00uAppBXXg) -- **Publicity**: [Share news about a meetup/conference talk about your app](https://sandstorm.org/news/) | [Public demo service for all Sandstorm apps](https://sandstorm.io/news/2015-02-06-app-demo) +- **Publicity**: [Share news about a meetup/conference talk about your app](https://sandstorm.org/news/) | [Public demo service for all Sandstorm apps](https://sandstorm.org/news/2015-02-06-app-demo) - **Read more**: [All community resources](https://sandstorm.org/community) --- @@ -69,7 +69,7 @@ created it. Read these documents to learn how access control works. - **Login & permissions**: [User authentication & permissions](developing/auth.md) - **Making content accessible outside Sandstorm**: [Publishing static content, including to the user's domain](developing/web-publishing.md) | [Exporting HTTP APIs for mobile, desktop, Javascript clients](developing/http-apis.md) -- **Further reading**: [Delegation is the Cornerstone of Civilization](https://blog.sandstorm.io/news/2015-05-05-delegation-is-the-cornerstone-of-civilization.html) +- **Further reading**: [Delegation is the Cornerstone of Civilization](https://sandstorm.org/news/2015-05-05-delegation-is-the-cornerstone-of-civilization) --- @@ -104,7 +104,7 @@ useful design or implementation details. Note that Sandstorm typically depends o git master** of capnproto. Configuration files such as `sandstorm-pkgdef.capnp` use Cap'n Proto as their file format. -- **Overview**: [Cap'n Proto website](https://capnproto.org/) | [How Cap'n Proto makes Sandstorm more secure](https://sandstorm.io/news/2014-12-15-capnproto-0.5) +- **Overview**: [Cap'n Proto website](https://capnproto.org/) | [How Cap'n Proto makes Sandstorm more secure](https://sandstorm.org/news/2014-12-15-capnproto-0.5) - **Implementation guide for app authors**: [Documentation on powerbox](developing/powerbox.md) - **Example**: [Explanation of how drivers will work, found within ip.capnp](https://github.com/sandstorm-io/sandstorm/blob/master/src/sandstorm/ip.capnp) - **Cap'n Proto implementations**: [C++, Erlang, Go, Javascript, Python, Rust, and others](https://capnproto.org/otherlang.html)