Questions tagged [feed]

A web feed is a data format used for providing users with frequently updated content.

A web feed is a data format used for providing users with frequently updated content.

A typical scenario of web feed use is:

  • a content provider publishes a feed link on their site which end users can register with an aggregator program (also called a feed reader or a news reader) running on their own machines;
  • doing this is usually as simple as dragging the link from the web browser to the aggregator. When instructed, the aggregator asks all the servers in its feed list if they have new content;
  • if so, the aggregator either makes a note of the new content or downloads it. Aggregators can be scheduled to check for new content periodically. Web feeds are an example of pull technology, although they may appear to push content to the user.
2620 questions
0
votes
1 answer

Request previous results in a RSS channel

I am developing an application that reads a RSS channel from a website. The problem is that this RSS offers results of football matches on the last weekend, but I am also interested on previous weekends. Is it possible to request RSS information of…
elitalon
  • 9,191
  • 10
  • 50
  • 86
0
votes
1 answer

Github pages blog + feedburner feed doesn't work

I forked TPW's blog from github and built my blog around it. It's a rough version which I'd like to customize. I changed the RSS feed details from his to mine but it can't get my feedburner feed to work. Feedvalidator.org gets me this error: "It…
ernesto50
  • 131
  • 1
  • 3
  • 11
0
votes
0 answers

Magento product feed export

I need to export the products from a website to be sent to a price comparison website. I have this script for now but i don't know how to add a table header to the php page. Any info about how i could do this is welcomed. $RESULT['category_name'] =…
Ciprian
  • 95
  • 1
  • 10
0
votes
1 answer

Add custom RSS feed tags in AEM

I'm trying to add custom atom:tags for RSS feed in AEM. I've overridden OOTB code to /apps/cq/Page/feed.jsp from equivalent libs path. I'm able to extract the image path from the jcr-node, but not able to add it to the custom tag successfully. How…
0
votes
3 answers

Is there a simple way to allow a thrid party to add content to my website?

I am currently creating a basic website for a small sports-association. It is simply used to display some basic information about training times, becoming a member, locations, history, etc... However, we would also like the option to add news and…
helm100
  • 218
  • 2
  • 6
0
votes
2 answers

Reading several elements from an XML feed with '-' in the element names

I am trying to read XML elements that have a "-" in the name. The feed can be found at http://forecast.weather.gov/MapClick.php?lat=42.19774&lon=-121.81797&FcstType=dwml In my last question I was just trying to read any of them. reading a XML feed…
Brandan
  • 307
  • 1
  • 4
  • 12
0
votes
1 answer

How to use Azure DevOps artifacts for upstream power-shell modules from https://powershellgallery.com

Is there a way for using Azure DevOps artifacts and upstream power shell modules.
Janusz Nowak
  • 2,595
  • 1
  • 17
  • 36
0
votes
1 answer

How to store feed data in Redis?

I'm learning how to structure and query data of a social media application where all the posts are stored in PostgreSQL. Every post has some meta data that can be huge but only a portion of it will be showed in the user feed, for example imageURL,…
j.doe
  • 305
  • 3
  • 16
0
votes
1 answer

Artifact feed python twine doesnt find it

I am using Artifacts feeds of Dev Ops for python package distribution, I used my default feed precrated inside artifacts of my own "Organization" and I can upload by "twine" python tool (a package) but not in the feed created by me ( not default). I…
Snowww
  • 1
  • 2
0
votes
0 answers

how to create an iCal feed URL in PHP

I have a php file test.php which generate an .ics file when I access it directly through the browser (www.mydomain.com/test.php). What I want is to create a feed URL for example www.mydomain.com/?something_id=true&userID_key=12345678 and when…
0
votes
1 answer

Can't get my WordPress site to update its own feed?

I'm using the following code to display some entries of my WordPress blog as a feed in the sidebar. The problem is, it's not updating no matter what I do. It still only shows the first "Hello World" post, even though I've added others, and it…
Yarin
  • 173,523
  • 149
  • 402
  • 512
0
votes
2 answers

Syndicating RSS 1.0 using WCF

Using the new syndication API, is there any smooth ways to read RSS 1.0 feeds? found http://www.clariusconsulting.net/blogs/kzu/comments/116679.aspx with an explination of how to read atom 0.3. Do we realy need to create our own xslt to transform…
flalar
  • 1,181
  • 3
  • 12
  • 23
0
votes
3 answers

Is there any way to find the "feed size" in azure artifacts?

Is there any way to find the individual feed size in azure artifacts in azure devops? Using any kind of api call or any other way. Microsoft is changing the lisencing for azure artifacts, I would wanna know which feed is taking up the most space, so…
0
votes
2 answers

How to fix invalid WordPress feed caused by quote?

I have a WordPress site with custom taxonomies. I send newsletters automatically with Mailchimp for each taxonomy feed. Most feeds work, but those for which there is a quote in the title are invalid. For example, you can see this feed which title is…
0
votes
0 answers

Can i use the google play store to retrieve some news data for my app?

You may have seen this in games/apps that on the first screen you get some "news" like "expansion now available" or "check out the other new game". The way i would implement it is by using a server/website with a php script that the app queries and…
NikkyD
  • 2,209
  • 1
  • 16
  • 31
1 2 3
99
100