commit 493b502c365005a254833219f0408fc2b76703a4
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:57:15 +0000 Subject: updated test.parsers diff --git a/test.parsers b/test.parsers index 879c21a..358eb4a 100644 --- a/test.parsers +++ b/test.parsers @@ -1,6 +1,35 @@ importOnly -fooParser - extends abstractScrollParser - cueFromId - atoms cueAtom \ No newline at end of file +nameParser + description What is the name of the coffee shop? + extends abstractIdParser + float sortIndex 1.001 + boolean isMeasureRequired true + +downloadParser + description What is the download speed in Mbps? + extends abstractIntegerMeasureParser + float sortIndex 1.015 + boolean isMeasureRequired true + +uploadParser + description What is the upload speed in Mbps? + extends abstractIntegerMeasureParser + float sortIndex 1.02 + boolean isMeasureRequired true + +testerParser + description Who tested it? + extends abstractStringMeasureParser + float sortIndex 1.902 + boolean isMeasureRequired true + +latParser + description What is the latitude of the location? + extends abstractFloatMeasureParser + float sortIndex 1.005 + +longParser + description What is the longitude of the location? + extends abstractFloatMeasureParser + float sortIndex 1.006
commit 3ba2b6f97af507522d58a9fb1e4ec347efc6510f
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:57:07 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index d0afac0..a7294ef 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,6 @@ buildHtml -data.parsers +test.parsers name Mel's lat 37.7995474
commit 614722a48279144d3e08e6a255fc099e2e52923c
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:57:02 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 7315b9e..d0afac0 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,10 @@ buildHtml -test.parsers +data.parsers -foo \ No newline at end of file +name Mel's +lat 37.7995474 +long -122.4371366 +download 59 +upload 59 +tester breck \ No newline at end of file
commit a38660d75de9c0f50dc52a720a90e9b1f8907381
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:56:29 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 64a2b6d..7315b9e 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,4 @@ buildHtml -theme roboto test.parsers
commit 293dda1ae573fc8af29938aa2d9d0b3aba514abe
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:56:27 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..64a2b6d 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,6 @@ buildHtml theme roboto -Hello World my name is \ No newline at end of file +test.parsers + +foo \ No newline at end of file
commit f46e8ba7e767b7213d969823cfac7a6896235ce0
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:56:18 +0000 Subject: updated test.parsers diff --git a/test.parsers b/test.parsers index e69de29..879c21a 100644 --- a/test.parsers +++ b/test.parsers @@ -0,0 +1,6 @@ +importOnly + +fooParser + extends abstractScrollParser + cueFromId + atoms cueAtom \ No newline at end of file
commit b09ad39c0031bfe6b5157db9f13cd586ef5a3af9
Author: ffff:108.199.135.104 <ffff:108.199.135.104@hub.scroll.pub> Date: 2025-01-14 17:56:01 +0000 Subject: created test.parsers diff --git a/test.parsers b/test.parsers new file mode 100644 index 0000000..e69de29
commit fda54dbff1d85c5169aabaa592b849be690002f2
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2024-12-22 18:15:33 +0000 Subject: updated .gitignore diff --git a/.gitignore b/.gitignore index bd1a52d..43b9694 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ *.css *.js *.csv +.* requests.scroll \ No newline at end of file
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub> Date: 2024-11-10 20:12:15 +0000 Subject: initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1a52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.html +*.txt +*.xml +*.css +*.js +*.csv +requests.scroll \ 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