Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 3, 2024
1 parent 5379154 commit c02015d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
12 changes: 12 additions & 0 deletions add.scroll
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
title WWS Registration Form

import header.scroll
printTitle

mediumColumns 1

import root.scroll

form

import pageFooter.scroll
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://wws.scroll.pub",
"dependencies": {
"minimist": "^1.2.8",
"scroll-cli": "^125.6.0",
"scroll-cli": "^125.8.0",
"scrollsdk": "^84.0.0"
},
"devDependencies": {
Expand Down
12 changes: 7 additions & 5 deletions root.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

// Schema

idParser
folderNameParser
crux folder
extends abstractIdParser
description What is the folder name?

descriptionParser
extends abstractStringMeasureParser
Expand Down Expand Up @@ -54,7 +56,7 @@ transactionIdParser

// Root Folders

id scroll
folder scroll
description A language for scientists of all ages
www https://scroll.pub
source https://github.com/breck7/scroll
Expand All @@ -65,7 +67,7 @@ expires 6/12/2034
rep Breck Yunits
transactionId pm_1PQxCOJktJxKl0r5l24p6Zwu

id breck
folder breck
description Breck's Blog
www https://breckyunits.com
source https://github.com/breck7/breckyunits.com
Expand All @@ -76,7 +78,7 @@ expires 6/12/2034
rep Breck Yunits
transactionId pm_1PQxCOJktJxKl0r5l24p6Zwu

id pldb
folder pldb
description A Programming Language DataBase
www https://pldb.io
source https://github.com/breck7/pldb
Expand All @@ -87,7 +89,7 @@ expires 6/12/2034
rep Breck Yunits
transactionId pm_1PQxCOJktJxKl0r5l24p6Zwu

id cancerdb
folder cancerdb
description Datasets about Cancer
www https://cancerdb.com
source https://github.com/breck7/CancerDB
Expand Down

0 comments on commit c02015d

Please sign in to comment.