news aggregator
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 457
Jeffs News Aggregator 1.2
A tool to download news and comics and place in them in a custom page of your choosing. more>>
Jeffs News Aggregator is a news getter / page generator that can pull comics, headlines, and RSS feeds and pump them into your template pages.
<<less Download (0.29MB)
Added: 2006-06-06 License: BSD License Price:
1236 downloads
Simple Aggregator 1.1
Simple Aggregator is a web-based news aggregator. more>>
Simple Aggregator is a Web-based news aggregator. It retrieves feeds using Mark Pilgrims Ultra Liberal feed Parser, making full use of its advanced features. It stores the feeds in a MySQL database, and displays news via a PHP frontend.
Enhancements:
- the backend is now ready for categories (planned for the next release)
- the feedsloader script now uses threads for much better performance
- the feedsloader script now periodically cleans up read entries
- the feedsloader script now traps feed encoding errors
- added OPML import and export for feeds
- moved CSS style sheets to a common external file
- small fixes mainly to the user menu links
<<lessEnhancements:
- the backend is now ready for categories (planned for the next release)
- the feedsloader script now uses threads for much better performance
- the feedsloader script now periodically cleans up read entries
- the feedsloader script now traps feed encoding errors
- added OPML import and export for feeds
- moved CSS style sheets to a common external file
- small fixes mainly to the user menu links
Download (0.016MB)
Added: 2005-04-26 License: MIT/X Consortium License Price:
1641 downloads
Web Search Aggregator 1.2.0
Web Search Aggregator (WSA) provides multiple Web searches from one place. more>>
Web Search Aggregator (WSA) provides multiple Web searches from one place. It features multiple categories and the display of results from many sites with a single search.
Your last search and the state of the tabs are remembered. Tabs can be navigated with the keyboard.
Enhancements:
- Mouse navigation has been added (hold down the Ctrl key).
- History of searches has been added (+statistics).
<<lessYour last search and the state of the tabs are remembered. Tabs can be navigated with the keyboard.
Enhancements:
- Mouse navigation has been added (hold down the Ctrl key).
- History of searches has been added (+statistics).
Download (0.005MB)
Added: 2006-07-15 License: BSD License Price:
1196 downloads
Rippy the Aggregator 0.13
Rippy the Aggregator is a lightweight RSS aggregator written in vanilla PHP. more>>
Rippy the Aggregator project is a lightweight RSS aggregator written in vanilla PHP.
There are several Web sites (Slashdot, for instance) that I visit regularly or semi-regularly to check for the latest news; there are also several more (like, say, the EFF) that post regular updates and that Id like to visit regularly, or that would like to have me visit regularly, but which I dont visit regularly because its just too much work to keep track of all of them, and too disappointing when I remember to check and find nothing new. I even run a Web site of my own which Id like to have people check regularly - but since I dont spend time making the rounds of my friends similar sites, I cant expect them to visit mine. Rippy the Aggregator aims to solve all these problems.
There is a standard called RSS, for Web sites to publish their updates in a machine-readable format. An appropriate client can quickly visit all the Web sites youre interested in, download their updates, and present you with a customized list of all the newest items. Most "blogging", "portal", and "content management" software already generates RSS files (although its operators may be unaware of that!), and there are services like Syndic8 that compile lists of RSS "feeds". So it only remains to get an appropriate client.
That presents a problem. I hacked an RSS output onto my Web-site updating scripts, so I had that aspect covered, but then I wanted to start reading others RSS feeds, and I discovered that the client programs you can get on the Web mostly suck. Some of them are Windows-only, so those are right out. I saw one in Java that looked pretty good, but its Web site didnt provide a way to download it except through some kind of weird Hot-Buzzy-Java-Scripted-Auto-Virus-Install-Plugin-Thing - there was no actual file. I did eventually find its source code, but it required third-party libraries.
Then I looked at several RSS readers that were written in Perl or PHP and designed to run as scripts on a Web site. Those had possibilities, but they required multiple third-party libraries (Perl) or an SQL server and compiled-in PHP modules that most people dont have (PHP).
The best attempt I found was one written in Python, but in order to make it run I had to start not one but two background server daemons, which would make it tricky to use on my office computer at school. There are Web sites that provide the service of RSS reading, but they all require registration, cookies, JavaScript, etc. I couldnt find an RSS reader (or "aggregator", as theyre called) that I could just download and have it work. Thus, it was necessary to create one: enter Rippy!
The name "Rippy the Aggregator" refers to an Arrogant Worms song about a cute, cuddly little alligator who goes "chomp, chomp, chomp," down in the bottom of the swamp, swamp, swamp. Abram Hindle has suggested that Rippy the Aggregator should go "grep, grep, grep," down in the bottom of the net, net, net. Anyone wanna write the rest of the song?
Main features:
- Cute name
- Written in PHP (needs 4.3.0 or above)
- Doesnt require any compiled-in optional libraries that dont ship with PHP
- Stores its cached data in flat files, no database needed
- Freely licensed and customizable under the GNU GPL version 2
Enhancements:
- Parser ruggedness and general stability were improved, and support was added for setting options like user agent and proxying when acting as an HTTP client.
<<lessThere are several Web sites (Slashdot, for instance) that I visit regularly or semi-regularly to check for the latest news; there are also several more (like, say, the EFF) that post regular updates and that Id like to visit regularly, or that would like to have me visit regularly, but which I dont visit regularly because its just too much work to keep track of all of them, and too disappointing when I remember to check and find nothing new. I even run a Web site of my own which Id like to have people check regularly - but since I dont spend time making the rounds of my friends similar sites, I cant expect them to visit mine. Rippy the Aggregator aims to solve all these problems.
There is a standard called RSS, for Web sites to publish their updates in a machine-readable format. An appropriate client can quickly visit all the Web sites youre interested in, download their updates, and present you with a customized list of all the newest items. Most "blogging", "portal", and "content management" software already generates RSS files (although its operators may be unaware of that!), and there are services like Syndic8 that compile lists of RSS "feeds". So it only remains to get an appropriate client.
That presents a problem. I hacked an RSS output onto my Web-site updating scripts, so I had that aspect covered, but then I wanted to start reading others RSS feeds, and I discovered that the client programs you can get on the Web mostly suck. Some of them are Windows-only, so those are right out. I saw one in Java that looked pretty good, but its Web site didnt provide a way to download it except through some kind of weird Hot-Buzzy-Java-Scripted-Auto-Virus-Install-Plugin-Thing - there was no actual file. I did eventually find its source code, but it required third-party libraries.
Then I looked at several RSS readers that were written in Perl or PHP and designed to run as scripts on a Web site. Those had possibilities, but they required multiple third-party libraries (Perl) or an SQL server and compiled-in PHP modules that most people dont have (PHP).
The best attempt I found was one written in Python, but in order to make it run I had to start not one but two background server daemons, which would make it tricky to use on my office computer at school. There are Web sites that provide the service of RSS reading, but they all require registration, cookies, JavaScript, etc. I couldnt find an RSS reader (or "aggregator", as theyre called) that I could just download and have it work. Thus, it was necessary to create one: enter Rippy!
The name "Rippy the Aggregator" refers to an Arrogant Worms song about a cute, cuddly little alligator who goes "chomp, chomp, chomp," down in the bottom of the swamp, swamp, swamp. Abram Hindle has suggested that Rippy the Aggregator should go "grep, grep, grep," down in the bottom of the net, net, net. Anyone wanna write the rest of the song?
Main features:
- Cute name
- Written in PHP (needs 4.3.0 or above)
- Doesnt require any compiled-in optional libraries that dont ship with PHP
- Stores its cached data in flat files, no database needed
- Freely licensed and customizable under the GNU GPL version 2
Enhancements:
- Parser ruggedness and general stability were improved, and support was added for setting options like user agent and proxying when acting as an HTTP client.
Download (0.053MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
Linux Inventory Aggregator 2.1
Linux Inventory Aggregator is designed to be a simple script for gathering hardware information. more>>
Linux Inventory Aggregator is designed to be a simple, self-contained (as much as possible) script for gathering hardware information.
Sample Output
In the first example, a stock Mandrake system is shown with a single processor, 386MB of memory, an attached SCSI disk array, and several internal IDE drives.
[rtwomey@gamma inventory]$ ./get_inventory.pl
Statistics of machine gamma
* 1 CPU: Pentium III (Coppermine) @ 863.955MHz
* Kernel: 2.6.11-6mdk #1 Tue Mar 22 16:04:32 CET 2005
* Memory total: 385668kB
* Hostname: gamma @ 192.168.1.3
* Network Interfaces:
lo: 127.0.0.1
eth0: 192.168.1.3
* Graphics card: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)
* Network controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
* Network controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
* Sound card: Creative Labs SB Live! EMU10k1 (rev 07)
* SCSI card: QLogic Corp. ISP12160 Dual Channel Ultra3 SCSI Processor (rev 06)
Attached IDE disks:
* Disk hdg: size: 81964302336 bytes (81GB), model: Maxtor 4R080L0
* Disk hdf: size: 30900215808 bytes (30GB), model: Maxtor 93073U4
* Disk hde: size: 164696555520 bytes (164GB), model: HDS722516VLAT80
* Disk hdc: size: 123522416640 bytes (123GB), model: IC35L120AVV207-0
* Disk hdb: size: 120034123776 bytes (120GB), model: WDC WD1200JB-75CRA0
* Disk hda: size: 45191946240 bytes (45GB), model: IBM-DTLA-307045
Attached SCSI disks:
* Disk sda: SEAGATE ST318452LC (Channel: 00 ID: 08 Lun: 00)
* Disk sdb: SEAGATE ST318453LC (Channel: 00 ID: 09 Lun: 00)
* Disk sdc: SEAGATE ST336607LC (Channel: 01 ID: 08 Lun: 00)
* Disk sdd: SEAGATE ST336607LC (Channel: 01 ID: 09 Lun: 00)
* Disk sde: SEAGATE ST336607LC (Channel: 01 ID: 11 Lun: 00)
* Disk sdf: SEAGATE ST336607LC (Channel: 01 ID: 12 Lun: 00)
* Disk sdg: SEAGATE ST318453LC (Channel: 01 ID: 13 Lun: 00)
* Disk sdh: SEAGATE ST318452LC (Channel: 01 ID: 14 Lun: 00)
The second example illustrates a dual-processor Xeon system (note that HyperThreading causes the 2 processors to appear as 4):
[rtwomey@babbage inventory]# ./get_inventory.pl
Statistics of machine babbage
* 4 CPUs: CPU1 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU2 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU3 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU4 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz
* Kernel: 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005
* Memory total: 514484kB
* Hostname: babbage @ XXX.XXX.XXX.XXX
* Network Interfaces:
lo: 127.0.0.1
eth0: XXX.XXX.XXX.XXX
* Network controller: Intel Corporation 82544GC Gigabit Ethernet Controller (LOM) (rev 02)
* SCSI card: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
* SCSI card: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
* Graphics card: ATI Technologies Inc Rage XL (rev 27)
Attached SCSI disks:
* Disk sda: SEAGATE ST373307LC (Channel: 00 ID: 00 Lun: 00)
* Disk sdb: SEAGATE ST39103LC (Channel: 00 ID: 01 Lun: 00)
* Disk sdc: SEAGATE ST39204LC (Channel: 00 ID: 03 Lun: 00)
* Disk sdd: SEAGATE ST39204LC (Channel: 00 ID: 04 Lun: 00)
The third example illustrates an IDE CD-RW, as well as a SATA disk that is handled via the Linux sg driver:
[rtwomey@younger inventory]# ./get_inventory.pl
Statistics of machine younger
* 2 CPUs: CPU1 = Intel(R) Pentium(R) 4 CPU 3.00GHz @ 2992.825MHz; CPU2 = Intel(R) Pentium(R) 4 CPU 3.00GHz @ 2992.825MHz
* Kernel: 2.6.9-16.ELsmp #1 SMP Mon Aug 15 20:06:02 EDT 2005
* Memory total: 1033192kB
* Hostname: younger @ XXX.XXX.XXX.XXX
* Network Interfaces:
lo: 127.0.0.1
eth0: XXX.XXX.XXX.XXX
* Sound card: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC97 Audio Controller (rev 03)
* Graphics card: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
* Network controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
Attached IDE disks:
* CD-RW drive: HL-DT-ST CD-RW/DVD-ROM GCC-4482B
Attached SCSI disks:
* ATA ST340014AS (Channel: 00 ID: 00 Lun: 00)
<<lessSample Output
In the first example, a stock Mandrake system is shown with a single processor, 386MB of memory, an attached SCSI disk array, and several internal IDE drives.
[rtwomey@gamma inventory]$ ./get_inventory.pl
Statistics of machine gamma
* 1 CPU: Pentium III (Coppermine) @ 863.955MHz
* Kernel: 2.6.11-6mdk #1 Tue Mar 22 16:04:32 CET 2005
* Memory total: 385668kB
* Hostname: gamma @ 192.168.1.3
* Network Interfaces:
lo: 127.0.0.1
eth0: 192.168.1.3
* Graphics card: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)
* Network controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
* Network controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
* Sound card: Creative Labs SB Live! EMU10k1 (rev 07)
* SCSI card: QLogic Corp. ISP12160 Dual Channel Ultra3 SCSI Processor (rev 06)
Attached IDE disks:
* Disk hdg: size: 81964302336 bytes (81GB), model: Maxtor 4R080L0
* Disk hdf: size: 30900215808 bytes (30GB), model: Maxtor 93073U4
* Disk hde: size: 164696555520 bytes (164GB), model: HDS722516VLAT80
* Disk hdc: size: 123522416640 bytes (123GB), model: IC35L120AVV207-0
* Disk hdb: size: 120034123776 bytes (120GB), model: WDC WD1200JB-75CRA0
* Disk hda: size: 45191946240 bytes (45GB), model: IBM-DTLA-307045
Attached SCSI disks:
* Disk sda: SEAGATE ST318452LC (Channel: 00 ID: 08 Lun: 00)
* Disk sdb: SEAGATE ST318453LC (Channel: 00 ID: 09 Lun: 00)
* Disk sdc: SEAGATE ST336607LC (Channel: 01 ID: 08 Lun: 00)
* Disk sdd: SEAGATE ST336607LC (Channel: 01 ID: 09 Lun: 00)
* Disk sde: SEAGATE ST336607LC (Channel: 01 ID: 11 Lun: 00)
* Disk sdf: SEAGATE ST336607LC (Channel: 01 ID: 12 Lun: 00)
* Disk sdg: SEAGATE ST318453LC (Channel: 01 ID: 13 Lun: 00)
* Disk sdh: SEAGATE ST318452LC (Channel: 01 ID: 14 Lun: 00)
The second example illustrates a dual-processor Xeon system (note that HyperThreading causes the 2 processors to appear as 4):
[rtwomey@babbage inventory]# ./get_inventory.pl
Statistics of machine babbage
* 4 CPUs: CPU1 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU2 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU3 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz; CPU4 = Intel(R) Xeon(TM) CPU 2.80GHz @ 2791.744MHz
* Kernel: 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005
* Memory total: 514484kB
* Hostname: babbage @ XXX.XXX.XXX.XXX
* Network Interfaces:
lo: 127.0.0.1
eth0: XXX.XXX.XXX.XXX
* Network controller: Intel Corporation 82544GC Gigabit Ethernet Controller (LOM) (rev 02)
* SCSI card: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
* SCSI card: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
* Graphics card: ATI Technologies Inc Rage XL (rev 27)
Attached SCSI disks:
* Disk sda: SEAGATE ST373307LC (Channel: 00 ID: 00 Lun: 00)
* Disk sdb: SEAGATE ST39103LC (Channel: 00 ID: 01 Lun: 00)
* Disk sdc: SEAGATE ST39204LC (Channel: 00 ID: 03 Lun: 00)
* Disk sdd: SEAGATE ST39204LC (Channel: 00 ID: 04 Lun: 00)
The third example illustrates an IDE CD-RW, as well as a SATA disk that is handled via the Linux sg driver:
[rtwomey@younger inventory]# ./get_inventory.pl
Statistics of machine younger
* 2 CPUs: CPU1 = Intel(R) Pentium(R) 4 CPU 3.00GHz @ 2992.825MHz; CPU2 = Intel(R) Pentium(R) 4 CPU 3.00GHz @ 2992.825MHz
* Kernel: 2.6.9-16.ELsmp #1 SMP Mon Aug 15 20:06:02 EDT 2005
* Memory total: 1033192kB
* Hostname: younger @ XXX.XXX.XXX.XXX
* Network Interfaces:
lo: 127.0.0.1
eth0: XXX.XXX.XXX.XXX
* Sound card: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC97 Audio Controller (rev 03)
* Graphics card: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
* Network controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
Attached IDE disks:
* CD-RW drive: HL-DT-ST CD-RW/DVD-ROM GCC-4482B
Attached SCSI disks:
* ATA ST340014AS (Channel: 00 ID: 00 Lun: 00)
Download (0.020MB)
Added: 2006-12-15 License: The Apache License 2.0 Price:
1055 downloads
News Streamer 0.2
News Streamer provides a script to play the most recent France 2 news report with Mplayer. more>>
News Streamer provides a script to play the most recent France 2 news report with Mplayer.
The French TV station France 2 has been kind enough to make its news broadcasts available on the Internet. However, this has been done in a way thats not particularly friendly to non-Microsoft products.
This script makes things easier by checking for the availability of the most recent news report and then playing it using Mplayer.
The checking for the availability of an episode is done using a mmsrip.
If its useful to you to watch the news at a different speed, a speed parameter may be passed to this script (eg f2 0.5 to play at half speed)
If the most recent episode is not available, this script will keep searching back until it finds the most recent available episode.
It wont keep searching for ever, however, and gives up after 10 episodes.
To be honest, if it doesnt find anything after 10 episodes it probably means that theres a problem at their end, theyve change their URL format, or youve got some kind of network trouble.
<<lessThe French TV station France 2 has been kind enough to make its news broadcasts available on the Internet. However, this has been done in a way thats not particularly friendly to non-Microsoft products.
This script makes things easier by checking for the availability of the most recent news report and then playing it using Mplayer.
The checking for the availability of an episode is done using a mmsrip.
If its useful to you to watch the news at a different speed, a speed parameter may be passed to this script (eg f2 0.5 to play at half speed)
If the most recent episode is not available, this script will keep searching back until it finds the most recent available episode.
It wont keep searching for ever, however, and gives up after 10 episodes.
To be honest, if it doesnt find anything after 10 episodes it probably means that theres a problem at their end, theyve change their URL format, or youve got some kind of network trouble.
Download (0.009MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
916 downloads
Akregator 1.0.2
Akregator is a RSS feed aggregator for K Desktop Environment. more>>
Akregator is a RSS feed aggregator for K Desktop Environment. Feed aggregators provide
a convenient way to browse different kinds of content, including news, blogs and other content from online sites. Insted of checking all of you favorite web sites manually for updates, Akregator collects the content for you.
Akregator allows you to browse through thousands of internet feeds without the hassle of using a web browser.
Akregator has moved to the kdepim module in KDE and is now officially part of the kontact PIM suite. Akregator 1.0 will be released as part of kdepim in KDE 3.4, and further integration work between akregator and kontact is forthcoming.
In the meantime, we will release a beta 9 that has a number of bug fixes since beta 8. This release will work with KDE 3.2 and 3.3, and as well as KDE 3.4 betas.
Enhancements:
- fixed printing of articles (no infinite number of pages anymore) -fo
<<lessa convenient way to browse different kinds of content, including news, blogs and other content from online sites. Insted of checking all of you favorite web sites manually for updates, Akregator collects the content for you.
Akregator allows you to browse through thousands of internet feeds without the hassle of using a web browser.
Akregator has moved to the kdepim module in KDE and is now officially part of the kontact PIM suite. Akregator 1.0 will be released as part of kdepim in KDE 3.4, and further integration work between akregator and kontact is forthcoming.
In the meantime, we will release a beta 9 that has a number of bug fixes since beta 8. This release will work with KDE 3.2 and 3.3, and as well as KDE 3.4 betas.
Enhancements:
- fixed printing of articles (no infinite number of pages anymore) -fo
Download (1.3MB)
Added: 2005-05-16 License: GPL (GNU General Public License) Price:
1621 downloads
Javascript Search Aggregator 1.0.2
Javascript Search Aggregator allows you to perform all of your Web searches from one place. more>>
Javascript Search Aggregator allows you to perform all of your Web searches from one place.
You can create many categories of searches such as work and fun and customize search engines for your specific needs.
Javascript Search Aggregator remembers the last query and state of the tabs and works on any browser with JavaScript support.
Enhancements:
- Do not load last selected engine on first load
<<lessYou can create many categories of searches such as work and fun and customize search engines for your specific needs.
Javascript Search Aggregator remembers the last query and state of the tabs and works on any browser with JavaScript support.
Enhancements:
- Do not load last selected engine on first load
Download (0.004MB)
Added: 2006-07-09 License: BSD License Price:
1203 downloads
News Script 1.1
News Script allows you to write articles for your website. more>>
News Script allows you to write articles for your website. News Script features a WYSIWYG editor which makes writing an article easy and it supports search engine friendly URLs.
Main features:
- Write, edit and delete text articles
- Use the built-in WYSIWYG editor for formatting
- Create search engine friendly URLs
- List and search in existing articles
- Completely template driven
- Installation routine
How the script works
As the admin you can write new articles and list, edit, delete and search in existing ones.
News script features a WYSIWYG editor that gives you full control over the format of an article. JavaScript is required, though. The script allows you to choose an article date and the date when the article is to be published.
The title of an article appears as part of the URL which is good for search engine optimization. In case your server supports mod_rewrite the article URL looks like a normal URL of an HTML page.
On the front end the visitor will be provided with a list of published articles. As admin you can set the number of articles per page which results in several result pages which can be browsed by the visitor.
<<lessMain features:
- Write, edit and delete text articles
- Use the built-in WYSIWYG editor for formatting
- Create search engine friendly URLs
- List and search in existing articles
- Completely template driven
- Installation routine
How the script works
As the admin you can write new articles and list, edit, delete and search in existing ones.
News script features a WYSIWYG editor that gives you full control over the format of an article. JavaScript is required, though. The script allows you to choose an article date and the date when the article is to be published.
The title of an article appears as part of the URL which is good for search engine optimization. In case your server supports mod_rewrite the article URL looks like a normal URL of an HTML page.
On the front end the visitor will be provided with a list of published articles. As admin you can set the number of articles per page which results in several result pages which can be browsed by the visitor.
Download (0.58MB)
Added: 2007-04-26 License: Free for non-commercial use Price:
919 downloads
News notification 0.5 RC2
News notification is a RSS News notification via a popup window. more>>
News notification is a RSS News notification via a popup window.
Modeled after Mail Notification. RSS News your way!
Main features:
- Drag and drop to add feeds (into the news icon on status bar)
- Font setting
- Site icons
NOTE: FG/BG Color setting has not been implented yet, but its still in the prefs.
To add site icons, make sure news-notification is not running, otherwise your config will get overwritten.
1. Get the sites favicon.ico, http://www.website.com/favicon.ico or view the main page source and look in the header for "shortcut icon"
2. Load up favicon.ico on your favorite graphics editors, save it as a .png file
3. Copy the png file into $HOME/.news-notification
4. Edit $HOME/.news-notification/config
5. Under the proper feed channel add < icon >icon.png< /icon >
<<lessModeled after Mail Notification. RSS News your way!
Main features:
- Drag and drop to add feeds (into the news icon on status bar)
- Font setting
- Site icons
NOTE: FG/BG Color setting has not been implented yet, but its still in the prefs.
To add site icons, make sure news-notification is not running, otherwise your config will get overwritten.
1. Get the sites favicon.ico, http://www.website.com/favicon.ico or view the main page source and look in the header for "shortcut icon"
2. Load up favicon.ico on your favorite graphics editors, save it as a .png file
3. Copy the png file into $HOME/.news-notification
4. Edit $HOME/.news-notification/config
5. Under the proper feed channel add < icon >icon.png< /icon >
Download (0.34MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
875 downloads
Wizz RSS News Reader 2.1.8
Wizz RSS News Reader is a very simple Really Simple Syndication and Atom news aggregator. more>>
Wizz RSS News Reader is a very simple Really Simple Syndication and Atom news aggregator.
It is an XUL application, implements as a Firefox extension and is absolutely 100% free of charge. Wizz RSS does NOT contain ANY spyware or adware.
Main features:
- Drag and drop Quick View function for viewing feeds without having to add them.
- Optionally store lists centrally to make them easily available from any PC.
- Simple drag and drop for adding feeds.
- Share news items and feeds via email.
- Watch List to periodically check feeds for new news items.
- Watch list entries can be configured to notify when new news items are found or they can be configured to save new items locally.
- Watch list works fairly well as a Gmail checker.
- Optionally log Watch List activity.
- Integrated search functionality.
- Integrated weather information.
- Integrated Live Bookmark import.
- HTTP Authentication.
- Supports OPML imports and exports.
- Supports all versions of RSS.
- Supports Atom 0.3.
- Supports Atom 1.0.
- Supports integration with Firefox 2.0 feed handling.
- Supports GZIP compression (i.e. Feeds that are gzipped).
- Filter feed items on words and/or phrases.
- Feed Search for finding RSS feeds, Atom feeds and OPML on any web page (Will only find feeds and OPML that are identified with the correct mime types).
- Supports Podcast feeds (Enclosures).
- Enclosures can be saved or played through Firefox.
- Supports the Feed protocol.
- Optionally hide/show read items.
- Optionally sort news items alphabetically.
- Optionally limit the number of news items returned from a feed.
- Publish your collection of feeds on your Web site
<<lessIt is an XUL application, implements as a Firefox extension and is absolutely 100% free of charge. Wizz RSS does NOT contain ANY spyware or adware.
Main features:
- Drag and drop Quick View function for viewing feeds without having to add them.
- Optionally store lists centrally to make them easily available from any PC.
- Simple drag and drop for adding feeds.
- Share news items and feeds via email.
- Watch List to periodically check feeds for new news items.
- Watch list entries can be configured to notify when new news items are found or they can be configured to save new items locally.
- Watch list works fairly well as a Gmail checker.
- Optionally log Watch List activity.
- Integrated search functionality.
- Integrated weather information.
- Integrated Live Bookmark import.
- HTTP Authentication.
- Supports OPML imports and exports.
- Supports all versions of RSS.
- Supports Atom 0.3.
- Supports Atom 1.0.
- Supports integration with Firefox 2.0 feed handling.
- Supports GZIP compression (i.e. Feeds that are gzipped).
- Filter feed items on words and/or phrases.
- Feed Search for finding RSS feeds, Atom feeds and OPML on any web page (Will only find feeds and OPML that are identified with the correct mime types).
- Supports Podcast feeds (Enclosures).
- Enclosures can be saved or played through Firefox.
- Supports the Feed protocol.
- Optionally hide/show read items.
- Optionally sort news items alphabetically.
- Optionally limit the number of news items returned from a feed.
- Publish your collection of feeds on your Web site
Download (0.21MB)
Added: 2007-04-08 License: MPL (Mozilla Public License) Price:
1478 downloads
gregaire 1.0
gregaire project consists of a server-side RSS aggregator. more>>
gregaire project consists of a server-side RSS aggregator.
gregaire is a flexible web based RSS -aggregator written in PHP 5.
It uses a database like MySQL or SQLite (http://www.sqlite.org/) to store its data. The user interface is written in standards compliant XHTML, CSS and Javascript (DOM).
Thanks to SQLite you should be able to install gregaire on any webspace on earth, supposed the webserver runs with PHP5.
gregaire is open source software released under the GNU LGPL license.
Main features:
- Be able to check your news from any device connected to the web
- Have the comfort of using the same application anywhere
- Avoid reading news multiple times
- Get back to already flagged and categorized items
- Make use of multi-user and collaborative features
- Let the server gather the news for you automatically
<<lessgregaire is a flexible web based RSS -aggregator written in PHP 5.
It uses a database like MySQL or SQLite (http://www.sqlite.org/) to store its data. The user interface is written in standards compliant XHTML, CSS and Javascript (DOM).
Thanks to SQLite you should be able to install gregaire on any webspace on earth, supposed the webserver runs with PHP5.
gregaire is open source software released under the GNU LGPL license.
Main features:
- Be able to check your news from any device connected to the web
- Have the comfort of using the same application anywhere
- Avoid reading news multiple times
- Get back to already flagged and categorized items
- Make use of multi-user and collaborative features
- Let the server gather the news for you automatically
Download (0.17MB)
Added: 2007-01-26 License: LGPL (GNU Lesser General Public License) Price:
1001 downloads
News Spotter 0.83
News Spotter is a desktop utility which fosters an addiction to current events. more>>
News Spotter is a desktop utility which fosters an addiction to current events. Is a rss reader which automatically monitors news feeds. .Most of the time, News Spotter sits quietly on the left or right side of your screen. But when a new headline is identified from one of its monitored web sites, News Spotter graphically displays the headline as a hyperlink. When you click on the headline, News Spotter opens the corresponding URL in your default browser.
Main features:
- minimalist user interface
- is very simple to use it and very functional
<<lessMain features:
- minimalist user interface
- is very simple to use it and very functional
Download (2.7MB)
Added: 2006-06-06 License: Freely Distributable Price:
1236 downloads
NewsBro 2.4.2
NewsBro project is a web application providing usenet news service. more>>
NewsBro project is a web application providing usenet news service. It provides support for multiple users accessing multiple news groups via multiple news servers.
Main features:
- web-based Usenet access
- full-featured news reader
- multi-user access with individual profiles
- one click filtered access to all images within a newsgroup
- multi-server binary file support
- XFace support
- yEnc decoder
- stand-alone and Java servlet versions
- News RC File
- Header and article caching
- NZB support
- XPAT threading
- Binary file harvesting
- Watch List for monitoring followups
- RSS feed for each group
- Configurable threads list
<<lessMain features:
- web-based Usenet access
- full-featured news reader
- multi-user access with individual profiles
- one click filtered access to all images within a newsgroup
- multi-server binary file support
- XFace support
- yEnc decoder
- stand-alone and Java servlet versions
- News RC File
- Header and article caching
- NZB support
- XPAT threading
- Binary file harvesting
- Watch List for monitoring followups
- RSS feed for each group
- Configurable threads list
Download (0.27MB)
Added: 2007-08-11 License: Free for non-commercial use Price:
808 downloads
News::Archive 0.14
News::Archive is a Usenet news archiving package for downloading and later accessing news articles in bulk. more>>
News::Archive is a Usenet news archiving package for downloading and later accessing news articles in bulk.
It can load articles laid out in INN format, retrieve them from a running news server, or just take articles one-by-one. News::Archive module is compatible with News::Web and Net::NNTP::Server, so the articles can be shared either via the Web or via NNTP.
SYNOPSIS
use News::Archive;
my $archive = new News::Archive
( basedir => /home/tskirvin/kiboze );
# Get a news article
my $article = News::Article->new(*STDIN);
my $msgid = article->header(message-id);
die "Already processed $msgidn"
if ($archive->article( $messageid ));
# Get the list of groups were supposed to be saving the article into
my @groups = split(s*,s*, $article->header(newsgroups) );
map { s/s+//g } @groups;
# Make sure were subscribed to these groups
foreach (@groups) { $archive->subscribe($_) }
# Actually save the article.
my $ret = $archive->save_article(
[ @{$article->rawheaders}, , @{$article->body} ], @groups );
$ret ? print "Accepted article $messageidn"
: print "Couldnt save article $messageidn";
News::Archive keeps several files to keep track of its archives:
active file
Keeps track of all newsgroups we are "subscribed" to and all of the information that changes regularly - the number of articles we have archived, the current first and last article numbers, etc.
Watched over with News::Active.
history database
A simple database keeping track of articles by Message-ID. Makes access by ID easy, and ensures that we dont save the same article twice. The database chosen to maintain these is user-determined.
newsgroup file
Keeps track of more static information about the newsgroups we are subscribed to - descriptions, creation dates, etc.
Watched over with News::GroupInfo.
archive directory
Directory structure of all articles, with each article saved as a single textfile within a directory structure laid out at one section of the group name per directory, such as "rec/games/mecha". Crossposts are hardlinked to other directory structures.
Articles are actually divided into sub-directories containing up to 500 articles, to avoid Unix directory size performance limitations. Individual files are thus stored in a file such as "rec/games/mecha/1.500/1".
Each newsgroup also contains overview information, watched over with
News::Overview. This overview file goes in the top of the structure,
such as "rec/games/mecha/.overview".
You may note that these files are very similar to how INN does its work. This is intentional - this package is meant to act in many ways like a lighter-weight INN.
Usage:
Global Variables
The following variables are set within News::Archive, and are global throughout all invocations.
$News::Active::DEBUG
Default value for "debug()" in new objects.
$News::Active::HOSTNAME
Default value for "hostname()" in new objects. Obtained using
"Sys::Hostname::hostname()".
$News::Active::HASH
The number of articles to keep in each directory. Default is 500;
change this at your own peril, since things may get screwed up later
if you change it after archiving any articles!
<<lessIt can load articles laid out in INN format, retrieve them from a running news server, or just take articles one-by-one. News::Archive module is compatible with News::Web and Net::NNTP::Server, so the articles can be shared either via the Web or via NNTP.
SYNOPSIS
use News::Archive;
my $archive = new News::Archive
( basedir => /home/tskirvin/kiboze );
# Get a news article
my $article = News::Article->new(*STDIN);
my $msgid = article->header(message-id);
die "Already processed $msgidn"
if ($archive->article( $messageid ));
# Get the list of groups were supposed to be saving the article into
my @groups = split(s*,s*, $article->header(newsgroups) );
map { s/s+//g } @groups;
# Make sure were subscribed to these groups
foreach (@groups) { $archive->subscribe($_) }
# Actually save the article.
my $ret = $archive->save_article(
[ @{$article->rawheaders}, , @{$article->body} ], @groups );
$ret ? print "Accepted article $messageidn"
: print "Couldnt save article $messageidn";
News::Archive keeps several files to keep track of its archives:
active file
Keeps track of all newsgroups we are "subscribed" to and all of the information that changes regularly - the number of articles we have archived, the current first and last article numbers, etc.
Watched over with News::Active.
history database
A simple database keeping track of articles by Message-ID. Makes access by ID easy, and ensures that we dont save the same article twice. The database chosen to maintain these is user-determined.
newsgroup file
Keeps track of more static information about the newsgroups we are subscribed to - descriptions, creation dates, etc.
Watched over with News::GroupInfo.
archive directory
Directory structure of all articles, with each article saved as a single textfile within a directory structure laid out at one section of the group name per directory, such as "rec/games/mecha". Crossposts are hardlinked to other directory structures.
Articles are actually divided into sub-directories containing up to 500 articles, to avoid Unix directory size performance limitations. Individual files are thus stored in a file such as "rec/games/mecha/1.500/1".
Each newsgroup also contains overview information, watched over with
News::Overview. This overview file goes in the top of the structure,
such as "rec/games/mecha/.overview".
You may note that these files are very similar to how INN does its work. This is intentional - this package is meant to act in many ways like a lighter-weight INN.
Usage:
Global Variables
The following variables are set within News::Archive, and are global throughout all invocations.
$News::Active::DEBUG
Default value for "debug()" in new objects.
$News::Active::HOSTNAME
Default value for "hostname()" in new objects. Obtained using
"Sys::Hostname::hostname()".
$News::Active::HASH
The number of articles to keep in each directory. Default is 500;
change this at your own peril, since things may get screwed up later
if you change it after archiving any articles!
Download (0.033MB)
Added: 2006-03-24 License: Perl Artistic License Price:
1309 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 news aggregator 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