Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Feb 16, 2022
1 parent 143428c commit 4e97a84
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To start the server:
$> cd dogeared-extruder
$> make build
... JAVA STUFF ...
$> java -jar target/extruder-1.0.jar server
$> java -jar target/extruder-1.1.jar server
... MOAR JAVA STUFF ...
INFO [2013-08-30 12:49:12,184] org.eclipse.jetty.server.AbstractConnector: Started InstrumentedBlockingChannelConnector@0.0.0.0:8080
INFO [2013-08-30 12:49:12,189] org.eclipse.jetty.server.AbstractConnector: Started SocketConnector@0.0.0.0:8081
Expand Down Expand Up @@ -66,12 +66,6 @@ Notes
remain separate if only to keep things simple(r) while everything else is
sorted out.

* There is also a [separate
branch](https://github.com/straup/dogeared-extruder/tree/snacktory) that uses
the `snacktory` readability clone but it has not been merged in to master yet. I
can't remember why except that I was having trouble getting it to work and
decided to try the `java-readability` library instead.

* You can also type `make exec` to recompile the code and launch the server in
foreground mode, which is useful for debugging things.

Expand Down Expand Up @@ -121,9 +115,6 @@ Aside from stuff listed in the [TODO.txt](TODO.txt) file:
See also
--

* [dogeared-www](https://github.com/straup/dogeared-www)
* [dogeared-search](https://github.com/straup/dogeared-search)
* http://code.google.com/p/boilerpipe/
* https://tika.apache.org/
* https://github.com/basis-technology-corp/Java-readability
* https://github.com/karussell/snacktory

0 comments on commit 4e97a84

Please sign in to comment.