You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/02/13 00:58:23 UTC

svn commit: r1445431 - in /tomcat/site/trunk: build.xml docs/images/far-icon.png docs/tools.html xdocs/tools.xml

Author: kkolinko
Date: Tue Feb 12 23:58:23 2013
New Revision: 1445431

URL: http://svn.apache.org/r1445431
Log:
Add FAR Manager to the list of tools.

The image is extracted from an icon file,
http://farmanager.com/svn/trunk/unicode_far/Far.ico
(at revision 9614), which should be covered by their BSD-style license, 
http://farmanager.com/svn/trunk/unicode_far/LICENSE

Conversion from ico to png and editing (trimming) is done with Nero PhotoSnap

Added:
    tomcat/site/trunk/docs/images/far-icon.png   (with props)
Modified:
    tomcat/site/trunk/build.xml
    tomcat/site/trunk/docs/tools.html
    tomcat/site/trunk/xdocs/tools.xml

Modified: tomcat/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1445431&r1=1445430&r2=1445431&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Tue Feb 12 23:58:23 2013
@@ -55,6 +55,7 @@
         <include name="**/*.gif"/>
         <include name="**/*.jpeg"/>
         <include name="**/*.jpg"/>
+        <include name="**/*.png"/>
       </fileset>
     </copy>
 

Added: tomcat/site/trunk/docs/images/far-icon.png
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/images/far-icon.png?rev=1445431&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/site/trunk/docs/images/far-icon.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: tomcat/site/trunk/docs/tools.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1445431&r1=1445430&r2=1445431&view=diff
==============================================================================
--- tomcat/site/trunk/docs/tools.html (original)
+++ tomcat/site/trunk/docs/tools.html Tue Feb 12 23:58:23 2013
@@ -333,6 +333,21 @@ and a committer should be able to fix it
 
 </tr>
 
+<tr>
+  
+<td><a href="http://www.farmanager.com/index.php?l=en" rel="nofollow">
+      <img src="images/far-icon.png"></a></td>
+  <td>
+<p>Far Manager is a two-panel file manager application for
+      Microsoft Windows. It works in console mode and is very useful
+      to run command-line tools and make small edits that do not require
+      an IDE. It is free software since version 1.75 build 2629 and
+      open source since version 2.0.</p>
+  
+</td>
+
+</tr>
+
 </table>
 
 </blockquote>

Modified: tomcat/site/trunk/xdocs/tools.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/tools.xml?rev=1445431&r1=1445430&r2=1445431&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/tools.xml (original)
+++ tomcat/site/trunk/xdocs/tools.xml Tue Feb 12 23:58:23 2013
@@ -62,6 +62,16 @@ and a committer should be able to fix it
       coding standard.</p>
   </td>
 </tr>
+<tr>
+  <td><a href="http://www.farmanager.com/index.php?l=en" rel="nofollow">
+      <img src="images/far-icon.png"/></a></td>
+  <td><p>Far Manager is a two-panel file manager application for
+      Microsoft Windows. It works in console mode and is very useful
+      to run command-line tools and make small edits that do not require
+      an IDE. It is free software since version 1.75 build 2629 and
+      open source since version 2.0.</p>
+  </td>
+</tr>
 </table>
 </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org