Ready for 7.10.29 development.

This commit is contained in:
Colin Kuskie 2013-03-20 21:38:23 -07:00
commit c806f99b7b
4236 changed files with 1217679 additions and 0 deletions

View 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;

View 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;

View 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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View 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;

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

1112
t/supporting_collateral/jquery.js vendored Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

View file

@ -0,0 +1 @@
This is a little text file.

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View 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

View 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
1 mastersku skew title shortdescription price weight quantity
2 t-shirt red-t-shirt Red T-Shirt Red T-Shirt 5.00 1.33 1000
3 t-shirt blue-t-shirt Blue T-Shirt Blue T-Shirt 5.25 1.33 2000
4 soda soda-sweet Sweet Soda-bottled in Oregon Sweet Soda 0.95 0.95 500

View 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
1 mastersku varSku title shortdescription price weight quantity
2 signs dollar signs Silver Dollar Signs Silver Dollar Signs $5.00 0.33 1000

View file

@ -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
1 mastersku varSku title shortdescription price weight quantity
2 t-shirt red-t-shirt Colored T-Shirts Red T-Shirt 5.00 1.33 1000
3 t-shirt blue-t-shirt Colored T-Shirts Blue T-Shirt 5.25 1.33 2000
4 soda soda-sweet Sweet Soda-bottled in Oregon Sweet Soda 0.95 0.95 500

View 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
1 t-shirt red-t-shirt Red T-Shirt Red T-Shirt 5.00 1.33 1000
2 t-shirt blue-t-shirt Blue T-Shirt Blue T-Shirt 5.25 1.33 2000
3 soda soda-sweet Sweet Soda-bottled in Oregon Sweet Soda 0.95 0.95 500

View 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
1 mastersku sku title shortdescription price weight quantity
2 Software Windows-Vista Windows Vista Bad software 120 5.00 5000
3 Software Windows-XP Windows XP Mainly bad software 80 4.50 2000
4 Hardware X-box X-box Very expensive hardware 280 10 150

View 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
1 mastersku varSku title shortdescription price weight quantity
2 Kids-lashed red-t-shirt Colored T-Shirts Red T-Shirt 5 1.33 1000
3 Kids-lashed blue-t-shirt Colored T-Shirts Blue T-Shirt 5.25 1.33 2000
4 soda soda-sweet Sweet Soda-bottled in Oregon Sweet Soda 0.95 0.95 500
5 classical-records-1 track-16 The Marriage of Figaro Track 16 3.25 0 50
6 classical-records-1 track-9 The Marriage of Figaro Track 9 3.25 0 55

View file

@ -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
1 mastersku,varSku,title,shortdescription,price,weight,quantity
2 ##alter existing with two collateral
3 t-shirt,red-t-shirt,Colored T-Shirts,Red T-Shirt,5.00,1.33,500
4 ##alter existing with one collateral
5 soda,soda-sweet,Sweet Soda-bottled in Oregon,Sweet Soda,1.00,0.85,500
6 ##add a new one
7 classical-records-1,track-16,The Marriage of Figaro,Track 16,3.25,0.00,50

View file

@ -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
1 mastersku,varSku,title,shortdescription,price,weight,quantity
2 ##alter a title
3 soda,soda-sweet,Sweet Soda-totally organic,Sweet Soda,1.00,0.85,500
4 ##add new collateral to an existing product
5 classical-records-1,track-9,The Marriage of Figaro,Track 9,3.25,0.00,55

View 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

View 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>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PM captur&#xF3; a tres delincuentes que robaron agencia bancaria en San Mart&#xED;n</title>
<link>http://ejemplo.local/rss-noticias-locales</link>
<description>RSS Noticias Nacionales</description>
<language>es</language>
<item>
<title>PM captur&#xF3; a tres delincuentes que robaron agencia bancaria en San Mart&#xED;n</title>
<link>http://ejemplo.local/noticias-locales/99999</link>
<description>&lt;p&gt;Efectivos de la Polic&#xED;a Metropolitana (PM) capturaron, este lunes en horas de la ma&#xF1;ana, a tres delincuentes implicados en un robo.</description>
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
</item>
</channel>
</rss>

File diff suppressed because one or more lines are too long

View 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>&lt;p&gt;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>

