]> git.donarmstrong.com Git - biopieces.git/commitdiff
adding 00README file to code_ruby dir
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 14 Nov 2010 17:27:58 +0000 (17:27 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 14 Nov 2010 17:27:58 +0000 (17:27 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1163 74ccb610-7750-0410-82ae-013aeee3265d

LICENSE
code_perl/00README
code_ruby/00README [new file with mode: 0644]

diff --git a/LICENSE b/LICENSE
index a52a6e5566d7720e317f37b6f0af05eaf297aa40..168dca61b7413cc668c9c6e20e9a450aabeecbf4 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2008 Martin A. Hansen.
+# Copyright (C) 2007-2010 Martin A. Hansen.
 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6fe11078cc441277556a595c340b5dfa617c37fe..87b098680c67bd154254ae36d1b61e299bbf149c 100644 (file)
@@ -1,14 +1,10 @@
-New developers should add their own subdirectory here for their own Perl modules:
+New developers should add their own subdirectory here for their own Perl code:
 
-    ../biopieces/code_perl/Maasha           # this is my Perl modules directory.
-    ../biopieces/code_perl/<new developer>  # this could be your new modules directory.
+    ../biopieces/code_perl/Maasha           # this is my code directory.
+    ../biopieces/code_perl/<new developer>  # this could be your new code directory.
 
-After creating your new subdirectory you can write some Perl modules and put there:
-    ../biopieces/code_perl/<new developer>/<your module 1>.pm
-    ../biopieces/code_perl/<new developer>/<your module 2>.pm
-    ...
+Finally, add your new Perl code directory to the PERL5LIB path in the configuration:
 
-Finally, add your new Perl modules directory to the PERL5LIB path in the configuration:
     ../biopieces/bp_conf/bashrc  # look inside this file for information on how to do that.
 
 
diff --git a/code_ruby/00README b/code_ruby/00README
new file mode 100644 (file)
index 0000000..170d8a6
--- /dev/null
@@ -0,0 +1,14 @@
+New developers should add their own subdirectory here for their own code:
+
+    ../biopieces/code_ruby/Maasha           # this is my code directory.
+    ../biopieces/code_ruby/<new developer>  # this could be your new code directory.
+
+Finally, add your new code directory to the RUBYLIB path in the configuration:
+
+    ../biopieces/bp_conf/bashrc  # look inside this file for information on how to do that.
+
+
+All done.
+
+
+Martin A. Hansen, November 2010.