Commit graph

24 commits

Author SHA1 Message Date
Johan Mynhardt (MEA) 08af659366 Remove unused import. 2022-05-26 21:24:56 +02:00
Johan Mynhardt ac80507b5f Update transformer_test.clj
Use more appropriate test without `str/trim`.
2022-05-26 04:32:23 +02:00
Johan Mynhardt (MEA) 44b28902db Fix: java.lang.ClassCastException
Use trailing dot in constructing the StringReader:

`(java.io.StringReader. s)`
2022-05-21 16:26:28 +02:00
Johan Mynhardt (MEA) 4aa6bf978f Add test for transform java.lang.ClassCastException
When `obj` argument is a string (X)HTML payload and
not a string URL or URI, the following exception is
thrown:

```clojure
java.lang.ClassCastException: class java.lang.Class cannot be cast to class clojure.lang.IFn
```
2022-05-21 16:19:57 +02:00
Simon Brooke ebd6230bdb Further README improvement. 2019-05-01 14:23:45 +01:00
Simon Brooke f69fb619cb Replaced README with a pointer to new documentation. 2019-05-01 14:20:39 +01:00
Simon Brooke 10d8574ace Upversioned to 0.4.0-SNAPSHOT 2019-05-01 14:11:36 +01:00
Simon Brooke 916c5d4f36 Merge branch 'release/0.3.0' into develop 2019-05-01 14:10:29 +01:00
Simon Brooke 42b6033614 Upversioned to 0.3.0 2019-05-01 14:09:17 +01:00
Simon Brooke e066c033be Deliberately added generated documentation to the repo
To see if I can make documentation pages work on github.
2019-05-01 14:02:24 +01:00
Simon Brooke cff4492c03 Merge branch 'release/0.2.0' into develop 2019-04-30 20:15:39 +01:00
Simon Brooke d7015dc68c Upversioned to 0.2.0 2019-04-30 20:14:38 +01:00
Simon Brooke 80cc2e4335 Blogger scraper tidied up and documented. 2019-04-30 20:11:44 +01:00
Simon Brooke cb801b193f Added the blogger scraper. 2019-04-30 20:05:46 +01:00
Simon Brooke 81a7337eb3 Lots of improvements from running against real live tag soup 2019-04-30 18:35:34 +01:00
Simon Brooke 7bc60a0bbb Woohoo! Transform works. 2019-04-30 17:51:36 +01:00
Simon Brooke c9f7f29f0f Upversioned to 0.2.0-SNAPSHOT 2019-04-30 16:44:28 +01:00
Simon Brooke 9d9399a739 Merge branch 'release/0.1.0' into develop 2019-04-30 16:43:27 +01:00
Simon Brooke 8865818b41 Upversioned to 0.1.0 2019-04-30 16:43:00 +01:00
Simon Brooke f2d0c89ada Preparing for alpha release 2019-04-30 16:38:44 +01:00
Simon Brooke 80f4857d73 Pretty much everything except tables done. 2019-04-30 16:01:55 +01:00
Simon Brooke 7f50863d83 HTML to Markdown very largely working. 2019-04-30 15:18:30 +01:00
Simon Brooke b406ef92c0 Doesn't work yet! 2019-04-30 12:23:58 +01:00
Simon Brooke 73c1ac25d5 Initial commit 2019-04-30 12:23:36 +01:00