------------------------------------------------------------
commit 011ad3dc8b5786717d4068a21fbae9e39b5169ee
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 23:23:58 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index a463d1d..bb75761 100644 --- a/index.scroll +++ b/index.scroll @@ -15,8 +15,12 @@ bobLawLawFaqParser bob 10 +br 2 + bob 1 +br 2 + bob 100 scrollVersionLink ------------------------------------------------------------
commit 9630c783d86aaba371c99e96769a219355578475
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 23:23:52 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 9b76a60..a463d1d 100644 --- a/index.scroll +++ b/index.scroll @@ -13,8 +13,10 @@ bobLawLawFaqParser return "BOB" + "LAW".repeat(parseInt(this.atoms[1])) } -bob -bob -bob +bob 10 + +bob 1 + +bob 100 scrollVersionLink ------------------------------------------------------------
commit 4b42711c0eb7d4b0d4b411299b9e1c9d81d1b3ed
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 23:23:44 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index f0749b1..9b76a60 100644 --- a/index.scroll +++ b/index.scroll @@ -6,10 +6,11 @@ Welcome to my folder. bobLawLawFaqParser crux bob + atoms anyAtom integerAtom extends abstractScrollParser javascript compile() { - return "BOBLAWLAWLAW!!!!" + return "BOB" + "LAW".repeat(parseInt(this.atoms[1])) } bob ------------------------------------------------------------
commit 6d716bd6289038c946f5940f2d4eb1321d4cb945
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 23:22:32 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 59aa400..f0749b1 100644 --- a/index.scroll +++ b/index.scroll @@ -6,6 +6,7 @@ Welcome to my folder. bobLawLawFaqParser crux bob + extends abstractScrollParser javascript compile() { return "BOBLAWLAWLAW!!!!" ------------------------------------------------------------
commit 015cfe829c39c714677524a2453caecee9ab0398
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 23:22:19 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 86c509e..59aa400 100644 --- a/index.scroll +++ b/index.scroll @@ -4,4 +4,15 @@ header.scroll Welcome to my folder. +bobLawLawFaqParser + crux bob + javascript + compile() { + return "BOBLAWLAWLAW!!!!" + } + +bob +bob +bob + scrollVersionLink ------------------------------------------------------------
commit 1a36be4a1f67973bc7b45f71fa83025d2b2c4529
Author: root <root@hub.scroll.pub> Date: Tue Sep 24 20:25:13 2024 +0000 Initial commit from blank template diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..78643be --- /dev/null +++ b/header.scroll @@ -0,0 +1,10 @@ +importOnly +buildHtml +buildTxt + +metaTags +gazetteCss +homeButton +viewSourceButton +printTitle +mediumColumns 1 diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..86c509e --- /dev/null +++ b/index.scroll @@ -0,0 +1,7 @@ +title Hello world + +header.scroll + +Welcome to my folder. + +scrollVersionLink