You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/08/05 19:57:02 UTC

svn commit: r1369625 - /creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt

Author: rdonkin
Date: Sun Aug  5 17:57:02 2012
New Revision: 1369625

URL: http://svn.apache.org/viewvc?rev=1369625&view=rev
Log:
Explain how to set organisation

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=1369625&r1=1369624&r2=1369625&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  5 17:57:02 2012
@@ -190,6 +190,43 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
 </manifest> 
 +---------------------------------------+
 
+** Add The Primary Organisation
+
+ {{{../faq.html#third-party-individual}Individual maintainers}}, 
+ {{{../faq.html#third-party-ad-hoc}informal groups}}, 
+ for- and non-profit 
+ {{{../faq.html#third-party-corporation}corporations}}
+ are all modeled by Whisker as <<<organisations>>>. 
+ Read more {{{../faq.html#what-is-org}here}}. 
+ Let's assume that our example project is here at Apache, 
+ and so is licensed by the 
+ {{{http://www.apache.org/foundation}Apache Software Foundation}}.
+ 
+ This <<<organisation>>> needs to be added into <<<organisations>>>.
+ We fill in <<<name>>> and <<<url>>>, and 
+ {{{../faq.html#id-freedom}pick an id}}, which we'll need to
+ {{{../faq.html#why-ids}refer to}} just a little later.
+ 
++---------------------------------------+
+    ...
+    <organisations>
+        <organisation 
+            id='apache.org' 
+            name='Apache Software Foundation' 
+            url='http://www.apache.org'/>
+    </organisations>
+    ...
++---------------------------------------+
+  
+  Find the <<<primary-organisation>>> lower in the document,
+  and set the <<<id>>> attribute.
+ 
++---------------------------------------+
+    ...
+    <primary-organisation id='apache.org'/>
+    ...
++---------------------------------------+
+
 
 * Summary