Fix Trond's email address.
authorBrian Aker <brian@gaz>
Thu, 7 Jan 2010 02:17:26 +0000 (18:17 -0800)
committerBrian Aker <brian@gaz>
Thu, 7 Jan 2010 02:17:26 +0000 (18:17 -0800)
39 files changed:
AUTHORS
docs/Makefile.am
docs/libmemcached.pod
docs/libmemcached_examples.pod
docs/libmemcachedutil.pod
docs/make_index.pl [new file with mode: 0644]
docs/memcached_analyze.pod
docs/memcached_auto.pod
docs/memcached_behavior.pod
docs/memcached_callback.pod
docs/memcached_create.pod
docs/memcached_delete.pod
docs/memcached_dump.pod
docs/memcached_flush.pod
docs/memcached_flush_buffers.pod
docs/memcached_generate_hash_value.pod
docs/memcached_get.pod
docs/memcached_memory_allocators.pod
docs/memcached_pool.pod
docs/memcached_quit.pod
docs/memcached_result_st.pod
docs/memcached_server_st.pod
docs/memcached_servers.pod
docs/memcached_set.pod
docs/memcached_stats.pod
docs/memcached_strerror.pod
docs/memcached_user_data.pod
docs/memcached_verbosity.pod
docs/memcached_version.pod
docs/memcapable.pod
docs/memcat.pod
docs/memcp.pod
docs/memdump.pod
docs/memerror.pod
docs/memflush.pod
docs/memrm.pod
docs/memslap.pod
docs/memstat.pod
libmemcached/memcached/protocol_binary.h

diff --git a/AUTHORS b/AUTHORS
index 6e740f9612c8d836634dce38e07da64ccb9b2d8f..1bdae2fbc4a40a859f7b9f5985d8979dbb2d4a7f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,7 @@ Mark Atwood, -- Tools, Docs
 Patrick Galbraith, -- C++ Interface
 Padraig O'Sullivan, -- C++ Interface (current one)
 Tim Bunce, -- Docs
-Trond Norbye, trond.norbye@sun.com -- Binary protocol, Misc
+Trond Norbye, trond.norbye@gmail.com -- Binary protocol, Misc
 Yin Chen, -- Ketama Work
 Toru Maesaka, dev@torum.net -- Stats analysis
 Eric Lambert, -- UDP work
index e9761c87f6f723228351b95d7b77199a487b5fef..93452aca295f7c6415ffe3fa45578112acce61c2 100644 (file)
@@ -11,6 +11,8 @@ CLEANFILES= *.1 *.3 *.html *.pop *.tmp
 
 BUILT_SOURCES=
 
+EXTRA_DIST= make_index.pl
+
 AUTO_PAGES= \
        memcached_increment.pop \
        memcached_increment_with_initial.pop \
@@ -282,7 +284,7 @@ HTML_FILES= \
            memslap.html \
            memstat.html
 
-EXTRA_DIST = \
+POD_FILES= \
             hashkit_create.pod \
             hashkit_functions.pod \
             hashkit_value.pod \
@@ -320,6 +322,7 @@ EXTRA_DIST = \
             memrm.pod \
             memslap.pod \
             memstat.pod
+EXTRA_DIST+= $(POD_FILES)
 
 man_MANS = \
          libmemcached.3 \
@@ -483,43 +486,15 @@ ${HASHKIT_ST_PAGES}:
        @rm -f $@
        ln -s ${top_srcdir}/docs/hashkit_value.pod ${top_builddir}/docs/$@
 
-test-docs: $(EXTRA_DIST)
+test-docs: $(POD_FILES)
        ${PODCHECKER} $(top_srcdir)/docs/$?
 
-#      ${PODCHECKER} $(top_srcdir)/docs/hashkit_create.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/hashkit_functions.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/hashkit_value.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/libmemcached.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/libmemcached_examples.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_auto.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_behavior.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_callback.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_create.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_delete.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_flush.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_flush_buffers.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_get.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_memory_allocators.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_pool.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_quit.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_server_st.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_servers.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_set.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_stats.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_strerror.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_user_data.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_verbosity.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcached_version.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcapable.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcat.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memcp.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memerror.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memflush.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memrm.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memslap.pod
-#      ${PODCHECKER} $(top_srcdir)/docs/memstat.pod
-
-html-pages: $(HTML_FILES)
+html-local: html-pages html-index
+
+html-pages: $(HTML_FILES) 
+
+html-index: html-pages
+       perl make_index.pl *.html > index.html
 
 SUFFIXES= .pop .pod .html .1 .3
 
