-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp_text.py
66 lines (54 loc) · 2.33 KB
/
help_text.py
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
CLAIM_HELD = """
Check here to indicate that your organization has both made this claim to
capture the nominated URL and that you have successfully captured it.
"""
# TODO: column headers in lots of tables
N_CLAIMED = """
Number of resource URLs nominated for this project that have been claimed
for capture, but not yet captured, by collecting organizations.
"""
# TODO: most table column headers
N_HELD = """
Number of resource URLs nominated for this project that have been reported
by collecting organizations as having been captured.
"""
# TODO: most table column headers
N_UNCLAIMED = """
Number of resource URLs nominated for this project that have not been
claimed for capture by any collecting organization.
"""
NOMINATION_RATIONALE = """
Describe why you think this particular resource should be included with
this project.
"""
ORGANIZATION_PROFILE = "Choose a URL for your organization's profile on Cobweb."
PROJECT_ADMINS = """
Enter names of registered Cobweb users who can edit and manage project
information. Names can include more than one word, separated by spaces and
ending with a hard return for entry. For projects with a restricted
nomination policy, administrators are automatically included among selected
users.
"""
PROJECT_DESCRIPTION = """
Describe the intended content (such as a theme, topic, or event it is
intended to document) and goals of this project.
"""
PROJECT_COLLECTING_SCOPE = """
As applicable, describe the scope and approach that this project is
intended to take (such as collecting for defined time frame).
"""
PROJECT_NOMINATORS = """
Enter names of selected Cobweb users who can nominate to projects with a
restricted nomination policy. Names can include more than one word,
separated by spaces and ending with a hard return for entry.
"""
PROJECT_NOMINATOR_BLACKLIST = """
Enter names of Cobweb users who cannot nominate to this project. Names can
include more than one word, separated by spaces and ending with a hard
return for entry.
"""
PROJECT_SLUG = "Choose a URL for your project's profile on Cobweb."
TAGS = """
Enter or choose brief descriptive terms. Descriptive terms can include more
than one word, separated by spaces and ending with a hard return for entry.
"""