Index: modules/foaf/foaf.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/foaf/foaf.module,v
retrieving revision 1.8
diff -u -F^F -r1.8 foaf.module
--- modules/foaf/foaf.module	25 May 2005 13:58:18 -0000	1.8
+++ modules/foaf/foaf.module	11 Jun 2005 01:53:14 -0000
@@ -8,6 +8,21 @@
   switch ($section) {
     case 'admin/modules#description':
       return t('Allows <acronym title="Friend of a Friend">FOAF</acronym> import / export');
+    case 'admin/help#foaf':
+      return t('
+               <p>FOAF, or "Friend of a Friend," refers to a set of "social networking" standards and tools for online sharing and searching of user profile information.   Users will find this useful if they want to make a list of their friends and be able to export or import their list among social networking applications.</p>
+               <p>The FOAF module allows users to export FOAF documents based on their profile information. It also allows users to import profile information from external FOAF files, and even includes an option to let profiles auto sync when using distributed authentication.  The FOAF module can export your buddy list if the buddy list module is enabled.   You can download FOAF files in the view tab of a user profile if FOAF is enabled.</p>
+               <p>You can</p>
+               <ul>
+                 <li>read the <a href = "http://en.wikipedia.org/wiki/FOAF" title = "FOAF wikipedia explanation">FOAF wikipedia explanation</a>.</li>
+                 <li>read the <a href = "http://www.socialtext.net/foafnet/index.cgi?basic_specs" title = "FOAFNet specification">FOAFNet specificiation</a>.</li>
+                 <li>view <a href = " http://test.bryght.com/FOAF" title = " FOAF module example 2">FOAF module example</a>.</li>
+                 <li>view <a href = "%userprofiles" title = "user profiles"> user profiles</a> and select a user to see their FOAF file.</li>
+                 <li>enable the buddy list module at <a href = "%administermodules" title = "administer modules"> administrator >> modules</a>.</li>
+               </ul>
+               <p>For more information, read the configuration and customization handbook <a href="http://drupal.org/handbook/modules/Foaf" title="Foaf page"> Foaf page</a></p>', 
+               array('%userprofiles' => url('/profile'), '%administermodules' => url('/admin/modules'))
+             );
   }
 }
 