View 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&amp;diff=19271780&amp;oldid=prev</link>
<description>&lt;div&gt;Происходил из знатной и влиятельной чешской семьи, примкнувшей к гуситскому лагерю. Отец Йиржи, Виктор из [[Подебрады|Подебрад]], был одним из руководителей [[табориты|таборитов]];? радикального крыла гуситов, однако через некоторое время присоединился к умеренным утраквистам. Сам Йиржи из Подебрад, будучи четырнадцатилетним мальчиком, участвовал в [[битва под Липанами|битве под Липанами]] в [[1434]], в которой умеренные гуситы, объединившиеся с австрийцами, нанесли поражение радикальным. В общем, при [[Сигизмунд (император )|Сигизмунде Люксембургском]] семья Йиржи из Подебрад принадлежала к умеренной партии, но после избрания королем Чехии с подачи католической партии Альбрехта V Австрийского (немецкого императора [[Альбрехт II (император)|Альбрехта II]]), отец и сын примкнули к оппозиции, желавшей избрания [[Казимир III|Казимира Польского]].&lt;/div&gt;</description>
<pubDate>Tue, 20 Oct 2009 00:00:44 GMT</pubDate>
</item>
</channel>
</rss>

View 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&apos;m in Lisbon, Portugal for YAPC::EU.</description>
</item>
</channel>
</rss>

View 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&apos;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>

View 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>&lt;p&gt;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>

View 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>&lt;p&gt;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.&lt;/p&gt;</description>
<pubDate>Mon, 19 Oct 2009 15:42:17 -0400</pubDate>
</item>
</channel>
</rss>

View 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&amp;diff=19271780&amp;oldid=prev</link>
<description>&lt;div&gt;Происходил из знатной и влиятельной чешской семьи, примкнувшей к гуситскому лагерю. Отец Йиржи, Виктор из [[Подебрады|Подебрад]], был одним из руководителей [[табориты|таборитов]];— радикального крыла гуситов, однако через некоторое время присоединился к умеренным утраквистам. Сам Йиржи из Подебрад, будучи четырнадцатилетним мальчиком, участвовал в [[битва под Липанами|битве под Липанами]] в [[1434]], в которой умеренные гуситы, объединившиеся с австрийцами, нанесли поражение радикальным. В общем, при [[Сигизмунд (император )|Сигизмунде Люксембургском]] семья Йиржи из Подебрад принадлежала к умеренной партии, но после избрания королем Чехии с подачи католической партии Альбрехта V Австрийского (немецкого императора [[Альбрехт II (император)|Альбрехта II]]), отец и сын примкнули к оппозиции, желавшей избрания [[Казимир III|Казимира Польского]].&lt;/div&gt;</description>
<pubDate>Tue, 20 Oct 2009 00:00:44 GMT</pubDate>
</item>
</channel>
</rss>

View file

@ -0,0 +1,2 @@
country,state,city,code,taxRate
U.S.A.|USA,WI|Wisconsin,Madison,53701,0.5
1 country state city code taxRate
2 U.S.A.|USA WI|Wisconsin Madison 53701 0.5

View 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
1 country,state,city,zip,taxRate
2 USA,,,,0.0
3 USA,Wisconsin,,,5.0
4 USA,Wisconsin,Madison,53701,0.5
5 where,value,taxRates
6 state,5.0
7 code,53701,0.5

View file

@ -0,0 +1,4 @@
country,state,city,code,taxRate
USA,,,,0.0,
USA,Wisconsin,,,5.0
USA,Wisconsin,Madison,53701,0.5
1 country,state,city,code,taxRate
2 USA,,,,0.0,
3 USA,Wisconsin,,,5.0
4 USA,Wisconsin,Madison,53701,0.5

View 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
1 country,state,city,code,taxRate
2 #header lines above
3 #This is just a country.
4 USA,,,,0.0
5 USA,Wisconsin,,,5.0 #Wisconsin is expensive
6 USA,Wisconsin,Madison,53701,0.5

View file

@ -0,0 +1,3 @@
country,state,city,code,taxRate
#state,Wisconsin,5.0
#code,53701,0.5
1 country,state,city,code,taxRate
2 #state,Wisconsin,5.0
3 #code,53701,0.5

View file

@ -0,0 +1,4 @@
country,state,city,code,taxRate
USA,,,,0.0
USA,Wisconsin,,,5.0
USA,Wisconsin,Madison,53701,0.5
1 country state city code taxRate
2 USA 0.0
3 USA Wisconsin 5.0
4 USA Wisconsin Madison 53701 0.5

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
country,city,code,taxRate
USA,,,,0.0
USA,Wisconsin,,,5.0
USA,Wisconsin,Madison,53701,0.5
1 country,city,code,taxRate
2 USA,,,,0.0
3 USA,Wisconsin,,,5.0
4 USA,Wisconsin,Madison,53701,0.5

View file

@ -0,0 +1,4 @@
taxRate,country,state,city,code
0.0,USA,,,
5.0,USA,Wisconsin,,
0.5,USA,Wisconsin,Madison,53701
1 taxRate country state city code
2 0.0 USA
3 5.0 USA Wisconsin
4 0.5 USA Wisconsin Madison 53701

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B