Menu

Tree [f07598] master /
 History

HTTPS access


File Date Author Commit
 .settings 2011-10-22 André Rouél André Rouél [54331c] Added the preferences of the m2eclipse plugin
 assembly 2011-10-22 André Rouél André Rouél [67abd5] Removed unused feature repositories from config...
 net.sf.jacclog.api 2011-10-24 André Rouél André Rouél [42a9b7] Added important methods hashCode(), equals() an...
 net.sf.jacclog.branding 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.csv 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.geoip 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.logformat 2011-10-22 André Rouél André Rouél [4d9cde] Removed System.out.println() of catched exeptio...
 net.sf.jacclog.persistence.jpa 2011-11-12 André Rouél André Rouél [f07598] Added a primary key generator for each entity
 net.sf.jacclog.service.analyzer 2011-10-22 André Rouél André Rouél [ad73f8] Changed interface to prevent casting to an immu...
 net.sf.jacclog.service.analyzer.commands 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.service.importer 2011-11-05 André Rouél André Rouél [81bafd] Added additional Is-Empty-Query to avoid unnece...
 net.sf.jacclog.service.importer.commands 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.service.repository 2011-10-17 André Rouél André Rouél [b9fe50] Changed version number of new API
 net.sf.jacclog.service.repository.commands 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 net.sf.jacclog.uasparser 2011-11-05 André Rouél André Rouél [700e2c] Updated user agent string informations to '2011...
 net.sf.jacclog.util 2011-10-17 André Rouél André Rouél [1afc28] Merge branch 'master' of ssh://git.code.sf.net/...
 src 2011-09-22 André Rouél André Rouél [a97ba7] Changed old module 'Repository JPA' with new 'P...
 .gitignore 2011-09-10 André Rouél André Rouél [4d0a13] All 'target' directories added to the list of i...
 .pmd 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 .project 2011-09-19 André Rouél André Rouél [092ffe] Added the new nature name of the latest m2eclip...
 BUILDING 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 LICENSE 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 NOTICE 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 README 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 RELEASE-NOTES 2011-09-10 André Rouél André Rouél [f41961] Initial add of all previously created files
 pom.xml 2011-10-22 André Rouél André Rouél [b87126] Updated to Apache Karaf 2.2.4

Read Me

/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

Welcome to Jacclog 
==================
Jacclog is an open source access log analysis application and is written
in Java. The modular architecture (OSGi) is based on Apache Karaf.

The goal of this application is the rapid analysis of access logs. At 
present only a file import and a statistical analysis with CSV export is
available. But that's just the beginning.

In future we will provide an additional importer interface for easy
integration into web server (eg for the Apache HTTP server) and a nice
Web-GUI for our users.

Getting Started
===============
For an Jacclog source distribution, please read BUILDING for instructions on
building Jacclog.

For an Jacclog binary distribution, please read RELEASE-NOTES for installation
instructions and list of supported and unsupported features.

Alternatively, you can also find out how to get started here:
    http://jacclog.sf.net/

If you need more help try talking to us on our mailing lists
    http://sourceforge.net/p/jacclog/discussion/

If you find any issues with Jacclog, please submit reports here:
    http://sourceforge.net/p/jacclog/tickets/

We welcome contributions, and encourage you to get involved in the Jacclog
community. If you'd like to learn more about how you can contribute,
please see:
    http://jacclog.sf.net/contributing.html

Many thanks for using Jacclog.


The Jacclog Team
http://jacclog.sf.net/team.html