8
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doc
jhy
as Jonathan Hedley
More... over 14 years ago
Doc typo
jhy
as Jonathan Hedley
More... over 14 years ago
Implemented parse from URL.
jhy
as Jonathan Hedley
More... over 14 years ago
Preserve whitespace in children of <pre>
jhy
as Jonathan Hedley
More... over 14 years ago
Whitespace tests
jhy
as Jonathan Hedley
More... over 14 years ago
Use string builders for HTML creation.
jhy
as Jonathan Hedley
More... over 14 years ago
Text normalisation.
jhy
as Jonathan Hedley
More... over 14 years ago
Simplifed Tag creator.
jhy
as Jonathan Hedley
More... over 14 years ago
Don't escape text in data nodes, to preserve " chars
jhy
as Jonathan Hedley
More... over 14 years ago
POM update to build source and javadoc jars
jhy
as Jonathan Hedley
More... over 14 years ago
Elements
jhy
as Jonathan Hedley
More... over 14 years ago
Dropped "get"
jhy
as Jonathan Hedley
More... over 14 years ago
No default constructor for Jsoup
jhy
as Jonathan Hedley
More... over 14 years ago
Flipped integration test to use Parse(File)
jhy
as Jonathan Hedley
More... over 14 years ago
Implemented Jsoup.parse(File), and javadocced.
jhy
as Jonathan Hedley
More... over 14 years ago
ignore
jhy
as Jonathan Hedley
More... over 14 years ago
Fixed parse of unclosed <dl><dt>Foo<dd>Bar</dl> runs.
jhy
as Jonathan Hedley
More... over 14 years ago
Suds: inherit meta from parent dir
jhy
as Jonathan Hedley
More... over 14 years ago
Work
jhy
as Jonathan Hedley
More... over 14 years ago
Site
jhy
as Jonathan Hedley
More... over 14 years ago
Init
jhy
as Jonathan Hedley
More... over 14 years ago
Force compile source from UTF-8. Otherwise it defaults to something odd. And the property already set (project.build.sourceEncoding) doesn't seem to be used by the mvn compiler. Which is... also odd. Or more likely, I don't 100% understand it.
jhy
as Jonathan Hedley
More... over 14 years ago
Linked Document title methods with HTML structure
jhy
as Jonathan Hedley
More... over 14 years ago
Simplified Document bean methods for consistency.
jhy
as Jonathan Hedley
More... over 14 years ago
Implemented Element prepend methods
jhy
as Jonathan Hedley
More... over 14 years ago
Attributes format
jhy
as Jonathan Hedley
More... over 14 years ago
Attributes values back to Attribute
jhy
as Jonathan Hedley
More... over 14 years ago
Removed Element children list, and create on fly from nodes.
jhy
as Jonathan Hedley
More... over 14 years ago
Version is 0.1 until first beta release
jhy
as Jonathan Hedley
More... over 14 years ago
Knock access down
jhy
as Jonathan Hedley
More... over 14 years ago