Skip to content

Commit

Permalink
I deleted the hia and yvoices folders and replaced them with the ia m…
Browse files Browse the repository at this point in the history
…eaning Internet archive and yahoovoices folder

I didn't know another way to make lowercases, so if you know a better method than deleting folders and putting in different ones, do tell.
  • Loading branch information
houyhnhnm committed Mar 17, 2012
1 parent 9ce4d23 commit b74ad1e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HIA/HIA.extract.xml → ia/ia.extract.xml
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Houyhnhnm</author>
<description>extract a media file specified by the user from the internet archive element page. The url must be that of an internet archive page. The type is </description>
<description>extract a media file specified by the user from the internet archive element page. The url must be that of an internet archive page. </description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where url="http://www.archive.org/details/yahoosatiricalrh00luci" and type="2" and ftype="txt"</sampleQuery>
<sampleQuery>select * from {table} where url="http://www.archive.org/details/MerrieMelodies-HittinTheTrailForHallelujahLand" and type="1" and ftype="mp4"</sampleQuery>
Expand Down
2 changes: 1 addition & 1 deletion HIA/HIA.search.xml → ia/ia.search.xml
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Houyhnhnm</author>
<description>Search differenct sources of The Internet Archive, and returns the entries for the first page or a page described. Developer's note: it does not check for the number of pages from a query and use that to make a true control on the page input, restricting it to the number of pages the Internet Archive responds to with a page. Also a connect failure issue arises from the search if the page is too far, and it comes up as an error</description>
<description>Search differenct sources of The Internet Archive, returns the entries for the first page or a page described. Developer's note: it does not check for the number of pages from a query and use that to make a true control on the page input, restricting it to the number of pages the Internet Archive responds to with a page. Also a connect failure issue arises from the search if the page is too far, and it comes up as an error</description>
<documentationURL>http://www.associatedcontent.com/article/9000477/github_hiasearch.html?cat=15</documentationURL>
<sampleQuery>select * from {table} where query="yahoo" and zone="4"</sampleQuery>
<sampleQuery>select * from {table} where query="yahoo" and zone="4" and page="2"</sampleQuery>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>HOUYHNHNM</author>
<description> Gets Fans of a YAhoo Contributor (based on yahoo's selection process on a user's frontpage,maximum results are 12)</description>
<description> Gets Fans of a YAhoo Contributor and Yahoo Voices (based on yahoo's selection process on a user's frontpage,maximum results are 12)</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/270293/carol_rucker.html"</sampleQuery>
</meta>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>HOUYHNHNM</author>
<description> Gets Favorite connections of a YAhoo Contributor (based on yahoo's selection process on a user's frontpage,maximum results are 12)</description>
<description> Gets Favorite connections of a YAhoo Contributor and yahoo voices(based on yahoo's selection process on a user's frontpage,maximum results are 12)</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/270293/carol_rucker.html"</sampleQuery>
</meta>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>HOUYHNHNM</author>
<description> Gets the list of featured articles by a Yahoo Voices contributor from their frontpage</description>
<description> Gets the list of featured articles by a Yahoo contributor and Yahoo voices member from their frontpage</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/270293/carol_rucker.html"</sampleQuery>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/1167189/r_salley.html"</sampleQuery>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>HOUYHNHNM</author>
<description> Gets the list of articles started with most recent</description>
<description> Gets the list of articles started with most recent from a Yahoo Contributor or Yahoo Voices member</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/270293/carol_rucker.html"</sampleQuery>
<sampleQuery>select * from {table} where query="http://contributor.yahoo.com/user/1167189/r_salley.html"</sampleQuery>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd" securityLevel="any">
<meta>
<author>HOUYHNHNM</author>
<description> Gets the most recent comments from an article</description>
<description> Gets the most recent comments from an article of a Yahoo Contributor or Yahoo Voices member</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table} where query="http://voices.yahoo.com/create-wire-details-enhance-favorite-craft-10919947.html?cat=24"</sampleQuery>
<sampleQuery>select * from {table} where query="http://voices.yahoo.com/a-day-out-taste-south-france-chteau-planeres-10865399.html?cat=16"</sampleQuery>
Expand Down

0 comments on commit b74ad1e

Please sign in to comment.