From 3f980d51f217b408c34a8013b2cb46bad2faa500 Mon Sep 17 00:00:00 2001 From: Darby Johnston Date: Thu, 7 May 2020 17:30:09 -0700 Subject: [PATCH] Documentation updates --- docs/_site/build_linux.html | 12 +++++++----- docs/_site/build_osx.html | 2 ++ docs/_site/build_windows.html | 2 ++ docs/_site/djv_install.html | 4 ++-- docs/_site/download.html | 14 +++++++------- docs/_site/index.html | 25 ++++++------------------- docs/build_linux.html | 3 +-- docs/djv_install.html | 4 ++-- docs/download.html | 14 +++++++------- docs/index.html | 25 ++++++------------------- 10 files changed, 42 insertions(+), 63 deletions(-) diff --git a/docs/_site/build_linux.html b/docs/_site/build_linux.html index 81e35e737..5d6f3cb08 100644 --- a/docs/_site/build_linux.html +++ b/docs/_site/build_linux.html @@ -74,8 +74,7 @@

Packaging DJV

-

Update the download information with the new version in "docs/index.html" - and "docs/djv_install.html".

+

Update the version number "docs/download.html" and "docs/djv_install.html".

Build the static web site:

 $ cd docs
@@ -104,17 +103,20 @@
 

Create an RPM package:

-$ cmake ../DJV -DCPACK_GENERATOR=RPM -DCPACK_PACKAGING_INSTALL_PREFIX=/usr/local/DJV2
+$ cmake ../DJV -DCPACK_GENERATOR=RPM -DCPACK_PACKAGING_INSTALL_PREFIX=/usr/local/DJV2 -DDJV_THIRD_PARTY=TRUE
+$ cmake --build .
 $ cmake --build . --target package
 

Create a Debian package:

-$ cmake ../DJV -DCPACK_GENERATOR=DEB -DCPACK_PACKAGING_INSTALL_PREFIX=/usr/local/DJV2
+$ cmake ../DJV -DCPACK_GENERATOR=DEB -DCPACK_PACKAGING_INSTALL_PREFIX=/usr/local/DJV2 -DDJV_THIRD_PARTY=TRUE
+$ cmake --build .
 $ cmake --build . --target package
 

Create a TGZ package:

-$ cmake ../DJV -DCPACK_GENERATOR=TGZ -DCPACK_PACKAGING_INSTALL_PREFIX=
+$ cmake ../DJV -DCPACK_GENERATOR=TGZ -DCPACK_PACKAGING_INSTALL_PREFIX= -DDJV_THIRD_PARTY=TRUE
+$ cmake --build .
 $ cmake --build . --target package
 

Bump the version number in "CMakeLists.txt", "Doxyfile", and "sonar-project.properties".

diff --git a/docs/_site/build_osx.html b/docs/_site/build_osx.html index d36498d93..89541f5ef 100644 --- a/docs/_site/build_osx.html +++ b/docs/_site/build_osx.html @@ -95,6 +95,8 @@

Build the package:

+$ cmake ../DJV -DDJV_THIRD_PARTY=TRUE
+$ cmake --build .
 $ cmake --build . --target package
 
diff --git a/docs/_site/build_windows.html b/docs/_site/build_windows.html index fc8e2e885..253c11a09 100644 --- a/docs/_site/build_windows.html +++ b/docs/_site/build_windows.html @@ -123,6 +123,8 @@

Build the packages:

+> cmake ..\DJV -DDJV_THIRD_PARTY=TRUE
+> cmake --build .
 > cmake --build . --target package
 
diff --git a/docs/_site/djv_install.html b/docs/_site/djv_install.html index a69eb9ab6..9d5102560 100644 --- a/docs/_site/djv_install.html +++ b/docs/_site/djv_install.html @@ -33,7 +33,7 @@

Linux RPM

Installing the RPM package:

-sudo rpm -i DJV2-2.0.5-1.x86_64.rpm
+sudo rpm -i DJV2-2.0.6-1.x86_64.rpm
 

The default installation directory is "/usr/local/DJV2".

Starting the DJV viewer:

@@ -52,7 +52,7 @@

Linux DEB

Installing the Debian package:

