You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,3 +50,22 @@ The [colophon](https://jsoup.org/colophon) talks about the history of and tools
50
50
51
51
## Status
52
52
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},
0 commit comments