Browse Source

Updated project website in hopefully all places.

pull/216/merge
Vladimír Vondruš 9 years ago
parent
commit
7423170645
  1. 8
      CONTRIBUTING.md
  2. 8
      README.md
  3. 4
      doc/mainpage.dox
  4. 2
      package/archlinux/PKGBUILD
  5. 2
      package/archlinux/PKGBUILD-android-arm
  6. 2
      package/archlinux/PKGBUILD-android-x86
  7. 2
      package/archlinux/PKGBUILD-clang
  8. 2
      package/archlinux/PKGBUILD-clang-libc++
  9. 2
      package/archlinux/PKGBUILD-emscripten
  10. 2
      package/archlinux/PKGBUILD-emscripten-noopt
  11. 2
      package/archlinux/PKGBUILD-emscripten-noopt-webgl2
  12. 2
      package/archlinux/PKGBUILD-emscripten-webgl2
  13. 2
      package/archlinux/PKGBUILD-es2
  14. 2
      package/archlinux/PKGBUILD-es2desktop
  15. 2
      package/archlinux/PKGBUILD-es3
  16. 2
      package/archlinux/PKGBUILD-es3desktop
  17. 2
      package/archlinux/PKGBUILD-gcc47
  18. 2
      package/archlinux/PKGBUILD-mingw-w64
  19. 2
      package/archlinux/PKGBUILD-nacl-glibc
  20. 2
      package/archlinux/PKGBUILD-nacl-newlib
  21. 2
      package/archlinux/PKGBUILD-release
  22. 2
      package/archlinux/magnum-git/PKGBUILD
  23. 2
      package/debian/control
  24. 2
      package/gentoo/dev-libs/magnum/magnum-9999.ebuild
  25. 2
      package/homebrew/magnum.rb

8
CONTRIBUTING.md

@ -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. Run
@ -29,7 +29,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/pulls)
-- fork the repository and make pull request from feature branch. You can
@ -54,7 +54,7 @@ Code contribution
Contact
-------
* Website -- http://mosra.cz/blog/magnum.php
* Website -- http://magnum.graphics
* GitHub -- https://github.com/mosra/magnum
* Gitter -- https://gitter.im/mosra/magnum
* IRC -- join `#magnum-engine` channel on freenode

8
README.md

@ -142,7 +142,7 @@ if it doesn't exist yet.
GETTING STARTED
===============
The Doxygen documentation has a thorough [guide how to start using Magnum](http://mosra.cz/blog/magnum-doc/getting-started.html)
The Doxygen documentation has a thorough [guide how to start using Magnum](http://doc.magnum.graphics/magnum/getting-started.html)
in your project.
RELATED PROJECTS
@ -183,10 +183,10 @@ separate repositories.
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://magnum.graphics/
* Website -- http://magnum.graphics
* GitHub -- https://github.com/mosra/magnum
* Gitter -- https://gitter.im/mosra/magnum
* IRC -- join `#magnum-engine` channel on freenode

4
doc/mainpage.dox

@ -112,9 +112,9 @@ right now! There is the already mentioned guide about
@ref coding-style "coding style and best practices" which you should follow to
make the library as consistent and maintainable as possible.
Feel free to get more information or contact the author at:
Feel free to get more information or contact the team at:
- Website -- http://magnum.graphics/
- Website -- http://magnum.graphics
- GitHub -- https://github.com/mosra/magnum
- Gitter -- https://gitter.im/mosra/magnum
- IRC -- join `#magnum-engine` channel on freenode

2
package/archlinux/PKGBUILD

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-android-arm

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Android ARM)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('android-arm-corrade')
makedepends=('cmake' 'ninja' 'android-ndk' 'corrade')

2
package/archlinux/PKGBUILD-android-x86

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Android x86)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('android-x86-corrade')
makedepends=('cmake' 'ninja' 'android-ndk 'corrade'')

