Skip to content

Commit

Permalink
~ changing README.rst to point to this github for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Husemann committed Oct 4, 2011
1 parent e24ae46 commit 371d392
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.rst
Expand Up @@ -5,8 +5,8 @@ pastemacs
http://pypi.python.org/pypi/pastemacs/ http://pypi.python.org/pypi/pastemacs/


**pastemacs** allows to create and retrieve pastes from **pastemacs** allows to create and retrieve pastes from
http://paste.pocoo.org directly from Emacs_. It is available under the http://paste.pocoo.org (or any other lodgeit server) directly from and to Emacs_.
terms of the `GNU GPL 2`_ (see ``COPYING``). It is available under the terms of the `GNU GPL 2`_ (see ``COPYING``).


.. _Emacs: http://www.gnu.org/software/emacs/emacs.html .. _Emacs: http://www.gnu.org/software/emacs/emacs.html
.. _`GNU GPL 2`: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt .. _`GNU GPL 2`: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Expand All @@ -27,7 +27,7 @@ tested, Python 3 is *not* supported). pastemacs itself is available in the
This installs pastemacs and its dependency lodgeitlib_. Alternatively you This installs pastemacs and its dependency lodgeitlib_. Alternatively you
can just clone the Git_ repository and install manually:: can just clone the Git_ repository and install manually::


git clone git://github.com/lunaryorn/pastemacs.git git clone git://github.com/dirkhusemann/pastemacs.git
cd pastemacs cd pastemacs
python setup.py install python setup.py install


Expand Down Expand Up @@ -61,12 +61,6 @@ using ``M-x``. pastemacs does not register any shortcuts for its commands,
so if you want some, you have to register them for yourself (e.g. by using so if you want some, you have to register them for yourself (e.g. by using
``global-set-key``). ``global-set-key``).


Take a look at the configuration_, the author of pastemacs uses, if you want
to see an example.

.. _configuration: https://github.com/lunaryorn/dotemacsd/blob/master/site-start.d/50pasting.el


Creating pastes Creating pastes
--------------- ---------------


Expand Down Expand Up @@ -128,5 +122,7 @@ Please provide as much information as possible when reporting issues.
Feel free to clone the repository, add you own modifications and send a pull Feel free to clone the repository, add you own modifications and send a pull
requests. Enhancements and new features are always appreciated :) requests. Enhancements and new features are always appreciated :)


.. _github: https://github.com/lunaryorn/pastemacs .. _github: https://github.com/dirkhusemann/pastemacs
.. _`issue tracker`: https://github.com/lunaryorn/pastemacs/issues .. _`issue tracker`: https://github.com/dirkhusemann/pastemacs/issues


0 comments on commit 371d392

Please sign in to comment.