updated delegation with Tim's suggestion
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Wed, 30 May 2012 09:57:35 +0100
changeset 3074 6bd795ec57b0
parent 3073 9fcbde3d8d29
child 3075 2c6168523386
updated delegation with Tim's suggestion
model/glossary.html
model/glossary.js
--- a/model/glossary.html	Wed May 30 09:44:39 2012 +0100
+++ b/model/glossary.html	Wed May 30 09:57:35 2012 +0100
@@ -69,7 +69,7 @@
 <span class="glossary" id="glossary-delegation">  
 <dfn id="concept-delegation">Delegation</dfn> is the assignment of authority to an agent
 (by itself or by another agent)
- to carry out a specific activity as a delegate or representative, while the agent that it represents remains responsible for the outcome of the delegated work.
+ to carry out a specific activity as a delegate or representative, while the agent that it represents retains some responsibility for the outcome of the delegated work.
 </span>
 
 <!--A <dfn title="concept-responsibility">responsibility chain</dfn> is a relation between two agents,
--- a/model/glossary.js	Wed May 30 09:44:39 2012 +0100
+++ b/model/glossary.js	Wed May 30 09:57:35 2012 +0100
@@ -3,7 +3,7 @@
 //  with <script src="glossary.js" class="remove"></script>
 //Insert glossary definitions with the following 
 // <div class="glossary-ref" ref="glossary-generation"></div>
-glossary_hg='http://dvcs.w3.org/hg/prov/file/b107f73c23f4/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/9fcbde3d8d29/model/glossary.html';
 glossary_string= 
 ' ' + 
 '<html> ' + 
@@ -76,7 +76,7 @@
 '<span class="glossary" id="glossary-delegation">   ' + 
 '<dfn id="concept-delegation">Delegation</dfn> is the assignment of authority to an agent ' + 
 '(by itself or by another agent) ' + 
-' to carry out a specific activity as a delegate or representative, while the agent that it represents remains responsible for the outcome of the delegated work. ' + 
+' to carry out a specific activity as a delegate or representative, while the agent that it represents retains some responsibility for the outcome of the delegated work. ' + 
 '</span> ' + 
 ' ' + 
 '<!--A <dfn title="concept-responsibility">responsibility chain</dfn> is a relation between two agents, ' +