-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nokogiri


> An HTML, XML, SAX and Reader parser.

More information.


Parse the contents of a URL or file:

nokogiri {url|path/to/file}

Parse as a specific type:

nokogiri {url|path/to/file} --type {xml|html}

Load a specific initialisation file before parsing:

nokogiri {url|path/to/file} -C {path/to/config_file}

Parse using a specific encoding:

nokogiri {url|path/to/file} --encoding {encoding}

Validate using a RELAX NG file:

nokogiri {url|path/to/file} --rng {url|path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:02:01 2024