]> pere.pagekite.me Git - homepage.git/commitdiff
Add link.
authorPetter Reinholdtsen <pere@hungry.com>
Fri, 1 Jun 2012 13:18:21 +0000 (13:18 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Fri, 1 Jun 2012 13:18:21 +0000 (13:18 +0000)
blog/data/2012-06-01-dell-support-json.txt

index e228077d21d93246a5b15043d5ff6d693dd3211d..532dea0e6fcb6e952bfb22cf82adaba718355806 100644 (file)
@@ -5,10 +5,12 @@ Date: 2012-06-01 15:20
 <p>A few years ago I wrote
 <a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">how
 to extract support status</a> for your Dell and HP servers.  Recently
 <p>A few years ago I wrote
 <a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">how
 to extract support status</a> for your Dell and HP servers.  Recently
-I have learned that Dell have made this even easier, by providing a
-SOAP based web service.  Given the service tag, one can now query the
-Dell servers and get machine readable information about the support
-status.  This perl code demonstrate how to do it:</p>
+I have learned from colleges here at the
+<a href="http://www.uio.no/">University of Oslo</a> that Dell have
+made this even easier, by providing a SOAP based web service.  Given
+the service tag, one can now query the Dell servers and get machine
+readable information about the support status.  This perl code
+demonstrate how to do it:</p>
 
 <p><pre>
 use strict;
 
 <p><pre>
 use strict;