You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/09 21:21:59 UTC

[2/3] incubator-juneau-website git commit: Move Jekyll-based site into an 'old' directory.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/content_previous/styles/main.css
----------------------------------------------------------------------
diff --git a/content_previous/styles/main.css b/content_previous/styles/main.css
deleted file mode 100644
index 0e4fae3..0000000
--- a/content_previous/styles/main.css
+++ /dev/null
@@ -1,647 +0,0 @@
-
-* {
-    box-sizing: border-box;
-}
-
-body {
-    color: black;
-    background: white;
-    font-family: 'Carlito', 'FreeSans', 'Liberation Sans', 'Arial', 'Helvetica', sans-serif;
-    text-rendering: optimizeLegibility;
-    margin: 0;
-    padding: 0;
-
-}
-
-div#header {
-    color: white;
-    display: table;
-    width: 100%;
-    padding: 1em;
-    background-image: url('header.jpg');
-	background-color: #9bc5db;
-	border-bottom: 1px;
-}
-
-
-div#header > * {
-    display: table-cell;
-    vertical-align: middle;
-}
-
-#header h1 {
-    text-align: left;
-    font-size: 1.75em;
-    margin: 0.25em 0;
-    white-space: nowrap;
-    color: #6d9bb0;
-}
-
-#header h1 a[href] {
-    color: inherit;
-    text-decoration: inherit;
-    padding-left: 1.5em;
-    /*background-image: url('/images/your-logo.png');*/
-    background-repeat: no-repeat;
-    -moz-background-size:    1em;
-    -webkit-background-size: 1em;
-    background-size:         1em;
-    -moz-background-position:    0.25em center;
-    -webkit-background-position: 0.25em center;
-    background-position:         0.25em center;
-}
-
-#content > ul.features {
-    /*padding-left: 0.25in;*/
-    /*padding-right: 0.25in;*/
-}
-
-ul.features {
-    list-style: none;
-}
-
-ul.features li {
-    padding-left: 1.25in;
-    position: relative;
-}
-
-ul.features li > * {
-    margin-left: 0;
-    margin-right: 0;
-}
-
-ul.features li::before {
-    content: ' ';
-    /*height: 1in;*/
-    /*width: 1in;*/
-    /*background: #304730;*/
-    /*-moz-border-radius: 1in;*/
-    /*-webkit-border-radius: 1in;*/
-    /*border-radius: 1in;*/
-    /*display: block;*/
-    /*position: absolute;*/
-    /*left: 0;*/
-    /*top: 50%;*/
-    /*margin-top: -0.5in;*/
-    /*background-repeat: no-repeat;*/
-    /*-moz-background-size: 75%;*/
-    /*-webkit-background-size: 75%;*/
-    /*background-size: 75%;*/
-    /*-moz-background-position: center;*/
-    /*-webkit-background-position: center;*/
-    /*background-position: center;*/
-}
-
-ul.features li.apache::before {
-    background-image: url('/images/feather.png');
-    -moz-background-size: 40%;
-    -webkit-background-size: 40%;
-    background-size: 40%;
-}
-
-.hook {
-    padding-bottom: 2em;
-    overflow: hidden;
-    background: #c0c0c0;
-    /*color: white;*/
-    text-align: center;
-}
-
-.hook > * {
-    margin: 2em;
-    display: inline-block;
-    vertical-align: middle;
-}
-
-.hook img {
-    max-width: 50%;
-    width: 7cm;
-}
-
-.hook .description {
-    font-size: 1.25em;
-    max-width: 40%;
-}
-
-.latest {
-    font-weight: bold;
-}
-
-.irc {
-    font-family: monospace;
-    font-weight: bold;
-}
-
-.book-title {
-    font-style: italic;
-}
-
-h1 {
-    margin-top: 0.25in;
-    margin-bottom: 0.25in;
-}
-
-h2 {
-    margin-top: 2em;
-}
-
-table.downloads {
-    border-spacing: 0;
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-
-table.downloads th,
-table.downloads td {
-    border: 1px solid silver;
-    padding: 0.5em;
-    padding-left: 1em;
-    padding-right: 1em;
-}
-
-ul#navigation {
-    text-align: right;
-    font-size: 0.9em;
-    padding: 0;
-    margin: 0;
-}
-
-#navigation li a[href="#download"] {
-    font-weight: bold;
-}
-
-#navigation li {
-    display: inline-block;
-    white-space: nowrap;
-}
-
-#navigation a[href] {
-    color: inherit;
-    text-decoration: none;
-}
-
-#navigation li a {
-    display: inline-block;
-    margin: 0.5em;
-}
-
-#navigation li a:hover {
-    text-decoration: underline;
-}
-
-#navigation a.download,
-#navigation a.github {
-    padding-left: 2em;
-    font-weight: bold;
-
-    -moz-background-position: 0.5em center;
-    -webkit-background-position: 0.5em center;
-    background-position: 0.5em center;
-    -moz-background-size: 1em;
-    -webkit-background-size: 1em;
-    background-size: 1em;
-    background-repeat: no-repeat;
-}
-
-#navigation a.download {
-}
-
-#navigation a.github {
-}
-
-p {
-    line-height: 1.5;
-    text-align: justify;
-    margin: 1em 0;
-}
-
-#content > * {
-    width: 11in;
-    max-width: 100%;
-    margin-left: auto;
-    margin-right: auto;
-    padding-left: 0.25in;
-    padding-right: 0.25in;
-}
-
-#content .hook {
-    margin: 0;
-    width: 100%;
-}
-
-#content table {
-    width: auto;
-}
-
-#content ol,
-#content ul {
-    padding-left: 0.5in;
-}
-
-#content ol li,
-#content ul li {
-    margin-top: 0.5em;
-    margin-bottom: 0.5em;
-}
-
-#content pre {
-    padding: 0.125in;
-    background: #EEE;
-}
-
-#content blockquote {
-    padding: 1px 1em;
-    border-left: 0.25em solid #EEE;
-    font-style: oblique;
-    width: 8in;
-    max-width: 80%;
-}
-
-div#footer {
-    font-size: 0.9em;
-    border-top: 1px solid silver;
-   /* margin-top: 3em; */
-    padding: 1em;
-    background: #EEE;
-}
-
-#footer .block-menu {
-    display: inline-block;
-    vertical-align: top;
-    text-align: left;
-    width: 6cm;
-    max-width: 30%;
-    padding: 0.5cm;
-}
-
-#footer .block-menu h2 {
-    margin: 0;
-    font-size: 1.25em;
-    font-weight: bold;
-}
-
-#footer .block-menu {
-    display: inline-block;
-}
-
-#footer ul {
-    text-align: left;
-    min-width: 10%;
-    padding: 0;
-}
-
-#footer li {
-    list-style-type: none;
-}
-
-.social-buttons {
-    padding: 0.5em;
-    text-align: right;
-}
-
-.social-button {
-    display: inline-block;
-    margin: 0.25em;
-    vertical-align: top;
-}
-
-.download-panel {
-    margin-top: 2em;
-    margin-bottom: 2em;
-    text-align: center;
-}
-
-.download-panel a[href] {
-    text-decoration: none;
-}
-
-div.button {
-
-    display: inline-block;
-    margin: 1em;
-    border-radius: 5px;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border: 1px solid rgba(0, 0, 0, 0.5);
-
-    font-size: 1.25em;
-    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-    box-shadow: inset  1px  1px 0 rgba(255, 255, 255, 0.25),
-                inset -1px -1px 0 rgba(0,   0,   0,   0.25);
-    -moz-box-shadow: inset  1px  1px 0 rgba(255, 255, 255, 0.25),
-                     inset -1px -1px 0 rgba(0,   0,   0,   0.25);
-    -webkit-box-shadow: inset  1px  1px 0 rgba(255, 255, 255, 0.25),
-                        inset -1px -1px 0 rgba(0,   0,   0,   0.25);
-    height: 32px;
-    padding: 10px;
-    color: white;
-
-}
-
-div.button > * {
-    display: inline-block;
-    vertical-align: middle;
-    white-space: nowrap;
-}
-
-.download-panel {
-    display: inline-block;
-}
-
-.download-panel .button {
-    display: block;
-}
-
-div.button .title {
-    line-height: 32px;
-    margin-left: 42px;
-}
-
-/* Demo video */
-.demo {
-    display: inline-block;
-    position: relative;
-    width: 15cm;
-    max-width: 40%;
-    border: 1px solid black;
-}
-
-.demo img.thumbnail {
-    width: 600px;
-    max-width: 100%;
-}
-
-.demo iframe {
-    position: absolute;
-    top: 0;
-    left: 0;
-    width: 100%;
-    height: 100%;
-}
-
-div#links {
-    float: right;
-    border: 1px solid rgba(0, 0, 0, 0.25);
-    background: #FFFFFA;
-    margin: 2em;
-    width: auto;
-    padding: 0;
-}
-
-div#links h2 {
-    margin: 0;
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
-    padding-left: 1em;
-    padding-right: 1em;
-    font-size: 1em;
-    font-style: oblique;
-    /*background: #304730;*/
-    color: white;
-}
-
-div#links ul {
-    margin: 0;
-    padding: 0 1em;
-    list-style: none;
-}
-
-#content > ul.company-list {
-    padding-left: 0.5in;
-    padding-right: 0.5in;
-}
-
-.company-list li.company {
-    list-style: none;
-    display: table;
-    width: 100%;
-    background: #FFFFFA;
-    border: 1px solid rgba(0, 0, 0, 0.125);
-}
-
-.company-list li.company > * {
-    display: table-cell;
-    vertical-align: middle;
-    padding: 1em;
-}
-
-.company-list li.company .company-logo img {
-    max-width: 5em;
-    max-height: 5em;
-}
-
-.company-list li.company .company-description {
-    width: 100%;
-}
-
-.company-list li.company .company-description > * {
-    margin: 0.25em 0;
-}
-
-table.releases {
-    background: #FFFFFA;
-    border-collapse: collapse;
-    border: 1px solid rgba(0, 0, 0, 0.5);
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 0.25in;
-    margin-bottom: 4em;
-}
-
-table.releases th {
-    margin: 0;
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
-    padding-left: 1em;
-    padding-right: 1em;
-    font-size: 1em;
-    font-weight: normal;
-    font-style: oblique;
-    /*background: #304730;*/
-    color: white;
-}
-
-table.releases tr:nth-child(even) {
-    background: rgba(0, 0, 0, 0.1);
-}
-
-table.releases td {
-    margin: 0;
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
-    padding-left: 1em;
-    padding-right: 1em;
-}
-
-#content > .legacy-release-note {
-    background: #FFFFFA;
-    border: 1px solid rgba(0, 0, 0, 0.25);
-    width: 8in;
-    margin: 0.25in auto;
-}
-
-/* Style appropriately for printing */
-@media print {
-
-    div#header {
-        margin: 0.25in;
-    }
-
-    div#header,
-    #header h1,
-    #header h1 a[href] {
-        color: black;
-        background: transparent;
-        padding: 0;
-    }
-
-    #header h1 {
-        font-size: 2em;
-    }
-
-    ul#navigation {
-        display: none;
-    }
-
-    .hook {
-        background: transparent;
-        color: black;
-        padding-bottom: 0;
-    }
-
-    .hook .description {
-        font-size: 1em;
-        max-width: 100%;
-    }
-
-    .hook > * {
-        display: block;
-        margin: 0;
-    }
-
-    .demo {
-        border: none;
-        float: right;
-        margin: 1em 3em;
-        margin-right: 0;
-    }
-
-    .demo iframe {
-        display: none;
-    }
-
-    ul.features li {
-        padding: 0;
-    }
-
-    ul.features li::before {
-        display: none;
-    }
-
-    h2 {
-        margin-top: 1em;
-        margin-bottom: 0.75em;
-        text-decoration: underline;
-    }
-
-    #links {
-        display: none;
-    }
-
-    div#footer {
-        background: white;
-        border-top: 1px solid black;
-        font-size: 0.75em;
-    }
-
-}
-
-/* Reformat hook/header when screen too small */
-@media screen and (max-width: 10in) {
-
-    #header h1 {
-        font-size: 1.25em;
-    }
-
-    #navigation {
-        font-size: 0.8em;
-    }
-
-    .hook .description {
-        font-size: 1em;
-    }
-
-}
-
-/* Reformat hook/header on individual lines if screen otherwise too small */
-@media screen and (max-width: 8in) {
-
-    #header h1 {
-        font-size: 1.75em;
-        white-space: normal;
-    }
-
-    div#header > * {
-        display: block;
-        text-align: center;
-    }
-
-    .hook {
-        padding-bottom: 1em;
-    }
-
-    .hook > * {
-        margin: 0;
-    }
-
-    .demo {
-        margin-left: auto;
-        margin-right: auto;
-    }
-
-    .demo,
-    .hook .description {
-        display: block;
-        max-width: 100%;
-    }
-
-}
-
-/* Reformat feature list when screen too small */
-@media screen and (max-width: 6in) {
-
-    ul.features li::before {
-        position: static;
-        /*width: 0.5in;*/
-        /*height: 0.5in;*/
-        /*margin: 0 0.125in;*/
-        display: inline-block;
-        vertical-align: middle;
-    }
-
-    ul.features li > h2 {
-        display: inline-block;
-        vertical-align: middle;
-        max-width: 70%;
-        margin: 0.75em 0;
-    }
-
-    ul.features li {
-        padding-left: 0;
-    }
-
-}
-
-div#page {
-    color: white;
-    display: table;
-    width: 100%;
-    padding: 1em;
-	background-color: white;
-	border-bottom: 1px;
-	border-top: 1px solid silver;
-	font-size: 0.9em;
-	color: #2E4053;
-	font-weight: normal;
-}

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/contributing.md
----------------------------------------------------------------------
diff --git a/contributing.md b/contributing.md
deleted file mode 100644
index 02ac301..0000000
--- a/contributing.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: page 
-title: Contributing
-permalink: /open-source/
-
-menu-title:  Contributing
-menu-weight: 6
----
-
-Include information about contributing here.  Workflows, JIRA, mailing lists explained could go here.
-
-

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/doc/placeholder.txt
----------------------------------------------------------------------
diff --git a/doc/placeholder.txt b/doc/placeholder.txt
deleted file mode 100644
index 19313dd..0000000
--- a/doc/placeholder.txt
+++ /dev/null
@@ -1 +0,0 @@
-This is just a placeholder file for the doc directory.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
deleted file mode 100644
index 5e9eb55..0000000
--- a/downloads.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-layout: page 
-title: Downloads
-permalink: /downloads/
-
-menu-title:  Downloads
-menu-weight: 0
-menu-class:  download
----
-
-Provide information about releases.  The below table will render the contents of _releases for you
-
-<table class="releases">
-    <tr>
-        <th>Version</th>
-        <th>Summary</th>
-        <th>Release Date</th>
-    </tr>
-    {% assign releases = site.releases | sort: 'date' %}
-    {% for release in releases reversed %}
-        {% if release.title %}
-            <tr>
-                <td><a href="{{ release.url | prepend: site.baseurl }}">{{ release.title }}</a></td>
-                <td>{{ release.summary }}</td>
-                <td>{{ release.date | date: "%Y-%m-%d" }}</td>
-            </tr>
-        {% endif %}
-    {% endfor %}
-</table>
-

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/images/feather.png
----------------------------------------------------------------------
diff --git a/images/feather.png b/images/feather.png
deleted file mode 100644
index 3fc62b7..0000000
Binary files a/images/feather.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
deleted file mode 100644
index 6322ca7..0000000
--- a/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: default
----
-
-<div class="hook" markdown="1">
-This is your main content area
-</div>
-
-<ul class="features">
-    <li>
-    Provide a list of your features here
-    </li>
-    <li>Feature 2</li>
-    <li>Feature 3</li>
-</li>
-</ul>
-

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/juneau.conf
----------------------------------------------------------------------
diff --git a/juneau.conf b/juneau.conf
deleted file mode 100644
index bb73778..0000000
--- a/juneau.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is the config file for the Juneau project.
-# This is only local for our editing purposes, please raise an INFRA ticket if you want to change it (after you've committed changes)
-
-import re
-
-Excludes = masterExcludes + ["content"]
-Excludes = map(re.compile, Excludes)
-wasChanged = wasCodeTouched(Excludes)
-
-c['schedulers'].append(SingleBranchScheduler(name="on-juneau-site-commit",
-                    change_filter=filter.ChangeFilter(branch='asf-site' , project='incubator-juneau-site'),
-                    treeStableTimer=2,
-                    builderNames=["juneau-site"],
-                    fileIsImportant=wasChanged))
-
-#builders
-
-f_juneau_1 = factory.BuildFactory()
-f_juneau_1.addStep(Git(repourl="https://git-wip-us.apache.org/repos/asf/incubator-juneau-site.git", mode="full"))
-f_juneau_1.addStep(ShellCommand(command=["bash" , "build.sh", "publish"],
-                  workdir="build/",
-))
-
-b_pony_1 = {'name': "juneau-site",
-      'slavename': "bb_slave1_ubuntu",
-      'builddir': "juneau-site",
-      'factory': f_juneau_1,
-      'category': "juneau-site"
-     }
-
-c['builders'].append(b_juneau_1)
-
-#mail status
-
-c['status'].append(mail.MailNotifier(fromaddr="buildbot@apache.org",
-                                     extraRecipients=["dev@juneau.incubator.apache.org"],
-                                     sendToInterestedUsers=False,
-                                     mode="change",
-                                     categories=["juneau-site"]))

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/README.md
----------------------------------------------------------------------
diff --git a/old/README.md b/old/README.md
new file mode 100644
index 0000000..b137a9d
--- /dev/null
+++ b/old/README.md
@@ -0,0 +1,135 @@
+The Apache < project name > website
+===================================
+
+This repository contains the source for the website of Apache ProjectName, short description.
+
+The website itself is completely static, being automatically generated by
+[Jekyll](https://jekyllrb.com/) prior to deployment. The content of the website
+is written in a mixture of HTML and Markdown, with dynamic portions written
+using [liquid templating](https://jekyllrb.com/docs/templates/). Templated
+content is interpreted only a build time, with the final result being
+completely static.
+
+To facilitate ease of development and testing, this repository also contains a
+build script, `build.sh`, the usage of which is documented below.
+
+Table of contents
+-----------------
+
+* [Repository structure](#repository-structure)
+* [Build prerequisites](#build-prerequisites)
+* [Testing changes locally](#testing-changes-locally)
+* [Publishing changes](#publishing-changes)
+
+Repository structure
+--------------------
+
+In addition to the `LICENSE` and `NOTICE` files required of any proper Apache-
+licensed project, the repository contains the following critical files:
+
+| Filename      | Description
+| ------------- | -----------
+| `_config.yml` | Configuration information controlling the Jekyll build.  This is a standard Jekyll file. See: [Jekyll directory structure](https://jekyllrb.com/docs/structure/)
+| `build.sh`    | The website build script (usage documented below).
+| `doc/`        | Per-release documentation for Apache ProjectName.
+| `images/`     | Images which are referenced within the website HTML and CSS.
+| `pub/`        | Miscellaneous public files, such as test scripts. The test scripts in this directory have historically been shared to users to help with debugging.
+| `styles/`     | All CSS files referenced by the website HTML.
+| `_includes/`  | Common HTML fragments used by Jekyll and referenced in other templates, such as the website header and footer. These *must* be HTML only. This is a standard Jekyll directory. See: [Jekyll directory structure](https://jekyllrb.com/docs/structure/)
+| `_layouts/`   | Templates describing the structure of different types of content. This is a standard Jekyll directory. See: [Jekyll directory structure](https://jekyllrb.com/docs/structure/)
+| `_links/`     | Documents which contain metadata describing the links which should appear in the site navigation menu. The documents here are completely empty except for the metadata.
+| `_releases`   | Release notes for your projects releases, including metadata describing the files and documentation associated with those releases.
+
+Build prerequisites
+-------------------
+
+The build depends entirely on Jekyll, thus this must be installed first. If you
+do not yet have Jekyll installed, please see [Jekyll's own installation
+instructions](https://jekyllrb.com/docs/installation/) to get started.
+
+Beyond Jekyll, you will also need:
+
+* A POSIX-compliant implementation of `sh` (to run `build.sh`)
+* git (to clone this repository and to publish changes)
+* `mktemp` (used by `build.sh` when staging changes prior to publishing)
+
+The `build.sh` script will check whether the required programs are installed,
+and will fail early with an appropriate message if a required program cannot be
+found.
+
+The build script handles three primary variations of common build tasks:
+
+1. The build itself, when invoked as `./build.sh`. This invokes Jekyll and recursively copies the `doc/` (part of the website source) and `_site/` (generated by Jekyll during the build) to the `content/` directory.
+2. Serving a local copy of the website, when invoked as `./build.sh PORT`.
+3. Staging local changes for commit to the special "asf-site" branch, when invoked as `./build.sh stage`. Once changes are committed and pushed to "asf-site", the public website will be updated by the ASF's gitpubsub.
+
+Testing changes locally
+-----------------------
+
+To test your changes to the website, you can either invoke `./build.sh` to build a static copy of the site to the `content/` subdirectory, or invoke `./build.sh PORT` (where `PORT` a TCP port number) to both build the static copy of the site *and* run Ruby's web server to serve `content/` locally at the given port:
+
+    $ ./build.sh 8080
+    [2016-04-26 12:35:36] INFO  WEBrick 1.3.1
+    [2016-04-26 12:35:36] INFO  ruby 2.1.7 (2015-08-18) [x86_64-linux]
+    [2016-04-26 12:35:36] INFO  WEBrick::HTTPServer#start: pid=18927 port=8080
+
+When done testing your local changes, press `Ctrl`&nbsp;+&nbsp;`C` to stop the
+web server and return to the shell.
+
+Publishing changes
+------------------
+
+Changes to the website are published using Apache's
+[gitpubsub](https://blogs.apache.org/infra/entry/git_based_websites_available)
+which relies on a special branch called "asf-site" containing *all website
+content* within a directory called `content/`.
+
+In the Apache ProjectName website repository, the "asf-site" branch is an "orphan"
+branch. The branch has no commits in common with the "master" branch and
+consists solely of the `content/` subdirectory. Updating the website thus
+involves:
+
+1. Making and testing your changes locally
+2. Replacing the entire contents of the `content/` directory within "asf-site"
+   with the newly-generated `content/` directory.
+
+The `build.sh` script can take care of all this for you when invoked as
+`./build.sh stage`:
+
+    $ ./build.sh stage
+     Incremental build: disabled. Enable with --incremental
+          Generating...
+                        done in 0.568 seconds.
+     Auto-regeneration: disabled. Use --watch to enable.
+    Copying "doc/" and built site to "content/" ...
+    Done. Full site is now within the "content/" directory.
+    Switched to branch 'asf-site'
+    Removing README.md
+    Removing _site/
+    Content staged for commit. Use git to commit the results when ready.
+    NOTE: The build.sh script will no longer exist. To serve the staged
+    contents, run:
+
+        ruby -run -e httpd content/ -p PORT
+
+    where PORT is the port number where the HTTP server should listen.
+    $
+
+At this point, you will be on the "asf-site" branch and the current directory
+will contain only the `content/` subdirectory:
+
+    $ ls
+    content
+    $
+
+Keep in mind that the new content is only *staged* for commit. It has not yet
+been committed. Once you have verified that the staged content is as expected,
+commit your changes (along with a useful commit message describing the changes
+at a high level) using `git commit` and publish the update using
+`git push origin`.
+
+If you wish to unstage your changes, use `git reset --hard HEAD` to return to
+the original state of "asf-site", wiping out any local modifications made by
+`build.sh`. You can then return to whichever branch you were working on with
+`git checkout`.
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_config.yml
----------------------------------------------------------------------
diff --git a/old/_config.yml b/old/_config.yml
new file mode 100644
index 0000000..6e218ec
--- /dev/null
+++ b/old/_config.yml
@@ -0,0 +1,50 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+# Site settings
+projectName: Juneau
+title: Apache Juneau (incubating)
+
+# Build settings
+markdown: kramdown
+exclude:
+    - README.md
+    - build.sh
+    - content
+    - doc
+
+# Custom collections
+collections:
+
+    # All releases
+    releases:
+        output: true
+        permalink: /releases/:title/
+
+    # Pseudo-pages describing direct links to other pages (possibly external)
+    links:
+        output: false
+
+# Site-wide defaults
+defaults:
+
+    # All releases should use the "release" layout
+    - scope:  { type: releases }
+      values: { layout: release }
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_includes/footer.html
----------------------------------------------------------------------
diff --git a/old/_includes/footer.html b/old/_includes/footer.html
new file mode 100644
index 0000000..68304c2
--- /dev/null
+++ b/old/_includes/footer.html
@@ -0,0 +1,35 @@
+<!-- Footer -->
+<div id="footer">
+
+    <!-- Copyrights -->
+    <p class="copyright">
+        Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+            Software Foundation</a>, Licensed under the <a
+        href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0</a>.
+    </p>
+
+    <!-- Trademarks -->
+    <p class="trademarks">
+        Apache and the Apache feather logo are trademarks of The Apache
+        Software Foundation.
+    </p>
+
+    <!-- Incubation disclaimer -->
+    <p class="incubator-logo">
+        <a href="http://incubator.apache.org/" target="_blank">
+            <img src="http://incubator.apache.org/images/egg-logo2.png"/>
+        </a>
+    </p>
+    <p class="disclaimer">
+        Apache {{ site.projectName }} is an effort undergoing Incubation at The Apache
+        Software Foundation (ASF), sponsored by the Incubator. Incubation is
+        required of all newly accepted projects until a further review
+        indicates that the infrastructure, communications, and decision making
+        process have stabilized in a manner consistent with other successful
+        ASF projects. While incubation status is not necessarily a reflection
+        of the completeness or stability of the code, it does indicate that the
+        project has yet to be fully endorsed by the ASF.
+    </p>
+
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_includes/head.html
----------------------------------------------------------------------
diff --git a/old/_includes/head.html b/old/_includes/head.html
new file mode 100644
index 0000000..c7768a7
--- /dev/null
+++ b/old/_includes/head.html
@@ -0,0 +1,6 @@
+<head>
+    <link rel="stylesheet" href="/styles/main.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
+    <meta charset="UTF-8"/>
+    <title>{{ site.title | escape }}{% if page.title %}: {{ page.title | escape }}{% endif %}</title>
+</head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_includes/header.html
----------------------------------------------------------------------
diff --git a/old/_includes/header.html b/old/_includes/header.html
new file mode 100644
index 0000000..e799511
--- /dev/null
+++ b/old/_includes/header.html
@@ -0,0 +1,24 @@
+<!-- Header -->
+<div id="header">
+    <h1><a href="/">{{ site.title }}</a></h1>
+    <ul id="navigation" class="menu">
+        {% assign menu_pages = site.pages %}
+        {% for link in site.links %}
+            {% assign menu_pages = menu_pages | push: link %}
+        {% endfor %}
+        {% assign menu_pages = menu_pages | sort: 'menu-weight') %}
+        {% for menu_page in menu_pages %}
+            {% if menu_page.menu-title %}
+                <li><a
+                    {% if menu_page.location %}
+                        href="{{ menu_page.location }}"
+                    {% else %}
+                        href="{{ menu_page.url | prepend: site.baseurl }}"
+                    {% endif %}
+                    {% if menu_page.menu-class %}
+                        class="{{ menu_page.menu-class }}"
+                    {% endif %}>{{ menu_page.menu-title }}</a></li>
+            {% endif %}
+        {% endfor %}
+    </ul>
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_includes/link-list.html
----------------------------------------------------------------------
diff --git a/old/_includes/link-list.html b/old/_includes/link-list.html
new file mode 100644
index 0000000..96b9e1b
--- /dev/null
+++ b/old/_includes/link-list.html
@@ -0,0 +1,10 @@
+{% if include.entries != empty %}
+    {% if include.title %}
+        <h2>{{ include.title }}</h2>
+    {% endif %}
+    <ul>
+        {% for entry in include.entries %}
+            <li><a href="{{ entry[1] | prepend: site.baseurl }}">{{ entry[0] }}</a></li>
+        {% endfor %}
+    </ul>
+{% endif %}

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_layouts/default.html
----------------------------------------------------------------------
diff --git a/old/_layouts/default.html b/old/_layouts/default.html
new file mode 100644
index 0000000..6b9e317
--- /dev/null
+++ b/old/_layouts/default.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+    {% include head.html %}
+
+    <body>
+
+        {% include header.html %}
+
+        <!-- Content -->
+        <div id="page">
+            <div id="content">
+                {{ content }}
+            </div>
+        </div>
+
+        {% include footer.html %}
+
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_layouts/page.html
----------------------------------------------------------------------
diff --git a/old/_layouts/page.html b/old/_layouts/page.html
new file mode 100644
index 0000000..394c50d
--- /dev/null
+++ b/old/_layouts/page.html
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+
+<h1>{{ page.title }}</h1>
+
+{{ content }}
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_layouts/release.html
----------------------------------------------------------------------
diff --git a/old/_layouts/release.html b/old/_layouts/release.html
new file mode 100644
index 0000000..5ce662a
--- /dev/null
+++ b/old/_layouts/release.html
@@ -0,0 +1,33 @@
+---
+layout: default
+permalink: /release/release-notes-:title
+---
+
+<div id="links">
+
+    <!-- Compatible extensions -->
+    {% include link-list.html
+        title="Compatible extensions"
+        entries=page.extensions %}
+
+    <!-- Binary .war -->
+    {% include link-list.html
+        title="Web application (.war)"
+        entries=page.binary-war %}
+
+    <!-- Source archives -->
+    {% include link-list.html
+        title="Source"
+        entries=page.source-archives %}
+
+    <!-- Documentation -->
+    {% include link-list.html
+        title="Release documentation"
+        entries=page.documentation %}
+
+</div>
+
+<h1>Project Name {{ page.title }}</h1>
+
+{{ content }}
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_links/jira.md
----------------------------------------------------------------------
diff --git a/old/_links/jira.md b/old/_links/jira.md
new file mode 100644
index 0000000..ed41ee3
--- /dev/null
+++ b/old/_links/jira.md
@@ -0,0 +1,5 @@
+---
+menu-title:  JIRA
+menu-weight: 4
+location:    https://issues.apache.org/jira/browse/PROJECT/
+---

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_links/manual.md
----------------------------------------------------------------------
diff --git a/old/_links/manual.md b/old/_links/manual.md
new file mode 100644
index 0000000..564f352
--- /dev/null
+++ b/old/_links/manual.md
@@ -0,0 +1,5 @@
+---
+menu-title:  User Guide
+menu-weight: 5
+location:    /userguide/
+---

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_links/sourcecode.md
----------------------------------------------------------------------
diff --git a/old/_links/sourcecode.md b/old/_links/sourcecode.md
new file mode 100644
index 0000000..bd852f4
--- /dev/null
+++ b/old/_links/sourcecode.md
@@ -0,0 +1,6 @@
+---
+menu-title:  Source Code
+menu-class:  sourcecode
+menu-weight: 1
+location:    /source-code
+---

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/_releases/1.0.md
----------------------------------------------------------------------
diff --git a/old/_releases/1.0.md b/old/_releases/1.0.md
new file mode 100644
index 0000000..793de2e
--- /dev/null
+++ b/old/_releases/1.0.md
@@ -0,0 +1,21 @@
+---
+
+date: 2016-07-01
+summary: >
+    Provide a summary of the release
+
+binary-war:
+    "file" : "url"
+
+extensions:
+    
+
+source-archives:
+    
+
+documentation:
+    
+
+---
+
+Provide a summary of the release here
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/api-documentation.md
----------------------------------------------------------------------
diff --git a/old/api-documentation.md b/old/api-documentation.md
new file mode 100644
index 0000000..26965ff
--- /dev/null
+++ b/old/api-documentation.md
@@ -0,0 +1,10 @@
+---
+layout: page 
+title: API Documentation
+permalink: /api-documentation/
+
+menu-title:  API Documentation
+menu-weight: 3
+---
+
+Provide API Documentation Here
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/build.sh
----------------------------------------------------------------------
diff --git a/old/build.sh b/old/build.sh
new file mode 100755
index 0000000..62585d9
--- /dev/null
+++ b/old/build.sh
@@ -0,0 +1,193 @@
+#!/bin/sh -e
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+#
+# -----------------------------------------------------------------------------
+#
+# build.sh: Automatically build the Apache Juneau website.
+#
+# This script invokes Jekyll to build a static copy of the website
+# based on its Markdown and HTML source. If requested, Ruby's HTTP server will
+# be started to serve the built result for the sake of testing.
+#
+# The built results will be available in the "content" subdirectory of the
+# source tree.
+#
+# To stage the results for commit to the "asf-site branch, specify "stage"
+# instead of an HTTP port number.
+#
+# USAGE:
+#
+#     ./build.sh [HTTP SERVER PORT]
+#
+# -----------------------------------------------------------------------------
+#
+
+##
+## Logs the given message to STDERR.
+##
+## @param ...
+##     The message to log to STDERR.
+##
+log() {
+    echo "$*" >&2
+}
+
+##
+## Verifies that the given file exists and is a directory. If the file does not
+## exist or is not a directory, an error message is logged and script execution
+## is aborted.
+##
+## @param NAME
+##     The name of the file to verify.
+##
+assert_directory() {
+    NAME="$1"
+    if [ ! -d doc ]; then
+        log "FATAL: \"$NAME\" does not exist or is not a directory."
+        exit 1
+    fi
+}
+
+##
+## Verifies that the given program is installed and within the search path. If
+## the program is not installed nor within the search path, an error message is
+## logged and script execution is aborted.
+##
+## @param NAME
+##     The name of the program to verify.
+##
+assert_program() {
+    NAME="$1"
+    if ! which "$NAME" &> /dev/null; then
+        log "FATAL: \"$NAME\" is not installed."
+        exit 1
+    fi
+}
+
+##
+## Builds the website using Jekyll. The build result is copied to the "content"
+## subdirectory of the current directory. If the "content" directory already
+## exists, it will first be recursively removed.
+##
+build() {
+
+    # Verify required programs are installed
+    assert_program jekyll
+
+    # Build site
+    jekyll build
+
+    # Verify expected directories exist
+    assert_directory doc
+    assert_directory _site
+
+    # Clean out content directory (if present)
+    rm -rf content/; mkdir content
+
+    # Copy site and docs into place
+    log "Copying \"doc/\" and built site to \"content/\" ..."
+    cp -a doc/ content/
+    cp -a _site/* content/
+
+    # All done
+    log "Done. Full site is now within the \"content/\" directory."
+
+}
+
+##
+## Serves the "content" directory using Ruby's own HTTP server.
+##
+## @param PORT
+##     The port number on which the HTTP server should listen.
+##
+serve() {
+
+    PORT="$1"
+    nums='^[0-9]+$'
+
+    if ! [[ $PORT =~ $nums ]] ; then
+        log "FATAL: \"$PORT\" is not a number."
+        exit 1
+    fi
+
+    # Verify required programs are installed
+    assert_program ruby
+
+    # Run server
+    ruby -run -e httpd content/ --port="$PORT"
+
+}
+
+##
+## Stages the current build result for commit to the "asf-site" branch.
+##
+stage() {
+
+    # Verify required programs are installed
+    assert_program git
+    # Stage for commit
+    git add content/
+    git clean -xfd .
+
+    # Done
+    log "Content staged for commit. Use git to commit the results when ready."
+    log "NOTE: The build.sh script will no longer exist. To serve the staged "
+    log "contents, run:"
+    log
+    log "    ruby -run -e httpd content/ -p PORT"
+    log
+    log "where PORT is the port number where the HTTP server should listen."
+
+}
+
+publish() {
+    log "Publishing the Juneau website"
+    git commit -m "Publishing Juneau site."
+    git push origin asf-site
+}
+
+# Verify number of arguments
+if [ "$#" -gt 1 -o "$1" = "-h" ]; then
+    log "Usage:"
+    log "    $0 -h       # Display this message"
+    log "    $0          # Build website"
+    log "    $0 PORT     # Build website and serve from the given PORT"
+    log "    $0 stage    # Build website and stage the contents for asf-site"
+    exit 1
+fi
+
+# Build in all cases
+build
+
+# Stage for commit (if requested)
+if [ "$1" = "stage" ]; then
+    stage
+
+# Publish the site, including the staging process
+elif [ "$1" = "publish" ]; then
+    stage
+    publish
+
+# Otherwise assume port number and serve
+elif [ -n "$1" ]; then
+    serve "$1"
+fi
+

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/code-style.md
----------------------------------------------------------------------
diff --git a/old/code-style.md b/old/code-style.md
new file mode 100644
index 0000000..978788d
--- /dev/null
+++ b/old/code-style.md
@@ -0,0 +1,7 @@
+---
+layout: page 
+title: Code Style Guidelines
+permalink: /code-style/
+-----------------------
+
+Put information here about your coding styles, conventions, etc.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/community.md
----------------------------------------------------------------------
diff --git a/old/community.md b/old/community.md
new file mode 100644
index 0000000..2cb20f6
--- /dev/null
+++ b/old/community.md
@@ -0,0 +1,10 @@
+---
+layout: page 
+title: Community
+permalink: /community/
+
+menu-title:  Community
+menu-weight: 7
+---
+
+Provide information about your community here, may include mailing lists, user groups, forums, slack, IRC, etc.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/.gitignore
----------------------------------------------------------------------
diff --git a/old/content/.gitignore b/old/content/.gitignore
new file mode 100644
index 0000000..9bb88d3
--- /dev/null
+++ b/old/content/.gitignore
@@ -0,0 +1 @@
+/.DS_Store

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/LICENSE
----------------------------------------------------------------------
diff --git a/old/content/LICENSE b/old/content/LICENSE
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/old/content/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/NOTICE
----------------------------------------------------------------------
diff --git a/old/content/NOTICE b/old/content/NOTICE
new file mode 100644
index 0000000..42e3cf2
--- /dev/null
+++ b/old/content/NOTICE
@@ -0,0 +1,5 @@
+Apache < project name >
+Copyright 2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/code-style.html
----------------------------------------------------------------------
diff --git a/old/content/code-style.html b/old/content/code-style.html
new file mode 100644
index 0000000..56ec6b6
--- /dev/null
+++ b/old/content/code-style.html
@@ -0,0 +1,7 @@
+<hr />
+<p>layout: page 
+title: Code Style Guidelines
+permalink: /code-style/
+\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2013</p>
+
+<p>Put information here about your coding styles, conventions, etc.</p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/community.html
----------------------------------------------------------------------
diff --git a/old/content/community.html b/old/content/community.html
new file mode 100644
index 0000000..bc894da
--- /dev/null
+++ b/old/content/community.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet" href="styles/main.css">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
+	<meta charset="UTF-8" />
+	<title>Apache Juneau (incubating)</title>
+</head>
+<body>
+
+	<!-- Header -->
+	<div id="header">
+		<h1>
+			<a href="index.html">Apache Juneau (incubating)</a>
+		</h1>
+		<ul id="navigation" class="menu">
+			<li><a href="index.html">About</a></li>
+			<li><a href="api-documentation/overview-summary.html">Overview</a></li>
+			<li><a href="api-documentation/index.html">Javadocs</a></li>
+			<li><a href="downloads.html">Downloads</a></li>
+			<li><a href="https://git-wip-us.apache.org/repos/asf/incubator-juneau.git">Source Code</a></li>
+			<li><a href="https://issues.apache.org/jira/browse/JUNEAU">Bugs</a></li>
+			<li><a href="community.html"><b>Community</b></a></li>
+		</ul>
+	</div>
+
+	<!-- Content -->
+	<div id="page">
+		<h3 style="color:rgb(44, 69, 87);">Community</h3>
+		<p>
+			All communication regarding Juneau is done through the following mailing list:  <a href='mailto:dev@juneau.incubator.apache.org'>dev@juneau.incubator.apache.org</a>
+		</p>
+	</div>
+	
+	<!-- Footer -->
+	<div id="footer">
+
+		<!-- Copyrights -->
+		<p class="copyright">
+			Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+				Software Foundation</a>, Licensed under the <a
+				href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+				License, Version 2.0</a>.
+		</p>
+
+		<!-- Trademarks -->
+		<p class="trademarks">Apache and the Apache feather logo are
+			trademarks of The Apache Software Foundation.</p>
+
+		<!-- Incubation disclaimer -->
+		<p class="incubator-logo">
+			<a href="http://incubator.apache.org/" target="_blank"> <img
+				src="http://incubator.apache.org/images/egg-logo2.png" alt="" />
+			</a>
+		</p>
+		<p class="disclaimer">
+			Apache Juneau is an effort undergoing
+			Incubation at The Apache Software Foundation (ASF), sponsored by the
+			Incubator. Incubation is required of all newly accepted projects
+			until a further review indicates that the infrastructure,
+			communications, and decision making process have stabilized in a
+			manner consistent with other successful ASF projects. While
+			incubation status is not necessarily a reflection of the completeness
+			or stability of the code, it does indicate that the project has yet
+			to be fully endorsed by the ASF.
+		</p>
+	</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/community/index.html
----------------------------------------------------------------------
diff --git a/old/content/community/index.html b/old/content/community/index.html
new file mode 100644
index 0000000..7f2cb2f
--- /dev/null
+++ b/old/content/community/index.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+    <head>
+    <link rel="stylesheet" href="/styles/main.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
+    <meta charset="UTF-8"/>
+    <title>Apache Juneau (incubating): Community</title>
+</head>
+
+
+    <body>
+
+        <!-- Header -->
+<div id="header">
+    <h1><a href="/">Apache Juneau (incubating)</a></h1>
+    <ul id="navigation" class="menu">
+        
+        
+        
+        
+            
+        
+            
+        
+            
+                <li><a
+                    
+                        href="/downloads/"
+                    
+                    
+                        class="download"
+                    >Downloads</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/source-code"
+                    
+                    
+                        class="sourcecode"
+                    >Source Code</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/api-documentation/"
+                    
+                    >API Documentation</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="https://issues.apache.org/jira/browse/PROJECT/"
+                    
+                    >JIRA</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/userguide/"
+                    
+                    >User Guide</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/open-source/"
+                    
+                    >Contributing</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/community/"
+                    
+                    >Community</a></li>
+            
+        
+    </ul>
+</div>
+
+
+        <!-- Content -->
+        <div id="page">
+            <div id="content">
+                <h1>Community</h1>
+
+<p>Provide information about your community here, may include mailing lists, user groups, forums, slack, IRC, etc.</p>
+
+
+
+            </div>
+        </div>
+
+        <!-- Footer -->
+<div id="footer">
+
+    <!-- Copyrights -->
+    <p class="copyright">
+        Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+            Software Foundation</a>, Licensed under the <a
+        href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0</a>.
+    </p>
+
+    <!-- Trademarks -->
+    <p class="trademarks">
+        Apache and the Apache feather logo are trademarks of The Apache
+        Software Foundation.
+    </p>
+
+    <!-- Incubation disclaimer -->
+    <p class="incubator-logo">
+        <a href="http://incubator.apache.org/" target="_blank">
+            <img src="http://incubator.apache.org/images/egg-logo2.png"/>
+        </a>
+    </p>
+    <p class="disclaimer">
+        Apache Juneau is an effort undergoing Incubation at The Apache
+        Software Foundation (ASF), sponsored by the Incubator. Incubation is
+        required of all newly accepted projects until a further review
+        indicates that the infrastructure, communications, and decision making
+        process have stabilized in a manner consistent with other successful
+        ASF projects. While incubation status is not necessarily a reflection
+        of the completeness or stability of the code, it does indicate that the
+        project has yet to be fully endorsed by the ASF.
+    </p>
+
+</div>
+
+
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/downloads.html
----------------------------------------------------------------------
diff --git a/old/content/downloads.html b/old/content/downloads.html
new file mode 100644
index 0000000..5e7f039
--- /dev/null
+++ b/old/content/downloads.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet" href="styles/main.css">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
+	<meta charset="UTF-8" />
+	<title>Apache Juneau (incubating)</title>
+</head>
+<body>
+
+	<!-- Header -->
+	<div id="header">
+		<h1>
+			<a href="index.html">Apache Juneau (incubating)</a>
+		</h1>
+		<ul id="navigation" class="menu">
+			<li><a href="index.html">About</a></li>
+			<li><a href="api-documentation/overview-summary.html">Overview</a></li>
+			<li><a href="api-documentation/index.html">Javadocs</a></li>
+			<li><a href="downloads.html"><b>Downloads</b></a></li>
+			<li><a href="https://git-wip-us.apache.org/repos/asf/incubator-juneau.git">Source Code</a></li>
+			<li><a href="https://issues.apache.org/jira/browse/JUNEAU">Bugs</a></li>
+			<li><a href="community.html">Community</a></li>
+		</ul>
+	</div>
+
+	<!-- Content -->
+	<div id="page">
+		<h3 style="color:rgb(44, 69, 87);">Downloads</h3>
+		<p>
+			No downloads available.
+		</p>
+	</div>
+	
+	<!-- Footer -->
+	<div id="footer">
+
+		<!-- Copyrights -->
+		<p class="copyright">
+			Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+				Software Foundation</a>, Licensed under the <a
+				href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+				License, Version 2.0</a>.
+		</p>
+
+		<!-- Trademarks -->
+		<p class="trademarks">Apache and the Apache feather logo are
+			trademarks of The Apache Software Foundation.</p>
+
+		<!-- Incubation disclaimer -->
+		<p class="incubator-logo">
+			<a href="http://incubator.apache.org/" target="_blank"> <img
+				src="http://incubator.apache.org/images/egg-logo2.png" alt="" />
+			</a>
+		</p>
+		<p class="disclaimer">
+			Apache Juneau is an effort undergoing
+			Incubation at The Apache Software Foundation (ASF), sponsored by the
+			Incubator. Incubation is required of all newly accepted projects
+			until a further review indicates that the infrastructure,
+			communications, and decision making process have stabilized in a
+			manner consistent with other successful ASF projects. While
+			incubation status is not necessarily a reflection of the completeness
+			or stability of the code, it does indicate that the project has yet
+			to be fully endorsed by the ASF.
+		</p>
+	</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/downloads/index.html
----------------------------------------------------------------------
diff --git a/old/content/downloads/index.html b/old/content/downloads/index.html
new file mode 100644
index 0000000..f86c7f7
--- /dev/null
+++ b/old/content/downloads/index.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+    <head>
+    <link rel="stylesheet" href="/styles/main.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
+    <meta charset="UTF-8"/>
+    <title>Apache Juneau (incubating): Downloads</title>
+</head>
+
+
+    <body>
+
+        <!-- Header -->
+<div id="header">
+    <h1><a href="/">Apache Juneau (incubating)</a></h1>
+    <ul id="navigation" class="menu">
+        
+        
+        
+        
+            
+        
+            
+        
+            
+                <li><a
+                    
+                        href="/downloads/"
+                    
+                    
+                        class="download"
+                    >Downloads</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/source-code"
+                    
+                    
+                        class="sourcecode"
+                    >Source Code</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/api-documentation/"
+                    
+                    >API Documentation</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="https://issues.apache.org/jira/browse/PROJECT/"
+                    
+                    >JIRA</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/userguide/"
+                    
+                    >User Guide</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/open-source/"
+                    
+                    >Contributing</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/community/"
+                    
+                    >Community</a></li>
+            
+        
+    </ul>
+</div>
+
+
+        <!-- Content -->
+        <div id="page">
+            <div id="content">
+                <h1>Downloads</h1>
+
+<p>Provide information about releases.  The below table will render the contents of _releases for you</p>
+
+<table class="releases">
+    <tr>
+        <th>Version</th>
+        <th>Summary</th>
+        <th>Release Date</th>
+    </tr>
+    
+    
+        
+            <tr>
+                <td><a href="/releases/1.0/">1.0</a></td>
+                <td>Provide a summary of the release
+</td>
+                <td>2016-07-01</td>
+            </tr>
+        
+    
+</table>
+
+
+
+
+            </div>
+        </div>
+
+        <!-- Footer -->
+<div id="footer">
+
+    <!-- Copyrights -->
+    <p class="copyright">
+        Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+            Software Foundation</a>, Licensed under the <a
+        href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0</a>.
+    </p>
+
+    <!-- Trademarks -->
+    <p class="trademarks">
+        Apache and the Apache feather logo are trademarks of The Apache
+        Software Foundation.
+    </p>
+
+    <!-- Incubation disclaimer -->
+    <p class="incubator-logo">
+        <a href="http://incubator.apache.org/" target="_blank">
+            <img src="http://incubator.apache.org/images/egg-logo2.png"/>
+        </a>
+    </p>
+    <p class="disclaimer">
+        Apache Juneau is an effort undergoing Incubation at The Apache
+        Software Foundation (ASF), sponsored by the Incubator. Incubation is
+        required of all newly accepted projects until a further review
+        indicates that the infrastructure, communications, and decision making
+        process have stabilized in a manner consistent with other successful
+        ASF projects. While incubation status is not necessarily a reflection
+        of the completeness or stability of the code, it does indicate that the
+        project has yet to be fully endorsed by the ASF.
+    </p>
+
+</div>
+
+
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/images/feather.png
----------------------------------------------------------------------
diff --git a/old/content/images/feather.png b/old/content/images/feather.png
new file mode 100644
index 0000000..3fc62b7
Binary files /dev/null and b/old/content/images/feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/index.html
----------------------------------------------------------------------
diff --git a/old/content/index.html b/old/content/index.html
new file mode 100644
index 0000000..098b861
--- /dev/null
+++ b/old/content/index.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet" href="styles/main.css">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
+	<meta charset="UTF-8" />
+	<title>Apache Juneau (incubating)</title>
+</head>
+<body>
+
+	<!-- Header -->
+	<div id="header">
+		<h1>
+			<a href="index.html">Apache Juneau (incubating)</a>
+		</h1>
+		<ul id="navigation" class="menu">
+			<li><a href="index.html"><b>About</b></a></li>
+			<li><a href="api-documentation/overview-summary.html">Overview</a></li>
+			<li><a href="api-documentation/index.html">Javadocs</a></li>
+			<li><a href="downloads.html">Downloads</a></li>
+			<li><a href="https://git-wip-us.apache.org/repos/asf/incubator-juneau.git">Source Code</a></li>
+			<li><a href="https://issues.apache.org/jira/browse/JUNEAU">Bugs</a></li>
+			<li><a href="community.html">Community</a></li>
+		</ul>
+	</div>
+
+	<!-- Content -->
+	<div id="page">
+		<h3 style="color:rgb(44, 69, 87);">About Apache Juneau</h3>
+		<p>
+			Juneau is a toolkit for marshalling POJOs to a wide variety of content types using a common framework, and for creating sophisticated self-documenting REST interfaces and microservices using VERY little code. 
+		</p>
+		<p>
+			Juneau has been in use for years on over 50 projects throughout IBM.  Recently it was hosted as a component of Jazz Foundation where it was used by several projects that make up Rational Collaborative Lifecycle Management.  Many projects use only the marshalling framework, while others use the entire API to create sophisticated REST server/client interfaces. 
+		</p>
+		<p>
+			Juneau consists of 4 components:  <b>Core</b>, <b>Server</b>, <b>Client</b>, and <b>Microservice</b>.
+		</p>
+		<ul>
+			<li><b>Core</b>
+				<ul>
+					<li>Simple, flexible, all-in-one API for serializing/parsing Java POJOs to JSON, XML, HTML, URL-Encoding, UON, MessagePack, RDF/XML, RDF/XML-ABBREV, N3, Turtle, N-Tuple, XML-Schema, JSON-schema, and Cognos-XML.
+					<li>Serialize/parse structured documents using beans, or unstructured free-form documents using generic Maps and Collections.
+					<li>DTO objects for creating ATOM feeds, Cognos, and JSON-schema in any supported languages (e.g ATOM in JSON or RDF).
+					<li>Serializers have many options for tweaking output (e.g. whitespace options, XML namespace options, strict/non-strict syntax, etc...)
+					<li>Sophisticated JSON parsing support.  Supports ALL valid JSON.  It also supports Javascript-style comments, single or double quoting, quoted (strict) or unquoted (non-strict) attributes, JSON fragments (e.g JSON string, numeric, boolean values), and concatenated strings.
+					<li>Sophisticated API for reading and manipulating configuration INI files using POJOs. 
+				</ul>
+			</li>
+			<li><b>Server</b>
+				<ul>
+					<li>Build complex REST interfaces using annotations and servlets.
+					<li>Automatic parsing of POJOs from HTTP bodies, form posts, query parameters, URL variables, request attributes, headers, etc...
+					<li>Automatic serializing of POJOs to HTTP responses.
+					<li>Automatic error handling.
+					<li>Automatic self-documenting OPTIONs pages.
+					<li>Support for guards, filters, etc...
+					<li>Simple internationalization support.
+					<li>JAX-RS integration support.
+				</ul>
+			</li>
+			<li><b>Client</b>
+				<ul>
+					<li>Simple REST Client API for interacting with REST services using POJOs.  Built on top of Apache HTTP Client.
+					<li>Ability to retrieve POJO proxies that use REST as the communications protocol.
+				</ul>
+			</li>
+			<li><b>Microservice</b>
+				<ul>
+					<li>Build self-contained REST interfaces as executable jars.
+					<li>Built on top of embedded Jetty and configured through either external INI config files or manifest files.
+					<li>A single compact library of less than 1MB.
+				</ul>
+			</li>
+		</ul>
+	</div>
+	
+	<!-- Footer -->
+	<div id="footer">
+
+		<!-- Copyrights -->
+		<p class="copyright">
+			Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+				Software Foundation</a>, Licensed under the <a
+				href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+				License, Version 2.0</a>.
+		</p>
+
+		<!-- Trademarks -->
+		<p class="trademarks">Apache and the Apache feather logo are
+			trademarks of The Apache Software Foundation.</p>
+
+		<!-- Incubation disclaimer -->
+		<p class="incubator-logo">
+			<a href="http://incubator.apache.org/" target="_blank"> <img
+				src="http://incubator.apache.org/images/egg-logo2.png" alt="" />
+			</a>
+		</p>
+		<p class="disclaimer">
+			Apache Juneau is an effort undergoing
+			Incubation at The Apache Software Foundation (ASF), sponsored by the
+			Incubator. Incubation is required of all newly accepted projects
+			until a further review indicates that the infrastructure,
+			communications, and decision making process have stabilized in a
+			manner consistent with other successful ASF projects. While
+			incubation status is not necessarily a reflection of the completeness
+			or stability of the code, it does indicate that the project has yet
+			to be fully endorsed by the ASF.
+		</p>
+	</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/juneau.conf
----------------------------------------------------------------------
diff --git a/old/content/juneau.conf b/old/content/juneau.conf
new file mode 100644
index 0000000..bb73778
--- /dev/null
+++ b/old/content/juneau.conf
@@ -0,0 +1,39 @@
+# This is the config file for the Juneau project.
+# This is only local for our editing purposes, please raise an INFRA ticket if you want to change it (after you've committed changes)
+
+import re
+
+Excludes = masterExcludes + ["content"]
+Excludes = map(re.compile, Excludes)
+wasChanged = wasCodeTouched(Excludes)
+
+c['schedulers'].append(SingleBranchScheduler(name="on-juneau-site-commit",
+                    change_filter=filter.ChangeFilter(branch='asf-site' , project='incubator-juneau-site'),
+                    treeStableTimer=2,
+                    builderNames=["juneau-site"],
+                    fileIsImportant=wasChanged))
+
+#builders
+
+f_juneau_1 = factory.BuildFactory()
+f_juneau_1.addStep(Git(repourl="https://git-wip-us.apache.org/repos/asf/incubator-juneau-site.git", mode="full"))
+f_juneau_1.addStep(ShellCommand(command=["bash" , "build.sh", "publish"],
+                  workdir="build/",
+))
+
+b_pony_1 = {'name': "juneau-site",
+      'slavename': "bb_slave1_ubuntu",
+      'builddir': "juneau-site",
+      'factory': f_juneau_1,
+      'category': "juneau-site"
+     }
+
+c['builders'].append(b_juneau_1)
+
+#mail status
+
+c['status'].append(mail.MailNotifier(fromaddr="buildbot@apache.org",
+                                     extraRecipients=["dev@juneau.incubator.apache.org"],
+                                     sendToInterestedUsers=False,
+                                     mode="change",
+                                     categories=["juneau-site"]))

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/open-source/index.html
----------------------------------------------------------------------
diff --git a/old/content/open-source/index.html b/old/content/open-source/index.html
new file mode 100644
index 0000000..c704e0b
--- /dev/null
+++ b/old/content/open-source/index.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+    <head>
+    <link rel="stylesheet" href="/styles/main.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
+    <meta charset="UTF-8"/>
+    <title>Apache Juneau (incubating): Contributing</title>
+</head>
+
+
+    <body>
+
+        <!-- Header -->
+<div id="header">
+    <h1><a href="/">Apache Juneau (incubating)</a></h1>
+    <ul id="navigation" class="menu">
+        
+        
+        
+        
+            
+        
+            
+        
+            
+                <li><a
+                    
+                        href="/downloads/"
+                    
+                    
+                        class="download"
+                    >Downloads</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/source-code"
+                    
+                    
+                        class="sourcecode"
+                    >Source Code</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/api-documentation/"
+                    
+                    >API Documentation</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="https://issues.apache.org/jira/browse/PROJECT/"
+                    
+                    >JIRA</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/userguide/"
+                    
+                    >User Guide</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/open-source/"
+                    
+                    >Contributing</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/community/"
+                    
+                    >Community</a></li>
+            
+        
+    </ul>
+</div>
+
+
+        <!-- Content -->
+        <div id="page">
+            <div id="content">
+                <h1>Contributing</h1>
+
+<p>Include information about contributing here.  Workflows, JIRA, mailing lists explained could go here.</p>
+
+
+
+
+            </div>
+        </div>
+
+        <!-- Footer -->
+<div id="footer">
+
+    <!-- Copyrights -->
+    <p class="copyright">
+        Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+            Software Foundation</a>, Licensed under the <a
+        href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0</a>.
+    </p>
+
+    <!-- Trademarks -->
+    <p class="trademarks">
+        Apache and the Apache feather logo are trademarks of The Apache
+        Software Foundation.
+    </p>
+
+    <!-- Incubation disclaimer -->
+    <p class="incubator-logo">
+        <a href="http://incubator.apache.org/" target="_blank">
+            <img src="http://incubator.apache.org/images/egg-logo2.png"/>
+        </a>
+    </p>
+    <p class="disclaimer">
+        Apache Juneau is an effort undergoing Incubation at The Apache
+        Software Foundation (ASF), sponsored by the Incubator. Incubation is
+        required of all newly accepted projects until a further review
+        indicates that the infrastructure, communications, and decision making
+        process have stabilized in a manner consistent with other successful
+        ASF projects. While incubation status is not necessarily a reflection
+        of the completeness or stability of the code, it does indicate that the
+        project has yet to be fully endorsed by the ASF.
+    </p>
+
+</div>
+
+
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/placeholder.txt
----------------------------------------------------------------------
diff --git a/old/content/placeholder.txt b/old/content/placeholder.txt
new file mode 100644
index 0000000..19313dd
--- /dev/null
+++ b/old/content/placeholder.txt
@@ -0,0 +1 @@
+This is just a placeholder file for the doc directory.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/pub/placeholder-pub.txt
----------------------------------------------------------------------
diff --git a/old/content/pub/placeholder-pub.txt b/old/content/pub/placeholder-pub.txt
new file mode 100644
index 0000000..09663bf
--- /dev/null
+++ b/old/content/pub/placeholder-pub.txt
@@ -0,0 +1 @@
+This is just a placeholder file for the pub directory.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/releases/1.0/index.html
----------------------------------------------------------------------
diff --git a/old/content/releases/1.0/index.html b/old/content/releases/1.0/index.html
new file mode 100644
index 0000000..970727f
--- /dev/null
+++ b/old/content/releases/1.0/index.html
@@ -0,0 +1,190 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+    <head>
+    <link rel="stylesheet" href="/styles/main.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
+    <meta charset="UTF-8"/>
+    <title>Apache Juneau (incubating): 1.0</title>
+</head>
+
+
+    <body>
+
+        <!-- Header -->
+<div id="header">
+    <h1><a href="/">Apache Juneau (incubating)</a></h1>
+    <ul id="navigation" class="menu">
+        
+        
+        
+        
+            
+        
+            
+        
+            
+                <li><a
+                    
+                        href="/downloads/"
+                    
+                    
+                        class="download"
+                    >Downloads</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/source-code"
+                    
+                    
+                        class="sourcecode"
+                    >Source Code</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/api-documentation/"
+                    
+                    >API Documentation</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="https://issues.apache.org/jira/browse/PROJECT/"
+                    
+                    >JIRA</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/userguide/"
+                    
+                    >User Guide</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/open-source/"
+                    
+                    >Contributing</a></li>
+            
+        
+            
+                <li><a
+                    
+                        href="/community/"
+                    
+                    >Community</a></li>
+            
+        
+    </ul>
+</div>
+
+
+        <!-- Content -->
+        <div id="page">
+            <div id="content">
+                <div id="links">
+
+    <!-- Compatible extensions -->
+    
+    
+        <h2>Compatible extensions</h2>
+    
+    <ul>
+        
+    </ul>
+
+
+
+    <!-- Binary .war -->
+    
+    
+        <h2>Web application (.war)</h2>
+    
+    <ul>
+        
+            <li><a href="url">file</a></li>
+        
+    </ul>
+
+
+
+    <!-- Source archives -->
+    
+    
+        <h2>Source</h2>
+    
+    <ul>
+        
+    </ul>
+
+
+
+    <!-- Documentation -->
+    
+    
+        <h2>Release documentation</h2>
+    
+    <ul>
+        
+    </ul>
+
+
+
+</div>
+
+<h1>Project Name 1.0</h1>
+
+<p>Provide a summary of the release here</p>
+
+
+
+            </div>
+        </div>
+
+        <!-- Footer -->
+<div id="footer">
+
+    <!-- Copyrights -->
+    <p class="copyright">
+        Copyright &copy; 2016 <a href="http://www.apache.org/">The Apache
+            Software Foundation</a>, Licensed under the <a
+        href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
+        Version 2.0</a>.
+    </p>
+
+    <!-- Trademarks -->
+    <p class="trademarks">
+        Apache and the Apache feather logo are trademarks of The Apache
+        Software Foundation.
+    </p>
+
+    <!-- Incubation disclaimer -->
+    <p class="incubator-logo">
+        <a href="http://incubator.apache.org/" target="_blank">
+            <img src="http://incubator.apache.org/images/egg-logo2.png"/>
+        </a>
+    </p>
+    <p class="disclaimer">
+        Apache Juneau is an effort undergoing Incubation at The Apache
+        Software Foundation (ASF), sponsored by the Incubator. Incubation is
+        required of all newly accepted projects until a further review
+        indicates that the infrastructure, communications, and decision making
+        process have stabilized in a manner consistent with other successful
+        ASF projects. While incubation status is not necessarily a reflection
+        of the completeness or stability of the code, it does indicate that the
+        project has yet to be fully endorsed by the ASF.
+    </p>
+
+</div>
+
+
+    </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/76cf8dad/old/content/styles/header.jpg
----------------------------------------------------------------------
diff --git a/old/content/styles/header.jpg b/old/content/styles/header.jpg
new file mode 100644
index 0000000..d7d83e9
Binary files /dev/null and b/old/content/styles/header.jpg differ