Results 1 to 4 of 4

Thread: Create an RSS feed for a web page

  1. #1
    Join Date
    Jul 2009
    Posts
    79

    Create an RSS feed for a web page

    I have mostly tutorials regarding developing a web site and all that but I wanted to know if it was possible to develop a reader my web page. However I does not know anything about programming, so if there is an application or script that would do it automatically ... In short how to create an RSS feed for a web page?

  2. #2
    Join Date
    Nov 2008
    Posts
    1,054

    Re: Create an RSS feed for a web page

    You can use http://feed43.com/ and it helps really. You put your url and it retrieves the page content. Then, if you have a news site or otherwise, you'll have one or more elements that are repeated on the page, type
    Code:
    <div class ="news"> content </div> 
    <div class ="news"> other content </div> 
    [...]
    So, you put it as a filter <div class="news">{%}</div> and it will retrieve the corresponding field. Then you put {%1} in title and/or content of the news and fill all the fields ...

    Give a url of site you want to watch and also details

  3. #3
    Join Date
    Jul 2009
    Posts
    79

    Re: Create an RSS feed for a web page

    Ok it seems to be good for the example above. I will try with other links to see. Otherwise, I find another site: http://page2rss.com that does this automatically, we'll see what happens. Thank you for the information.

  4. #4
    Join Date
    Nov 2008
    Posts
    1,054

    Re: Create an RSS feed for a web page

    Did you "create feed" for your images in your URL? Have you reloaded it? Next, you isolate the element that repeats itself: here is a example that begins with "<table class = abc" and then you paste the source code in the box Item (repeatable) Search Pattern*:

    Then you Vary elements that move:

    HTML Code:
    <table class =abc cellspacing=0 width=100%> <tr bgcolor=#DDECF6> <td> name_of_editor</a> </td> <td align=right> date_or_text</td> </tr> <td <tr> colspan=2> <p class =abc>.... <br /> 
    [...] 
    <br /> 
    <br /> 
    <br /> 
    <br /> 
    </td> </tr> </table> <br>
    If all goes well you see he has managed to isolate the data that go well, then there's more to rebuild the flow, putting as item title and a content item ...

Similar Threads

  1. Tips to create an RSS Feed from a Forum Thread
    By ChrisUlrich in forum Tips & Tweaks
    Replies: 2
    Last Post: 28-02-2012, 12:37 PM
  2. Replies: 1
    Last Post: 21-04-2011, 04:21 PM
  3. Is it possible to create web page using iPad?
    By Pales in forum Portable Devices
    Replies: 5
    Last Post: 31-12-2010, 07:52 PM
  4. How to create web page of students?
    By pokemon5 in forum Technology & Internet
    Replies: 4
    Last Post: 13-11-2010, 11:09 PM
  5. To create a hyperlink to a Web page
    By Bisujaksha in forum Technology & Internet
    Replies: 2
    Last Post: 09-04-2009, 02:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,423,660.97610 seconds with 16 queries