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)
Wed Oct 28 11:33:06 -0700 2009
commit d5b5323463061b49ba3f9eae21d18685f20fdbda
tree 2fa6b144d4e3cce57f374696d42e3df6b4012e04
parent 7cfc8748b49fc59a2ebbdaf147bda472acc6c502
tree 2fa6b144d4e3cce57f374696d42e3df6b4012e04
parent 7cfc8748b49fc59a2ebbdaf147bda472acc6c502
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.








