From 571e39792ae9b34f1a0f04ac275b0f1840101a5e Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Thu, 27 Jul 2023 07:50:29 +0000 Subject: [PATCH 1/6] add Community helps to getting started page --- .../2021-08-03-00_getting-started.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md index 26c50a2d..cba74868 100644 --- a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md +++ b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md @@ -34,3 +34,19 @@ to run on your own machine. ## Developing your first app Once you are set up with your own Pod and WebID, you're ready to start [developing your own app](/developers/tutorials/first-app). + +## Community helps + +Check some of the applications. Some interesting approaches + +- PodOS https://github.com/pod-os/PodOS (Web Components) +- solid-uix https://github.com/SolidOS/solid-uix (Native Web Components) + +Solid With web frameworks. + +- ember-solid: [Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden). +- take a look at [todo-ldo](https://github.com/megoth/todo-ldo) a [solid/nextjs/ts] app (Arne Hassel) +- and also this one [solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial) + +Cou can also checkout the solid apps at: +- [Solid Apps](https://solidproject.org/apps) \ No newline at end of file From ef74705018d72c8e05345a88dca7eb7a039d7ec2 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Sun, 30 Jul 2023 12:56:45 +0000 Subject: [PATCH 2/6] fix some typos --- .../2021-08-03-00_getting-started.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md index cba74868..f764955a 100644 --- a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md +++ b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md @@ -35,18 +35,18 @@ to run on your own machine. Once you are set up with your own Pod and WebID, you're ready to start [developing your own app](/developers/tutorials/first-app). -## Community helps +## Community assistance -Check some of the applications. Some interesting approaches +Check some of the applications. Some interesting approaches follow: -- PodOS https://github.com/pod-os/PodOS (Web Components) -- solid-uix https://github.com/SolidOS/solid-uix (Native Web Components) +- **PodOS** (Web Components) https://github.com/pod-os/PodOS +- **solid-uix** (Native Web Components) https://github.com/SolidOS/solid-uix -Solid With web frameworks. +Solid With web frameworks: -- ember-solid: [Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden). -- take a look at [todo-ldo](https://github.com/megoth/todo-ldo) a [solid/nextjs/ts] app (Arne Hassel) -- and also this one [solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial) +- **ember-solid**: [Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden) +- **[todo-ldo](https://github.com/megoth/todo-ldo)** a [solid/nextjs/ts] app (Arne Hassel) +- **[solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial)** -Cou can also checkout the solid apps at: -- [Solid Apps](https://solidproject.org/apps) \ No newline at end of file +You can also look into the Solid apps at: +- [Solid Apps](https://solidproject.org/apps) From db086e148d1895959f5413737acf3fcc46fdc418 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Fri, 11 Aug 2023 14:00:16 +0330 Subject: [PATCH 3/6] add Youtube videos section to getting started --- .../apps/inrupt-tutorial/2021-08-03-00_getting-started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md index f5ea3c0f..43196457 100644 --- a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md +++ b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md @@ -52,4 +52,7 @@ Solid With web frameworks: - **[solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial)** You can also look into the Solid apps at: -- [Solid Apps](https://solidproject.org/apps) \ No newline at end of file +- [Solid Apps](https://solidproject.org/apps) + +Youtube videos: +- [How we're doing Solid - In less than 5 minutes](https://www.youtube.com/watch?v=CqI15zs1NHw) \ No newline at end of file From 7d340fe08487cc79c341fe6129d2a1f195145d23 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Thu, 17 Aug 2023 11:11:28 +0330 Subject: [PATCH 4/6] Apply suggestions from code review Co-authored-by: Ted Thibodeau Jr --- .../apps/inrupt-tutorial/2021-08-03-00_getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md index 43196457..9a73d49d 100644 --- a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md +++ b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md @@ -36,11 +36,11 @@ For instructions on: ## Developing your first app Once you are set up with your own Pod and WebID, -you're ready to develop your own app. Various Solid client libraries may provide a beginning app tutorial; for example, the [Inrupt JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/). +you're ready to develop your own app. Various Solid client libraries may provide a tutorial for beginners; for example, Inrupt offers the [JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/). ## Community assistance -Check some of the applications. Some interesting approaches follow: +Check out some of the existing applications. Some interesting approaches follow: - **PodOS** (Web Components) https://github.com/pod-os/PodOS - **solid-uix** (Native Web Components) https://github.com/SolidOS/solid-uix @@ -55,4 +55,4 @@ You can also look into the Solid apps at: - [Solid Apps](https://solidproject.org/apps) Youtube videos: -- [How we're doing Solid - In less than 5 minutes](https://www.youtube.com/watch?v=CqI15zs1NHw) \ No newline at end of file +- [How we're doing Solid — in fewer than 5 minutes](https://www.youtube.com/watch?v=CqI15zs1NHw) \ No newline at end of file From 7ae587eb40458a87c6dc31e1efeef4bc4b134d98 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Thu, 7 Sep 2023 10:26:48 +0330 Subject: [PATCH 5/6] add two new solid apps --- pages/use-solid/apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/use-solid/apps.md b/pages/use-solid/apps.md index 72df914e..b193ffff 100644 --- a/pages/use-solid/apps.md +++ b/pages/use-solid/apps.md @@ -52,6 +52,8 @@ redirect_from: | [OEdit](https://edit.o.team) | An editor app for raw files using the vs interface.
- [source code](https://github.com/jaxoncreed/o-edit) by [Jackson Morgan](https://github.com/jaxoncreed).| | [Plume](https://thewebalyst.solidcommunity.net/plume/) | Blogging platform.
- [Source code](https://github.com/theWebalyst/solid-plume/) [MIT License Copyright © 2015](https://github.com/theWebalyst/solid-plume/blob/gh-pages/LICENSE) [Andrei Sambra](https://github.com/deiu) | | [Dokieli](https://dokie.li) | A client side editor for decentralised article publishing, annotations, and social interactions.
- [Dokieli](https://github.com/linkeddata/dokieli) [Apache License v2.0 2012](https://github.com/linkeddata/dokieli/blob/master/LICENSE) [Sarven Capadisli](https://github.com/csarven) | +| [solidProfileEditor](http://profile.pondersource.net) | A solid app to view and edit you profile data.
- [solidProfileEditor](https://github.com/pondersource/solidProfileEditor) +| [solidBookmarker](https://bookmarks.pondersource.net) | A solid app to manage you bookmarks.
- [solidBookmarker](https://github.com/pondersource/solidBookmarker) ## Geolocation From 31f7d26ded3b64815be94bb06a30e37349e7f873 Mon Sep 17 00:00:00 2001 From: Reza Soltani Date: Thu, 7 Sep 2023 10:43:20 +0330 Subject: [PATCH 6/6] applied requested changes --- .../apps/inrupt-tutorial/2021-08-03-00_getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md index 9a73d49d..5e094ff5 100644 --- a/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md +++ b/_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md @@ -36,7 +36,7 @@ For instructions on: ## Developing your first app Once you are set up with your own Pod and WebID, -you're ready to develop your own app. Various Solid client libraries may provide a tutorial for beginners; for example, Inrupt offers the [JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/). +you're ready to develop your own app. Various Solid client libraries may provide a tutorial for beginners; for example, Inrupt offers the [JS Client Library tutorial](https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/getting-started/). ## Community assistance @@ -45,10 +45,10 @@ Check out some of the existing applications. Some interesting approaches follow: - **PodOS** (Web Components) https://github.com/pod-os/PodOS - **solid-uix** (Native Web Components) https://github.com/SolidOS/solid-uix -Solid With web frameworks: +Solid with web frameworks: -- **ember-solid**: [Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden) -- **[todo-ldo](https://github.com/megoth/todo-ldo)** a [solid/nextjs/ts] app (Arne Hassel) +- **ember-solid** — [Video Tutorial](https://nextcloud.hellofuture.be/s/nYYNwGceFSNotJY) which should be start-to-finish Solid Ember App (Aad Versteden) +- **[todo-ldo](https://github.com/megoth/todo-ldo)** — a [solid/nextjs/ts] app (Arne Hassel) - **[solid-react-app-tutorial](https://virginiabalseiro.com/blog/solid-react-app-tutorial)** You can also look into the Solid apps at: