rss 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3335
fetchrss 1.0
fetchrss is a software which polls Weblogs (RSS feeds) and emails the updates. more>>
fetchrss polls weblogs (rss feeds) and e-mails the updates, one message per updated entry.
The effect is comparable to the weblog author e-mailing you personally. fetchrss can run in the background on your desktop or server.
Combine this with procmail to filter blog updates into their own folder in your IMAP account.
<<lessThe effect is comparable to the weblog author e-mailing you personally. fetchrss can run in the background on your desktop or server.
Combine this with procmail to filter blog updates into their own folder in your IMAP account.
Download (0.48MB)
Added: 2005-04-26 License: LGPL (GNU Lesser General Public License) Price:
1642 downloads
mod_index_rss 1.0
mod_index_rss is an Apache module that creates RSS of directory contents on the fly. more>>
mod_index_rss is an Apache module that creates RSS of directory contents on the fly. This can be used to publish static files (HTML, images, etc.) to RSS feeds by placing them in a directory.
Enhancements:
- Added support for RSS2
- Added support for enclosures
- The published date for the channel is now based on the directory that is being listed.
<<lessEnhancements:
- Added support for RSS2
- Added support for enclosures
- The published date for the channel is now based on the directory that is being listed.
Download (0.006MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1521 downloads
rssgen 1.0
rssgen is a PHP RSS generator. more>>
rssgen is a PHP RSS generator. rssgen program does not require a database, as the information is written directly to an XML file.
You can create new headlines, modify existing ones, and preview how they will appear.
It is written in PHP and released under the GPL open source license.
About RSS:
RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But its not just for news.
Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
<<lessYou can create new headlines, modify existing ones, and preview how they will appear.
It is written in PHP and released under the GPL open source license.
About RSS:
RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But its not just for news.
Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
Download (0.015MB)
Added: 2005-12-13 License: GPL (GNU General Public License) Price:
1412 downloads
RSS Tail 1.0
rsstail provides a tail-like RSS feed reader. more>>
rsstail provides a tail-like RSS feed reader.
RSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry.
<<lessRSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry.
Download (0.003MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
XML::RSS 1.10
XML::RSS is a Perl module that creates and updates RSS files. more>>
XML::RSS is a Perl module that creates and updates RSS files.
This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and other nifty things. This might be helpful if you want to include news feeds on your Web site from sources like Slashot and Freshmeat or if you want to syndicate your own content.
XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS. See http://my.netscape.com/publish/help/mnn20/quickstart.html for information on RSS 0.91. See http://my.netscape.com/publish/help/ for RSS 0.9. See http://purl.org/rss/1.0/ for RSS 1.0.
RSS was originally developed by Netscape as the format for Netscape Netcenter channels, however, many Web sites have since adopted it as a simple syndication format. With the advent of RSS 1.0, users are now able to syndication many different kinds of content including news headlines, threaded measages, products catalogs, etc.
<<lessThis module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and other nifty things. This might be helpful if you want to include news feeds on your Web site from sources like Slashot and Freshmeat or if you want to syndicate your own content.
XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS. See http://my.netscape.com/publish/help/mnn20/quickstart.html for information on RSS 0.91. See http://my.netscape.com/publish/help/ for RSS 0.9. See http://purl.org/rss/1.0/ for RSS 1.0.
RSS was originally developed by Netscape as the format for Netscape Netcenter channels, however, many Web sites have since adopted it as a simple syndication format. With the advent of RSS 1.0, users are now able to syndication many different kinds of content including news headlines, threaded measages, products catalogs, etc.
Download (0.037MB)
Added: 2006-09-21 License: Perl Artistic License Price:
1131 downloads
GetRSS 1.1
GetRSS is a shell script which displays and interacts with RSS feeds. more>>
GetRSS is a shell script which displays and interacts with RSS feeds. It accepts urls, and supports bookmarks.
Enhancements:
- Added bookmark listing
- Aligned version numbers
<<lessEnhancements:
- Added bookmark listing
- Aligned version numbers
Download (0.006MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
RSS Ripper 1.0
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. more>>
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. After the rip and rewrite, the new RSS feed is uploaded to your FTP server for your own private re-subscription.
Example Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
<<lessExample Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
Download (0.003MB)
Added: 2007-05-24 License: BSD License Price:
883 downloads
MyRSS 0.1.1
MyRSS is a simple RSS feed gatherer and printer. more>>
MyRSS is a simple RSS feed gatherer and printer. It has an XHTML output and can be displayed and tweaked with CSS. An example output document is available at http://myrss.sourceforge.net/example.html
<<less Download (0.12MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1234 downloads
HORRORss 1.3
HORRORss is a set of Java classes to parse RSS files. more>>
HORRORss is a set of Java classes to parse RSS files. It works with simple objects (POJOs) which represents the main items of RSS files like "image", "channel", and "item".
The main features are ease of use, compatibility with all RSS/RDF specifications, and compatibility with GNU Classpath.
Compatible with:
- RSS 0.9x
- RSS 1.0
- RSS 2.0
- Atom 0.3
- GNU Classpath
Enhancements:
- The most important features in this release are a cache system to store the RSS feeds and the ability to define the charset.
- It also fixes an error when using the method "parse(String URL)".
<<lessThe main features are ease of use, compatibility with all RSS/RDF specifications, and compatibility with GNU Classpath.
Compatible with:
- RSS 0.9x
- RSS 1.0
- RSS 2.0
- Atom 0.3
- GNU Classpath
Enhancements:
- The most important features in this release are a cache system to store the RSS feeds and the ability to define the charset.
- It also fixes an error when using the method "parse(String URL)".
Download (0.13MB)
Added: 2006-12-18 License: Public Domain Price:
1040 downloads
mod_rssindex 1.0
mod_rssindex creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request. more>>
mod_rssindex is an Apache module which creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request.
<<less Download (0.010MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1274 downloads

xSite 1.0
xSite provides you with a perfect and very useful script which is specially designed for Linux/Unix. more>>
xSite 1.0 provides you with a perfect and very useful script which is specially designed for Linux/Unix. This will be an excellent and must-have product for everyone.
Major Features:
- Handles the whole publishing workflow from images to HTML - you're expected to use something else (like digikam) to organize, tag, manage etc. your photos
- Pure, standards-compliant, static xHTML without Javascript or tables
- All image comments are extracted from the actual images (no funny separate text or XML files)
- Efficient method for refreshing albums (subsequent runs only update images and indexes where needed)
- Minimalistic requirements: only exiv2 and ImageMagick are required (no MySql, no PHP, no X server even)
- RSS feed support (including a separate RSS feed per subalbum)
Enhancements:
- Recursion support
- Separate RSS feeds per subdir
- Many-files-in-a-subdir support
- Optimized HTML/image regeneration
- Delete removed pictures on refresh
- Handle filenames with spaces and exotic characters
- Lots of cleanup.
Added: 2007-09-19 License: Free To Use But Rest... Price: FREE
170 downloads
RSS 2 CMS 1.1
RSS 2 CMS it is a system that converts RSS Feeds into the content of a CMS system. more>>
RSS 2 CMS it is a system that converts RSS Feeds into the content of a CMS system. In other words CMS content syndication through RSS. It is built in such a flexible way that it doesnt matter which CMS system it connects to. Settings inside this free open source script let you define how you access the data base.
Main features:
- Import RSS feeds into the CMS of your choice.
- Schedule for automatic update for your favorite feeds into your CMS content.
- Decide which articles you import into your CMS by creating keywords for each feed.
- Use the content management feature to insert content if you dont like the interface of your CMS.
- Switch easy betweer CMS settings.
- Add your own settings if the CMS template is not listed.
Enhancements:
Fixed:
- ImportCMS() function didnt include prefix to the feeddata table.
- Import to Joomla gave double texts in articles and the url had double http:// in them.
- Cms update error messages were shown before logging into the system.
New functionality:
- Option to strip the http:// from the url that is being exported to CMS.
- Usage is [$url=nohttp$].
- CMS authors query is added to CMS Settings.
- Selection of author that adds content can be inserted with the [$authorid$] varaible.
- Misc variables for dates and time are added.
- Installation script is added for easy install.
- Settings for WordPress CMS are added.
<<lessMain features:
- Import RSS feeds into the CMS of your choice.
- Schedule for automatic update for your favorite feeds into your CMS content.
- Decide which articles you import into your CMS by creating keywords for each feed.
- Use the content management feature to insert content if you dont like the interface of your CMS.
- Switch easy betweer CMS settings.
- Add your own settings if the CMS template is not listed.
Enhancements:
Fixed:
- ImportCMS() function didnt include prefix to the feeddata table.
- Import to Joomla gave double texts in articles and the url had double http:// in them.
- Cms update error messages were shown before logging into the system.
New functionality:
- Option to strip the http:// from the url that is being exported to CMS.
- Usage is [$url=nohttp$].
- CMS authors query is added to CMS Settings.
- Selection of author that adds content can be inserted with the [$authorid$] varaible.
- Misc variables for dates and time are added.
- Installation script is added for easy install.
- Settings for WordPress CMS are added.
Download (0.099MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1142 downloads
Zort 1.1.0
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot. more>>
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot.
Main features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
<<lessMain features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
Download (0.038MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
818 downloads
RSS-Planet 1.3
RSS-Planet is a script which fetches headlines from various news Web sites. more>>
RSS-Planet is a custom marker file generator for xplanet which uses RSS feeds from news websites to plot the current headlines on a world map.
By default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.
<<lessBy default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.
Download (0.085MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
RSS Panel 1.18
RSS Panel is a Firefox extension that displays RSS directly from originating website. more>>
RSS Panel is a Firefox extension that displays RSS directly from originating website.
This extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.
The panel can also be dragged and closed.
<<lessThis extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.
The panel can also be dragged and closed.
Download (0.008MB)
Added: 2007-06-07 License: MPL (Mozilla Public License) Price:
871 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rss 1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed