From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20110208/35d7df18/attachment-0001.html | 20 ++++++++++ .../attachments/20110208/35d7df18/attachment.html | 20 ++++++++++ .../20110208/69d2df41/attachment-0001.bin | 44 ++++++++++++++++++++++ .../attachments/20110208/69d2df41/attachment.bin | 44 ++++++++++++++++++++++ 4 files changed, 128 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin create mode 100644 zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin (limited to 'zarb-ml/mageia-dev/attachments/20110208') diff --git a/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment-0001.html new file mode 100644 index 000000000..ff981ab8b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment-0001.html @@ -0,0 +1,20 @@ +

On Tue, Feb 8, 2011 at 17:08, Michael Scherer <misc@zarb.org> wrote:
+
+>
+> (find / xmlrpc.inc gives nothing)
+
+
> So the question is : which package provides 'xmlrpc.inc' ?
$ urpmf '/xmlrpc\.inc'
+mmc-web-base:/usr/share/mmc/includes/xmlrpc.inc.php
+tikiwiki:/usr/share/tikiwiki/lib/xmlrpc.inc
+drupal:/var/www/drupal/includes/xmlrpc.inc
+drupal:/var/www/drupal/includes/xmlrpc.inc
+
+so I think nothing provides it, or it is some kind of file that is cut
+and paste everywhere.
+
+IIRC, xml rpc on php is kinda painful and too low level
+
+--
+Michael Scherer
+
+
Ok. But I have none of those files.
Is there no way to know how it comes that my script works on my system ?


--

Frederic
diff --git a/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment.html b/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment.html new file mode 100644 index 000000000..ff981ab8b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/35d7df18/attachment.html @@ -0,0 +1,20 @@ +

On Tue, Feb 8, 2011 at 17:08, Michael Scherer <misc@zarb.org> wrote:
+
+>
+> (find / xmlrpc.inc gives nothing)
+
+
> So the question is : which package provides 'xmlrpc.inc' ?
$ urpmf '/xmlrpc\.inc'
+mmc-web-base:/usr/share/mmc/includes/xmlrpc.inc.php
+tikiwiki:/usr/share/tikiwiki/lib/xmlrpc.inc
+drupal:/var/www/drupal/includes/xmlrpc.inc
+drupal:/var/www/drupal/includes/xmlrpc.inc
+
+so I think nothing provides it, or it is some kind of file that is cut
+and paste everywhere.
+
+IIRC, xml rpc on php is kinda painful and too low level
+
+--
+Michael Scherer
+
+
Ok. But I have none of those files.
Is there no way to know how it comes that my script works on my system ?


--

Frederic
diff --git a/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin new file mode 100644 index 000000000..193390946 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment-0001.bin @@ -0,0 +1,44 @@ +setDebug(2); + +# ask the client to send the message to the server +$response = $client->send($message); + +# handle the response +if (!$response->faultCode()) { + print "
I got this value back
" .
+		htmlentities($response->serialize()). "

\n"; +} else { + print "Fault
"; + print "Code: " . htmlentities($response->faultCode()) . "
" . + "Reason: '" . htmlentities($response->faultString()) . "'
"; +} + +?> \ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin new file mode 100644 index 000000000..193390946 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20110208/69d2df41/attachment.bin @@ -0,0 +1,44 @@ +setDebug(2); + +# ask the client to send the message to the server +$response = $client->send($message); + +# handle the response +if (!$response->faultCode()) { + print "
I got this value back
" .
+		htmlentities($response->serialize()). "

\n"; +} else { + print "Fault
"; + print "Code: " . htmlentities($response->faultCode()) . "
" . + "Reason: '" . htmlentities($response->faultString()) . "'
"; +} + +?> \ No newline at end of file -- cgit v1.2.1