Questions tagged [atom-feed]

The Atom Syndication Format is used for publishing web feeds over XML. It is defined in RFC 4287. Clients can subscribe to an Atom feed in order to receive updates and new content from a web resource.

23 questions
7
votes
2 answers

How do I show raw XML for an RSS feed in Firefox?

Internet Explorer has this option, Turn on feed reading view: When unchecked, clicked Atom feeds will show as raw XML. How can I do the same thing in Firefox?
Vaccano
  • 6,806
6
votes
2 answers

How do I estimate the number of RSS subscribers?

I'm running a website, and would like to get a better idea how many subscribers I have. I can check the number of subscribers on Google Reader for my two feeds (RSS and Atom). I also have access to my server logs, so I sometimes collect all the IP…
5
votes
2 answers

How to track blog changes without a feed?

Some of the blogs like the one from Datameer don't have any feeds, but still I would like to get the changes to the blog in Google Reader. Google Reader used to support this feature, but it no more works. Any alternatives?
5
votes
2 answers

Convert Atom XML to plain text

I have backed up my blog from blogger. The format of the file is Atom XML. What's a quick way to turn it into plaintext? Opening it in a browser leads to formatting errors...
4
votes
2 answers

Why doesn't Firefox show any kind of a feed presence indication when there is are RSS/Atom feeds associated with the page?

For example I've came to a webpage having the following tag inside its tag: Or a blogger.com blog having both RSS and Atom feeds…
Ivan
  • 7,863
3
votes
2 answers

Mediawiki Releases RSS Feed?

Suppose I run a small wiki powered by MediaWiki. I want to keep mediawiki up to date, but in order to do this I need to remember to check the Mediawiki homepage. This can get quite tedious, so I have been looking for an RSS/Atom feed that I can add…
3
votes
1 answer

How do I get Atom to highlight SQL embedded within python multiline comments?

I'm using atom editor for python with embedded SQL similar to this: import sqlite3 conn = sqlite3.connect('spider.sqlite') cur = conn.cursor() cur.execute('''SELECT COUNT(from_id) AS inbound, old_rank, new_rank, id, url FROM Pages JOIN Links…
2
votes
1 answer

How can I make Firefox open an OData atom link in the browser?

I am trying to open this link in Firefox. Firefox just treats it as a file and asks where I want to save it. But I know that it contains XML contents - I can view them when I open the link in Chrome. The network panel in Firefox shows that the data…
2
votes
1 answer

How to install Linux or boot USB with Windows 32Bit on UEFI and Atom

I have some troubles with boot os install usb on funny toy called Kiano SlimNote 14.2. It's have CPU Intel Atom x5-Z8350, 2GB RAM small EMMC disk 30GB, UEFI and default installed Windows 10 64 bit. I would like to use this laptop to browsing the…
2
votes
3 answers

RSS and atom feed notifier for Mac OS X

I am looking for a convenience feed-notifier for Mac OS X similar to e.g. Feed Notifier, which pops up notifications for new items in the feeds. Edit: Growl looks like the right direction, but I am missing something optimized on regular updates…
gfr
  • 123
2
votes
1 answer

Is there a way to save/reuse regex search/replace patterns in atom or other Linux text editor?

I use BBedit on Mac OS, which has a great feature that allows you to store and reuse search patterns (including grep/regex patterns) in a popup menu inside the search/replace menu. I'm using Ubuntu now because the Mac has gotten so slow after the…
Lido
  • 31
1
vote
1 answer

PowerPivot data feed error "Semicolon expected" during import

When importing data from an atom feed in PowerPivot, I get the following error: XML parsing failed at line 7, column 727: Semicolon expected. The feed currently only returns two entries, and PowerPivot's "Preview & Filter" feature has no problems…
bernhof
  • 208
1
vote
0 answers

Simple Atom application that downloads everything

I'm looking for a simple desktop application that downloads everything linked in an Atom feed. This isn't for reading blogs or listening to podcasts - simply using the feed as a notification service for new data. [Maybe a podcast manager could do…
1
vote
3 answers

View XML feed source in Firefox

When I click on an XML feed in Firefox it automatically detects this and asks how I would like to subscribe. Is there an easy way to just see the raw feed in Firefox? This is simple in Google's Chrome browser, since it doesn't do anything. But I am…
1
vote
0 answers

Atom on Ubuntu not linting code using phpcs; same process works on macOS

My goal here is to install a development environment on Ubuntu, I have most of the necessary parts but I am stuck on the last piece. I am using Atom as the code editor and I want Atom to lint my code using phpcs as I type. I have achieved this on…
1
2