Skip to content

Commit 1737b96

Browse files
committed
Updated homepage URL, readme
1 parent 5d31cac commit 1737b96

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,22 @@ The [colophon](https://jsoup.org/colophon) talks about the history of and tools
5050

5151
## Status
5252
jsoup is in general, stable release.
53+
54+
## Author
55+
jsoup was created and is maintained by [Jonathan Hedley](//jhedley.com), its primary author.
56+
57+
jsoup is an open-source project, and many contributors have helped improve it over the years. You can see their contributions and join the development on [GitHub](https://github.com/jhy/jsoup/graphs/contributors).
58+
59+
## Citing jsoup
60+
If you use jsoup in research or technical documentation, you can cite it as:
61+
62+
> **Jonathan Hedley & jsoup contributors. jsoup: Java HTML Parser (2009–present).** Available at: https://jsoup.org
63+
64+
```plaintext
65+
@misc{jsoup,
66+
author = {Jonathan Hedley and jsoup contributors},
67+
title = {jsoup: Java HTML Parser},
68+
year = {2025},
69+
url = {https://jsoup.org}
70+
}
71+
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</scm>
2929
<organization>
3030
<name>Jonathan Hedley</name>
31-
<url>https://jhy.io/</url>
31+
<url>https://jhedley.com/</url>
3232
</organization>
3333

3434
<properties>

0 commit comments

Comments
 (0)