Skip to content

Commit

Permalink
add the sample tables to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Pullara committed May 3, 2009
1 parent 3d8e352 commit c9c61f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions alltables.env
@@ -1,5 +1,6 @@
use 'http://www.datatables.org/amazon/amazon.ecs.xml' as amazon.ecs;
use 'http://www.datatables.org/bitly/bit.ly.shorten.xml' as bit.ly.shorten;
use 'http://www.datatables.org/data/data.html.cssselect.xml' as data.html.cssselect;
use 'http://www.datatables.org/delicious/delicious.feeds.popular.xml' as delicious.feeds.popular;
use 'http://www.datatables.org/delicious/delicious.feeds.xml' as delicious.feeds;
use 'http://www.datatables.org/dopplr/dopplr.auth.xml' as dopplr.auth;
Expand All @@ -12,6 +13,7 @@ use 'http://www.datatables.org/dopplr/dopplr.trips.info.xml' as dopplr.trips.inf
use 'http://www.datatables.org/etsy/etsy.listings.xml' as etsy.listings;
use 'http://www.datatables.org/etsy/etsy.shops.xml' as etsy.shops;
use 'http://www.datatables.org/etsy/etsy.users.xml' as etsy.users;
use 'http://www.datatables.org/flickr/flickr.auth.frob.xml' as flickr.auth.frob;
use 'http://www.datatables.org/friendfeed/friendfeed.feeds.xml' as friendfeed.feeds;
use 'http://www.datatables.org/friendfeed/friendfeed.home.xml' as friendfeed.home;
use 'http://www.datatables.org/friendfeed/friendfeed.profile.xml' as friendfeed.profile;
Expand All @@ -32,6 +34,7 @@ use 'http://www.datatables.org/greader/greader.user.folder.xml' as greader.user.
use 'http://www.datatables.org/guardian/guardian.content.item.xml' as guardian.content.item;
use 'http://www.datatables.org/guardian/guardian.content.search.xml' as guardian.content.search;
use 'http://www.datatables.org/guardian/guardian.content.tags.xml' as guardian.content.tags;
use 'http://www.datatables.org/imdb/imdb.celeb.birthdays.xml' as imdb.celeb.birthdays;
use 'http://www.datatables.org/iplocation/iplocation.xml' as iplocation;
use 'http://www.datatables.org/lastfm/lastfm.compare.xml' as lastfm.compare;
use 'http://www.datatables.org/lastfm/lastfm.tag.xml' as lastfm.tag;
Expand All @@ -40,6 +43,7 @@ use 'http://www.datatables.org/misc/travel/pidgets.airports.xml' as pidgets.airp
use 'http://www.datatables.org/nestoria/nestoria.keywords.xml' as nestoria.keywords;
use 'http://www.datatables.org/nestoria/nestoria.metadata.xml' as nestoria.metadata;
use 'http://www.datatables.org/nestoria/nestoria.search.xml' as nestoria.search;
use 'http://www.datatables.org/netflix/netflix.catalog.xml' as netflix.catalog;
use 'http://www.datatables.org/nmm/nmm.archive.search.xml' as nmm.archive.search;
use 'http://www.datatables.org/nmm/nmm.collections.search.xml' as nmm.collections.search;
use 'http://www.datatables.org/nyt/nyt.article.search.xml' as nyt.article.search;
Expand All @@ -57,7 +61,10 @@ use 'http://www.datatables.org/nyt/nyt.people.newsfeed.xml' as nyt.people.newsfe
use 'http://www.datatables.org/nyt/nyt.people.profiles.xml' as nyt.people.profiles;
use 'http://www.datatables.org/nyt/nyt.people.users.xml' as nyt.people.users;
use 'http://www.datatables.org/opensocial/opensocial.people.xml' as opensocial.people;
use 'http://www.datatables.org/search/search.imageweb.xml' as search.imageweb;
use 'http://www.datatables.org/search/search.rank.xml' as search.rank;
use 'http://www.datatables.org/shopping/shopping.product.search.xml' as shopping.product.search;
use 'http://www.datatables.org/social/social.friendapps.xml' as social.friendapps;
use 'http://www.datatables.org/twitter/twitter.user.profile.xml' as twitter.user.profile;
use 'http://www.datatables.org/twitter/twitter.user.status.xml' as twitter.user.status;
use 'http://www.datatables.org/twitter/twitter.user.timeline.xml' as twitter.user.timeline;
Expand Down

0 comments on commit c9c61f7

Please sign in to comment.