Browse Source

README/NEWS

master
boB Rudis 5 years ago
parent
commit
9eb623873b
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      DESCRIPTION
  2. 8
      NEWS.md
  3. 8
      README.md

2
DESCRIPTION

@ -15,7 +15,7 @@ Authors@R: c(
person("David K.", "Taylor", role = "ctb", comment = "HtmlUnit Java contributor")
)
SystemRequirements: Java
Description: Contents of the 'HtmlUnit' & supporting Java archives <http://htmlunit.sourceforge.net/>.
Description: Contents of the 'HtmlUnit' & supporting Java archives (<https://htmlunit.sourceforge.net/>).
Version number reflects the version number of the included 'JAR' file.
URL: https://gitlab.com/hrbrmstr/htmlunitjars
BugReports: https://gitlab.com/hrbrmstr/htmlunitjars/issues

8
NEWS.md

@ -1,3 +1,11 @@
# 2.36.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.36.0>
# 2.35.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.35.0>
# 2.34.0
* Updated main and dependent JARs to track with htmlunit 2.34.0
release <http://htmlunit.sourceforge.net/changes-report.html#a2.34.0>

8
README.md

@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[![Signed
by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
![Signed commit
%](https://img.shields.io/badge/Signed_Commits-85.7%25-lightgrey.svg)
%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/htmlunitjars.svg?branch=master)](https://travis-ci.org/hrbrmstr/htmlunitjars)
[![Coverage
@ -21,8 +21,8 @@ Java Archive Wrapper Supporting the ‘htmlunit’ Package
## Description
Contents of the ‘HtmlUnit’ & supporting Java archives
<http://htmlunit.sourceforge.net/>. Version number reflects the version
number of the included ‘JAR’ file.
(<https://htmlunit.sourceforge.net/>). Version number reflects the
version number of the included ‘JAR’ file.
> *`HtmlUnit` is a “GUI-Less browser for Java programs”. It models HTML
> documents and provides an API that allows you to invoke pages, fill
@ -58,6 +58,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/htmlunitjars")
# or
remotes::install_gitlab("hrbrmstr/htmlunitjars")
# or
remotes::install_bitbucket("hrbrmstr/htmlunitjars")
# or
remotes::install_github("hrbrmstr/htmlunitjars")
```

Loading…
Cancel
Save