Git cleanup.

This commit is contained in:
Erik C. Thauvin 2017-06-07 14:45:06 -07:00
parent 3937236341
commit 324f5b1005
142 changed files with 0 additions and 204 deletions

22
rss/tlds/google-rss.tld Normal file
View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!-- Tag library descriptor -->
<taglib>
<!-- The version number of this tag library -->
<tlibversion>@version@</tlibversion>
<!-- The JSP specification version required to function -->
<jspversion>1.1</jspversion>
<!-- The short name of this tag library -->
<shortname>google-rss</shortname>
<!-- Public URI that uniquely identifies this version of the tag library -->
<uri>http://www.thauvin.net/taglibs/google-rss-taglib-@version@</uri>
<!-- General information about this tag library -->
<info>The Google RSS Tag Library.</info>
<!-- SearchResults Tag -->
<tag>
<name>searchResults</name>
<tagclass>com.clevercactus.google.taglibs.SearchResults</tagclass>
<bodycontent>empty</bodycontent>
<info>Displays Google search results in RSS format.</info>
</tag>
</taglib>