Difference between revisions of "RSS Gateway"

From Makers Local 256
Jump to: navigation, search
(Populated project page.)
m (Added to another category)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
==Overview==
+
=Overview=
 
A server that retrieves and remembers RSS feeds that users request.  Combined with a squid proxy for storing pages locally for faster retrieval, this could drastically improve network performance.
 
A server that retrieves and remembers RSS feeds that users request.  Combined with a squid proxy for storing pages locally for faster retrieval, this could drastically improve network performance.
  
 +
==Status==
 +
<onlyinclude>{{{status|Researching}}}</onlyinclude>
  
 
==Features==
 
==Features==
Line 10: Line 12:
 
* Would be able to use [[guerilla filesystem]] to store entire pages locally for faster retrieval.
 
* Would be able to use [[guerilla filesystem]] to store entire pages locally for faster retrieval.
 
** Data retrieved and stored locally isn't critical making this a viable solution.
 
** Data retrieved and stored locally isn't critical making this a viable solution.
 +
* Toss in a firewall and you're able to filter hostile content from the end user.
 +
** No more banner ads for popups.
 +
** No more hidden iframes to worry about.
 +
** You're making the surfing for the end user safer and better.
  
 
==Pros==
 
==Pros==
Line 17: Line 23:
 
* Ability to easily archive information from all over the net.
 
* Ability to easily archive information from all over the net.
  
 
+
[[Category:Software]]
 
==Cons==
 
==Cons==
 
?
 
?

Latest revision as of 20:29, 15 February 2008

Overview

A server that retrieves and remembers RSS feeds that users request. Combined with a squid proxy for storing pages locally for faster retrieval, this could drastically improve network performance.

Status

Researching

Features

  • All web requests, whether they be RSS or HTTP, are made to the gateway and retrieved locally if at all possible.
  • Ability to access diff data between previous requests to check for changes.
    • Provides a historical view on developing news.
    • Prove that information is being censored.
  • Would be able to use guerilla filesystem to store entire pages locally for faster retrieval.
    • Data retrieved and stored locally isn't critical making this a viable solution.
  • Toss in a firewall and you're able to filter hostile content from the end user.
    • No more banner ads for popups.
    • No more hidden iframes to worry about.
    • You're making the surfing for the end user safer and better.

Pros

  • One user instead of many are now pulling RSS feeds from the main internet link.
  • Makes use of the extra bandwidth provided on a 100Mbit/Gigabit LAN.
  • Adds the extra dimension of time to websurfing, adding many previously unthought of benefits.
  • Ability to easily archive information from all over the net.

Cons

?