Index: trunk/sixdeg/webapp/src/index.jsp |
— | — | @@ -2,7 +2,8 @@ |
3 | 3 | Six degrees of Wikipedia: JSP front-end. |
4 | 4 | This source code is released into the public domain. |
5 | 5 | |
6 | | - @(#)index.jsp 1.19 06/10/16 01:17:11 |
| 6 | + From: @(#)index.jsp 1.19 06/10/16 01:17:11 |
| 7 | + $Id$ |
7 | 8 | --%> |
8 | 9 | <?xml version="1.0" encoding="UTF-8"?> |
9 | 10 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
— | — | @@ -129,7 +130,7 @@ |
130 | 131 | <a href="mailto:river@attenuate.org">send feedback...</a><br /> |
131 | 132 | i'm poor. if you like <i>six degrees</i>, feel free to <a href="http://www.paypal.com/" |
132 | 133 | >PayPal</a> some money to [<tt>river</tt> (at) <tt>attenuate</tt> (dot) <tt>org</tt>].</p> |
133 | | -<span class='version'>Front-end version: @(#)index.jsp 1.19 06/10/16 01:17:11 [request encoding: <c:out value="${encoding}" />] |
| 134 | +<span class='version'>Front-end version: $Revision$ [request encoding: <c:out value="${encoding}" />] |
134 | 135 | </div> |
135 | 136 | </body> |
136 | 137 | </html> |
Property changes on: trunk/sixdeg/webapp/src/index.jsp |
___________________________________________________________________ |
Added: svn:keywords |
137 | 138 | + Id Revision |