Update of /cvsroot/pyx/pyx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv536
Modified Files:
README
Log Message:
use description from setup.py and update address of FSF
Index: README
===================================================================
RCS file: /cvsroot/pyx/pyx/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README 27 Apr 2004 12:43:33 -0000 1.5
--- README 6 Jul 2005 21:48:28 -0000 1.6
***************
*** 2,16 ****
=============================
! PyX is a Python package to create encapsulated PostScript figures. It provides
! classes and methods to access basic PostScript functionality at an abstract
! level. At the same time the emerging structures are very convenient to produce
! all kinds of drawings in a non-interactive way. In combination with the Python
! language itself the user can just code any complexity of the figure wanted.
! Additionally an TeX/LaTeX interface enables one to use the famous high quality
! typesetting within the figures.
!
! A major part of PyX on top of the already described basis is the provision of
! high level functionality for complex tasks like 2d plots in publication-ready
! quality.
Installation
--- 2,9 ----
=============================
! PyX is a Python package for the creation of PostScript and PDF files. It
! combines an abstraction of the PostScript drawing model with a TeX/LaTeX
! interface. Complex tasks like 2d and 3d plots in publication-ready quality are
! built out of these primitives.
Installation
***************
*** 42,44 ****
You should have received a copy of the GNU General Public License
along with PyX; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--- 35,37 ----
You should have received a copy of the GNU General Public License
along with PyX; if not, write to the Free Software
! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|