Commit graph

320 commits

Author SHA1 Message Date
Patrick Gotthard
cb03da8c67 Refactoring some code 2013-11-15 23:27:01 +01:00
Patrick Gotthard
25aba9758e Refactored CloneableBean
Added slf4j-simple for tests
2013-11-15 22:24:57 +01:00
Patrick Gotthard
4315a3aba2 Refactoring code 2013-11-15 22:13:45 +01:00
Patrick Gotthard
438b4677d1 Increased line length for comments 2013-11-15 22:11:29 +01:00
Patrick Gotthard
02bc40d398 Added SLF4J to ROME 2013-11-15 18:48:01 +01:00
Patrick Gotthard
f29d19b7c4 Merge pull request #10 from tacoo/patch-1
fixed incorrect url and delete comment that are not important.
2013-10-27 23:37:08 -07:00
Tacoo
ea3c4f405f fixed incorrect url and delete comment that are not important. 2013-10-27 18:33:10 -04:00
Martin Kurz
c3288555ab added locale to parser to allow locale dependent date parsing (fixes
rometools/rome-modules#22)
2013-10-13 16:14:23 +02:00
Martin Kurz
0a824b70a7 added locale to parsers to allow parsing of date strings in different
locales (fixes #22)
2013-10-13 16:13:34 +02:00
Patrick Gotthard
c42306943a Enhanced POM 2013-10-12 22:35:14 +02:00
Patrick Gotthard
0034d9da93 Enhanced POM 2013-10-12 22:35:09 +02:00
Patrick Gotthard
ed18ac115b Enhanced POM 2013-10-12 22:35:02 +02:00
Patrick Gotthard
0dde9fdb9e Updated rome-fetcher to use generics
Removed warnings
2013-10-12 15:22:53 +02:00
Patrick Gotthard
0d15f1ca4c Formatted code 2013-10-12 15:05:57 +02:00
Patrick Gotthard
12fa5bbab6 Formatted code
Added Eclipse formatter and cleanup configuration
2013-10-12 15:05:21 +02:00
Patrick Gotthard
fcd6ac86c6 Enhanced POM
Moved test resources to test folder
Updated dependencies
2013-10-11 23:50:20 +02:00
Patrick Gotthard
a482dcb959 Refactored project to use standard maven layout
Updated POM
2013-10-11 23:11:41 +02:00
Patrick Gotthard
5383924e5c Removed verbose information from POM 2013-10-11 23:09:27 +02:00
Patrick Gotthard
4857e524d3 Set version to 2.0.0-SNAPSHOT 2013-10-11 18:18:59 +02:00
Patrick Gotthard
b1a4077cfc Changed groupId 2013-10-11 17:56:01 +02:00
Patrick Gotthard
51d9cd1a5b Changed groupId 2013-10-11 17:55:48 +02:00
Patrick Gotthard
b7aed5d681 Changed groupId 2013-10-11 17:50:12 +02:00
Martin Kurz
e7a81c4444 catched NPEs in OpenSearchModule (fixes #23 and fixes #18) and cleaned
up source format
2013-10-11 17:18:31 +02:00
Martin Kurz
80ab8834b2 switched modules version to 2.0.0-SNAPSHOT to be suitable for Rome 2 2013-10-11 17:17:17 +02:00
Martin Kurz
7b4555f31c resource warnings removed 2013-10-10 00:10:02 +02:00
Martin Kurz
a157bac8dc SyndCategories added to copyFrom on feed and entry (fixes #131) 2013-10-09 20:16:33 +02:00
Martin Kurz
a54575d76a MediaModuleTest fixed (added google-video-rss file to resources) 2013-10-09 19:41:00 +02:00
Martin Kurz
5b62039b17 error on generics changes fixed (arrays were cast as arrays of arrays) 2013-10-09 18:14:53 +02:00
Martin Kurz
42a9f870dc parsing of description for RSS 0.92+ enhanced, so some invalid html
content is handled (fixes #137)
2013-10-09 17:07:43 +02:00
Martin Kurz
c164882a12 stylesheet property added to syndFeed and wireFeed, first xsl-Stylesheet
is now preserved in feed instance (fixes #88)
2013-10-08 22:46:24 +02:00
Martin Kurz
fb021e84b3 dc:date is now preferred on entries over pubDate (fixes #125) 2013-10-08 22:13:32 +02:00
Martin Kurz
9ebfafee0c Incorrect handling of & in CDATA sections in XmlFixerReader fixed (fixes
#134)
2013-10-08 19:31:40 +02:00
Martin Kurz
8948021500 switched from HashSet to LinkedHashSet where ordering of elements is
relevant, HashSet doesn't guarantee the ordering of its elements (fixes
#116)
2013-10-08 16:02:36 +02:00
Martin Kurz
9d8dfbaf26 applied patch by Markus Döring (fixes #158) 2013-10-07 23:35:37 +02:00
Martin Kurz
40e916a34b Typo in test class name fixed (#162) 2013-10-07 23:25:36 +02:00
Martin Kurz
e9bb18b89b Added support for docs, managingEditor, webMaster and generator on RSS
channel and comments on RSS items (fixes #162)
2013-10-07 23:05:58 +02:00
Patrick Gotthard
e472bdcb15 Renamed license file
Removed Ant script
2013-10-07 22:28:31 +02:00
Patrick Gotthard
584bc72493 Updated POM
Removed unnecessary files
2013-10-07 22:27:38 +02:00
Patrick Gotthard
7c32278724 Updated POM 2013-10-07 22:21:31 +02:00
Patrick Gotthard
7b8c9259d0 Updated classes to use JDOM 2
Fixed tests
Formatted code
2013-10-07 21:11:47 +02:00
Patrick Gotthard
c1851448e3 Cleaned up POM 2013-10-07 21:05:41 +02:00
Patrick Gotthard
1749a5447f Configured skin for project site
Updated ROME version
2013-10-07 20:30:11 +02:00
Patrick Gotthard
4146de4abc Configured skin for project site 2013-10-07 20:23:24 +02:00
Patrick Gotthard
837b4c662d Configured skin for project site 2013-10-07 20:20:49 +02:00
Patrick Gotthard
81ac164702 Fixed typo in class name 2013-10-07 19:46:20 +02:00
Martin Kurz
812ec23952 Conversion of source elements between wirefeed and syndfeed in RSS
converters (fixes #161)
2013-10-07 19:34:31 +02:00
Patrick Gotthard
6cc4636ffc Formatted and cleaned up the surcecode 2013-10-07 18:36:05 +02:00
Patrick Gotthard
d5fe56101f Replaced ternary operators 2013-10-07 18:33:00 +02:00
Dave Johnson
295ef346c5 Move to Rome 2.0.0-SNAPSHOT and update some dependencies. 2013-10-06 12:49:52 -04:00
Dave Johnson
8186194722 Removing some obsoleted information from POM 2013-10-05 12:49:04 -04:00