-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ndaidong/v3.0.2
v3.0.2
- Loading branch information
Showing
9 changed files
with
71 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<feed version="0.3" | ||
xmlns="http://purl.org/atom/ns#" | ||
xmlns:g="http://base.google.com/ns/1.0"> | ||
<title>The name of your data feed</title> | ||
<link href="http://www.example.com" rel="alternate" type="text/html" /> | ||
<modified>2005-10-11T18:30:02Z</modified> | ||
<author> | ||
<name>Google</name> | ||
</author> | ||
<id>tag:google.com,2005-10-15:/support/products</id> | ||
<entry> | ||
<title>Red wool sweater</title> | ||
<link href="http://www.example.com/item1-info-page.html" /> | ||
<summary>Comfortable and soft, this sweater will keep you warm on those cold winter nights.</summary> | ||
<id>tag:google.com,2005-10-15:/support/products</id> | ||
<issued>2005-10-13T18:30:02Z</issued> | ||
<modified>2005-10-13T18:30:02Z</modified> | ||
<g:image_link>http://www.example.com/image1.jpg</g:image_link> | ||
<g:price>25</g:price> | ||
<g:condition>new</g:condition> | ||
</entry> | ||
</feed> |