Skip to content

Commit

Permalink
Fix anchor and minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Mar 27, 2024
1 parent 42fae50 commit 1b539d4
Show file tree
Hide file tree
Showing 33 changed files with 319 additions and 236 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ keepWhitespace = false
[markup.goldmark.renderer]
# activated for this showcase to use HTML and JavaScript; decide on your own needs;
# if in doubt, remove this line
unsafe = true
unsafe = true


[Languages]
Expand Down
2 changes: 1 addition & 1 deletion content/basics/customize/integration.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: [ "workflow", "integration", "dicom viewer", "free dicom viewer", "ope

## <center>How to launch Weasis from any environments</center>

Here we present how to launch Weasis with associated images from any context either [using weasis-pacs-connector](#use-weasis-pacs-connector) or by [building your own connector](#build-your-own-connector). The launch of the application is based on the [weasis protocol](../../../getting-started/weasis-protocol) available since {{< badge "v3.5.3" >}}.
Here we present how to launch Weasis with associated images from any context either [using weasis-pacs-connector](#use-weasis-pacs-connector) or by [building your own connector](#build-your-own-connector). The launch of the application is based on the [weasis protocol](../../../getting-started/weasis-protocol) available since {{% badge title="Version" %}}3.5.3{{% /badge %}}.

Using [weasis-pacs-connector](https://github.com/nroduit/weasis-pacs-connector) allows a high degree of integration and facilitates connection to a PACS. Here are some of the advantages:

Expand Down
22 changes: 11 additions & 11 deletions content/basics/customize/preferences.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ locale.lang.code=fr_CH

| Property | Default value | GUI | Type | Description |
|--------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| weasis.confirm.closing | false (since {{< badge "v2.0.0" >}}) | yes | F | Show a message of confirmation when closing the application. |
| weasis.confirm.closing | false (since {{< badgeC "v2.0.0" >}}) | yes | F | Show a message of confirmation when closing the application. |
| weasis.show.disclaimer | true | no | A | Show a disclaimer (requires to be accepted to start the application) during the first launch of Weasis. |
| weasis.show.release | true (since {{< badge "v2.0.0" >}}) | no | A | Show a message when the release has changed |
| weasis.export.dicom | true (since {{< badge "v1.2.5" >}}) | no | A | Allows exporting DICOM files. |
| weasis.show.release | true (since {{< badgeC "v2.0.0" >}}) | no | A | Show a message when the release has changed |
| weasis.export.dicom | true (since {{< badgeC "v1.2.5" >}}) | no | A | Allows exporting DICOM files. |
| weasis.portable.dicom.cache | true | no | A | Cache the images imported from directories defined in weasis.portable.dicom.directory. If true, it is similar to the WEB import. |
| org.apache.sling.commons.log.level | INFO | yes | F | Sets the logging level of the loggers. This may be any of the defined logging levels TRACE, DEBUG, INFO, WARN, ERROR. |
| org.apache.sling.commons.log.file.activate | false | yes | F | Activate the log file. If this property is false, log messages are written to System.out. Since Weasis 2.0.4 |
Expand Down Expand Up @@ -95,14 +95,14 @@ locale.lang.code=fr_CH
| weasis.acquire.dest.port | 11112 | no | A | Port of DICOM send destination for Dicomizer |
| weasis.acquire.meta.study.description | Pictures of follow-up,Pictures of observation,Pictures preoperative,Pictures intraoperative,Pictures postoperative | no | A | Comma-separated list of study description elements. Comment this property to have a free text field. |
| weasis.acquire.meta.series.description | | no | A | Comma-separated list of series description elements. Comment this property to have a free text field. |
| weasis.level.inverse {{< badge "v2.6.0" >}} | true | yes | F | Inverse level direction (moving the cursor down to increase brightness) |
| weasis.apply.latest.pr {{< badge "v2.6.0" >}} | false | yes | F | Apply by default the most recent Presentation State to the related image |
| weasis.user {{< badge "v2.6.0" >}} | system user | no | A | Defines a user with its own preferences |
| weasis.pref.store.local.session {{< badge "v3.5.3" >}} | false | no | A | Store user preferences when weasis.user is not specified (only with remote preferences service) |
| weasis.theme {{< badge "v4.0.0" >}} | org.weasis.launcher.FlatWeasisTheme | yes | F | FlatWeasisTheme is the default dark theme. All the themes comes from [FlatLaf](https://www.formdev.com/flatlaf/) |
| weasis.theme.${system} {{< badge "v4.0.0" >}} | org.weasis.launcher.FlatWeasisTheme | yes | F | Apply a default theme specific to the platform (macosx, linux, windows). |
| flatlaf.uiScale {{< badge "v4.0.0" >}} | 1.0 (or the default scale factor of the Operating System) | yes | F | Specifies a custom scale factor used to scale the user interface. Allowed values: e.g. 1.5, 1.5x, 150% or 144dpi (96dpi is 100%) |
| weasis.update.release {{< badge "v4.0.1" >}} | true | no | A | Show a message when a new release is available |
| weasis.level.inverse {{< badgeC "v2.6.0" >}} | true | yes | F | Inverse level direction (moving the cursor down to increase brightness) |
| weasis.apply.latest.pr {{< badgeC "v2.6.0" >}} | false | yes | F | Apply by default the most recent Presentation State to the related image |
| weasis.user {{< badgeC "v2.6.0" >}} | system user | no | A | Defines a user with its own preferences |
| weasis.pref.store.local.session {{< badgeC "v3.5.3" >}} | false | no | A | Store user preferences when weasis.user is not specified (only with remote preferences service) |
| weasis.theme {{< badgeC "v4.0.0" >}} | org.weasis.launcher.FlatWeasisTheme | yes | F | FlatWeasisTheme is the default dark theme. All the themes comes from [FlatLaf](https://www.formdev.com/flatlaf/) |
| weasis.theme.${system} {{< badgeC "v4.0.0" >}} | org.weasis.launcher.FlatWeasisTheme | yes | F | Apply a default theme specific to the platform (macosx, linux, windows). |
| flatlaf.uiScale {{< badgeC "v4.0.0" >}} | 1.0 (or the default scale factor of the Operating System) | yes | F | Specifies a custom scale factor used to scale the user interface. Allowed values: e.g. 1.5, 1.5x, 150% or 144dpi (96dpi is 100%) |
| weasis.update.release {{< badgeC "v4.0.1" >}} | true | no | A | Show a message when a new release is available |
</font>

### Examples of properties in ext-config.properties
Expand Down
Loading

0 comments on commit 1b539d4

Please sign in to comment.