Jump to content

Nokogiri (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Kiwi128 (talk | contribs) at 04:39, 2 November 2020 (update preview version => 1.11.0.rc3). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Nokogiri, an XML and HTML Parser
Original author(s)Aaron Patterson, Mike Dalessio
Developer(s)Aaron Patterson, Mike Dalessio, Yoko Harada, Timothy Elliott, John Shahid, Akinori MUSHA
Initial releaseOctober 30, 2008 (2008-10-30)
Stable release
1.10.10 / July 6, 2020; 3 years ago (2020-07-06)[1]
Preview release
1.11.0.rc3 / September 8, 2020; 3 years ago (2020-09-08)[1]
Repository
Operating systemLinux, FreeBSD, OpenBSD, Windows, macOS
PlatformCross-platform
Available inRuby, Java
TypeParser
LicenseMIT License[2]
Websitewww.nokogiri.org Edit this on Wikidata

Nokogiri is an open source software library to parse HTML and XML in Ruby.[3][4][5][6] It depends on libxml2 and libxslt to provide its functionality.[7]

It is one of the most downloaded Ruby gems, having been downloaded over 300 million times from the rubygems.org repository.[8]

References

  1. ^ a b "Releases - sparklemotion/nokogiri". Retrieved 2 November 2020 – via GitHub.
  2. ^ "LICENSE". Github. Retrieved 5 September 2019.
  3. ^ Peter Cooper (20 July 2009). Beginning Ruby: From Novice to Professional. Apress. pp. 528–529. ISBN 978-1-4302-2363-4. Retrieved 15 May 2011.
  4. ^ Chad Pytel; Tammer Saleh (9 November 2010). Rails AntiPatterns: Best Practice Ruby on Rails Refactoring. Addison-Wesley. p. 199. ISBN 978-0-321-60481-1. Retrieved 15 May 2011.
  5. ^ Mark Watson (2009). Scripting Intelligence: Web 3.0 Information, Gathering and Processing. Springer. p. 22. ISBN 978-1-4302-2351-1. Retrieved 15 May 2011.
  6. ^ Sparklemotion, Team. "Tutorials - Nokogiri 鋸". www.nokogiri.org. Retrieved 2016-02-04.
  7. ^ "Nokogiri (README.md)". Retrieved 22 November 2018 – via GitHub.
  8. ^ "nokogiri". RubyGems repository. Retrieved 20 April 2020.

External links