Index

Version 1 (Simone Carletti, 08/26/2008 02:12 pm)

1 1
h1. Apache Log Analyzer 2 Feed
2 1
3 1
<img src="http://www.simonecarletti.com/static/images/logo/apachelog2feed.png" align="left" />
4 1
*ApacheLogAnalyzer2Feed is a really powerful open source PHP 5 class to parse and analyze Apache Web Server log files.*
5 1
Analysis results are converted into a feed to let users subscribe with a feed reader.
6 1
7 1
You can define custom filters based on logs data — for instance User-Agent, IP, requested page... — and combine them to select just a limited resultset.
8 1
The class can easily be extended with additional filters and custom feed handlers.
9 1
10 1
h2. A quick example
11 1
12 1
Would you like to be informed each time GoogleBot visits your website?
13 1
Would you like to receive a ping each time an user visits a specific URL of your site?
14 1
ApacheLogAnalyzer2Feed is the solution!
15 1
16 1
ApacheLogAnalyzer2Feed will analyze server logs for you and create a custom feed. You'll be able to track Googlebot directly from your feed reader.
17 1
18 1
h2. About this library
19 1
20 1
<img src="http://www.simonecarletti.com/blog/public/2007/05/anteprima-ses-2007/ses.png" align="right" />
21 1
ApacheLogAnalyzer2Feed is an easy-to-use object oriented class, written in PHP 5, for parsing/filtering an Apache log file and consuming the results with a feed reader.
22 1
23 1
I created this project as a technical example for my speech at Search Engine Strategies 2007 in Milano, session RSS, Blogs & Search Marketing.
24 1
My goal was to demonstrate an alternative use of feeds, showing how RSS and Atom feeds can make SEO life easier.