From 511398b8de4d3cedf8e7404617174c7e248630d5 Mon Sep 17 00:00:00 2001 From: lili Date: Tue, 2 Apr 2019 13:13:05 +0200 Subject: nuspec added --- xidel.nuspec | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 xidel.nuspec diff --git a/xidel.nuspec b/xidel.nuspec new file mode 100644 index 0000000..e0aaa9c --- /dev/null +++ b/xidel.nuspec @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + xidel + + + + 0.9.8 + https://github.com/benibela/xidel + + lili + + + + + Xidel + Benito van der Zander + + http://www.videlibri.de/xidel.html + + 2019 Xidel videlibri + + https://github.com/benibela/xidel/blob/master/COPYING + false + https://gitea.miquellionel.ovh/lili/xidel_chocolatey + https://github.com/benibela/xidel/wiki + https://sourceforge.net/p/videlibri/mailman/ + https://github.com/benibela/xidel/issues + xidel html xml json api parser + Xidel is a command line tool to download and extract data from HTML/XML pages as well as JSON APIs . + --- + [choco://xidel](choco://xidel) + To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) + + --- + + It supports: + + Extract expressions: + + - CSS 3 Selectors: to extract simple elements + - XPath 3.0: to extract values and calculate things with them + - XQuery 3.0: to create new documents from the extracted values + - JSONiq: to work with JSON apis + - Templates: to extract several expressions in an easy way using a annotated version of the page for pattern-matching + - XPath 2.0/XQuery 1.0: compatibility mode for the old XPath/XQuery version + + Following: + + - HTTP Codes: Redirections like 30x are automatically followed, while keeping things like cookies + - Links: It can follow all links on a page as well as some extracted values + - Forms: It can fill in arbitrary data and submit the form + + Output formats: + + - Adhoc: just prints the data in a human readable format + - XML: encodes the data as XML + - HTML: encodes the data as HTML + - JSON: encodes the data as JSON + - bash/cmd: exports the data as shell variables + + Connections: HTTP / HTTPS as well as local files or stdin + + Systems: Windows (using wininet), Linux (using synapse+openssl), Mac (synapse) + + --- + http://www.videlibri.de/xidel.html#news + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2