diff --git a/README b/README index e1087b0..be4c61a 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ For API description, see `xylib/xylib.h`__ file. __ http://xylib.svn.sourceforge.net/viewvc/xylib/trunk/xylib/xylib.h?view=markup -Licence: `LGPL `_ +Licence: `LGPL `_ DOWNLOAD ======== @@ -48,7 +48,7 @@ DOWNLOAD * MS Windows `DLL + xyconv.exe`_ (compiled with MSVC9) * Linux RPMs_ and DEBs_ -.. _`DLL + xyconv.exe`: http://downloads.sourceforge.net/xylib/xylib_win-0.7.zip +.. _`DLL + xyconv.exe`: http://downloads.sourceforge.net/xylib/xylib_win-0.8.zip .. _RPMs: http://download.opensuse.org/repositories/home://wojdyr/ .. _DEBs: https://launchpad.net/~wojdyr/+archive/fityk @@ -57,7 +57,7 @@ DOWNLOAD * `tarball`_ * Subversion repository_. -.. _`tarball`: http://downloads.sourceforge.net/xylib/xylib-0.7.tar.bz2 +.. _`tarball`: http://downloads.sourceforge.net/xylib/xylib-0.8.tar.bz2 .. _repository: https://xylib.svn.sourceforge.net/svnroot/xylib/trunk/ To build from source, you need: @@ -129,7 +129,7 @@ CREDITS HISTORY ======= -* 0.8 (not released yet) +* 0.8 (2011-01-18) - fixed a couple of bugs in pdCIF implementation diff --git a/lgpl.png b/lgpl.png new file mode 100644 index 0000000..4ab26f1 Binary files /dev/null and b/lgpl.png differ diff --git a/web.css b/web.css index 1a3cccc..0b7fd1d 100644 --- a/web.css +++ b/web.css @@ -46,11 +46,9 @@ h1.title { border: none; background-color: #11303d; color: white; - /* - background-image:url("img/xyconvert48.png"); + background-image: url('lgpl.png'); background-repeat: no-repeat; background-position: 5% 50%; - */ } a {