------------------------------------------------------------
commit ee3f47e20aa2c77cb0945d6c29fd2bf60abc0bc0
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 18:22:16 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 9d11307..dd82762 100644 --- a/index.scroll +++ b/index.scroll @@ -8,7 +8,7 @@ css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} printTitle viewSourceLink -mediumColumns +mediumColumns 1 # A revolution in web forms https://breckyunits.com/oneTextarea.html revolution in web forms ------------------------------------------------------------
commit 8bfbc3de9b2528b5a3fbb0575b8cb78472d9ddcf
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 18:21:47 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index ce663db..9d11307 100644 --- a/index.scroll +++ b/index.scroll @@ -7,7 +7,9 @@ css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} printTitle viewSourceLink -mediumColumn + +mediumColumns + # A revolution in web forms https://breckyunits.com/oneTextarea.html revolution in web forms ------------------------------------------------------------
commit 347c9cb41a7973027911b783a04c20d6bd38384f
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 18:21:27 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index f850f74..ce663db 100644 --- a/index.scroll +++ b/index.scroll @@ -8,9 +8,17 @@ css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} printTitle viewSourceLink mediumColumn -This is a live example of a breakthrough in web forms. All forms can be done in one textarea. Strongly typed forms. The same language used to define the form is used to fill the form. All forms become a single plain text strongly typed document. You can use this today. It ships in Scroll. It is public domain. +# A revolution in web forms + https://breckyunits.com/oneTextarea.html revolution in web forms + +- All forms can have a "one textarea" version. +- The same language used to define the form is used to fill the form. + link index.scroll define the form +- All forms become a single plain text strongly typed document. +- You can use this today in Scroll. Scroll is open source, public domain software. https://scroll.pub/ Scroll - https://breckyunits.com/oneTextarea.html breakthrough in web forms + https://github.com/breck7/scroll open source + scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form # Classic form demo ------------------------------------------------------------
commit 28d4f87a2bb96b9960068e267c09c57f503e6f58
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:40:47 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index a599427..f850f74 100644 --- a/index.scroll +++ b/index.scroll @@ -27,7 +27,7 @@ foundersParser extends abstractTextareaMeasureParser description List the names of all founders. example - founders Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn + founders Richard Hendricks, Erlich Bachman, Dinesh, Gilfoyle, Jared emailParser extends abstractEmailMeasureParser ------------------------------------------------------------
commit b7bb01da2526aa47611a61d5ec17cf7ca4a5d904
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:40:35 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4cca956..a599427 100644 --- a/index.scroll +++ b/index.scroll @@ -23,17 +23,17 @@ nameParser example name Pied Piper -founderNamesParser +foundersParser extends abstractTextareaMeasureParser description List the names of all founders. example - founderNames Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn + founders Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn -emailAddressParser +emailParser extends abstractEmailMeasureParser description What is your email address? example - name richard@piedpiper.com + email richard@piedpiper.com homepageParser extends abstractUrlMeasureParser ------------------------------------------------------------
commit f5cbada50d38a02b83c5b8e248de7ff00309dc6d
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:40:11 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1ddbdb5..4cca956 100644 --- a/index.scroll +++ b/index.scroll @@ -17,7 +17,7 @@ scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form mediumColumn classicForm breck7+classicForm@gmail.com YCombinator Application Form -startupNameParser +nameParser extends abstractIdParser description What is the name of your startup? example ------------------------------------------------------------
commit 02c9186fe2da5899153b7beedd2db80080072408
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:39:49 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 42c5cb9..1ddbdb5 100644 --- a/index.scroll +++ b/index.scroll @@ -66,7 +66,7 @@ tractionParser traction We have won TechCrunch Disrupt. equityParser - extends abstractStringParser + extends abstractStringMeasureParser description How much equity have you given up so far? example equity 5% to 1 angel investor. ------------------------------------------------------------
commit 852e40cd846370fa7637a40fa8bd8a20e3daf0d1
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:39:30 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index fecd216..42c5cb9 100644 --- a/index.scroll +++ b/index.scroll @@ -1,72 +1,72 @@ -buildHtml -title One Textarea Demo - -gazetteCss - -css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} - -printTitle -viewSourceLink -mediumColumn -This is a live example of a breakthrough in web forms. All forms can be done in one textarea. Strongly typed forms. The same language used to define the form is used to fill the form. All forms become a single plain text strongly typed document. You can use this today. It ships in Scroll. It is public domain. - https://scroll.pub/ Scroll - https://breckyunits.com/oneTextarea.html breakthrough in web forms -scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form - -# Classic form demo -mediumColumn -classicForm breck7+classicForm@gmail.com YCombinator Application Form - -startupNameParser - extends abstractIdParser - description What is the name of your startup? - example - name Pied Piper - -founderNamesParser - extends abstractTextareaMeasureParser - description List the names of all founders. - example - founderNames Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn - -emailAddressParser - extends abstractEmailMeasureParser - description What is your email address? - example - name richard@piedpiper.com - -homepageParser - extends abstractUrlMeasureParser - description What is your startup's website? - example - homepage http://piedpiper.com - -problemParser - extends abstractTextareaMeasureParser - description What problem are you solving? - example - problem We are solving the issue of inefficient file compression on the internet. - -solutionParser - extends abstractTextareaMeasureParser - description What is your solution? - example - solution We created a revolutionary compression algorithm that offers a higher Weissman score than anything in existence. - -marketSizeParser - extends abstractTextareaMeasureParser - description What is the market size for your startup? - example - marketSize The global file compression market is valued at billions of dollars with exponential growth due to increased data usage. - -tractionParser - extends abstractTextareaMeasureParser - description What traction have you achieved so far? - example - traction We have won TechCrunch Disrupt, secured seed funding, and have a functional demo with impressive early adoption metrics. - -equityParser - extends abstractIdParser - description How much equity have you given up so far? - example - equity 5% of equity has been given to our early-stage investors. +buildHtml +title One Textarea Demo + +gazetteCss + +css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} + +printTitle +viewSourceLink +mediumColumn +This is a live example of a breakthrough in web forms. All forms can be done in one textarea. Strongly typed forms. The same language used to define the form is used to fill the form. All forms become a single plain text strongly typed document. You can use this today. It ships in Scroll. It is public domain. + https://scroll.pub/ Scroll + https://breckyunits.com/oneTextarea.html breakthrough in web forms +scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form + +# Classic form demo +mediumColumn +classicForm breck7+classicForm@gmail.com YCombinator Application Form + +startupNameParser + extends abstractIdParser + description What is the name of your startup? + example + name Pied Piper + +founderNamesParser + extends abstractTextareaMeasureParser + description List the names of all founders. + example + founderNames Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn + +emailAddressParser + extends abstractEmailMeasureParser + description What is your email address? + example + name richard@piedpiper.com + +homepageParser + extends abstractUrlMeasureParser + description What is your startup's website? + example + homepage http://piedpiper.com + +problemParser + extends abstractTextareaMeasureParser + description What problem are you solving? + example + problem Inefficient file compression on the internet. + +solutionParser + extends abstractTextareaMeasureParser + description What is your solution? + example + solution Alogo with high Weissman score. + +marketSizeParser + extends abstractTextareaMeasureParser + description What is the market size for your startup? + example + marketSize The global file compression market is $10B. + +tractionParser + extends abstractTextareaMeasureParser + description What traction have you achieved so far? + example + traction We have won TechCrunch Disrupt. + +equityParser + extends abstractStringParser + description How much equity have you given up so far? + example + equity 5% to 1 angel investor. ------------------------------------------------------------
commit 768db8780663e33c2b77b5d87dfc1da319c9445c
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:38:21 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 2018792..fecd216 100644 --- a/index.scroll +++ b/index.scroll @@ -1,32 +1,72 @@ -buildHtml -title One Textarea Demo - -gazetteCss - -css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} - -printTitle -viewSourceLink -mediumColumn -This is a live example of a breakthrough in web forms. All forms can be done in one textarea. Strongly typed forms. The same language used to define the form is used to fill the form. All forms become a single plain text strongly typed document. You can use this today. It ships in Scroll. It is public domain. - https://scroll.pub/ Scroll - https://breckyunits.com/oneTextarea.html breakthrough in web forms -scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form - -# Classic form demo -mediumColumn -classicForm breck7+classicForm@gmail.com YCombinator Application Form - - increased data usage. - -tractionParser - extends abstractTextareaMeasureParser - description What traction have you achieved so far? - example - traction We have won TechCrunch Disrupt, secured seed funding, and have a functional demo with impressive early adoption metrics. - -equityParser - extends abstractIdParser - description How much equity have you given up so far? - example - equity 5% of equity has been given to our early-stage investors. +buildHtml +title One Textarea Demo + +gazetteCss + +css body {font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;} + +printTitle +viewSourceLink +mediumColumn +This is a live example of a breakthrough in web forms. All forms can be done in one textarea. Strongly typed forms. The same language used to define the form is used to fill the form. All forms become a single plain text strongly typed document. You can use this today. It ships in Scroll. It is public domain. + https://scroll.pub/ Scroll + https://breckyunits.com/oneTextarea.html breakthrough in web forms +scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form + +# Classic form demo +mediumColumn +classicForm breck7+classicForm@gmail.com YCombinator Application Form + +startupNameParser + extends abstractIdParser + description What is the name of your startup? + example + name Pied Piper + +founderNamesParser + extends abstractTextareaMeasureParser + description List the names of all founders. + example + founderNames Richard Hendricks, Erlich Bachman, Dinesh Chugtai, Gilfoyle, Jared Dunn + +emailAddressParser + extends abstractEmailMeasureParser + description What is your email address? + example + name richard@piedpiper.com + +homepageParser + extends abstractUrlMeasureParser + description What is your startup's website? + example + homepage http://piedpiper.com + +problemParser + extends abstractTextareaMeasureParser + description What problem are you solving? + example + problem We are solving the issue of inefficient file compression on the internet. + +solutionParser + extends abstractTextareaMeasureParser + description What is your solution? + example + solution We created a revolutionary compression algorithm that offers a higher Weissman score than anything in existence. + +marketSizeParser + extends abstractTextareaMeasureParser + description What is the market size for your startup? + example + marketSize The global file compression market is valued at billions of dollars with exponential growth due to increased data usage. + +tractionParser + extends abstractTextareaMeasureParser + description What traction have you achieved so far? + example + traction We have won TechCrunch Disrupt, secured seed funding, and have a functional demo with impressive early adoption metrics. + +equityParser + extends abstractIdParser + description How much equity have you given up so far? + example + equity 5% of equity has been given to our early-stage investors. ------------------------------------------------------------
commit f0e5d2b32b7da3646cad0d76427c9cf76c7c8106
Author: root <root@sand.scroll.pub> Date: Thu Sep 5 14:37:28 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index b389c1e..2018792 100644 --- a/index.scroll +++ b/index.scroll @@ -17,38 +17,16 @@ scrollForm breck7+scrollForm@gmail.com YCombinator Scroll Application Form mediumColumn classicForm breck7+classicForm@gmail.com YCombinator Application Form -startupNameParser - extends abstractIdParser - description What is the name of your startup? - -founderNamesParser - extends abstractTextareaMeasureParser - description List the names of all founders. - -emailAddressParser - extends abstractEmailMeasureParser - description What is your email address? - -homepageParser - extends abstractUrlMeasureParser - description What is your startup's website? - -problemParser - extends abstractTextareaMeasureParser - description What problem are you solving? - -solutionParser - extends abstractTextareaMeasureParser - description What is your solution? - -marketSizeParser - extends abstractTextareaMeasureParser - description What is the market size for your startup? + increased data usage. tractionParser extends abstractTextareaMeasureParser description What traction have you achieved so far? + example + traction We have won TechCrunch Disrupt, secured seed funding, and have a functional demo with impressive early adoption metrics. equityParser extends abstractIdParser description How much equity have you given up so far? + example + equity 5% of equity has been given to our early-stage investors.