Commit 23c5e850f2b5fb403b5fc2618dc80e999c8adaaa
1 parent
dd01ab35
Exists in
master
Updated the authors and removed install.txt and news.txt
Showing
4 changed files
with
30 additions
and
75 deletions
Show diff stats
@@ -0,0 +1,30 @@ | @@ -0,0 +1,30 @@ | ||
1 | +InVesalius was originally created in late 2002 at CenPRA,the Renato Archer | ||
2 | +Research Centre, of the Ministry of Science and Technology in Campinas, Brazil. Since November 2008, InVesalius 3 has been written from 0. This list represents only people involved with this development on. | ||
3 | + | ||
4 | +The PRIMARY AUTHORS of InVesalius 3 are (and/or have been): | ||
5 | + | ||
6 | + * Tatiana Al-Chueyr Pereira Martins | ||
7 | + * Paulo Henrique Junqueira Amorim | ||
8 | + * Thiago Franco de Moraes | ||
9 | + | ||
10 | +More information on the main contributors to InVesalius can be found in | ||
11 | +docs/internals/committers.txt. | ||
12 | + | ||
13 | +And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS: | ||
14 | +people who have submitted patches, reported bugs, added translations, helped | ||
15 | +answer newbie questions, and generally made InVesalius that much better: | ||
16 | + | ||
17 | + Mathieu Malaterre <mathieu.malaterre@gmail.com> | ||
18 | + | ||
19 | +A big THANK YOU goes to: | ||
20 | + | ||
21 | + CTI Renato Archer directors for letting us open-source InVesalius. | ||
22 | + | ||
23 | + Glauber Costa de Oliveira and Corinto Meffe for free software advices. | ||
24 | + | ||
25 | + Robin Dunn for the marriage of the Python programming language and the | ||
26 | + wxWindows, in the form of wxPython | ||
27 | + | ||
28 | + Guido van Rossum for creating Python. | ||
29 | + | ||
30 | +. |
AUTHORS.txt
@@ -1,30 +0,0 @@ | @@ -1,30 +0,0 @@ | ||
1 | -InVesalius was originally created in late 2002 at CenPRA,the Renato Archer | ||
2 | -Research Centre, of the Ministry of Science and Technology in Campinas, Brazil. Since November 2008, InVesalius 3 has been written from 0. This list represents only people involved with this development on. | ||
3 | - | ||
4 | -The PRIMARY AUTHORS of InVesalius 3 are (and/or have been): | ||
5 | - | ||
6 | - * Tatiana Al-Chueyr Pereira Martins | ||
7 | - * Paulo Henrique Junqueira Amorim | ||
8 | - * Thiago Franco de Moraes | ||
9 | - | ||
10 | -More information on the main contributors to InVesalius can be found in | ||
11 | -docs/internals/committers.txt. | ||
12 | - | ||
13 | -And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS: | ||
14 | -people who have submitted patches, reported bugs, added translations, helped | ||
15 | -answer newbie questions, and generally made InVesalius that much better: | ||
16 | - | ||
17 | - Mathieu Malaterre <mathieu.malaterre@gmail.com> | ||
18 | - | ||
19 | -A big THANK YOU goes to: | ||
20 | - | ||
21 | - CTI Renato Archer directors for letting us open-source InVesalius. | ||
22 | - | ||
23 | - Glauber Costa de Oliveira and Corinto Meffe for free software advices. | ||
24 | - | ||
25 | - Robin Dunn for the marriage of the Python programming language and the | ||
26 | - wxWindows, in the form of wxPython | ||
27 | - | ||
28 | - Guido van Rossum for creating Python. | ||
29 | - | ||
30 | -. |
INSTALL.txt
@@ -1,23 +0,0 @@ | @@ -1,23 +0,0 @@ | ||
1 | -# TODO: FUTURE!!! | ||
2 | - | ||
3 | -Thanks for downloading InVesalius. | ||
4 | - | ||
5 | -To install it, make sure you have Python 2.5 or greater installed. Then run | ||
6 | -this command from the command prompt: | ||
7 | - | ||
8 | - python setup.py install | ||
9 | - | ||
10 | -Note this requires a working Internet connection if you don't already have the | ||
11 | -Python utility "setuptools" installed. | ||
12 | - | ||
13 | -AS AN ALTERNATIVE, you can just copy the entire "invesalius" directory to Python's | ||
14 | -site-packages directory, which is located wherever your Python installation | ||
15 | -lives. Some places you might check are: | ||
16 | - | ||
17 | - /usr/lib/python2.5/site-packages (Unix, Python 2.5) | ||
18 | - C:\\PYTHON\site-packages (Windows) | ||
19 | - | ||
20 | -This second solution does not require a working Internet connection; it | ||
21 | -bypasses "setuptools" entirely. | ||
22 | - | ||
23 | -For more detailed instructions, see docs/intro/install.txt. |
NEWS.txt
@@ -1,22 +0,0 @@ | @@ -1,22 +0,0 @@ | ||
1 | -3.0 (2008-11-17) | ||
2 | -================= | ||
3 | - | ||
4 | -Improvements | ||
5 | ------------- | ||
6 | - - New GUI | ||
7 | - - New 3D measures feature | ||
8 | - - New slice editor feature | ||
9 | - - Open Lossless DICOM | ||
10 | - - Open large studies (over 500 slices) without resampling | ||
11 | - | ||
12 | -Bug fixes | ||
13 | ---------- | ||
14 | - - None yet | ||
15 | - | ||
16 | -API Changes | ||
17 | ------------ | ||
18 | -Changes are not backwards compatible. There were some incompatible | ||
19 | -changes which will affect InVesalius 2 projects backends. | ||
20 | - | ||
21 | -2.9 (2008-01-28) | ||
22 | -================= |