-sudo dpkg -i DJV2_2.0.5_amd64.deb
+sudo dpkg -i DJV2_2.0.6_amd64.deb
 

The default installation directory is "/usr/local/DJV2".

Starting the DJV viewer:

diff --git a/docs/_site/download.html b/docs/_site/download.html index 2bae0b993..9b87956dc 100644 --- a/docs/_site/download.html +++ b/docs/_site/download.html @@ -15,18 +15,18 @@
-

Version 2.0.5

+

Version 2.0.6

Linux: - RPM, - DEB, - TAR.GZ + RPM, + DEB, + TAR.GZ

Apple macOS: - DMG + DMG

Microsoft Windows: - EXE, - ZIP + EXE, + ZIP

The list of changes can be found here. diff --git a/docs/_site/index.html b/docs/_site/index.html index a607f5cff..8ead95eab 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -25,40 +25,27 @@

-

2019/11/16 - Version - 2.0.5 - released! This version fixes a bug with the Windows package.

-

2019/11/15 - Version - 2.0.4 - released! Includes a new color picker, new color management interface, and multi-threaded - performance improvements.

+

2020/05/07 - Version + 2.0.6 + released! This version features over 50 GitHub issues fixed, improved French and + German translations, and expanded CI testing. Thanks to new contributors: CansecoGPC, + Jean-Francois Panisset, Haryo Sukmawanto, Damien Picard, and Stefan Ihringer. Also + thanks to everyone who reported issues on GitHub!

-

Color Picker

- -
-
-

Color Management Interface

-

Color management provided by OpenColorIO

-
- -
- -
-

Multi-Threading

diff --git a/docs/build_linux.html b/docs/build_linux.html index 7f1c3ddac..ccd3909ce 100644 --- a/docs/build_linux.html +++ b/docs/build_linux.html @@ -68,8 +68,7 @@

Packaging DJV

-

Update the download information with the new version in "docs/index.html" - and "docs/djv_install.html".

+

Update the version number "docs/download.html" and "docs/djv_install.html".

Build the static web site:

 $ cd docs
diff --git a/docs/djv_install.html b/docs/djv_install.html
index 4725a8175..dad3ad5e8 100644
--- a/docs/djv_install.html
+++ b/docs/djv_install.html
@@ -27,7 +27,7 @@
 	

Linux RPM

Installing the RPM package:

-sudo rpm -i DJV2-2.0.5-1.x86_64.rpm
+sudo rpm -i DJV2-2.0.6-1.x86_64.rpm
 

The default installation directory is "/usr/local/DJV2".

Starting the DJV viewer:

@@ -46,7 +46,7 @@

Linux DEB

Installing the Debian package:

-sudo dpkg -i DJV2_2.0.5_amd64.deb
+sudo dpkg -i DJV2_2.0.6_amd64.deb
 

The default installation directory is "/usr/local/DJV2".

Starting the DJV viewer:

diff --git a/docs/download.html b/docs/download.html index 08d0500bc..e9dd735a5 100644 --- a/docs/download.html +++ b/docs/download.html @@ -9,18 +9,18 @@
-

Version 2.0.5

+

Version 2.0.6

Linux: - RPM, - DEB, - TAR.GZ + RPM, + DEB, + TAR.GZ

Apple macOS: - DMG + DMG

Microsoft Windows: - EXE, - ZIP + EXE, + ZIP

The list of changes can be found here. diff --git a/docs/index.html b/docs/index.html index 0c09f3bb4..5d85ec92c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,40 +19,27 @@

-

2019/11/16 - Version - 2.0.5 - released! This version fixes a bug with the Windows package.

-

2019/11/15 - Version - 2.0.4 - released! Includes a new color picker, new color management interface, and multi-threaded - performance improvements.

+

2020/05/07 - Version + 2.0.6 + released! This version features over 50 GitHub issues fixed, improved French and + German translations, and expanded CI testing. Thanks to new contributors: CansecoGPC, + Jean-Francois Panisset, Haryo Sukmawanto, Damien Picard, and Stefan Ihringer. Also + thanks to everyone who reported issues on GitHub!

-

Color Picker

- -
-
-

Color Management Interface

-

Color management provided by OpenColorIO

-
- -
- -
-

Multi-Threading