forked from beeware/beeware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.ini
More file actions
92 lines (77 loc) · 1.75 KB
/
project.ini
File metadata and controls
92 lines (77 loc) · 1.75 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[model]
name = Project
label = {{ this.title }}
hidden = no
[fields.name]
label = Name
type = string
width = 1/4
[fields.sort_key]
label = Sort order
type = sort_key
width = 1/4
[fields.project_type]
label = Project type
type = select
choices = featured, application, utility
choice_labels = Featured, Application, Utility
width = 1/4
[fields.image]
label = Image
description = Project Logo or Image
type = select
source = record.attachments.images
width = 1/4
[fields.github_repo]
label = Github org/repo
type = string
width = 1/2
[fields.rtfd_name]
label = Read The Docs name
type = string
width = 1/4
[fields.incomplete]
label = Is this page incomplete?
width = 1/4
type = boolean
[fields.maturity]
label = Maturity
type = checkboxes
choices = attic, experimental, alpha, beta, production
choice_labels = Attic, Experimental, Early Development, In Development, Stable
width = 1/4
[fields.languages]
label = Languages
type = checkboxes
choices = py, c, m, cpp, java, js
choice_labels = Python, C, Objective C, C++, Java, JavaScript
width = 1/4
[fields.platforms]
label = Platforms
type = checkboxes
choices = independent, macOS, linux, win, iOS, android, tvOS, watchOS, browser, terminal
choice_labels = Platform independent, macOS, Linux (GTK+), Windows, iOS, Android, tvOS, watchOS, Browser, Terminal
width = 1/4
[fields.featured]
label = Feature this project?
width = 1/4
type = boolean
[fields.short_description]
label = Short description
description = Markdown
type = markdown
translate = True
[fields.description]
label = Description
description = Markdown
type = markdown
translate = True
[fields.pun]
label = Pun Reasoning
description = Markdown
type = markdown
translate = True
[fields.help_required]
label = Help required
description = Markdown
type = markdown