Skip to content

Commit d045238

Browse files
author
Peter Degen-Portnoy
committed
Update project.md
Add description of the PAI level
1 parent 662a4ec commit d045238

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

reference/project.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ A Project represents a collection of source code, documentation, and web sites t
8888
- __nice_name__
8989
A human-friendly name of the License
9090

91-
9291
```xml
9392
<licenses>
9493
<license>
@@ -98,6 +97,28 @@ A Project represents a collection of source code, documentation, and web sites t
9897
</licenses>
9998
```
10099

100+
+ __project_activity_index__
101+
The Project Activity Index (PAI) level
102+
- __value__
103+
The numerical value for the activity level. The values may be one of
104+
+ 0 (NA)
105+
+ 10 (New)
106+
+ 20 (Inactive)
107+
+ 30 (Very Low)
108+
+ 40 (Low)
109+
+ 50 (Moderate)
110+
+ 60 (High)
111+
+ 70 (Very High)
112+
- __description__
113+
The text description of the value as defined above
114+
115+
```xml
116+
<project_activity_index>
117+
<value>70</value>
118+
<description>Very High</description>
119+
</project_activity_index>
120+
```
121+
101122
+ __links__
102123
The links associated with the current project. Homepage and Download links are not included here.
103124
- __category__

0 commit comments

Comments
 (0)