Все вопросы: [feed]
121 вопросов
Есть ли способ отображать содержимое javascript в каналах блога
Есть ли у RSS / Atom полуофициальный метод включения активного (читай: javascript) контента в свои элементы? Я знаю о приложениях для RSS, но предполагаю, что они предназначены для настоящих мультимедиа - например, mp3 и т.п. Скажем, у меня есть немного удаленного javascript, который я хоч...
Что-то вроде pubsubhubbub, которое не зависит от движка приложений Google.
Я ищу что-то вроде PubSubHubbub , работа которого не зависит от движка приложений Google.. Что мне нужно, так это инструмент, который может отслеживать очень большое количество RSS- или Atom-каналов и выдавать события при их обновлении.
Каналы PHP Atom не отображаются
Я использую PHP для создания каналов, и он отлично работает в моей локальной изолированной программной среде разработки.После загрузки на сервер я получаю пустую страницу.Я знаю, что программирование правильное, потому что оно отлично работает на моем локальном компьютере.Как вы думаете, в чем м...
В чем разница между <pubdate> и <lastbuilddate> в RSS?</lastbuilddate></pubdate>
Мне кажется, что в каждом файле RSS.xml совпадают как pubDate, так и lastBuildDate. Я уверен, что это не всегда правда ... Итак, во-первых, в чем разница между этими двумя выше? Во-вторых, читатели RSS сортируют контент по дате, на основе pubDate или lastBuildDate?
Какие RSS-каналы лучше всего подходят для C ++?
Какие RSS-каналы лучше всего подходят для C ++?
Произвести случайный порядок внешних RSS-каналов в PHP
Я использую стороннее слайд-шоу AJAX для веб-сайта, который использует RSS-канал в качестве источника изображения.Я хотел бы изменить порядок изображений в случайном порядке, но это не функция слайд-шоу (или RSS-канала, из которого я беру). Несомненно, не составит труда написать короткую функ...
Ограничить строковые символы - PHP
Я создаю RSS-сценарий с mysql, и мне не нужно дополнительное поле в базе данных ... я хочу уменьшить текст статьи с помощью «... Подробнее», но я не уверен, как яможно ограничить количество символов, выводимых на страницу? Конечно, не этот синтаксис, но что-то вроде: echo(limit($row['newsB...
Медленная загрузка RSS-каналов в UITableView
У меня настроен RSS-канал YouTube для отображения видео YouTube в виде таблицы.Когда я загружаю контроллер, загрузка канала занимает много времени, поэтому на какое-то время кажется, что приложение зависло. Как я могу сначала загрузить контроллер представления, а затем показать загрузку / сче...
Схема базы данных для онлайн-чтения RSS
Мне нужно создать онлайн-программу для чтения Rss (например, как программу для чтения Google) в рамках более крупного проекта. Я уже сделал тестовую версию с использованием MS SQL. Однако проблема в том, что я не знаю, как эффективно хранить элементы фида в базе данных: каждый элемент фида имеет...
Как уменьшить размер RSS-канала для отображения в UITableView?
У меня есть приложение для iPhone, которое читает RSS-каналы с канала YouTube. Однако, когда этот контроллер представления загружается, загрузка занимает вечность, так как он загружает много данных. Как сделать так, чтобы RSS-канал загружал только несколько элементов за раз, а не все сразу? С...
Дескриптор pubsubhubbub в php
Мне нужно посмотреть определенный канал для моего веб-приложения, и я не могу найти подходящей документации по этой теме -отредактировано: то, что я на самом деле ищу, вероятно, настолько просто, что это могло бы смутить :) Я знаю, что концентратор будет использовать POST-запрос для достав...
Средний размер файла RSS / канала для хранения данных и расчета пропускной способности
Выполнение обратных расчетов для определения пропускной способности сети и хранилища данных, необходимых для отслеживания примерно 10 000 000 каналов каждые 20 минут. Есть идеи, каков может быть средний размер файла rss? Я помню, как где-то читал, как ребята из Technorati раскрывали средни...
How to disable autoescape in django feeds?
I use django feed framework to organize rss feeds for my website. I need to put some hyperlinks to feed items, but al of them are autoescaped ( "
Feed generator for PHP, allowing åäö and images
I want to create feeds, so first, should I use rss 1, 2 or atom, whatever is best/standard? Second, do you know any easy to understand tutorials or code-examples? Any other good to know for feeds is more than welcome. I'm using php and mysql. Thanks in advance. /Johan
Looking For Best Practices On Building Feed Reader / Aggregator on a Cron
I have a social networking site which is beginning to gain some momentum and has an expanding user-base. We currently allow the users to import their blog, flickr and twitter feeds. We use the php library simplepie to read the feeds and then we check the DB to make sure we do not have a duplicate...
What is the best way to fetch RSS, in real time or almost
I would like to know what's the best way to fetch RSS feeds in real time without having to download the entire feed even when it hasn't been changed. I don't really mind the language, I'm just looking for the best way to do that.
gmt or without gmt
this might be stupid question, but ill ask anyway. do i really need to implement gmt on site to get proper timestamp on a post? well im building a site like twitter. my feeds are working fine and showing me the time i need, like it shows "posted 11 minutes, posted yesterday, posted 5 days ago.....
Google Calendar Feed - Only Show Today's Events
This is my first post here at stackoverflow. My question is how to change the google calendar feed so that it only shows events for the current day automatically? Basically what I want to do is output the feed onto a webpage that only shows events for today. The feed would change day by day. ...
News Data API or Feeds
I would like to know if there is any news feeds/api that can be used for coding/datamining. Skygrid for example gives live news feeds and if the news is good or bad, but it's all in flash and they don't seems to provide any rss other than their twitter.
Python 3.1 RSS Parser?
Anyone know of a good feed parser for python 3.1? I was using feedparser for 2.5 but it doesn't seem to be ported to 3.1 yet, and it's apparently more complicated than just running 2to3.py on it. Any help?
How to prevent invisible Firefox requests to RSS feeds linked to pages
Firefox browser always requests feeds linked to page and this requests brings garbage to my development serever logs. It there any way to switch off this annoying requests?
What's a reliable way to check an RSS feed for new entries?
Part of an app I'm building needs to check RSS feeds for updates. I'm looking for a reliable way to know if a feed has new entries. I know that sometimes people make posts to the future and, after that, posts to the present time which could cause some entries to be hidden. It seems like there co...
Drupal - Feed Link Inside Tabbed Mini-Panels Go Wild
A panel page created by two tabbed mini-panels using customized views of feedapi. http://arisey.com/template The feed link goes to the right external website in mini-panel view. However in the combined panel view, the feeds went wild and pointed to non-existing internal links, i.e arisey.com/...
How to create ASP.NET page to act as a "proxy" for Silverlight WebClient?
I need to create an ASP.NET application to access a URL, when this application is live it is able to access the feed URL correctly as the clientaccesspolicy.xml and crossdomain.xml are on the server but only allow non-localhost connections so the debug version won't connect. How do I create a fil...
RSS Feed XML error- any wrong?
XML Parsing Error: no element found Location: http://localhost/rss/ Line Number 1, Column 1: However, when I paste the xml into http://validator.w3.org/feed/check.cgi , it say no formatting error. FULL CODE AT BELOW: index.php <?php header("Content-Type: application/xml; charset=ISO-8...
google calendar iCal feed
I am working at a web portal that has a events section. I have created using DDay.iCal a iCal "feed" with all the events. Is there a possibility to make a link to this feed, and when clicked, the feed to be automaticly added to google calendar? (Something similar to RSS feeds, when you click them...
How to approach generating secure/private feeds?
What would be the best approach to generate a secure feed? Would some sort of token (feed.example.com/user_private?user=1&token=XXXXXXXXXXX) be allright or are any other more appropriate solutions?
How to prevent someone from hacking API feed?
I have started developing a webpage and recently hired someone to write code to display a customized feed (powered by API) in the middle panel on http://farmball.com/. Note that this is not the RSS feed tied to the site blog. The feed ties to my account on another site. There is no RSS link for a...