[EMAIL PROTECTED] wrote:
Author: mbenson
Date: Fri Apr 28 07:13:57 2006
New Revision: 397909

URL: http://svn.apache.org/viewcvs?rev=397909&view=rev
Log:
More warnings about filtering binary files.  Bugzilla #39445.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/filter.html
    ant/core/trunk/docs/manual/CoreTypes/filterchain.html

Modified: ant/core/trunk/docs/manual/CoreTasks/filter.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/filter.html?rev=397909&r1=397908&r2=397909&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/filter.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/filter.html Fri Apr 28 07:13:57 2006
@@ -13,7 +13,8 @@
 <p>Sets a token filter for this project or read multiple token filter from
 an input file and sets these as filters.
 Token filters are used by all tasks that perform file copying operations
-through the Project commodity methods.</p>
+through the Project commodity methods. See the warning
+<a href="../using.html#filters"><em>here</em></a> before using.</p>
 <p>Note 1: the token string must not contain the separators chars (@).<br>
 Note 2: Either token and value attributes must be provided, or only the
 filtersfile attribute.</p>
@@ -56,7 +57,7 @@
 and set these as filters.
What do you guys think of introducing in the manual a css such as:

.warning:before {
   content: "WARNING: ";
   font-weight:bold;
}
.warning {
   font-family: Verdana, arial, sans-serif;
   font-size: 80%;
   border-style: solid;
   border-width: 1px;
   border-color: #c00;
   background-color: #fcc;
   text-align:left;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 2em;
   padding: 8px;
   text-align:justify;
   width:85%;
}


To use with: <p class="warning"> BLAH ! </p>

That's basically a Confluence-like style.

We can define other css such as note, info, tip to start to introduce some semantics and relatively eye-catching notes at the same time.
..

Stephane

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

Reply via email to