Skip to content

Commit

Permalink
Updated project website in hopefully all places.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jul 12, 2017
1 parent 6acfc21 commit bb49565
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -11,10 +11,10 @@ Reporting bugs, requesting features
Code contribution
-----------------

* Building and installing Magnum is described in the [documentation](http://mosra.cz/blog/magnum-doc/building.html).
* Building and installing Magnum is described in the [documentation](http://doc.magnum.graphics/magnum/building.html).
* Follow the project coding guidelines. In short -- try to match style of the
surrounding code and avoid any trailing whitespace. When in doubt, consult
coding guidelines, which are available also [online](http://mosra.cz/blog/magnum-doc/coding-style.html).
coding guidelines, which are available also [online](http://doc.magnum.graphics/magnum/coding-style.html).
* Document your code. When updating or adding new API, make sure that Doxygen
documentation is up to date.
* Build unit tests (`-DBUILD_TESTS=ON` parameter to CMake) and run them
Expand All @@ -24,7 +24,7 @@ Code contribution

in build directory. All tests should *always* pass. Add new tests or modify
the existing to make sure new code is properly covered (if possible). Here
is a [short tutorial](http://mosra.cz/blog/corrade-doc/unit-testing.html)
is a [short tutorial](http://doc.magnum.graphics/corrade/unit-testing.html)
to help you with creating unit tests.
* Best way to contribute is by using GitHub [pull requests](https://github.com/mosra/magnum-plugins/pulls)
-- fork the repository and make pull request from feature branch. You can
Expand All @@ -49,7 +49,7 @@ Code contribution
Contact
-------

* Website -- http://mosra.cz/blog/magnum.php
* Website -- http://magnum.graphics
* GitHub -- https://github.com/mosra/magnum-plugins
* Gitter -- https://gitter.im/mosra/magnum
* IRC -- join `#magnum-engine` channel on freenode
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -59,10 +59,10 @@ in build directory. Everything should pass ;-)
CONTACT
=======

Want to learn more about the library? Found a bug or want to tell me an awesome
idea? Feel free to visit my website or contact me at:
Want to learn more about the library? Found a bug or want to share an awesome
idea? Feel free to visit the project website or contact the team at:

* Website -- http://mosra.cz/blog/magnum.php
* Website -- http://magnum.graphics
* GitHub -- https://github.com/mosra/magnum-plugins
* Gitter -- https://gitter.im/mosra/magnum
* IRC -- join `#magnum-engine` channel on freenode
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('magnum')
makedepends=('cmake' 'ninja' 'qt4' 'devil' 'freetype2' 'harfbuzz' 'libjpeg' 'libpng')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-arm
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (Android ARM)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('android-arm-magnum')
makedepends=('cmake' 'ninja' 'android-ndk' 'corrade')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-x86
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (Android x86)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('android-x86-magnum')
makedepends=('cmake' 'ninja' 'android-ndk' 'corrade')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-clang
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.clang
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (built with clang)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('magnum')
makedepends=('cmake' 'clang' 'ninja' 'qt4' 'devil' 'freetype2' 'harfbuzz' 'libjpeg' 'libpng')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-emscripten
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (Emscripten)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-magnum')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-emscripten-noopt
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (Emscripten, w/o optimizations)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-magnum')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-gcc47
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.gcc47
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (built with GCC 4.7)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('magnum')
makedepends=('cmake' 'ninja' 'gcc47' 'qt4' 'devil' 'freetype2' 'harfbuzz' 'libjpeg' 'libpng')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-mingw-w64
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (mingw-w64)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('mingw-w64-crt' 'mingw-w64-magnum' 'mingw-w64-freetype' 'mingw-w64-libjpeg' 'mingw-w64-libpng')
makedepends=('mingw-w64-gcc' 'cmake' 'corrade' 'ninja')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-nacl-newlib
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.newlib
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (NaCl newlib version)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('nacl-magnum')
makedepends=('nacl-sdk' 'cmake' 'ninja')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-release
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.release
pkgrel=1
pkgdesc="Plugins for Magnum OpenGL graphics engine (debug+release libs)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('magnum')
makedepends=('cmake' 'ninja' 'qt4' 'devil' 'freetype2' 'harfbuzz' 'libjpeg' 'libpng')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/magnum-plugins-git/PKGBUILD
Expand Up @@ -4,7 +4,7 @@ pkgver=snapshot.2015.05.r374.gb0a6d6e
pkgrel=1
pkgdesc="Plugins for Magnum graphics engine (Git version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('magnum-git' 'devil' 'libpng' 'libjpeg' 'freetype2')
makedepends=('cmake' 'git')
Expand Down
2 changes: 1 addition & 1 deletion package/debian/control
Expand Up @@ -4,7 +4,7 @@ Maintainer: Vladimír Vondruš <mosra@centrum.cz>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.12), magnum-dev, libdevil-dev, libjpeg-dev, libpng12-dev, libfreetype6-dev
Standards-Version: 3.9.2
Section: libs
Homepage: http://mosra.cz/blog/magnum.php
Homepage: http://magnum.graphics
Vcs-Git: git://github.com/mosra/magnum-plugins.git
Vcs-Browser: https://github.com/mosra/magnum-plugins

Expand Down
Expand Up @@ -9,7 +9,7 @@ EGIT_REPO_URI="git://github.com/mosra/magnum-plugins.git"
inherit cmake-utils git-r3

DESCRIPTION="Plugins for Magnum OpenGL graphics engine"
HOMEPAGE="http://mosra.cz/blog/magnum.php"
HOMEPAGE="http://magnum.graphics"

LICENSE="MIT"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion package/homebrew/magnum-plugins.rb
Expand Up @@ -2,7 +2,7 @@

class MagnumPlugins < Formula
desc "Plugins for Magnum graphics engine"
homepage "https://github.com/mosra/magnum"
homepage "http://magnum.graphics"
head "git://github.com/mosra/magnum-plugins.git"

depends_on "cmake"
Expand Down

0 comments on commit bb49565

Please sign in to comment.