Skip to content

Commit

Permalink
feat(View Album): Add English wikipedia source to demo photo [#70]
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Dec 13, 2016
1 parent 7436ae1 commit 4044182
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* Submit a bug
* Recommend a feature
* Enforced rules for new Issues
* Issue description cannot be empty [read more...](https://gitmagic.io/rules/#/issue/body-cannot-be-empty)
* Issue title must be in imperative, present tense (e.g. "add", "fix", "change") [read more...](https://gitmagic.io/rules/#/issue/subject-must-be-in-tense)
* Issue description cannot be empty [read more...](https://gitmagic.io/rules/#/issue/body-cannot-be-empty)
* More with GitHub.com documentation on [Mastering Issues](https://guides.github.com/features/issues/)

## Pull Requests (code review)
Expand Down
10 changes: 9 additions & 1 deletion gallery-demo/xml/album_sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
<photo_loc>Home</photo_loc>
<thumb_caption>Fireplace</thumb_caption>
<photo_desc>A sample HTML5 video in both MP4 and WebM formats</photo_desc>
<size><w>1280</w><h>720</h></size>
<size>
<w>1280</w>
<h>720</h>
</size>
<geo>
<lat>49.25</lat>
<lon>-123.1</lon>
Expand All @@ -59,5 +62,10 @@
<photo_city>Vancouver International Airport, BC</photo_city>
<photo_loc>YVR</photo_loc>
<thumb_caption>Airport</thumb_caption>
<photo_desc></photo_desc>
<ref>
<name>Vancouver_International_Airport</name>
<source>wikipedia</source>
</ref>
</item>
</album>

0 comments on commit 4044182

Please sign in to comment.