-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroot.parsers
36 lines (30 loc) · 910 Bytes
/
root.parsers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
nameParser
cue name
extends abstractIdParser
description What is the folder name?
descriptionParser
cue description
extends abstractStringMeasureParser
description What is this folder about? Maximum 7 words.
float sortIndex 1.001
wwsTagsParser
cue tags
extends abstractStringMeasureParser
description What labels apply to this folder?
float sortIndex 1.002
webParser
extends abstractUrlMeasureParser
description What is the URL to this folder on the World Wide Web?
float sortIndex 1.01
sourceParser
extends abstractUrlMeasureParser
description What is the URL to the source code for this folder?
float sortIndex 1.02
registeredParser
extends abstractStringMeasureParser
description On what day was this folder name first registered?
float sortIndex 1.3
ownerParser
extends abstractStringMeasureParser
description Which Scroll Alliance member owns this folder?
float sortIndex 1.5