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 (
bixo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 29 11:24:44 -0700 2009 | |
| |
README | Mon Apr 06 11:31:04 -0700 2009 | |
| |
bin/ | Wed Apr 08 14:40:52 -0700 2009 | |
| |
build.xml | Fri May 01 11:58:45 -0700 2009 | |
| |
doc/ | Thu Apr 16 09:44:38 -0700 2009 | |
| |
ivy.xml | Tue May 05 11:33:05 -0700 2009 | |
| |
ivy/ | Tue Mar 31 19:11:54 -0700 2009 | |
| |
lib/ | Tue May 05 11:35:26 -0700 2009 | |
| |
release/ | Fri May 01 15:30:51 -0700 2009 | |
| |
src/ | Sat May 09 16:34:20 -0700 2009 |
README
=============================== Introduction =============================== Bixo is an open source Java crawler that runs as a series of Cascading pipes. It is designed to be used as a tool for creating customized crawlers, thus each Cascading pipe implements a discrete operation. By building a customized Cascading pipe assembly, you can quickly create specialized crawlers that are optimized for a particular use case. 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 =============================== You need Apache Ant 1.7 or higher. In the project root type: ant -p To clean, run the tests and integration tests and build a jar type: ant clean test it jar To build a distribution type: ant dist To build a eclipse project type: ant eclipse Than choose "import existing project" in eclipse.