index 4c85b5b4fb70788841ad49cf0b50817437ef3f89..46fc2da0d42c7e257e7fa4215fa648ea6576abf1 100644 (file)
@@ -113,7 +113,7 @@ structure.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 31328b9ab3aea484b6c11d111947dffb47e79e3e..1c937fe7c9b41fcbb0de74eed346bfab2b04ef47 100644 (file)
@@ -101,7 +101,7 @@ C<MEMCACHED_MAX_KEY> is provided for usage.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index be410ecd1eaba8d03d73d73972aa4cf0d868ee22..fd2e4f6274bef2564f705e2555b6327c15d34ae6 100644 (file)
@@ -27,11 +27,11 @@ implementation. see memcached_pool_create(3).
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
diff --git a/docs/make_index.pl b/docs/make_index.pl
new file mode 100644 (file)
index 0000000..cb0d190
--- /dev/null
@@ -0,0 +1,30 @@
+#!/usr/bin/perl -w
+
+use strict;
+use CGI;
+
+sub main {
+  my $cgi = new CGI;
+
+  print $cgi->start_html('Libmemcached Documentation') . "\n";
+  print $cgi->h1('Libmemcached Documentation') . "\n";
+
+  print $cgi->a({ href => "libmemcached.html" }, "Introduction to Libmemcached") . $cgi->br() . "\n";
+  print $cgi->a({ href => "libmemcached_examples.html" }, "Libmemcached Examples") . $cgi->br() . "\n";
+  print $cgi->br() . "\n";
+  print $cgi->br() . "\n";
+
+  foreach (@ARGV)
+  {
+    my $url=  $_;
+    my $name= $_;
+    $name  =~ s/\.html//g;
+    next if $name eq 'index'; 
+    next if $name eq 'libmemcached'; 
+    next if $name eq 'libmemcached_examples'; 
+    print "<li\>" . $cgi->a({ href => $url }, $name) . $cgi->br() . "\n";
+  }
+  print $cgi->end_html; 
+}
+
+main();
index c48947260da23e7da0c80b81df8f006ca717f392..9c0401f8de7a39106e62ed161655b26ee4609680 100644 (file)
@@ -40,7 +40,7 @@ memory allocated for it.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 305451b6647730f30f960ef909aa4ced1f3fa13b..bd6da19242e707cca39c022e835eab779b13a236 100644 (file)
@@ -124,7 +124,7 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index c664e99fa949545f8102b9ae62515237ca101905..f59150f1751f5ef7265614a65eafc9a6a44f6a3e 100644 (file)
@@ -234,7 +234,7 @@ to data value, to taking a uin64_t.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 5d7fed2de7c77f77b5e8834f6ba2b63930ddf783..9175c29d2dc841b67b77a0fe53bbb151a91b6978 100644 (file)
@@ -109,7 +109,7 @@ otherwise MEMCACHED_FAILURE on error.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 8c6a1a2233cc526948531a1c4789d7cf3b253ab8..421ba131781d22e817dd6b35c38874235c52b4e0 100644 (file)
@@ -48,7 +48,7 @@ memcached_clone() returns a pointer to the memcached_st that was created
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 07ec865ca86cc2672576c5fb3aec23244b9592db..89bff56a28bb05cf97b08a1e7403a8f384b333e9 100644 (file)
@@ -44,7 +44,7 @@ means that the message was queued for delivery.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index cf596335f8cbf2eadd338540a0fa0bdcaefb802e..2d53701635e17b016ad53793cb3ccc3dfa33930d 100644 (file)
@@ -39,7 +39,7 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 9a853ee4767f1616fe7f03c2b83e821ba6bc573a..0ca9547226fdce5bd35f26f7e04b406645e9b781 100644 (file)
@@ -32,7 +32,7 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 7dd980325d419bffbe80cd44d475c2f52404dd7c..11c06dc0d706186d0a1b1ed17a990e98c230aec9 100644 (file)
@@ -28,11 +28,11 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
index ebd9034950f4c3c2aae9ca503ed6640dbe1409ef..a2af1fc4e8af57981f49c40cc98df51023a48dd2 100644 (file)
@@ -46,7 +46,7 @@ returned.
 =head1 HOME
 
 To find out more information please check: 
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 9423635ea6ecdb0733296c639c61efdf61ebe482..ced98f1c0463639cb8b38d934f97e513846cc2ab 100644 (file)
@@ -157,7 +157,7 @@ look at the value of error to determine what the actual error was.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index e0cd8466fe3c847021dda665c7245bec6fb09898..cafa70c2be1dc374cfee56c2eeddc47465326945 100644 (file)
@@ -67,11 +67,11 @@ and MEMCACHED_FAILURE if you don't pass a complete set of function pointers.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
index d5f90bbf1ba3b5d41d40fb2a06d3bb29eb1555d7..b974be67901b00d5fd965a7a88704bad4405b7be 100644 (file)
@@ -86,11 +86,11 @@ returns MEMCACHED_SUCCESS upon success.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
index 0500b2aba4039ccecc0217a1ff0103e804869bbe..270dd4674e346dc92411471f95d586b78dbd07aa 100644 (file)
@@ -33,7 +33,7 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 489b3f0e7a7ab0dedabce193da9dec5cf7360945..ab69f266686b122ede21b9feb2b80ca49a0f0766 100644 (file)
@@ -101,7 +101,7 @@ do this will result in leaked memory.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 912f0296b8fc6fabda9efb7fbf753c9b7faa9998..32d4e1e98344b014e88fae9564707b3f9dfd9c69 100644 (file)
@@ -61,7 +61,7 @@ Varies, see particular functions.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index f4f789d4185938a8b9c5a7c64798a51f765c70d6..3cd5da9e5478d1ac960156b4e59fbd09ec0e48b0 100644 (file)
@@ -97,7 +97,7 @@ Varies, see particular functions.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 7a9ad04b7776626fee81cd6349f0cd4411a35ccf..13330dcf8932d7cec6da5ec8bb5b0530b71b7932 100644 (file)
@@ -173,7 +173,7 @@ legitmate error in the case of a collision.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index a0741d3bdabbf2eddbaafbd4cbbdec83da6a926b..fe093d105915a57bcd09fe53bc37aa5e833fdc9e 100644 (file)
@@ -70,7 +70,7 @@ memory allocated for it.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 64ef595785120f76b79d20e5738c3b1c86fc8ded..07801d8c99b4ae0477ec0fc2e322b5a2b3692618 100644 (file)
@@ -33,7 +33,7 @@ memcached_strerror() returns a string describing a C<memcached_return_t> value.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 597335ac9152b016210830d167cbfa47c384f27e..fc339dfce98d705beac8eb9b785fbf103404d994 100644 (file)
@@ -36,11 +36,11 @@ data.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
index 475b66f240c90df0999cceabf517176ba3c42fae..6cdac9144c0bb465eacf3fcc4bd5cd8d3ade424a 100644 (file)
@@ -28,7 +28,7 @@ Use memcached_strerror() to translate this value to a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 3fbb8bf3889892d700f55047dc166bef9f12275e..26e54e0acf7c354988d21d5b36a4617b0ae0c550 100644 (file)
@@ -42,7 +42,7 @@ a printable string.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 7c01b51f164b5857b4f27a69996fc6d0a56e8dfb..bd4d48f8dba488bb1832088455cb15d102717c8a 100644 (file)
@@ -47,11 +47,11 @@ The current version of memcapable will only verify the binary protocol.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
-Trond Norbye, E<lt>trond.norbye@sun.comE<gt>
+Trond Norbye, E<lt>trond.norbye@gmail.comE<gt>
 
 =head1 SEE ALSO
 
