Ready for 7.10.29 development.
25
t/supporting_collateral/BadLocale.pm
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
package WebGUI::i18n::BadLocale;
|
||||
|
||||
use strict;
|
||||
|
||||
|
||||
our $LANGUAGE = {
|
||||
label => 'BadLocale',
|
||||
toolbar => 'bullet',
|
||||
};
|
||||
|
||||
sub makeUrlCompliant {
|
||||
my $value = shift;
|
||||
$value =~ s/\s+$//; #removes trailing whitespace
|
||||
$value =~ s/^\s+//; #removes leading whitespace
|
||||
$value =~ s/ /-/g; #replaces whitespace with hyphens
|
||||
$value =~ s/\.$//; #removes trailing period
|
||||
$value =~ s/[^A-Za-z0-9\-\.\_\/]//g; #removes all funky characters
|
||||
$value =~ s/^\///; #removes a leading /
|
||||
$value =~ s/\/$//; #removes a trailing /
|
||||
$value =~ s/\/\//\//g; #removes double /
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
||||
1;
|
||||
109
t/supporting_collateral/Help/HelpTest.pm
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
package WebGUI::Help::HelpTest;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'base one' => {
|
||||
title => 'base one title',
|
||||
body => 'base one body',
|
||||
variables => [
|
||||
{ name => 'base one var1', },
|
||||
{ name => 'base one var2', },
|
||||
{ name => 'base one var3', },
|
||||
],
|
||||
fields => [],
|
||||
related => []
|
||||
},
|
||||
|
||||
'isa one' => {
|
||||
title => 'isa one title',
|
||||
body => 'isa one body',
|
||||
isa => [
|
||||
{ namespace => "HelpTest",
|
||||
tag => "base one"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ name => 'isa one var1', },
|
||||
{ name => 'isa one var2', },
|
||||
{ name => 'isa one var3', },
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
'loop one' => {
|
||||
title => 'loop one title',
|
||||
body => 'loop one body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{ name => 'loop one var1',
|
||||
variables => [
|
||||
{ name => 'loop one loop1', },
|
||||
{ name => 'loop one loop2', },
|
||||
],
|
||||
},
|
||||
{ name => 'loop one var2', },
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
'isa loop one' => {
|
||||
title => 'isa loop one title',
|
||||
body => 'isa loop one body',
|
||||
isa => [
|
||||
{ namespace => "HelpTest",
|
||||
tag => "loop one"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ name => 'isa loop one var1', },
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
'deep loop' => {
|
||||
title => 'deep loop title',
|
||||
body => 'deep loop body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{ name => 'deep loop var1',
|
||||
variables => [
|
||||
{ name => 'deep loop loop2',
|
||||
variables => [
|
||||
{ name => 'deep loop loop3',
|
||||
variables => [
|
||||
{ name => 'deep loop loop4',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
'isa deep loop' => {
|
||||
title => 'isa deep loop title',
|
||||
body => 'isa deep loop body',
|
||||
isa => [
|
||||
{ namespace => "HelpTest",
|
||||
tag => "deep loop"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ name => 'isa deep loop var1', },
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
27
t/supporting_collateral/PigLatin.pm
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
package WebGUI::i18n::PigLatin;
|
||||
|
||||
use strict;
|
||||
|
||||
|
||||
our $LANGUAGE = {
|
||||
label => 'PigLatin',
|
||||
toolbar => 'bullet',
|
||||
languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules
|
||||
locale => 'US' # same as above
|
||||
};
|
||||
|
||||
sub makeUrlCompliant {
|
||||
my $value = shift;
|
||||
$value =~ s/\s+$//; #removes trailing whitespace
|
||||
$value =~ s/^\s+//; #removes leading whitespace
|
||||
$value =~ s/ /-/g; #replaces whitespace with hyphens
|
||||
$value =~ s/\.$//; #removes trailing period
|
||||
$value =~ s/[^A-Za-z0-9\-\.\_\/]//g; #removes all funky characters
|
||||
$value =~ s/^\///; #removes a leading /
|
||||
$value =~ s/\/$//; #removes a trailing /
|
||||
$value =~ s/\/\//\//g; #removes double /
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
||||
1;
|
||||
BIN
t/supporting_collateral/ShawshankRedemptionMoviePoster.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
16
t/supporting_collateral/WebGUI.pm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
package WebGUI::i18n::PigLatin::WebGUI;
|
||||
|
||||
our $I18N = {
|
||||
'webgui' => {
|
||||
message => q|ebGUIWay|,
|
||||
lastUpdated => 1141963573,
|
||||
context => q|Test key for International macro test. DO NOT TRANSLATE|,
|
||||
},
|
||||
|
||||
'key with spaces in it' => {
|
||||
message => q|Key Contained Spaces|,
|
||||
lastUpdated => 0,
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
BIN
t/supporting_collateral/elephant_images.zip
Normal file
BIN
t/supporting_collateral/extensions.tar
Normal file
BIN
t/supporting_collateral/gallery_archive_sorting_test.zip
Normal file
BIN
t/supporting_collateral/gooey.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
1112
t/supporting_collateral/jquery.js
vendored
Normal file
BIN
t/supporting_collateral/lamp.jpg
Normal file
|
After Width: | Height: | Size: 663 KiB |
1
t/supporting_collateral/littleTextFile
Normal file
|
|
@ -0,0 +1 @@
|
|||
This is a little text file.
|
||||
BIN
t/supporting_collateral/orientation_1.jpg
Normal file
|
After Width: | Height: | Size: 402 B |
BIN
t/supporting_collateral/orientation_3.jpg
Normal file
|
After Width: | Height: | Size: 402 B |
BIN
t/supporting_collateral/orientation_6.jpg
Normal file
|
After Width: | Height: | Size: 402 B |
BIN
t/supporting_collateral/orientation_8.jpg
Normal file
|
After Width: | Height: | Size: 402 B |
BIN
t/supporting_collateral/page_title.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
9
t/supporting_collateral/passiveAnalyticsLog
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#user session timestamp url
|
||||
user1 session11 100 /one
|
||||
user1 session11 110 /two
|
||||
user1 session11 125 /three
|
||||
user2 session21 200 /yelnats
|
||||
user2 session21 202 /one/uno
|
||||
user2 session21 205 /whatever
|
||||
user2 session21 210 /something_else
|
||||
user2 session21 610 /something_else
|
||||
4
t/supporting_collateral/productTables/badHeaders.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
mastersku,skew,title,shortdescription,price,weight,quantity
|
||||
t-shirt,red-t-shirt,Red T-Shirt,Red T-Shirt,5.00,1.33,1000
|
||||
t-shirt,blue-t-shirt,Blue T-Shirt,Blue T-Shirt,5.25,1.33,2000
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,0.95,0.95,500
|
||||
|
2
t/supporting_collateral/productTables/dollarsigns.csv
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
mastersku,varSku,title,shortdescription,price,weight,quantity
|
||||
signs,dollar signs,Silver Dollar Signs,Silver Dollar Signs, $5.00 ,0.33,1000
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
mastersku,varSku,title,shortdescription,price,weight,quantity
|
||||
t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,1000
|
||||
t-shirt,blue-t-shirt,Colored T-Shirts,Blue T-Shirt,5.25,1.33,2000
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,0.95,0.95,500
|
||||
|
3
t/supporting_collateral/productTables/missingHeaders.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
t-shirt,red-t-shirt,Red T-Shirt,Red T-Shirt,5.00,1.33,1000
|
||||
t-shirt,blue-t-shirt,Blue T-Shirt,Blue T-Shirt,5.25,1.33,2000
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,0.95,0.95,500
|
||||
|
4
t/supporting_collateral/productTables/oldHeaderTable.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
mastersku,sku,title,shortdescription,price,weight,quantity
|
||||
Software,Windows-Vista,Windows Vista,Bad software,120,5.00,5000
|
||||
Software,Windows-XP,Windows XP,Mainly bad software,80,4.50,2000
|
||||
Hardware,X-box,X-box,Very expensive hardware,280,10,150
|
||||
|
6
t/supporting_collateral/productTables/quotedTable.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"mastersku","varSku","title","shortdescription","price","weight","quantity"
|
||||
"Kids-lashed","red-t-shirt","Colored T-Shirts","Red T-Shirt",5,1.33,1000
|
||||
"Kids-lashed","blue-t-shirt","Colored T-Shirts","Blue T-Shirt",5.25,1.33,2000
|
||||
"soda","soda-sweet","Sweet Soda-bottled in Oregon","Sweet Soda",0.95,0.95,500
|
||||
"classical-records-1","track-16","The Marriage of Figaro","Track 16",3.25,0,50
|
||||
"classical-records-1","track-9","The Marriage of Figaro","Track 9",3.25,0,55
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
mastersku,varSku,title,shortdescription,price,weight,quantity
|
||||
##alter existing with two collateral
|
||||
t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500
|
||||
##alter existing with one collateral
|
||||
soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,1.00,0.85,500
|
||||
##add a new one
|
||||
classical-records-1,track-16,The Marriage of Figaro,Track 16,3.25,0.00,50
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
mastersku,varSku,title,shortdescription,price,weight,quantity
|
||||
##alter a title
|
||||
soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500
|
||||
##add new collateral to an existing product
|
||||
classical-records-1,track-9,The Marriage of Figaro,Track 9,3.25,0.00,55
|
||||
|
4
t/supporting_collateral/productTables/windowsTable.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"mastersku","varSku","title","shortdescription","price","weight","quantity"
|
||||
"Software","Windows-Vista","Windows Vista","Bad software",120,5.00,5000
|
||||
"Software","Windows-XP","Windows XP","Mainly bad software",80,4.50,2000
|
||||
"Hardware","X-box","X-box","Very expensive hardware",280,10,150
|
||||
|
Can't render this file because it contains an unexpected character in line 1 and column 75.
|
BIN
t/supporting_collateral/rotation_test.png
Normal file
|
After Width: | Height: | Size: 189 B |
19
t/supporting_collateral/rss/duplicate-link.rss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<rss version="2.0"><channel>
|
||||
<title>Duplicate Link Feed Title</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Description</description>
|
||||
<item>
|
||||
<title>Duplicate Link Feed Item 1</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Item 1</description>
|
||||
<guid isPermaLink="true">http://www.example.com/</guid>
|
||||
</item>
|
||||
<item>
|
||||
<title>Duplicate Link Feed Item 2</title>
|
||||
<link>http://www.example.com/</link>
|
||||
<description>Duplicate Link Feed Item 2</description>
|
||||
<guid isPermaLink="true">http://www.example.com/</guid>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/entity-es.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/rss-noticias-locales</link>
|
||||
<description>RSS Noticias Nacionales</description>
|
||||
<language>es</language>
|
||||
<item>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/noticias-locales/99999</link>
|
||||
<description><p>Efectivos de la Policía Metropolitana (PM) capturaron, este lunes en horas de la mañana, a tres delincuentes implicados en un robo.</description>
|
||||
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/entity-ru.rss
Normal file
15
t/supporting_collateral/rss/iso-8859-1.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/rss-noticias-locales</link>
|
||||
<description>RSS Noticias Locales</description>
|
||||
<language>es</language>
|
||||
<item>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/noticias-locales/99999</link>
|
||||
<description><p>Efectivos de la Policía Metropolitana (PM) capturaron, este lunes en horas de la mañana, a tres delincuentes implicados en un robo.</description>
|
||||
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/iso-8859-5.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-5"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Википедия - Свежие правки [ru]</title>
|
||||
<link>http://ru.wikipedia.org/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:RecentChanges</link>
|
||||
<description>Отслеживать последние изменения в вики в этом потоке.</description>
|
||||
<language>ru</language>
|
||||
<item>
|
||||
<title>Йиржи из Подебрад</title>
|
||||
<link>http://ru.wikipedia.org/w/index.php?title=%D0%99%D0%B8%D1%80%D0%B6%D0%B8_%D0%B8%D0%B7_%D0%9F%D0%BE%D0%B4%D0%B5%D0%B1%D1%80%D0%B0%D0%B4&diff=19271780&oldid=prev</link>
|
||||
<description><div>Происходил из знатной и влиятельной чешской семьи, примкнувшей к гуситскому лагерю. Отец Йиржи, Виктор из [[Подебрады|Подебрад]], был одним из руководителей [[табориты|таборитов]];? радикального крыла гуситов, однако через некоторое время присоединился к умеренным утраквистам. Сам Йиржи из Подебрад, будучи четырнадцатилетним мальчиком, участвовал в [[битва под Липанами|битве под Липанами]] в [[1434]], в которой умеренные гуситы, объединившиеся с австрийцами, нанесли поражение радикальным. В общем, при [[Сигизмунд (император )|Сигизмунде Люксембургском]] семья Йиржи из Подебрад принадлежала к умеренной партии, но после избрания королем Чехии с подачи католической партии Альбрехта V Австрийского (немецкого императора [[Альбрехт II (император)|Альбрехта II]]), отец и сын примкнули к оппозиции, желавшей избрания [[Казимир III|Казимира Польского]].</div></description>
|
||||
<pubDate>Tue, 20 Oct 2009 00:00:44 GMT</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
40
t/supporting_collateral/rss/tbb.rss
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>The Black Blog</title>
|
||||
<link>/tbb</link>
|
||||
<copyright /><pubDate>Mon, 12 Oct 2009 11:54:28 -0500</pubDate>
|
||||
<description /><item><title>Google Picasa Plugin for WebGUI Gallery</title>
|
||||
<link>http://www.plainblack.com/tbb/google-picasa-plugin-for-webgui-gallery</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254854387</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/google-picasa-plugin-for-webgui-gallery</guid>
|
||||
<pubDate>Tue, 06 Oct 2009 13:39:47 -0500</pubDate>
|
||||
<userDefined1 /><userDefined2 /><userDefined3 /><userDefined4 /><userDefined5 /><description>Today we unveil the Google Picasa plugin for WebGUI Gallery.</description>
|
||||
</item>
|
||||
<item><title>WebGUI Roadmap</title>
|
||||
<link>http://www.plainblack.com/tbb/webgui-roadmap</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254325377</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/webgui-roadmap</guid>
|
||||
<pubDate>Wed, 30 Sep 2009 10:42:57 -0500</pubDate>
|
||||
<userDefined1 /><userDefined2 /><userDefined3 /><userDefined4 /><userDefined5 /><description>The new roadmap is online.</description>
|
||||
</item>
|
||||
<item><title>WebGUI 8 Performance</title>
|
||||
<link>http://www.plainblack.com/tbb/webgui-8-performance</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254236976</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/webgui-8-performance</guid>
|
||||
<pubDate>Tue, 29 Sep 2009 10:09:36 -0500</pubDate>
|
||||
<userDefined1 /><userDefined2 /><userDefined3 /><userDefined4 /><userDefined5 /><description>WebGUI 8 is going to be the fastest version of WebGUI ever released.</description>
|
||||
</item>
|
||||
<item><title>I have arrived in Lisboa!</title>
|
||||
<link>http://www.plainblack.com/tbb/i-have-arrived-in-lisboa</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1249140064</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/i-have-arrived-in-lisboa</guid>
|
||||
<pubDate>Sat, 01 Aug 2009 10:21:04 -0500</pubDate>
|
||||
<userDefined1 /><userDefined2 /><userDefined3 /><userDefined4 /><userDefined5 /><description>I'm in Lisbon, Portugal for YAPC::EU.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
66
t/supporting_collateral/rss/tbb_odd.rss
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>The Black Blog</title>
|
||||
<link>/tbb</link>
|
||||
<copyright/>
|
||||
<pubDate>Mon, 12 Oct 2009 11:54:28 -0500</pubDate>
|
||||
<description/>
|
||||
<item>
|
||||
<title>WebGUI Roadmap</title>
|
||||
<link>http://www.plainblack.com/tbb/webgui-roadmap</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254325377</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/webgui-roadmap</guid>
|
||||
<pubDate>Wed, 30 Sep 2009 10:42:57 -0500</pubDate>
|
||||
<userDefined1/>
|
||||
<userDefined2/>
|
||||
<userDefined3/>
|
||||
<userDefined4/>
|
||||
<userDefined5/>
|
||||
<description>The new roadmap is online.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Google Picasa Plugin for WebGUI Gallery</title>
|
||||
<link>http://www.plainblack.com/tbb/google-picasa-plugin-for-webgui-gallery</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254854387</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/google-picasa-plugin-for-webgui-gallery</guid>
|
||||
<pubDate>Tue, 06 Oct 2009 13:39:47 -0500</pubDate>
|
||||
<userDefined1/>
|
||||
<userDefined2/>
|
||||
<userDefined3/>
|
||||
<userDefined4/>
|
||||
<userDefined5/>
|
||||
<description>Today we unveil the Google Picasa plugin for WebGUI Gallery.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>I have arrived in Lisboa!</title>
|
||||
<link>http://www.plainblack.com/tbb/i-have-arrived-in-lisboa</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1249140064</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/i-have-arrived-in-lisboa</guid>
|
||||
<pubDate>Sat, 01 Aug 2009 10:21:04 -0500</pubDate>
|
||||
<userDefined1/>
|
||||
<userDefined2/>
|
||||
<userDefined3/>
|
||||
<userDefined4/>
|
||||
<userDefined5/>
|
||||
<description>I'm in Lisbon, Portugal for YAPC::EU.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>WebGUI 8 Performance</title>
|
||||
<link>http://www.plainblack.com/tbb/webgui-8-performance</link>
|
||||
<author>JT</author>
|
||||
<epochDate>1254236976</epochDate>
|
||||
<guid isPermaLink="true">http://www.plainblack.com/tbb/webgui-8-performance</guid>
|
||||
<pubDate>Tue, 29 Sep 2009 10:09:36 -0500</pubDate>
|
||||
<userDefined1/>
|
||||
<userDefined2/>
|
||||
<userDefined3/>
|
||||
<userDefined4/>
|
||||
<userDefined5/>
|
||||
<description>WebGUI 8 is going to be the fastest version of WebGUI ever released.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/utf8-es.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/rss-noticias-locales</link>
|
||||
<description>RSS Noticias Locales</description>
|
||||
<language>es</language>
|
||||
<item>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://ejemplo.local/noticias-locales/99999</link>
|
||||
<description><p>Efectivos de la Policía Metropolitana (PM) Caracas capturaron, este lunes en horas de la mañana, a tres delincuentes implicados en un robo.</description>
|
||||
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/utf8-no-prolog-encoding.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://www.vtv.gob.ve/rss-noticias-nacionales</link>
|
||||
<description>RSS Noticias Nacionales</description>
|
||||
<language>es</language>
|
||||
<item>
|
||||
<title>PM capturó a tres delincuentes que robaron agencia bancaria en San Martín</title>
|
||||
<link>http://www.vtv.gob.ve/noticias-nacionales/25087</link>
|
||||
<description><p>Efectivos de la Policía Metropolitana (PM) de Caracas capturaron, este lunes en horas de la mañana, a tres delincuentes implicados en el robo perpetrado en el Banco Industrial de Venezuela (BIV) ubicado dentro de la oficina del Instituto Postal Telegráfico de Venezuela, Ipostel, en la avenida José Ángel Lamas, San Martín.</p></description>
|
||||
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
t/supporting_collateral/rss/utf8-ru.rss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Википедия - Свежие правки [ru]</title>
|
||||
<link>http://ru.wikipedia.org/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:RecentChanges</link>
|
||||
<description>Отслеживать последние изменения в вики в этом потоке.</description>
|
||||
<language>ru</language>
|
||||
<item>
|
||||
<title>Йиржи из Подебрад</title>
|
||||
<link>http://ru.wikipedia.org/w/index.php?title=%D0%99%D0%B8%D1%80%D0%B6%D0%B8_%D0%B8%D0%B7_%D0%9F%D0%BE%D0%B4%D0%B5%D0%B1%D1%80%D0%B0%D0%B4&diff=19271780&oldid=prev</link>
|
||||
<description><div>Происходил из знатной и влиятельной чешской семьи, примкнувшей к гуситскому лагерю. Отец Йиржи, Виктор из [[Подебрады|Подебрад]], был одним из руководителей [[табориты|таборитов]];— радикального крыла гуситов, однако через некоторое время присоединился к умеренным утраквистам. Сам Йиржи из Подебрад, будучи четырнадцатилетним мальчиком, участвовал в [[битва под Липанами|битве под Липанами]] в [[1434]], в которой умеренные гуситы, объединившиеся с австрийцами, нанесли поражение радикальным. В общем, при [[Сигизмунд (император )|Сигизмунде Люксембургском]] семья Йиржи из Подебрад принадлежала к умеренной партии, но после избрания королем Чехии с подачи католической партии Альбрехта V Австрийского (немецкого императора [[Альбрехт II (император)|Альбрехта II]]), отец и сын примкнули к оппозиции, желавшей избрания [[Казимир III|Казимира Польского]].</div></description>
|
||||
<pubDate>Tue, 20 Oct 2009 00:00:44 GMT</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
2
t/supporting_collateral/taxTables/alternations.csv
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
country,state,city,code,taxRate
|
||||
U.S.A.|USA,WI|Wisconsin,Madison,53701,0.5
|
||||
|
7
t/supporting_collateral/taxTables/badHeaders.csv
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
country,state,city,zip,taxRate
|
||||
USA,,,,0.0
|
||||
USA,Wisconsin,,,5.0
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
where,value,taxRates
|
||||
state,5.0
|
||||
code,53701,0.5
|
||||
|
4
t/supporting_collateral/taxTables/badTaxTable.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
country,state,city,code,taxRate
|
||||
USA,,,,0.0,
|
||||
USA,Wisconsin,,,5.0
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
|
9
t/supporting_collateral/taxTables/commentedTaxTable.csv
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
country,state,city,code,taxRate
|
||||
#header lines above
|
||||
|
||||
#This is just a country.
|
||||
USA,,,,0.0
|
||||
USA,Wisconsin,,,5.0 #Wisconsin is expensive
|
||||
|
||||
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
|
3
t/supporting_collateral/taxTables/emptyTaxTable.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
country,state,city,code,taxRate
|
||||
#state,Wisconsin,5.0
|
||||
#code,53701,0.5
|
||||
|
4
t/supporting_collateral/taxTables/goodTaxTable.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
country,state,city,code,taxRate
|
||||
USA,,,,0.0
|
||||
USA,Wisconsin,,,5.0
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
|
1779
t/supporting_collateral/taxTables/largeTaxTable.csv
Normal file
4
t/supporting_collateral/taxTables/missingHeaders.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
country,city,code,taxRate
|
||||
USA,,,,0.0
|
||||
USA,Wisconsin,,,5.0
|
||||
USA,Wisconsin,Madison,53701,0.5
|
||||
|
4
t/supporting_collateral/taxTables/orderedTaxTable.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
taxRate,country,state,city,code
|
||||
0.0,USA,,,
|
||||
5.0,USA,Wisconsin,,
|
||||
0.5,USA,Wisconsin,Madison,53701
|
||||
|
BIN
t/supporting_collateral/thumb-thumb.gif
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
t/supporting_collateral/tooTall.gif
Normal file
|
After Width: | Height: | Size: 135 B |
BIN
t/supporting_collateral/tooWide.gif
Normal file
|
After Width: | Height: | Size: 135 B |