-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
402 lines (380 loc) · 11.6 KB
/
index.html
File metadata and controls
402 lines (380 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://spintheweb.org/" />
<meta charset="utf-8">
<title>
Spin the Web Project – Open Source Web Portal Framework
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Open source framework for building enterprise web portals. Spin the Web Project unifies systems for eBranding and digital transformation."
>
<meta
name="keywords"
content="Spin the Web, eBranding, web portals, enterprise portals, orchestration, open source framework, systems integration, digital transformation, modular portals, Docker labs, documentation, STW"
>
<meta
property="og:title"
content="Spin the Web Project – Open Source Web Portal Framework"
>
<meta
property="og:description"
content="Build enterprise web portals with Spin the Web. Open source, modular, and ready for digital transformation."
>
<meta
property="og:image"
content="https://spintheweb.org/figures/social_media_preview.png"
>
<meta property="og:url" content="https://spintheweb.org/">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Spin the Web Project",
"url": "https://spintheweb.org/",
"logo": "https://spintheweb.org/figures/logo.png",
"sameAs": [
"https://github.com/spintheweb"
]
}
</script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/apple-touch-icon.png"
>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/favicon-32x32.png"
>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/favicon-16x16.png"
>
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<script>
fetch("/visits.php", { method: "POST" }).catch(
() => {},
);
</script>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
}
header {
background-color: #fff;
border-bottom: 1px solid #eee;
padding: 0.5em 1em;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-links {
display: flex;
gap: 1em;
align-items: center;
}
main {
padding: 2em;
}
.content {
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.note {
background: #fff3cd;
color: #856404;
border: 1px solid #ffeeba;
padding: 1em;
margin-bottom: 2em;
border-radius: 6px;
text-align: center;
}
.description {
text-align: justify;
margin-bottom: 2em;
}
.section {
margin-bottom: 2em;
}
.section h2 {
text-align: center;
margin-bottom: 1em;
}
.section ul {
text-align: left;
list-style-position: inside;
}
footer {
text-align: center;
padding: 2em;
margin-top: 2em;
border-top: 1px solid #eee;
color: #777;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #1a80b6;
text-decoration: none;
}
@media (max-width: 860px) {
header {
flex-direction: column;
gap: 1em;
}
.header-links {
flex-direction: column;
align-items: center;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
color: #e0e0e0;
}
header {
background-color: #1e1e1e;
border-bottom: 1px solid #333;
}
.note {
background: #333a40;
color: #c8d6df;
border: 1px solid #444c54;
}
footer {
border-top: 1px solid #333;
color: #aaa;
}
}
</style>
</head>
<body>
<header>
<div style="display: flex">
<img
src="https://avatars.githubusercontent.com/u/16848901?s=200&v=4"
alt="Logo"
style="height: 50px; margin-right: 1rem; border-radius: 0.5rem"
>
<div>
<span style="font-size: 1.5em; font-weight: bold"
>Spin the Web Project</span><br>
<span style="font-size: 1em; color: #555"
>Weaving Web Portals</span>
</div>
</div>
<div class="header-links">
<span><i class="fa-brands fa-github"></i> <a
href="https://github.com/spintheweb"
title="GitHub"
>https://github.com/spintheweb</a></span>
<span><i class="fa-solid fa-envelope"></i> <a
href="mailto:info@spintheweb.org"
>info@spintheweb.org</a></span>
</div>
</header>
<main class="content">
<h1>Spin the Web Project</h1>
<div class="note">
The Spin the Web Project is work in progress.<br>
It is currently managed by a passionate developer looking for
equally passionate collaborators.
<p style="line-height:1.5rem"><i class="fa-solid fa-book-open"></i> <a
href="https://spintheweb.github.io/book/SpinTheWeb.pdf"
>Spin the Web (PDF)</a><br>
<i class="fa-solid fa-graduation-cap"></i>
<a href="https://github.com/spintheweb/project/blob/main/STAGE.md">Stage / FSL proposal (IT)</a></p>
</div>
<p class="description">
<a href="https://github.com/spintheweb/project"><img
alt="WIP"
src="https://img.shields.io/badge/status-WIP-yellow"
style="max-width: 100%"
></a>
<a
href="https://www.gnu.org/licenses/gpl-3.0"
rel="nofollow"
><img
alt="License: GPL v3"
src="https://img.shields.io/badge/License-GPLv3-blue.svg"
style="max-width: 100%"
></a>
<a href="https://github.com/spintheweb/book/releases"><img
alt="Book Latest Release"
src="https://img.shields.io/github/v/release/spintheweb/book?label=book"
style="max-width: 100%"
></a>
<a href="https://github.com/spintheweb/webspinner/releases"><img
alt="Webspinner Latest Release"
src="https://img.shields.io/github/v/release/spintheweb/webspinner?label=webspinner"
style="max-width: 100%"
></a>
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://camo.githubusercontent.com/6051fa93047b7d7875d077fd6abb8f86fec22e3166d5218b443001697c2dd694/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e7472696275746f72732d77616e7465642d627269676874677265656e"
><img
alt="Contributors Wanted"
src="https://img.shields.io/badge/contributors-wanted-brightgreen"
style="max-width: 100%"
></a>
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://camo.githubusercontent.com/6cbee235c983b802eb715df1fe3c34f16a512235e7584711aa07b646eb722817/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70726f6a6563742d70617373696f6e2d2d64726976656e2d626c756576696f6c6574"
><img
src="https://img.shields.io/badge/project-passion--driven-blueviolet"
alt="Passion-Driven"
style="max-width: 100%"
></a>
</p>
<p class="description">
The Spin the Web Project stewards the open-source <strong>Spin
the Web framework</strong>, which offers a systematic
approach to building enterprise web portals. The mission is to
achieve enterprise branding (<em>eBranding</em>)—virtualizing an
enterprise—by unifying diverse systems like ERP, CRM, MRP, BPMS,
HR... into a single, consistent digital channel for all
stakeholders. Rather than replacing existing systems, the
framework creates a uniform user experience that seamlessly
integrates with the current infrastructure, ensuring that the
brand presence remains cohesive across all enterprise
touchpoints.
</p>
<p>
<img
src="https://raw.githubusercontent.com/spintheweb/.github/main/profile/banner.png"
alt="Spin the Web in a 1000 words"
>
</p>
<div class="section">
<h2>Founder's Vision</h2>
<p class="description">
Spin the Web grew out of frustration with the fragmentation
of enterprise software. Rather than focusing on deep
data-level integration, systems integration at the
experience level is prioritized. The Spin the Web book
describes the idea of the "virtualized enterprise": a
single, coherent digital interface that adapts to each
user's role—customer, employee, supplier, or partner. This
approach is not about marketing claims; it is a practical
way to present a consistent, role-aware digital experience
across an organization's existing systems.
</p>
<p class="description">
Spin the Web builds on fundamental web standards—HTTP, HTML,
CSS, and JavaScript—leveraging them in a cohesive framework
that takes the web to the next logical level. Through WBOL
(Webbase Ontology Language), Spin the Web coordinates
these standard technologies to develop complex, role-aware
enterprise web portals.
</p>
<p class="description">
In other words: Spin the Web doesn’t reinvent the web — it
weaves the web’s existing building blocks into scalable,
maintainable, and extensible enterprise solutions.
</p>
</div>
<div class="section">
<h2>The Roadmap</h2>
<p class="description">
The immediate roadmap is focused on building a solid
organizational and technical project for open-source
collaboration. The key objectives are:
</p>
<ul>
<li>
<strong>Set up the Project:</strong> Establishing the
organizational structure and governance model to support
open-source collaboration.
</li>
<li>
<strong>Write the book:</strong> Creating documentation
that explains the framework’s architecture and
components, evolving alongside the project.
</li>
<li>
<strong>Release framework webspinner v1.0.0:</strong>
Completing the initial setup of the core framework.
</li>
<li>
<strong>Provide a labs environment:</strong>
Deploying a ready-to-use lab for demonstrating
capabilities, experimenting, and building live portals,
<a
href="https://labs.spintheweb.org"
title="The portal may not be reachable"
>https://labs.spintheweb.org</a> (Note: The portal may
not be reachable).
</li>
<li>
<strong>Build this site:</strong> Building this site
with the framework!
</li>
<li>
<strong>Continue discussion with Copilot Pages</strong>
<a
href="https://copilot.microsoft.com/shares/pages/3cD3qnmysNP5igHz6YCv1"
target="_blank"
>Spin the Web Project</a>.
</li>
</ul>
<p>
Follow the project progress on <a
href="https://github.com/spintheweb"
target="_blank"
>GitHub</a>.
</p>
</div>
<div class="section">
<h2>Get Involved</h2>
<p class="description">
The Spin the Web Project is a work in progress, be part of
the journey. Developers, architects, technology leaders are
welcomed to contribute. Feedbacks and contributions are
invaluable.
</p>
<p>
Join the <a
href="https://github.com/spintheweb/project/discussions"
target="_blank"
>Spin the Web Discussions</a>, or read the <a
href="https://github.com/spintheweb/project/blob/main/README.md"
target="_blank"
>contribution guidelines</a>.
</p>
</div>
</main>
<footer class="content">
<p>© 2025 Giancarlo Trevisan</p>
<p>
Released under the <a
href="https://creativecommons.org/licenses/by-sa/4.0/"
>Creative Commons Attribution-ShareAlike 4.0 International (CC
BY-SA 4.0)</a>
</p>
</footer>
</body>
</html>