------------------------------------------------------------
commit d43853b508ae745cd22bc73a4af04cf2fc6af33c
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:49:15 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 5b78697..a128819 100644 --- a/index.scroll +++ b/index.scroll @@ -66,7 +66,9 @@ iris Scroll comes with a breakthrough technology for knowledge bases called ScrollSets. https://sets.scroll.pub/ ScrollSets -Scroll solved the technology problems of the Semantic Web. +ScrollSets eliminate the need for databases in most cases. + +ScrollSets also finally enable the vision of the Semantic Web. https://en.wikipedia.org/wiki/Semantic_Web Semantic Web *** ------------------------------------------------------------
commit 986f7945ac91341d9c456f292ecf2921fde85cd7
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:48:20 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 45d7ea1..5b78697 100644 --- a/index.scroll +++ b/index.scroll @@ -72,11 +72,12 @@ Scroll solved the technology problems of the Semantic Web. *** ## Smart Imports -Import and transform content automatically: +Scroll can import files via the web: code + // Just write the file name to include a file: header.scroll - data.csv - printTable + // Or write a URL: + https://scroll.pub/header.scroll *** ------------------------------------------------------------
commit db2d3977ada5eb0156a7dfe8a7d1303e0c638446
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:46:53 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 8108e87..45d7ea1 100644 --- a/index.scroll +++ b/index.scroll @@ -6,7 +6,7 @@ container 600px printTitle openGraphImage https://hub.scroll.pub/vshtml/og.png -editButton edit/vshtml +editButton /edit/vshtml font Verdana @@ -47,7 +47,7 @@ codeWithHeader Scroll: ## Built-in Data Science Scroll comes with advanced data science parsers: -code +belowAsCode iris printTable sparkline ------------------------------------------------------------
commit 7da6b7bafa72831dffbce5b7154667a3260d13ae
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:41:07 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 0fbc0ae..8108e87 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,5 @@ buildHtml +metaTags theme gazette title Scroll versus HTML container 600px @@ -6,7 +7,7 @@ printTitle openGraphImage https://hub.scroll.pub/vshtml/og.png editButton edit/vshtml -metaTags + font Verdana ------------------------------------------------------------
commit aed8afd4bc8a4e19c08d3462ad6b966a95c30627
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:41:02 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index a78c888..0fbc0ae 100644 --- a/index.scroll +++ b/index.scroll @@ -5,6 +5,9 @@ container 600px printTitle openGraphImage https://hub.scroll.pub/vshtml/og.png +editButton edit/vshtml +metaTags + font Verdana Scroll is a next-gen language to power the next Web, with capabilities that solve many of HTML's long-standing challenges. ------------------------------------------------------------
commit 0f385363cde69ab19964db281375e0d54ce66c8e
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:40:01 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 4aeb788..a78c888 100644 --- a/index.scroll +++ b/index.scroll @@ -3,6 +3,7 @@ theme gazette title Scroll versus HTML container 600px printTitle +openGraphImage https://hub.scroll.pub/vshtml/og.png font Verdana ------------------------------------------------------------
commit 04ca321bac9f478d34c653c95588bea3134f3068
Author: root <root@hub.scroll.pub> Date: Sun Dec 8 01:39:57 2024 +0000 Added og.png diff --git a/og.png b/og.png new file mode 100644 index 0000000..a0c7736 Binary files /dev/null and b/og.png differ ------------------------------------------------------------
commit 99dfc3c5620563d90f69519949118dc9a76c0af1
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:39:32 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index baa5c10..4aeb788 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,5 @@ buildHtml theme gazette -permalink scroll-vs-html.html title Scroll versus HTML container 600px printTitle ------------------------------------------------------------
commit c885cbaf65953304e58faa4a1c18dfb0e9c1ab85
Author: ffff:72.253.70.212 <ffff:72.253.70.212@hub.scroll.pub> Date: Sun Dec 8 01:39:20 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..baa5c10 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,111 @@ buildHtml -theme roboto +theme gazette +permalink scroll-vs-html.html +title Scroll versus HTML +container 600px +printTitle -Hello World my name is \ No newline at end of file +font Verdana + +Scroll is a next-gen language to power the next Web, with capabilities that solve many of HTML's long-standing challenges. + +## Parsers are Scroll's version of tags +- Scroll now ships with 367 parsers + https://scroll.pub/leetsheet.html 367 parsers +- HTML now ships with 145 tags + https://developer.mozilla.org/en-US/docs/Web/HTML/Element 145 tags + +*** + +## One-Line Magic +HTML often requires multiple lines for common tasks. Here's how Scroll simplifies things: + +### Including JS/CSS +codeWithHeader HTML: + <link rel="stylesheet" href="normalize.css" /> + <script type="text/plain" src="chart.js" /> +codeWithHeader Scroll: + normalize.css + chart.js + +### Including Images, Videos, and Audio Files: +codeWithHeader HTML: + <img src="landscape.jpg" loading="lazy"/> + <video src="introduction.mp4" controls></video> + <audio controls><source src="podcast.mp3" type="audio/mpeg" /></audio> +codeWithHeader Scroll: + landscape.jpg + introduction.mp4 + podcast.mp3 + +*** + +## Built-in Data Science +Scroll comes with advanced data science parsers: + +code +iris + printTable + sparkline + color green + width 600 + delimiter , + scatterplot + x sepal_length + y sepal_width + where petal_length >= 6 + printTable + +*** + +## Knowledge Base Capabilities +Scroll comes with a breakthrough technology for knowledge bases called ScrollSets. + https://sets.scroll.pub/ ScrollSets + +Scroll solved the technology problems of the Semantic Web. + https://en.wikipedia.org/wiki/Semantic_Web Semantic Web + +*** + +## Smart Imports +Import and transform content automatically: +code + header.scroll + data.csv + printTable + +*** + +## Long Term Collaboration +Scroll's radically simple syntax enables: +- Git-friendly diffs +- Semantic versioning +- Automated merging +- Content reuse across documents + +*** + +## When to Use Scroll Now +Scroll shines for: +- Data-rich content +- Scientific documentation +- Knowledge bases +- Technical blogs +- Research papers +- Documentation sites +- Data visualization +- Content that needs to scale +- Personal Websites +- Web Apps +- Business Websites + +*** + +ScrollHub &nbsp;&nbsp; Try now + center + http://hub.scroll.pub/ ScrollHub + class scrollButton ScrollHub + https://try.scroll.pub/ Try now + class scrollButton Try now + +**** ------------------------------------------------------------
commit bae9780b761ef03020de04944435f0db626158ce
Author: root <root@hub.scroll.pub> Date: Fri Oct 25 18:29:16 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file