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

------------------------------------------------------------------------------
   * Rudolf Korhummel - Experiences made with the migration of our website to 
lenya. (www.uniklinik-freiburg.de)
   * Michael Trindler - Presentation of a new WYSIWYG XML-Editor
  
+ 
+ === Sketchpad ===
+ 
+ * Great trick suggested by an UniZh consultant for Lenya deployment and 
training: first introduce the oneform editor and give your users some insights 
into xhtml structured markup, and only then show them a WYSIWYG editor :-D  
Rudolf reports very good acceptance of BXE after users had been sufficiently 
frightened by oneform.
+ 
+ * User requirement: comment feature for reviewers in case of rejection. Could 
be done with xhtml <ins/> and <del/> tags styled accordingly:
+ {{{
+ /* authoring stylesheet: */
+  del,ins {color:red;}
+  del {text-decoration:line-through;}
+  ins {font-style: italic;}
+ /* live stylesheet */
+  del {display:none;}
+  ins { };
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to