This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ken Krugler (author)
Thu Nov 19 21:02:18 -0800 2009
bixo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 22 06:30:29 -0700 2009 | |
| |
README | Mon Oct 26 16:09:20 -0700 2009 | |
| |
bin/ | Mon Oct 26 06:00:52 -0700 2009 | |
| |
build.xml | Wed Oct 28 11:33:06 -0700 2009 | |
| |
contrib/ | Wed Oct 28 07:13:24 -0700 2009 | |
| |
doc/ | Mon Oct 26 16:09:37 -0700 2009 | |
| |
lib/ | Mon Sep 21 12:40:47 -0700 2009 | |
| |
pom.xml | Thu Nov 19 21:01:27 -0800 2009 | |
| |
src/ | Thu Nov 19 21:02:18 -0800 2009 |
README
=============================== Introduction =============================== Bixo is an open source Java web mining toolkit that runs as a series of Cascading pipes. It is designed to be used as a tool for creating customized web mining apps. By building a customized Cascading pipe assembly, you can quickly create a workflow using Bixo that fetches web content, parses, analyzes, and publishes the results. Bixo borrows heavily from the Apache Nutch project, as well as many other open source projects at Apache and elsewhere. Bixo is released under the MIT license. =============================== Building =============================== See http://bixo.101tec.com/documentation/building-bixo/ for full details. You need Apache Ant 1.7 or higher. To get a list of valid targets: % cd <project directory> % ant -p To clean, run the tests and build a jar: % ant clean test jar To create Eclipse project files: % ant eclipse Than choose "Import existing project" in Eclipse, and select the Bixo project directory.







