TIKA-96: Tika CLI
commitc5c1b9ae2eb2fcac13976882509f021fd8e755ea
authorJukka Lauri Zitting <jukka@apache.org>
Fri, 25 Jan 2008 23:26:24 +0000 (25 23:26 +0000)
committerJukka Lauri Zitting <jukka@apache.org>
Fri, 25 Jan 2008 23:26:24 +0000 (25 23:26 +0000)
tree43f2ddc65fd876bb7a932f03a867891d9873a9ea
parent5c48c2cf317e65fd64d663372303e40859d30ab4
TIKA-96: Tika CLI
    - Added the o.a.tika.cli.TikaCLI command line class
    - Initial features:
      + four output formats (xml, html, text, metadata)
      + three input sources (files, URLs, standard input)
      + two logging levels (info and debug)
      + usage message
      + GUI mode
    - Added simple Unix and DOS start scripts
    - Added required packaging and manifest settings

git-svn-id: https://svn.eu.apache.org/repos/asf/incubator/tika/trunk@615395 13f79535-47bb-0310-9956-ffa450edef68
CHANGES.txt
pom.xml
src/main/assembly/bin.xml
src/main/java/org/apache/tika/cli/TikaCLI.java [new file with mode: 0644]
src/main/shell/tika.bat [new file with mode: 0644]
src/main/shell/tika.sh [new file with mode: 0644]