Changeset 846 for trunk/src/3rdparty/libtiff/html/index.html
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libtiff/html/index.html
r2 r846 25 25 <tr> 26 26 <th>Latest Stable Release</th> 27 <td><a href="v3.8.2.html">v3.8.2</a></td> 28 </tr> 29 <tr> 30 <th>Latest Development Release</th> 31 <td><a href="v3.8.2.html">v3.8.2</a></td> 27 <td><a href="v3.9.2.html">v3.9.2</a></td> 32 28 </tr> 33 29 <tr> … … 54 50 <th>Anonymous CVS</th> 55 51 <td><tt>export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot<br> 56 cvs login # use empty password"<br> 57 cvs checkout libtiff<br></tt></td> 52 cvs login</tt><br> 53 (use empty password)<br> 54 <tt>cvs checkout -r branch-3-9 libtiff<br></tt> 55 to get stable libtiff branch, or<br> 56 <tt>cvs checkout libtiff</tt><br> 57 to get bleeding edge development version of libtiff from CVS HEAD.</td> 58 58 </tr> 59 59 </table> … … 66 66 </p> 67 67 <p> 68 Included in this software distribution is a library, libtiff, for 69 reading and writing TIFF, a small collection of tools for doing simple 70 manipulations of TIFF images on UNIX systems, 71 and documentation on the library and 72 tools. A small assortment of TIFF-related software for UNIX 73 that has been contributed by others is also included. 68 Included in this software distribution is a library, libtiff, for reading 69 and writing TIFF, a small collection of tools for doing simple 70 manipulations of TIFF images, and documentation on the 71 library and tools. Libtiff is a portable software, it was built and 72 tested on various systems: UNIX flavors (Linux, BSD, Solaris, MacOS X), 73 Windows, OpenVMS. It should be possible to port libtiff and additional 74 tools on other OSes. 74 75 </p> 75 76 <p> … … 81 82 </p> 82 83 <p> 83 The software was or ginally authored and maintained by Sam Leffler.84 The software was originally authored and maintained by Sam Leffler. 84 85 While he keeps a fatherly eye on the mailing list, he is no longer 85 86 responsible for day to day maintenance. … … 95 96 versions >= 3.5.1 are 96 97 <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>, 97 <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a> and Mike Welles. 98 <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a>, Bob Friesenhahn, 99 Joris Van Damme and Lee Howard. 98 100 </p> 99 101 <p> … … 116 118 <hr> 117 119 <p> 118 Last updated $Date: 200 6/03/23 14:54:01$.120 Last updated $Date: 2009-08-28 16:24:13 $. 119 121 </p> 120 122 </body>
Note:
See TracChangeset
for help on using the changeset viewer.