Changed around line 1
- 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.