Author: sebb
Date: Mon Apr 23 22:55:26 2018
New Revision: 1829949

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

Added:
    attic/site-jekyll/README.md
    attic/site-jekyll/src/_data/project.txt   (with props)

Added: attic/site-jekyll/README.md
URL: 
http://svn.apache.org/viewvc/attic/site-jekyll/README.md?rev=1829949&view=auto
==============================================================================
--- attic/site-jekyll/README.md (added)
+++ attic/site-jekyll/README.md Mon Apr 23 22:55:26 2018
@@ -0,0 +1,26 @@
+Layout
+======
+docs/ - the generated site
+src/ - source files used to generate the site
+ _data/
+   projects.json - data for all retired projects
+ _includes/
+   project.list - template to create the project list include
+ _layouts/
+   project.html - template to process individual project pages
+ _plugins/
+   generate_projects.rb - Ruby script which processes the data file to 
generate pages using the layout
+ scripts/
+   Lua scripts for use by the web server
+ style/
+   style sheets which are copied to the generated site
+ _config.yaml - Jekyll config file
+ *.html - templates to create corresponding files in the site
+build.sh - build the site
+Gemfile* - Ruby Gem config files
+README.md - this file
+
+Adding a new project
+====================
+Add a new object to src/_data/projects.json and fill in the details
+There is a sample object in src/_data/projects.txt
\ No newline at end of file

Added: attic/site-jekyll/src/_data/project.txt
URL: 
http://svn.apache.org/viewvc/attic/site-jekyll/src/_data/project.txt?rev=1829949&view=auto
==============================================================================
--- attic/site-jekyll/src/_data/project.txt (added)
+++ attic/site-jekyll/src/_data/project.txt Mon Apr 23 22:55:26 2018
@@ -0,0 +1,21 @@
+Sample project object
+=====================
+
+{
+   "name":        "Object",
+   "id":          "<optional>",
+   "project":     "object",
+   "subproject":  "<optional>",
+   "website":     "optional website URL if it cannot be derived from the 
project/subproject OR # to suppress the entry",
+   "nodist":      true,
+   "retired":     "April 2018",
+   "scm":         "svn|git-wip|URL",
+   "nokeys":      true,
+   "bugzilla":    ""object,
+   "jira":        "OBJECT",
+   "wiki":        "URL",
+   "board":       "Override the Minutes file name",
+   "mailnames":   [],
+   "description": "Describe the project",
+   "postlude":    "Optional text for end of page"
+},

Propchange: attic/site-jekyll/src/_data/project.txt
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to