index 04d8a30477fb3d236913a3707b65f2b6d097a760..c5ef808b17136b0fd128fca8cba05eddfe68889e 100644 (file)
@@ -21,7 +21,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 319e2f1590f634b00d10725310e4805d08c8e4ff..9be7cddade081bf3c94e64c7a0aaa443c4e51fc7 100644 (file)
@@ -24,7 +24,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 97fe435d29fef8dd78cf255449ec3ea851b69641..5a26be573fc0d84d3995dd008d2628a256b10c17 100644 (file)
@@ -17,7 +17,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 9dc2e0cef2a66b40508f47b4ed3069ff74e860c9..40278771a0c1c17b46a1a4ea3b7beeda74c96ce1 100644 (file)
@@ -16,7 +16,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more infoerroration please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index 031e07d007beeefaec3769fc1f2242547785d27b..f26e10c3aa79b509ccda00ded267b836424296be 100644 (file)
@@ -19,7 +19,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index d7ba38f88587a05ca3a8eed6ea0a3ffe1f941cec..9554f0a07fa4d184cadfa202fee23472e4c89801 100644 (file)
@@ -18,7 +18,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<https://launchpad.net/libmemcached>
 
 =head1 AUTHOR
 
index bd6b4693b362f5aa7e589e6a197b1144b8960427..f1b73071ccf02086c1dab9b882f57b7d0d55d817 100644 (file)
@@ -984,8 +984,6 @@ memslap -s 127.0.0.1:11211,127.0.0.1:11212 -F config -t 2m -p 2
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
-
 L<http://launchpad.org/libmemcached>
 
 =head1 AUTHORS
index 83aa6abed865393b672ee2adc0034a893d440b53..9341e7c8c02aaa71d7575cd260b89b5f419593d1 100644 (file)
@@ -19,7 +19,7 @@ For a full list of operations run the tool with the B<--help> option.
 =head1 HOME
 
 To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<http://launchpad.org/libmemcached>
 
 =head1 AUTHOR
 
index b28094062bc24815cfb965f4f51ca30b0f4032c9..e5226b5bf467f0821e2ad874b6acfe49b588dcf1 100644 (file)
@@ -29,7 +29,7 @@
  *
  * Copy: See Copyright for the status of this software.
  *
- * Author: Trond Norbye <trond.norbye@sun.com>
+ * Author: Trond Norbye <trond.norbye@gmail.com>
  */
 
 #ifndef PROTOCOL_BINARY_H