Author: rdonkin
Date: Sun Aug 12 12:10:37 2012
New Revision: 1372078
URL: http://svn.apache.org/viewvc?rev=1372078&view=rev
Log:
Sketch out final contents
Modified:
creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt
Modified: creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt?rev=1372078&r1=1372077&r2=1372078&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt Sun Aug 12
12:10:37 2012
@@ -260,7 +260,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
| |- seven.coffee
|
|-beta--|- eight.java
- | |...
+
...
+---------------------------------------+
@@ -277,7 +277,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
+---------------------------------------+
...
<within dir='.'>
- <with-license id='osi:AL2'>
+ <with-license id='osi:mit'>
<by-organisation id='apache.org'>
<resource name='one.text'/>
<resource name='two.html'/>
@@ -295,7 +295,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
+---------------------------------------+
...
<within dir='alpha'>
- <with-license id='osi:AL2'>
+ <with-license id='osi:mit'>
<by-organisation id='apache.org'>
<resource name='five.js'/>
<resource name='six.rb'/>
@@ -321,7 +321,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
</organisations>
...
<within dir='alpha'>
- <with-license id='osi:AL2'>
+ <with-license id='osi:mit'>
<by-organisation id='apache.org'>
<resource name='five.js '/>
<resource name='six.rb'/>
@@ -533,6 +533,22 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
...
+---------------------------------------+
+ The <<<beta>>> directory in our distribution contains only the
+ resource <<<eight.java>>> by <<<example.org>>> licensed under the
+ Apache License, Version 2. So we're ready now to complete the
+ meta-data.
+
++---------------------------------------+
+ ...
+ <within dir='beta'>
+ <with-license id='osi:AL2'>
+ <by-organisation id='example.org'>
+ <resource name='eight.java'/>
+ </by-organisation>
+ </with-license>
+ </within>
+</manifest>
++---------------------------------------+
* Summary