Mercurial > hg > orthanc
annotate Plugins/Samples/ServeFolders/README @ 3575:1d403ecf3391
fix for DCMTK if MinGW combined with C++11
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 17 Nov 2019 17:58:14 +0100 |
parents | 13a9f265d5d3 |
children |
rev | line source |
---|---|
2164
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
1 ServeFolders plugin |
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
2 =================== |
1324 | 3 |
4 This sample plugin enables Orthanc to serve additional folders using | |
5 its embedded Web server. | |
6 | |
2164
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
7 The shared library containing the plugin is created as part of the |
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
8 build process of Orthanc. |
1324 | 9 |
2164
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
10 Documentation is available in the Orthanc Book: |
13a9f265d5d3
migrate the doc of ServeFolder to Orthanc Book
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
1808
diff
changeset
|
11 http://book.orthanc-server.com/plugins/serve-folders.html |