From ed414a4ede40f4d759d9155fad829e689d8948af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 30 Sep 2015 12:28:59 +0200 Subject: [PATCH 1/2] Switched Readme to md syntax --- README | 26 -------------------------- README.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 866a51cc..00000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -OpenMesh, 4.2 -~~~~~~~~~~~~~~~ - - -0. Getting OpenMesh -~~~~~~~~~~~~~~~~~~~ -All Documentation, binaries and original source code are available at www.openmesh.org - -The main git repository is available at: -http://www.openmesh.org:9000/OpenMesh/OpenMesh - - -1. Installing -~~~~~~~~~~~~~~ -Unpack the tar-ball to a suitable place. - -A detailed build manual for Mac/Windows/Linux is in the Documentation -located at Doc/html/index.html - -2. Documentation -~~~~~~~~~~~~~~~~~ - -The latest Documentation can be found at: -http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest - -Documentation for previous versions is available on our website as well. diff --git a/README.md b/README.md new file mode 100644 index 00000000..6930d1cd --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# OpenMesh, 4.2 + + +## Getting OpenMesh +All Documentation, binaries and original source code are available at www.openmesh.org + +The main git repository is available at: +http://www.openmesh.org:9000/OpenMesh/OpenMesh + + +## Installing +Unpack the tar-ball to a suitable place. + + +A detailed build manual for Mac/Windows/Linux is in the Documentation +located at Doc/html/index.html + +## Documentation + +The latest Documentation can be found at: +http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest + +Documentation for previous versions is available on our website as well. From 9b515e710bad3a5096b613ab2ed2f68369d44b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 30 Sep 2015 12:32:06 +0200 Subject: [PATCH 2/2] Updated Git urls in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6930d1cd..430a41b2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ All Documentation, binaries and original source code are available at www.openmesh.org The main git repository is available at: -http://www.openmesh.org:9000/OpenMesh/OpenMesh +https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git +The gitlab site can be found here: +https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh ## Installing Unpack the tar-ball to a suitable place.