[new] akregator RSS/Atom feed reader

akregator 1.0 beta 10 allows you to browse through thousands of internet feeds without the hassle of using a web browser.
PKGBUILD
pkgname=akregator
pkgver=1.0_beta10
pkgrel=1
pkgdesc="akregator RSS/Atom feed reader"
license="GPL"
url="http://akregator.sourceforge.net/"
source=(http://dl.sourceforge.net/sourceforge/akregator/akregator-1.0_beta10.tar.gz)
md5sums=('fa4e9ba5e14f0f537d2c4060be62f383')
build() {
cd $startdir/src/akregator-1.0_beta10
./configure --prefix=/opt/kde
make || return 1
make prefix=$startdir/pkg/opt/kde install
http://www.linux-blog.de/download/arch- … pkg.tar.gz

I am new to dreamweaver and have undertaken the cd training, however I am unable to find information on how to add an rss feed reader to my site and which extension is most appropriate. I would really appreciate if someone could advise me how i go about adding the feed reader to my site so I can show content generated by Feeds from other websites. I would also appreciate any advice on which reader is most compatible with CS5
I went to the Adobe Exchange for Dreamweaver and search on "rss" and got 14 hits:
http://www.adobe.com/cfusion/exchange/index.cfm?searchfield=rss&search_exchange=3&search_c ategory=-1&search_license=&search_rating=&search_platform=0&search_pubdate=&num=25&startnu m=1&event=search&sticky=true&sort=0&rnav_dummy_tmpfield=&Submit=
Maybeone of the Dreamweaver Extensions does what you want.
Hope this helps,
Randy

Similar Messages

  • Override default RSS / Atom Feed

    Hi,
    I have a created a base page for my app which inherits from the foundation/components/page. I want to customize the rss feed, so I have created the feed.jsp within the base page component of my app.
    When I access the link http://localhost:4502/content/<app>/page.feed.rss.xml, the feed is rendered based on the OOB feed.jsp and not from the custom feed.jsp. What is going wrong here? Am I missing any configuration?
    Also, is the feed & rss registed keywords? If so, where is it configured. Also instead of feed, I would like to use page.rss.xml or any other custom name, so how should it be configured? I tried creating a jsp (say hello.jsp) taking the code from feed.jsp, and when I access the url (page.hello.rss.xml) it does not get rendered. So what could be going wrong here.
    Thanks,
    Chetanya

    If you are requesting /page.feed.rss.xml - shouldn't you create a feed.rss.xml.jsp instead of simply a feed.jsp?

  • How do I get thumbnails of images embedded into our RSS/Atom feed

    We have an RSS feed enabled on our CQ5 blog at http://www.wsidesignermarketplace.com/content/designer/Design_Blog/_jcr_content.feed?type= rss2 which we want to pull into a content widget.  This feed does not have images/thumbnails enabled.
    Can someone walk me through how we can enable thumbnails from the blog into the RSS feed?

    Do you have a back up of the iPhoto library from before the crash?
    LN

  • Why isn't Firefox rendering RSS or Atom feeds?

    Firefox used to style RSS/Atom feeds when they were accessed directly by URL, and if not, would at least display the raw XML source. But for many versions now, maybe since the RSS icon was removed, visiting any feed will only show a subscribe now button with a pulldown list of helper apps, but zero content, as if the feed was empty. However, viewing source for the page shows the XML. And this isn't an issue of a bad feed, since I ran several of them through the W3C validator and they passed. I also experience this issue with a clean profile and no addons. Is there any way of showing feed content again, preferably styled?

    ''There is still an RSS feed icon available, but it is in the Customize palette and you need to drag it on a toolbar yourself.''
    The icon is not an issue. It is the feed content that doesn't work for me.
    ''Are there any errors in the Web Console (Firefox/Tools > Web Developer)?''
    YES! This is what it shows when run on every feed I try in safe mode:
    TypeError: this._feedWriter is null subscribe.js:21
    Use of Mutation Events is deprecated. Use MutationObserver instead. menulist.xml:240
    uncaught exception: out of memory
    TypeError: this._feedWriter is null subscribe.js:17
    ''What does the page inspector show if you right-click the space where the feed content should be?''
    An empty element. This is the entire content from the inspector: http://pastebin.com/f0hkn9VD
    ''Is there a feedBody DIV and a feedContent DIV?''
    Yes, see paste above.
    ''What is the setting for Web Feed in Firefox > Preferences > Applications''
    The default "preview in firefox".

  • "We had difficulty reading this feed. null" Atom feeds no longer work?

    Hi - our Audioboo feeds used to work fine when submitting as a podcast (eg http://audioboo.fm/users/4705/boos.atom). It seems like they stopped working recently - maybe in the past couple of days - and just report "We had difficulty reading this feed. null" when you try to submit them.
    I'm beginning to suspect that the use of atom rather than rss is the cause. Can anyone confirm?
    -Jonathan

    This feed can be subscribed to manually in iTunes (from the 'Advanced' menu) - actually I'm rather surprised it works because it isn't a valid podcast feed (though it is a valid Atom feed).
    It has the iTunes 'declaration' and some itunes tags, although the former is contained in a 'feed' tag whereas it should be a 'rss' tag: there is no 'channel' tag enclosing the podcast data, no 'item' tags enclosing each episode, and no 'enclosure' tags within each episode containing the media URL. I'm not surprised you can't submit it as a podcast, and as I say it's a but surprising that the iTunes application recognizes it.
    In order to get it accepted in the iTunes Store you need to create a feed in the correct format: this page contains a sample basic feed so you can see how it should look:
    http://www.wilmut.org.uk/pc
    If the feed contains the valid iTunes format it can also contain atom tags, which iTunes will ignore.

  • What's the difference between RSS and Atom feeds?

    I just figured out the RSS thing, which is great. However, when I go to sign up for a RSS feed, I am often given a choice between RSS, Atom, sometimes different versions of RSS. What's the difference between all these? (I tried searching, but was unsuccessful.) How do I make a choice?
    Another question, can someone see that I have signed up for RSS feed from their site?

    Hi again,
    but how do people decide which one to use for subscribing?
    People can choose whichever one they want - Safari supports both RSS and Atom, other applications on OS X (and Microsoft Windows, Linux, etc) may only work with RSS or Atom so by publishing in multiple formats they can be fairly sure that everyone can read the content.
    And how can you see who has subscribed to an RSS feed from your site?
    They will be able to see the IP address of the requester in just the same way as they can when you load a webpage - there's no difference in how the RSS/Atom data is requested sent over the internet compared to HTML webpages.

  • RSS feed reader stopped working

    Hi,
    I have an RSS feed reading function that worked just fine until yesterday.  I grab an RSS feed from google news using cfhttp and then parse it using XMLParse.  I am attaching the code below.
    Does anyone know if anything changed at Google or somewhere else that would cause my code to stop working?  Instead of the expected results, I see the browser saying the page is loading but never get any results.
    Perhaps there is a parameter I never set in the CFHTTP line and skated by without it for all this time.  It is definitely hanging up on the CFHTTP call.
    Thanks for the help.
    With relation to the code, the search term I am using is "football" and the searchtype is "AND".
    <CFPARAM NAME="newsfeed_start" DEFAULT="1">
    <CFPARAM NAME="newsfeed_end" DEFAULT="5">
    <CFQUERY DATASOURCE="#sitedatasource#" NAME="otherinfo">
    SELECT newssearchterm, newssearchtype
    FROM otherinfo
    WHERE siteid = #currentsiteid#
    </CFQUERY>
    <CFSET newsterm = replace(otherinfo.newssearchterm," ","+","all")>
    <CFIF otherinfo.newssearchtype EQ "AND">
    <cfhttp url="http://news.google.com/news?hl=en&ned=us&q=#newsterm#&btnG=Search+News&output=rss" method="GET" resolveurl="No" charset="utf-8" userAgent="firefox"></cfhttp>
    <CFELSE>
    <cfhttp url="http://news.google.com/news?as_q=&svnum=10&as_scoring=r&hl=en&ned=us&aq=f&ie=UTF-8&btnG=Go ogle+Search&as_epq=&as_oq=#newsterm#&as_eq=&as_drrb=q&as_qdr=&as_mind=1&as_minm=1&as_maxd= 31&as_maxm=1&as_nsrc=&as_nloc=&geo=&as_occt=any&aq=f&output=rss" method="GET" resolveurl="No" charset="utf-8" userAgent="firefox"></cfhttp>
    </CFIF>
    <cfset my_news_xml=XMLParse(cfhttp.FileContent)>
    <CFIF len(my_news_xml) GT 1200>
    <cfoutput>
    <CFIF ArrayLen(my_news_xml.rss.channel.item) GT newsfeed_end>
          <CFSET newsfeed_end = newsfeed_end>
    <CFELSE>
          <CFSET newsfeed_end = ArrayLen(my_news_xml.rss.channel.item)>
    </CFIF>
    <cfloop index="x" from="#newsfeed_start#" to="#newsfeed_end#">
    <LI><A HREF="#my_news_xml.rss.channel.item
    [x].link.xmlText#">#my_news_xml.rss.channel.item[x].title.xmlText#</A></LI></cfloop>
    </cfoutput>
    <CFELSE>
    <CFOUTPUT>There are no headlines matching your search term: #newsterm#
    </CFOUTPUT></CFIF>

    RSS feed was replaced by web-admin, works now.

  • NavigateToURL - RSS Feed Reader Linking Issue

    Hi, I am working on an RSS feed reader. The reader pulls blog entries just fine, but the results are not clickable. Tried numerous variations of "navigateToURL", but am relatively new to the Flex framework. Is there a way to make generated feed clickable? See code below:
    <?xml version='1.0' encoding='UTF-8'?>
    <s:Application xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                   xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo"
                   xmlns:feed="services.feed.*"
                   width="275" height="325" backgroundColor="#E2E7E9" preloaderChromeColor="#E2E7E9"
                   viewSourceURL="srcview/index.html">
        <!-- Blog Feed 1.0 -->
        <!-- Properties of the parent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                import flash.net.navigateToURL;
                protected function list_creationCompleteHandler(event:FlexEvent):void
                    getDataResult.token = feed.getData();
                public function feed_clickHandler(event:MouseEvent):void
                    navigateToURL(new URLRequest("http://blog.mysite.com/feed/"+getDataResult.lastResult.title));
            ]]>
        </fx:Script>
        <!-- Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Declarations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:Declarations>
            <s:CallResponder id="getDataResult"/>
            <feed:Feed id="feed" showBusyCursor="true"/>
        </fx:Declarations>
        <!-- Declarations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- UI components ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:DesignLayer d:userLabel="Content">
            <s:BitmapImage d:userLabel="Shape 2" x="1" y="64" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Shape 2.png')"/>
            <s:BitmapImage d:userLabel="line highlight" x="263" y="66" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/line highlight.png')"/>
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Feed Item">
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Scrollbar">
            <s:List id="list" x="4" y="64" click="feed_clickHandler(event)"
                    creationComplete="list_creationCompleteHandler(event)"
                    skinClass="components.FeedDataListSkin4">
                <s:AsyncListView list="{getDataResult.lastResult}"/>
            </s:List>
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Header">
            <s:BitmapImage d:userLabel="Shape 1" x="1" y="1" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Shape 1.png')"/>
            <s:BitmapImage d:userLabel="Lines" x="12" y="43" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Lines.png')"/>
            <s:BitmapImage d:userLabel="Pomona Swap Meet" x="11" y="8" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Pomona Swap Meet.png')"/>
            <s:BitmapImage d:userLabel="Blog" x="184" y="31" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Blog.png')"/>
        </fx:DesignLayer>
        <!-- UI components ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    </s:Application>
    I tried to connect a click event to the feed "title", but I'm not sure that the mouse event function is correct, or that I have placed the "clickHandler(event)" in the right location. Any thoughts would be appreciated.
    Thx.

    apex.oracle.com is locked down pretty tight since it is a free service.
    I'm surprised that running a restricted Package (DBMS_NETWORK_ACL_ADMIN) didn't throw an error and laugh at you.
    If you want to test that app, you must bring it "in house".
    MK

  • Retrieving the new entries of an updated ATOM feed/API

    I am using Java servlets to read several ATOM feeds.while reading those feeds below is the problem which i encountered
    An illustration of the problem .....................
    Suppose
    At 9:00 AM
    Feed entries are
    X
    Y
    At 9:10 AM
    Feed entries are
    a
    b
    c
    X
    Y
    newly added entries are a,b,c
    i read the feed at 9:00am and noted down the entries X,Y
    after 10 minutes again i read the feed
    using Etag (or) id method i detected that the feed has changed....................
    now how to retrieve those newly added entries of a feed at 9:10 Am?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    i thought of following the below approach
    at 9:00 Am notedown the entry id of latest entry...............................
    at 9:10 Am (it is modified) read the feed entries until you get the entry who id is equal to the entry which we stored at 9:00Am
    These entries which we read here are newly added ones...............
    is this the right approach to get the newly added entries of a feed?
    (or) is there any efficient approach ?
    --rama
    Edited by: Ramaa on Oct 17, 2008 5:51 AM

    I am using Java servlets to read several ATOM feeds.while reading those feeds below is the problem which i encountered
    An illustration of the problem .....................
    Suppose
    At 9:00 AM
    Feed entries are
    X
    Y
    At 9:10 AM
    Feed entries are
    a
    b
    c
    X
    Y
    newly added entries are a,b,c
    i read the feed at 9:00am and noted down the entries X,Y
    after 10 minutes again i read the feed
    using Etag (or) id method i detected that the feed has changed....................
    now how to retrieve those newly added entries of a feed at 9:10 Am?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    i thought of following the below approach
    at 9:00 Am notedown the entry id of latest entry...............................
    at 9:10 Am (it is modified) read the feed entries until you get the entry who id is equal to the entry which we stored at 9:00Am
    These entries which we read here are newly added ones...............
    is this the right approach to get the newly added entries of a feed?
    (or) is there any efficient approach ?
    --rama
    Edited by: Ramaa on Oct 17, 2008 5:51 AM

  • RSS feed reader in Labview

    Does anyone have an example of a Labview based RSS feed reader?
    I would like to be able to grab the current weather conditions from the NWB RSS feeds
    Since we are right next to the local airport it would be cheaper than installing our own weather station.
    If not anyone got a good explanation of what an RSS feed is so I could write my own?

    They should be out there somewhere.
    However to get started have a look at my 'getTwitter Status'
    If you install the JKI Easy XML toolkit you will have an example RSS reader in the  Example Finder
    Ton
    Message Edited by TCPlomp on 26-04-2010 10:41 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • I'm trying to set up a new feed reader (Brief) using Live Bookmarks but the suscribe button doesn't work. Anyone got a solution to this?

    I'm currently using Google reader for my feeds but Google is discontinuing it in July. So I need a new feed reader option. I am trying to set up the Brief add-on as my reader, using Live Bookmarks but when I attempt to subscribe to a feed, the subscribe button doesn't work.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Where's the RSS feed reader

    in  my old BBBold 9780, I used the RSS feed reader to subscribe to feeds of my fav blogs and read them... I cant seem to find the similar function in the Q10, can anyone help. There is a "reader" thingy in Browser, but it doesnt do anythng...many thanks.

    There are tons of RSS readers in the BlackBerry World

  • Nokia N8 RSS feed reader bug

    I have a problem with my RSS feed reader on my N8. When i have selected an RSS feed to start reading it says "Tuntematon virhe" english something like "unknown problem" Has anyone other faced problem like this?
    Solved!
    Go to Solution.

    Hardtothinkname wrote:
    And is there anyway to fix this?
    The most common "fix" so far has been to uninstall Fring - do you have that installed ?

  • RSS Feed Read Synchronization?

    I had posted this a couple of months ago and did not get a response. Just reposting it to see if anyone might have any ideas:
    I have multiple computers which I have synchronized my RSS feeds. My question is thus: Is there a way to synchronize the articles that you have marked read between computers? Most times, I come to a different computer and the articles that I have read one one computer are showing up as unread on the next computer. Can you have the read articles synchronized? I use Safari for Mac as well as Safari for Windows. I have MobileMe set up between all computers.

    Hi Zeff
    I'm assuming you are using Safari as your RSS reader:
    Keeping the feeds and bookmarks for that matter synchronized between computers is not an easy task. This is definitely a ''work in progress" on Apple's part.
    In theory, if you mark articles as read on one computer, then synch your bookmarks to the cloud and then on to the other computers, the article counts ought to comport. However, the actual result is sketchy at best. It used to work for me, however, over time, I found my RSS counts on my other two machines to be significantly out of synch. I filed a bug report with Apple (via the Safari Menu). Perhaps Snow Leopard will provide a better way to synch the feeds.

  • What is the best rss feed reader for my mac?

    what is the best rss feed reader for my mac?  I have a macbook pro, my OS is Mountain Lion, and browser is firefox.  Thanks

    What's best is a matter of personal preference.  Search Google or the App Store and read the reviews.

Maybe you are looking for