You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: contribute/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ <h1 class="h3">
140
140
</h1>
141
141
<p>
142
142
Hoodie’s main features like user signup and administration, data storage and shares are all <a href="http://nodejs.org" target="_blank">Node.js</a>-based plugins which are
143
-
added to its core code. All currently available Hoodie-Plugins are <a href="http://plugins.hood.ie" target="_blank">here</a>. We encourage you to <strong>write your own plugins</strong> and publish them on npm so everyone can use them. In <a href="http://docs.hood.ie/en/plugins/tutorial.html" target="_blank">this tutorial</a> you’ll see how building plugins works. If you need any help, <a href="/contact">let us know</a>.
143
+
added to its core code. All currently available Hoodie-Plugins are <a href="http://plugins.hood.ie" target="_blank">here</a>. We encourage you to <strong>write your own plugins</strong> and publish them on npm so everyone can use them. In <a href="http://docs.hood.ie/en/latest/guides/plugins.html" target="_blank">this tutorial</a> you’ll see how building plugins works. If you need any help, <a href="/contact">let us know</a>.
Copy file name to clipboardexpand all lines: intro/index.html
+4-10
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ <h1>Welcome to Hoodie!</h1>
26
26
Hoodie is a free and Open Source Software for building applications for the web and iOS. It is a complete backend for your apps, <strong>ready for you to get creative</strong>. It works immediately out-of-the-box: develop your frontend code, plug it into Hoodie’s <ahref="/intro/#get-started">frontend-friendly API</a> and your app is ready.
27
27
</p>
28
28
<p>
29
-
When you develop it, your app runs locally first, you can then <ahref="http://docs.hood.ie/en/deployment/linux.html" target="_blank">deploy and host it</a> wherever you want to. And if you want to extend Hoodie’s core features, you can check our list of <ahref="http://plugins.hood.ie" target="_blank">currently available plugins</a> or <ahref="http://docs.hood.ie/en/plugins/tutorial.html" target="_blank">build plugins</a> yourself.
29
+
When you develop it, your app runs locally first, you can then <ahref="http://docs.hood.ie/en/latest/guides/deployment.html" target="_blank">deploy and host it</a> wherever you want to. And if you want to extend Hoodie’s core features, you can check our list of <ahref="http://plugins.hood.ie" target="_blank">currently available plugins</a> or <ahref="http://docs.hood.ie/en/latest/guides/plugins.html" target="_blank">build plugins</a> yourself.
30
30
</p>
31
31
<p>
32
32
Hoodie is a <ahref="/initiatives#nobackend">noBackend</a> technology — it's there for making the lives of frontend developers easier by <strong>abstracting away the backend</strong> and keeping you from worrying about backends. It gives you <ahref="/initiatives#dreamcode">Dreamcode</a>: a simple, easy-to-learn-and-implement frontend API built into it. Hoodie is also <ahref="/initiatives#offline-first">Offline First</a>, which means that your app users’ data is stored locally by default so your Hoodie-based apps are accessible and usable anytime, independent from your users’ internet connection.
@@ -63,15 +63,15 @@ <h1 class="h2">Build your applications with Hoodie</h1>
63
63
<articleclass="grid-9">
64
64
<h1class="h2">Hoodie gives you a backend for all your apps</h1>
65
65
<p>
66
-
If Hoodie’s core features aren’t enough for you, you can extend Hoodie with plugins, so you can make Hoodie fit your needs exactly. See all our <ahref="http://plugins.hood.ie" target="_blank">currently available plugins here</a> and out how to build a plugin yourself in <ahref="http://docs.hood.ie/en/plugins/tutorial.html" target="_blank">this tutorial</a>.
66
+
If Hoodie’s core features aren’t enough for you, you can extend Hoodie with plugins, so you can make Hoodie fit your needs exactly. See all our <ahref="http://plugins.hood.ie" target="_blank">currently available plugins here</a> and out how to build a plugin yourself in <ahref="http://docs.hood.ie/en/latest/guides/plugins.html" target="_blank">this tutorial</a>.
67
67
</p>
68
68
</article>
69
69
</div>
70
70
<divclass="cb">
71
71
<articleclass="grid-9">
72
72
<h1class="h2">Hoodie is currently for frontend developers and Node.js developers</h1>
73
73
<p>
74
-
At the moment, Hoodie is mainly for frontend developers who want to build their own applications based on it and for Node.js developers who want to help us extend Hoodie’s core by <ahref="http://docs.hood.ie/en/plugins/tutorial.html" target="_blank">building plugins</a>.
74
+
At the moment, Hoodie is mainly for frontend developers who want to build their own applications based on it and for Node.js developers who want to help us extend Hoodie’s core by <ahref="http://docs.hood.ie/en/latest/guides/plugins.html" target="_blank">building plugins</a>.
75
75
</p>
76
76
<p>
77
77
Hoodie’s <strong>vision</strong> and future goal is to be accessible for designers and people with few coding skills because <ahref="/about#philosophy">we think this matters</a>.
@@ -109,16 +109,10 @@ <h1 class="h2">
109
109
</h1>
110
110
<ol>
111
111
<li>
112
-
Get the <ahref="http://docs.hood.ie/en/start/" target="_blank">prerequisites</a>.
113
-
</li>
114
-
<li>
115
-
Follow our guides for getting started <ahref="http://docs.hood.ie/en/start/index.html" target="_blank">Mac OS X</a>, <ahref="http://docs.hood.ie/en/start/index.html" target="_blank">Windows</a> or <ahref="http://docs.hood.ie/en/start/index.html" target="_blank">Linux</a>.
<li>You can also try our tutorial in which you'll learn how to work with Hoodie's store and accounts. Just do your Hoodie setup, then run <strong>hoodie new yourAppName -t gr2m/hoodie-store-and-account-tutorial</strong> and try it out!
118
115
</li>
119
-
<li>
120
-
Find out how to create a new Hoodie app, how its admin interface works, how Hoodie projects are structured and more in our tutorial <ahref="http://docs.hood.ie/en/start/getting-started/getting-started-1.html" target="_blank">"Getting started with Hoodie, part 1"</a>.
0 commit comments