Author: sebb
Date: Tue Apr 24 00:11:09 2018
New Revision: 1829951

URL: http://svn.apache.org/viewvc?rev=1829951&view=rev
Log:
Docco

Modified:
    attic/site-jekyll/src/_data/project.txt

Modified: attic/site-jekyll/src/_data/project.txt
URL: 
http://svn.apache.org/viewvc/attic/site-jekyll/src/_data/project.txt?rev=1829951&r1=1829950&r2=1829951&view=diff
==============================================================================
--- attic/site-jekyll/src/_data/project.txt (original)
+++ attic/site-jekyll/src/_data/project.txt Tue Apr 24 00:11:09 2018
@@ -1,12 +1,16 @@
 Sample project object
 =====================
 
+nodist: suppress the Download section
+nokeys: suppress the KEYS entry in the download section
+
+------ cut here ------
 {
    "name":        "Object",
-   "id":          "<optional>",
+   "id":          "the generated file name stem | default: name to lower-case; 
replace space and / by -",
    "project":     "object",
    "subproject":  "<optional>",
-   "website":     "optional website URL if it cannot be derived from the 
project/subproject OR # to suppress the entry",
+   "website":     "website URL | default: project.apache.org/subproject OR '#' 
to suppress the entry",
    "nodist":      true,
    "retired":     "April 2018",
    "scm":         "svn|git-wip|URL",
@@ -14,8 +18,9 @@ Sample project object
    "bugzilla":    "object",
    "jira":        "OBJECT",
    "wiki":        "URL",
-   "board":       "Override the Minutes file name",
-   "mailnames":   [],
+   "board":       "The Minutes file name stem | default: project",
+   "mailnames":   ["dev","etc"],
    "description": "Describe the project",
    "postlude":    "Optional text for end of page"
 },
+------ cut here ------


Reply via email to