? .project_cvs_instructions.module.swp
Index: project_cvs_instructions.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_cvs_instructions/project_cvs_instructions.module,v
retrieving revision 1.5
diff -u -r1.5 project_cvs_instructions.module
--- project_cvs_instructions.module	18 Mar 2009 18:37:02 -0000	1.5
+++ project_cvs_instructions.module	1 Dec 2009 23:35:04 -0000
@@ -154,6 +154,11 @@
     $content[] = '</ol>';
   }
 
+  $content[] = '<h3>Browsing the repository</h3>';
+  $content[] = '<ol>';
+  $content[] = '<li>For a read-only view of the code in CVS you can use <a href="http://drupalcode.org/viewvc/drupal/contributions/modules/' . check_plain($project->title) . '/?pathrev=' . check_plain($version) . '">viewvc on drupalcode.org</a></li>';
+$content[] = '</ol>';
+
   return implode("\n", $content);
 }
 
