From: <bra...@us...> - 2009-11-07 01:17:21
|
Revision: 2911 http://archive-access.svn.sourceforge.net/archive-access/?rev=2911&view=rev Author: bradtofel Date: 2009-11-07 01:17:15 +0000 (Sat, 07 Nov 2009) Log Message: ----------- COMMENT Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/ResultURIConverter.java trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/UrlCanonicalizer.java Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/ResultURIConverter.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/ResultURIConverter.java 2009-11-07 01:10:39 UTC (rev 2910) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/ResultURIConverter.java 2009-11-07 01:17:15 UTC (rev 2911) @@ -1,4 +1,4 @@ -/* ReplayURI +/* ResultURIConverter * * $Id$ * @@ -25,8 +25,9 @@ package org.archive.wayback; /** + * Interface for implementations that convert a string datespec and URL into + * an absolute URL that will replay the specified URL at the specified date. * - * * @author brad * @version $Date$, $Revision$ */ Modified: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/UrlCanonicalizer.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/UrlCanonicalizer.java 2009-11-07 01:10:39 UTC (rev 2910) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/UrlCanonicalizer.java 2009-11-07 01:17:15 UTC (rev 2911) @@ -1,3 +1,27 @@ +/* UrlCanonicalizer + * + * $Id$ + * + * Created on 3:28:47 PM Nov 14, 2005. + * + * Copyright (C) 2005 Internet Archive. + * + * This file is part of wayback. + * + * wayback is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or + * any later version. + * + * wayback is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser Public License for more details. + * + * You should have received a copy of the GNU Lesser Public License + * along with wayback; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package org.archive.wayback; import org.apache.commons.httpclient.URIException; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |