Skip to content

Commit

Permalink
Added reference to new "CONTRIBUTING.md" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Nov 23, 2024
1 parent 9990619 commit 0af65d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
22 changes: 12 additions & 10 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

DCMTK

This DICOM ToolKit (DCMTK) package consists of source code, documentation
and installation instructions for a set of software libraries and
applications implementing part of the DICOM/MEDICOM Standard.
This DICOM toolkit (DCMTK) package consists of source code, documentation and
installation instructions for a set of software libraries and applications
implementing part of the DICOM/MEDICOM Standard.

DCMTK contains the following sub-packages, each in its own sub-directory:

Expand Down Expand Up @@ -37,10 +37,10 @@ application source code (apps), library source code (libsrc), library
include files (include), configuration data (etc), documentation (docs),
sample and support data (data) as well as test programs (tests).

To build and install the DCMTK package see the INSTALL file. For copyright
information see the COPYRIGHT file. For information about the history of
this software see the HISTORY file. For answers to frequently asked
questions please consult the FAQ:
To build and install the DCMTK package, see the INSTALL file. For copyright
information, see the COPYRIGHT file. For information about the history of
this software, see the HISTORY file. For answers to frequently asked
questions, please consult the FAQ:

https://forum.dcmtk.org/faq/

Expand All @@ -54,8 +54,10 @@ hearing about them. Please send electronic mail to:

bugs/at/dcmtk/dot/org

Please try to describe the problem in detail and if possible give a
suggested fix. For general questions on how to compile, install or use
the toolkit we recommend the public discussion forum at:
Please try to describe the problem in detail and if possible give a suggested
fix. For more details on how to contribute, see the CONTRIBUTING.md file.

For general questions on how to compile, install or use the toolkit, we
recommend the public discussion forum at:

https://forum.dcmtk.org/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DCMTK

This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.
This DICOM toolkit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.

DCMTK contains the following sub-packages, each in its own sub-directory:

Expand Down Expand Up @@ -31,10 +31,10 @@ DCMTK contains the following sub-packages, each in its own sub-directory:

Each sub-directory (except _config_) contains further sub-directories for application source code (_apps_), library source code (_libsrc_), library include files (_include_), configuration data (_etc_), documentation (_docs_), sample and support data (_data_) as well as test programs (_tests_).

To build and install the DCMTK package see the [INSTALL](INSTALL) file. For copyright information see the [COPYRIGHT](COPYRIGHT) file. For information about the history of this software see the [HISTORY](HISTORY) file. For answers to frequently asked questions please consult the [FAQ](https://forum.dcmtk.org/faq/).
To build and install the DCMTK package, see the [INSTALL](INSTALL) file. For copyright information, see the [COPYRIGHT](COPYRIGHT) file. For information about the history of this software, see the [HISTORY](HISTORY) file. For answers to frequently asked questions, please consult the [FAQ](https://forum.dcmtk.org/faq/).

In addition to the API documentation, which is also available [online](https://support.dcmtk.org/docs/), there is a [Wiki](https://support.dcmtk.org/wiki/) system where further information (e.g. HOWTOs) can be found.

If you find bugs or other problems with this software, we would appreciate hearing about them. Please send electronic mail to: bugs/at/dcmtk/dot/org
If you find bugs or other problems with this software, we would appreciate hearing about them. Please send electronic mail to bugs/at/dcmtk/dot/org. Please try to describe the problem in detail and if possible give a suggested fix. For more details on how to contribute, see the [CONTRIBUTING.md](CONTRIBUTING.md) file.

Please try to describe the problem in detail and if possible give a suggested fix. For general questions on how to compile, install or use the toolkit we recommend the [public discussion forum](https://forum.dcmtk.org/).
For general questions on how to compile, install or use the toolkit, we recommend the [public discussion forum](https://forum.dcmtk.org/).
16 changes: 8 additions & 8 deletions doxygen/htmldocs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\mainpage

This DICOM ToolKit (DCMTK) package consists of source code, documentation and
This DICOM toolkit (DCMTK) package consists of source code, documentation and
installation instructions for a set of software libraries and applications
implementing part of the DICOM/MEDICOM Standard.

Expand Down Expand Up @@ -46,22 +46,22 @@ application source code (apps), library source code (libsrc), library
include files (include), configuration data (etc), documentation (docs),
sample and support data (data) as well as test programs (tests).

To build and install the DCMTK package see the \ref file_install "INSTALL"
file. For copyright information see the \ref file_copyright "COPYRIGHT" file.
For information about the history of this software see the
To build and install the DCMTK package, see the \ref file_install "INSTALL"
file. For copyright information, see the \ref file_copyright "COPYRIGHT" file.
For information about the history of this software, see the
\ref file_history "HISTORY" file.

For answers to frequently asked questions please consult the
For answers to frequently asked questions, please consult the
<a href="http://forum.dcmtk.org/faq/">FAQ</a>. There is also a
<a href="http://support.dcmtk.org/wiki/">Wiki</a> system where additional
information can be found.

If you find bugs or other problems with this software we would appreciate
If you find bugs or other problems with this software, we would appreciate
hearing about them. Please send electronic mail to \b bugs/at/dcmtk/dot/org.
Please try to describe the problem in detail and if possible give a suggested
fix.
fix. For more details on how to contribute, see the "CONTRIBUTING.md" file.

For general questions on how to compile, install or use the toolkit we
For general questions on how to compile, install or use the toolkit, we
recommend the public discussion <a href="http://forum.dcmtk.org/">forum</a>.

*/
Expand Down

0 comments on commit 0af65d9

Please sign in to comment.