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)
Fri Oct 30 05:33:27 -0700 2009
commit fc770135e3d01e7982ee25da5c79028f1f5ce19f
tree 0128dc5bd4830d1b858a4c1a719a23b265bf65ac
parent d5b5323463061b49ba3f9eae21d18685f20fdbda
tree 0128dc5bd4830d1b858a4c1a719a23b265bf65ac
parent d5b5323463061b49ba3f9eae21d18685f20fdbda
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 | ||
| |
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 | ||
| |
src/ |
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.








