You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.4 KiB

8 years ago
Package: htmltidy
8 years ago
Title: Tidy Up and Test XPath Queries on HTML and XML Content
8 years ago
Version: 0.3.0
Authors@R: c(
8 years ago
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Dave", "Raggett", email = "dsr@w3.org", role = c("ctb", "aut"),
comment="Original HTML Tidy library"),
person("Charles", "Reitzel", role = c("ctb", "aut"),
comment="Modern HTML Tidy library"),
8 years ago
person("Björn", "Höhrmann", role = c("ctb", "aut"), comment="HTML5 Support"),
person("Kenton","Russell", role = c("aut", "ctb"),
comment = "xml-viewer integration",
email = "kent.russell@timelyportfolio.com"),
person("Vadim", "Kiryukhin", role = c("ctb", "cph"),
comment = "vkbeautify library"),
person("Ivan", "Sagalaev", role = c("ctb", "cph"),
comment = "highlight.js library"),
person("Julian", "Gruber", role = c("ctb", "cph"),
comment = "xml-viewer library")
)
Maintainer: Bob Rudis <bob@rud.is>
8 years ago
Description: HTML documents can be beautiful and pristine. They can also be
wretched, evil, malformed demon-spawn. Now, you can tidy up that HTML and XHTML
before processing it with your favorite angle-bracket crunching tools, going beyond
the limited tidying that 'libxml2' affords in the 'XML' and 'xml2' packages and
taming even the ugliest HTML code generated by the likes of Google Docs and Microsoft
Word. It's also possible to use the functions provided to format or "pretty print"
8 years ago
HTML content as it is being tidied. Utilities are also included that make it
possible to view formatted and "pretty printed" HTML/XML
content from HTML/XML document objects, nodes, node sets and plain character HTML/XML
using 'vkbeautify' (by Vadim Kiryukhin) and 'highlight.js' (by Ivan Sagalaev).
Also (optionally) enables filtering of nodes via XPath or viewing an HTML/XML document
in "tree" view using 'xml-viewer' (by Julian Gruber). See
<https://github.com/vkiryukhin/vkBeautify> and
<https://github.com/juliangruber/xml-viewer> for more information about 'vkbeautify'
and 'xml-viewer', respectively.
8 years ago
Copyright: file inst/COPYRIGHTS
URL: https://github.com/hrbrmstr/htmltidy
BugReports: https://github.com/hrbrmstr/htmltidy/issues
Depends:
8 years ago
R (>= 3.2.0)
8 years ago
License: MIT + file LICENSE
8 years ago
LazyData: true
NeedsCompilation: yes
Suggests:
testthat,
httr,
rvest
8 years ago
LinkingTo: Rcpp
Imports:
8 years ago
Rcpp,
xml2,
8 years ago
XML,
htmlwidgets,
htmltools
RoxygenNote: 5.0.1