2
package/archlinux/PKGBUILD-clang

@ -4,7 +4,7 @@ pkgver=dev.clang
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (built with clang)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw')
makedepends=('cmake' 'clang' 'ninja')

2
package/archlinux/PKGBUILD-clang-libc++

@ -4,7 +4,7 @@ pkgver=dev.clang.libc++
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (built with clang and libc++)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw' 'libc++')
makedepends=('cmake' 'clang' 'ninja')

2
package/archlinux/PKGBUILD-emscripten

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Emscripten)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-noopt

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Emscripten, w/o optimizations)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-noopt-webgl2

@ -4,7 +4,7 @@ pkgver=dev.webgl2
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Emscripten WebGL 2.0, w/o optimizations)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-emscripten-webgl2

@ -4,7 +4,7 @@ pkgver=dev.webgl2
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Emscripten WebGL 2.0)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('emscripten-corrade')
makedepends=('cmake' 'emscripten' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-es2

@ -4,7 +4,7 @@ pkgver=dev.es2
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es2desktop

@ -4,7 +4,7 @@ pkgver=dev.es2desktop
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es3

@ -4,7 +4,7 @@ pkgver=dev.es3
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-es3desktop

@ -4,7 +4,7 @@ pkgver=dev.es3desktop
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/PKGBUILD-gcc47

@ -4,7 +4,7 @@ pkgver=dev.gcc47
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D 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=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja' 'gcc47')

2
package/archlinux/PKGBUILD-mingw-w64

@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D 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-corrade' 'mingw-w64-freeglut' 'mingw-w64-sdl2' 'mingw-w64-openal')
makedepends=('mingw-w64-gcc' 'cmake' 'ninja' 'corrade')

2
package/archlinux/PKGBUILD-nacl-glibc

@ -4,7 +4,7 @@ pkgver=dev.glibc
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (NaCl glibc version)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('nacl-corrade')
makedepends=('nacl-sdk' 'cmake' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-nacl-newlib

@ -4,7 +4,7 @@ pkgver=dev.newlib
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (NaCl newlib version)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('nacl-corrade')
makedepends=('nacl-sdk' 'cmake' 'corrade' 'ninja')

2
package/archlinux/PKGBUILD-release

@ -4,7 +4,7 @@ pkgver=dev.release
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (debug+release libs)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade' 'openal' 'freeglut' 'sdl2' 'glfw')
makedepends=('cmake' 'ninja')

2
package/archlinux/magnum-git/PKGBUILD

@ -4,7 +4,7 @@ pkgver=snapshot.2015.05.r1216.gcd70bc8f
pkgrel=1
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Git version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
url="http://magnum.graphics"
license=('MIT')
depends=('corrade-git' 'openal' 'sdl2')
makedepends=('cmake' 'git')

2
package/debian/control vendored

@ -4,7 +4,7 @@ Maintainer: Vladimír Vondruš <mosra@centrum.cz>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.12), corrade-dev, libgl-dev, libopenal-dev, libsdl2-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.git
Vcs-Browser: https://github.com/mosra/magnum

2
package/gentoo/dev-libs/magnum/magnum-9999.ebuild

@ -9,7 +9,7 @@ EGIT_REPO_URI="git://github.com/mosra/magnum.git"
inherit cmake-utils git-r3
DESCRIPTION="C++11/C++14 and OpenGL 2D/3D graphics engine"
HOMEPAGE="http://mosra.cz/blog/magnum.php"
HOMEPAGE="http://magnum.graphics"
LICENSE="MIT"
SLOT="0"

2
package/homebrew/magnum.rb

@ -2,7 +2,7 @@
class Magnum < Formula
desc "C++11/C++14 and OpenGL 2D/3D graphics engine"
homepage "https://github.com/mosra/magnum"
homepage "http://magnum.graphics"
head "git://github.com/mosra/magnum.git"
depends_on "cmake"

Loading…
Cancel
Save