Dear Wiki user,
You have subscribed to a wiki page or wiki category on
"Lenya Wiki" for change notification.
The following page has been changed by JörnNettingsmeier:
http
://wiki.apache.org/lenya/MeetingFreiburg2007
------------------------------------------------------------
------------------
* User requirement: comment feature for reviewers in case
of rejection. Could be done with xhtml <ins/> and
<del/> tags styled accordingly:
{{{
+ <h1>Welcome to FOO.com</h1>
+
+ <p><del>Hideho, folks,
w</del><ins>W</ins>elcome to the new web
site of FOO.com.</p>
+ <p>We are <del>like totally kinda wetting
our pants with joy now you've come to visit
us.</del><ins> happy to see you are taking some
of your valuable time to evaluate our offerings.</p>
+
/* authoring stylesheet: */
del,ins {color:red;}
del {text-decoration:line-through;}
 -61, +66

ins { };
}}}
+ ATM, documents in review state cannot be edited. We need
another usecase "comment" with limited editing
capabilities (only add ins, del and plaintext nodes) and
necessary transitions...
+
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
For additional commands, e-mail: dev-help lenya.apache.org
|