Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load feed data from local copy of blog feed #10

Merged
merged 1 commit into from
Sep 25, 2013
Merged

Load feed data from local copy of blog feed #10

merged 1 commit into from
Sep 25, 2013

Conversation

kaustavdm
Copy link
Contributor

Download feed data to feeds/feeds.xml. Javascript loads from the feeds.xml file and shows first 3 records. Screenshot shows how it looks with feed data from my WordPress blog.
selection_008

Download feed data to `feeds/feeds.xml`. Javascript loads from the
`feeds.xml` file and shows first 3 records.

Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
$ curl http://blog.mozillaindia.org/feeds/ --O feeds/feeds.xml
```

The `feeds/feeds.xml` file is ignored by Git and will not be added to the repository.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But the .gitignore file on the upstream haven't gotten the news yet... it's still try to add that in repo.
Anyway, either be careful never to commit the file, or update the .gitignore file.
The first option is better, as we'll get rid of this hack pretty soon.

debloper added a commit that referenced this pull request Sep 25, 2013
Load feed data from local copy of blog feed
@debloper debloper merged commit 959aad2 into MozillaIndia:master Sep 25, 2013
page load, this file is used to load the feeds. Here is a cURL example of doing this:

```
$ curl http://blog.mozillaindia.org/feeds/ --O feeds/feeds.xml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's http://blog.mozillaindia.org/feed/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants