Main > Free Download Search >

Free reporter news software for linux

reporter news

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 450
XBlock-Reporter 1.2

XBlock-Reporter 1.2


XBlock-Reporter is a shell/PHP/MySQL frontend. more>>
Xblock reporter is a set of PHP and shell scripts to insert an exported report from an 8e6 Xstop R3000 appliance into a database, and then output that in a searchable web based format.

XBlock Reporter is a shell/PHP/MySQL front end to take the logs from an 8E6 Xstop appliance and store the data for searching/reporting.
<<less
Download (4.6MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
CPAN::Reporter 0.38

CPAN::Reporter 0.38


CPAN::Reporter is a Perl module to provides Test::Reporter support for CPAN.pm. more>>
CPAN::Reporter is a Perl module to provides Test::Reporter support for CPAN.pm.

SYNOPSIS

From the CPAN shell:

cpan> install CPAN::Reporter
cpan> reload cpan
cpan> o conf init test_report

CPAN::Reporter is an add-on for the CPAN.pm module that uses Test::Reporter to send the results of module tests to the CPAN Testers project. Support for CPAN::Reporter is available in CPAN.pm as of version 1.88.

The goal of the CPAN Testers project (http://testers.cpan.org/) is to test as many CPAN packages as possible on as many platforms as possible. This provides valuable feedback to module authors and potential users to identify bugs or platform compatibility issues and improves the overall quality and value of CPAN.

One way individuals can contribute is to send test results for each module that they test or install. Installing CPAN::Reporter gives the option of automatically generating and emailing test reports whenever tests are run via CPAN.pm.

GETTING STARTED

The first step in using CPAN::Reporter is to install it using whatever version of CPAN.pm is already installed. CPAN.pm will be upgraded as a dependency if necessary.

cpan> install CPAN::Reporter

If CPAN.pm was upgraded, it needs to be reloaded.

cpan> reload cpan

If upgrading from a very old version of CPAN.pm, users may be prompted to renew their configuration settings, including the test_report option to enable CPAN::Reporter.

If not prompted automatically, users should manually initialize CPAN::Reporter support. After enabling CPAN::Reporter, CPAN.pm will automatically continue with interactive configuration of CPAN::Reporter options. (Remember to commit the CPAN configuration changes.)

cpan> o conf init test_report
cpan> o conf commit

Once CPAN::Reporter is enabled and configured, test or install modules with CPAN.pm as usual.

For example, to force CPAN to repeat tests for CPAN::Reporter to see how it works:

cpan> force test CPAN::Reporter

<<less
Download (0.044MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
In The News 0.0.1

In The News 0.0.1


In The News is a Firefox extension that highlights text, right-click to see the latest related news stories. more>>
In The News is a Firefox extension that highlights text, right-click to see the latest related news stories.

Mouse over any of the headlines to see a brief summary of the story. Click on any of the stories to have it open up in a new tab.

<<less
Download (0.003MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
852 downloads
Data::Report 0.06

Data::Report 0.06


Data::Report provides a framework for flexible reporting. more>>
Data::Report provides a framework for flexible reporting.

Data::Report is a flexible, plugin-driven reporting framework. It makes it easy to define reports that can be produced in text, HTML and CSV. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way similar to HTML style sheets.

The Data::Report framework consists of three parts:
The plugins

Plugins implement a specific type of report. Standard plugins provided are Data::Report::Plugin::Text for textual reports, Data::Report::Plugin::Html for HTML reports, and Data::Report::Plugin::Csv for CSV (comma-separated) files.
Users can, and are encouraged, to develop their own plugins to handle different styles and types of reports.

The base class
The base class Data::Report::Base implements the functionality common to all reporters, plus a number of utility functions the plugins can use.

The factory
The actual Data::Report module is a factory that creates a reporter for a given report type by selecting the appropriate plugin and returning an instance thereof.

<<less
Download (0.016MB)
Added: 2007-03-31 License: Perl Artistic License Price:
937 downloads
Gemu News 1.0

Gemu News 1.0


Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine. more>>
Gemu News is a SuperKaramba theme that displays the latest version of compatibility layers like wine and the latest version of emulators like dosbox. The version of xqf is also listend.

By clicking on the globe youll get on the homepage of the driver/tool.

Im looking forward for your feedback.

<<less
Download (0.022MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
935 downloads
tNews 0.99b

tNews 0.99b


tNews provides a PHP4 template-based news script with a full Web-based administration system. more>>
tNews provides a PHP4 template-based news script with a full Web-based administration system.

tNews is a set of PHP4 scripts designed to provide easy-to-use basic news headline support for websites. The system uses HTML-based templates to specify formatting of news pages, providing complete control of page appearance to the webmaster.

The systems backend is provided by a MySQL database, and support is included for generation of both news and old news pages. News HTML pages are only regenerated when changes are made to news headlines, so end users suffer no delays caused by database access or parsing of scripting code.

All administration and setup is done through a Web-based interface, so no editing of text files is required.

<<less
Download (0.029MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
942 downloads
Devel::Tinderbox::Reporter 0.10

Devel::Tinderbox::Reporter 0.10


Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. more>>
Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox.

SYNOPSIS

use Devel::Tinderbox::Reporter;

my $report = Devel::Tinderbox::Reporter->new;

$report->from(your@mail.address.com);
$report->to(tinderbox@their.address.com);
$report->project(the_project);
$report->boxname(your.machine.name);
$report->style(unix);
$report->start;

...go and test your project...

$report->log($build_log);
$report->end($status);

Tinderbox collects and summaries build and test reports from many developers on many machines. This is a simple client for testers to make reports to Tinderbox servers.

<<less
Download (0.003MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
Test::Reporter::Date::Format 1.27

Test::Reporter::Date::Format 1.27


Test::Reporter::Date::Format Perl module contains date formating subroutines. more>>
Test::Reporter::Date::Format Perl module contains date formating subroutines.

SYNOPSIS

use Test::Reporter::Date::Format;

@lt = localtime(time);

print time2str($template, time);
print strftime($template, @lt);

print time2str($template, time, $zone);
print strftime($template, @lt, $zone);

print ctime(time);
print asctime(@lt);

print ctime(time, $zone);
print asctime(@lt, $zone);

This module provides routines to format dates into ASCII strings. They correspond to the C library routines strftime and ctime.

time2str(TEMPLATE, TIME [, ZONE])

time2str converts TIME into an ASCII string using the conversion specification given in TEMPLATE. ZONE if given specifies the zone which the output is required to be in, ZONE defaults to your current zone.

strftime(TEMPLATE, TIME [, ZONE])

strftime is similar to time2str with the exception that the time is passed as an array, such as the array returned by localtime.

ctime(TIME [, ZONE])

ctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

asctime(TIME [, ZONE])

asctime calls time2str with the given arguments using the conversion specification "%a %b %e %T %Yn"

<<less
Download (0.023MB)
Added: 2007-07-24 License: Perl Artistic License Price:
822 downloads
phpNews 0.0.2

phpNews 0.0.2


phpNews provides a Web News Manager. more>>
phpNews provides a Web News Manager.

php-News is a PHP3 application that allows you to easily include a news system on your Web site.

Its features include posting news, news summary view, read news view, news adminsitration tool for browse, edit and delete news.

<<less
Download (0.021MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Rediff Business 1.0

Rediff Business 1.0


Rediff Business widget allows you to view and read the latest bussiness news from this Indian news source. more>>
Get up to date news about India Business from Rediff Business Edition RSS Feed.
Rediff Business widget brings, right on your desktop, the latest news from the bussiness world taken from this Indian news source.
Stay up-to-date with the latest bussiness news.
<<less
Download (92.4KB)
Added: 2009-04-25 License: Freeware Price:
191 downloads
Bulletin Board News Server .11

Bulletin Board News Server .11


Bulletin Board News Server provides a (v)Bulletin Board NNTP interface. more>>
Bulletin Board News Server provides a (v)Bulletin Board NNTP interface.

Bulletin Board News Server is a (relatively) quick NNTP interface for vBulletin. It reads directly from the MySQL DB and is therefore independent of the Web frontend.

It doesnt alter read counters, but "forbidden names", name size limitations, user authentication, and anonymous posting (through a "usenet" user) are implemented.

Registered users (either in the vboard or through a proprietary pw hash in the config file) can see the email addresses of others, as far as the owners permit it.

<<less
Download (0.026MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
951 downloads
TkNewsII 1.0.2

TkNewsII 1.0.2


TkNewsII is a QWK and NNTP echomail and Usenet news client. more>>
TkNewsII is a QWK and NNTP echomail and Usenet news client.

This package needs a basic C compiler, Tcl/Tk (8.3 or later), BWidget (1.7 or later), and Snit (part of Tcllib). LaTeX and tex4ht are needed to build the documentation (PDF and HTML).

To build:

./configure [--with-bwlib=BWIDGETDIR] [--with-snitlib=SNITDIR] [standard configure options
make
make install

Youll need a $HOME/.TkNewsRc file, which will contain your news configuration information.
<<less
Download (0.23MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1032 downloads
newsx 1.6

newsx 1.6


Newsx is an NNTP client for Unix. more>>
Newsx is an NNTP client for Unix. It connects to remote NNTP servers and receives incoming and outgoing articles
Newsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
Main features:
- compatible with C News and INN local news servers
- configuration relies on standard C News and INN mechanisms for setting up newsservers and newsgroups
- setting of which newsgroups will be exchanged with which remote server based on sys or newsfeeds files, making administration easy
- logging of errors that occurred, as well as article transfer statistics
- optional log file for actual articles posted, and collection of posted articles in folders
- has been designed to be nice, so as not to overload the remote news server
- uses only standard RFC-977 functions, so should be compatible with the vast majority of news servers
- comprehensive error recovery for posting as well as for fetching; failed postings will be retried at the next opportunity, while fetching will resume at the point where it stopped
- refers to news history database to prevent fetching of articles already in the local spool. will not fetch crossposted articles more than once. does not rely on Xref, since many sites does not provide it.
- interface to popular news filters like Cleanfeed
Pulling news
News transfer via fetching to local news spools is sometimes claimed to be an inefficient way of transferring news compared to connecting newsreaders directly to the remote NNTP server.
The fact of the matter is that if set up and used correctly, exactly the opposite is the case.
A local news spool allows news transfer to occur at off-peak hours, thereby decreasing the host server load in the critical period. This will tie up less modems at peak hours, as well as decreasing the connect time since the actual transfer will run much quicker.
A fetch based system is also easier to administrate then the feeding kind, since every site decides for itself what groups it will exchange with whom. The major down-side is that article propagation times will be longer. For sites that are leafs in the news distribution tree, this is usually not very important.
Much of the problems connected with news pulling is connected to the use of the RFC-977 NEWNEWS command. Most news servers has implemented this command in an inefficient manner, which will put severe loads on the newsserver. Newsx does not use NEWNEWS.
<<less
Download (0.15MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
709 downloads
vNews 1.2

vNews 1.2


vNews provides a site news script used to relay the latest information regarding any topic to visitors. more>>
vNews provides a site news script used to relay the latest information regarding any topic to visitors.

vNews is a site news script used to relay the latest information regarding any topic to visitors. And being a part of vScripts, vNews comes with a powerful and flexible administration module where administrators/webmasters can easily change the look of the embedded news to conform with their existing site design.

<<less
Download (0.013MB)
Added: 2007-04-20 License: Freeware Price:
919 downloads
AmphetaRate 0.1

AmphetaRate 0.1


AmphetaRate project is a ratings/recommendation news server. more>>
AmphetaRate project is a ratings/recommendation news server.
AmphetaRate is a news server that features "collaborative filtering", allowing users rate the news from their aggregators. Based on these ratings, it delivers completely personalized news.
Enhancements:
- Ratings.pm: Fixed the routine to find the amphetarate data dir.
- Ratings.pm: Shows a notification after rating articles ("Saved X ratings.")
<<less
Download (0.87MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1002 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5