Index: services/general_services.module
===================================================================
--- services/general_services.module	(revision 360)
+++ services/general_services.module	(working copy)
@@ -103,6 +103,11 @@ function general_services_service_links(
     'link' => 'http://www.mister-wong.com/addurl/?bm_url=<encoded-url>&bm_description=<encoded-title>',
     'description' => t('Bookmark this post on Mister Wong'),
   );
+  $links['slashdot'] = array(
+    'name' => 'SlashDot',
+    'link' => 'http://slashdot.org/bookmark.pl?url=<encoded-url>&title=<encoded-title>',
+    'description' => t('Bookmark this post on SlashDot'),
+  );
 
   return $links;
 }
