------------------------------------------------------------
commit 177015fe7628e907f18af81470c6dd693efd7d9a
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:55:57 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 0c95af6..e00f3ac 100644 --- a/index.scroll +++ b/index.scroll @@ -3,6 +3,8 @@ buildTxt theme roboto +testing custome parser output + // buildTxt needs compileTxt() one ------------------------------------------------------------
commit 1da9ec2a3d779641d2288f7f271bce8d58815e33
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:55:39 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 3d64552..0c95af6 100644 --- a/index.scroll +++ b/index.scroll @@ -3,7 +3,7 @@ buildTxt theme roboto -// buildTxt doesnt show three +// buildTxt needs compileTxt() one two ------------------------------------------------------------
commit 52cf4d3e9e7047ca7f9c07e1d67f7458d2bd5459
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:55:24 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index f8eee17..3d64552 100644 --- a/index.scroll +++ b/index.scroll @@ -14,7 +14,6 @@ threeParser javascript compile() {return "three"} compileTxt() {return "three"} - three ------------------------------------------------------------
commit 9f121e0c2eace8a8ac12425cd144e6b48b8d4500
Author: ffff:98.97.141.181 <ffff:98.97.141.181@hub.scroll.pub> Date: Fri Nov 15 06:31:53 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index ca95656..f8eee17 100644 --- a/index.scroll +++ b/index.scroll @@ -13,6 +13,8 @@ threeParser cueFromId javascript compile() {return "three"} + compileTxt() {return "three"} + three ------------------------------------------------------------
commit 4d00b9c0208524f4aaa56103575cc211a131eca5
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:29:40 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 34a983a..ca95656 100644 --- a/index.scroll +++ b/index.scroll @@ -14,9 +14,6 @@ threeParser javascript compile() {return "three"} - three -four - -index.txt \ No newline at end of file +four \ No newline at end of file ------------------------------------------------------------
commit fe92e33de670e5788248d0d6039c33afb842e574
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:29:20 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 3dd9009..34a983a 100644 --- a/index.scroll +++ b/index.scroll @@ -19,4 +19,4 @@ three four -roboto.css \ No newline at end of file +index.txt \ No newline at end of file ------------------------------------------------------------
commit ad42fb00d5b5f2255fcec6d96c2d6cd0f20999f6
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:28:46 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 34a983a..3dd9009 100644 --- a/index.scroll +++ b/index.scroll @@ -19,4 +19,4 @@ three four -index.txt \ No newline at end of file +roboto.css \ No newline at end of file ------------------------------------------------------------
commit 9e586e5323ecc6d13190bb2ee7193af282efc1d4
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:27:51 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index b26effe..34a983a 100644 --- a/index.scroll +++ b/index.scroll @@ -17,4 +17,6 @@ threeParser three -four \ No newline at end of file +four + +index.txt \ No newline at end of file ------------------------------------------------------------
commit d2fdecd85ac1bada9fd62ee71187e58c216c039c
Author: ffff:85.186.10.82 <ffff:85.186.10.82@hub.scroll.pub> Date: Fri Nov 15 06:27:06 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..b26effe 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,20 @@ buildHtml +buildTxt + theme roboto -Hello World my name is \ No newline at end of file +// buildTxt doesnt show three + +one +two + +threeParser + extends abstractScrollParser + cueFromId + javascript + compile() {return "three"} + + +three + +four \ No newline at end of file ------------------------------------------------------------
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub> Date: Sun Nov 10 20:12:15 2024 +0000 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