Update URLs from einstein to tremily.
[sawsim.git] / README
diff --git a/README b/README
index a44781cf4241bb7c2e27de889788c73a673c1866..dd25629a78d1bb9e0927526be58880f29881c9b2 100644 (file)
--- a/README
+++ b/README
@@ -9,9 +9,10 @@ Gentoo
 ~~~~~~
 
 I've packaged sawsim for Gentoo_ as sci-physics/sawsim in my `wtk
-overlay`_.  To install, add my overlay to your Layman_ config file,
-and run::
+overlay`_.  To install, run::
 
+  # emerge -av app-portage/layman
+  # layman --add wtk
   # emerge -av sci-physics/sawsim
 
 To stay current, follow the sawsim `Atom`_ or `RSS`_ feed, and
@@ -20,10 +21,10 @@ re-emerge when there are interesting changes.
 You can skip the Compiling_ and Upgrading_ sections of this README ;).
 
 .. _Gentoo: http://www.gentoo.org/
-.. _wtk overlay: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/
+.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
 .. _Layman: http://www.gentoo.org/proj/en/overlays/userguide.xml
-.. _Atom: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=atom
-.. _RSS: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=sawsim.git;a=rss
+.. _Atom: http://git.tremily.us/?p=sawsim.git;a=atom
+.. _RSS: http://git.tremily.us/?p=sawsim.git;a=rss
 
 
 Compiling
@@ -31,7 +32,7 @@ Compiling
 
 Check out the source::
 
-  $ git clone http://www.physics.drexel.edu/~wking/code/git/sawsim.git sawsim
+  $ git clone git://tremily.us/sawsim.git
   $ cd sawsim
 
 Sawsim is written in noweb_.  Extract the `Makefile` and compile with::
@@ -61,9 +62,9 @@ Upgrade to the most recent version::
 Dependencies
 ------------
 
-============  =====================  =================  =====================
+============  =====================  =================  ======================
 Package       Purpose                Debian             Gentoo
-============  =====================  =================  =====================
+============  =====================  =================  ======================
 git_          version control        git-core           dev-vcs/git
 noweb_        source code framework  noweb              app-text/noweb
 GSL_          sawsim dependency      libgsl0-dev        sci-libs/gsl
@@ -74,8 +75,8 @@ matplotlib_   pysawsim execution     python-matplotlib  dev-python/matplotlib
 numpy_        pysawsim execution     python-numpy       dev-python/numpy
 scipy_        pysawsim execution     python-scipy       sci-libs/scipy
 mpi4py_       pysawsim mpi manager   [1]_               dev-python/mpi4py
-pbs-python_   pysawsim pbs manager   [2]_               [2]_
-============  =====================  =================  =====================
+pbs-python_   pysawsim pbs manager   [2]_               sys-cluster/pbs-python
+============  =====================  =================  ======================
 
 .. _git: http://git-scm.com/
 .. _noweb: http://www.eecs.harvard.edu/~nr/noweb/
@@ -102,8 +103,8 @@ pbs-python_   pysawsim pbs manager   [2]_               [2]_
      $ easy_install --user mpi4py
      $ easy_install --prefix $HOME/.local/ mpi4py
 
-.. [2] pbs-python has no Debian or Gentoo packages, but you can
-   install it from source.  See the `pbs-python homepage`_.
+.. [2] pbs-python has no Debian package, but you can install it from
+   source.  See the `pbs-python homepage`_.
 
 .. _distribute: http://pypi.python.org/pypi/distribute