diff --git a/Config.cmake/fmilib_doxydoc.conf b/Config.cmake/fmilib_doxydoc.conf index ce5c4aab..c144e0f8 100644 --- a/Config.cmake/fmilib_doxydoc.conf +++ b/Config.cmake/fmilib_doxydoc.conf @@ -40,7 +40,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "FMI Library: part of JModelica.org" +PROJECT_NAME = "FMI Library" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/FMILIB_Readme.txt b/FMILIB_Readme.txt index 41bac502..d749c4c6 100644 --- a/FMILIB_Readme.txt +++ b/FMILIB_Readme.txt @@ -1,12 +1,12 @@ % FMILIB_Readme.txt -% Readme file for the FMI Library (part of JModelica.org) +% Readme file for the FMI Library % % Content of this file is used verbatim in doxygen generated documentation. -% The documentation is available online in HTML and PDF form at -% http://www.fmi-library.org +% The documentation can be downloaded as HTML at +% https://github.com/modelon-community/fmi-library/releases % -\mainpage FMI Library: part of JModelica.org +\mainpage FMI Library \version 2.1 \date 18 December 2019 @@ -18,6 +18,8 @@ See The test codes provided with the library can serve as starting point for the development of custom applications. See Section \ref testing for details. +FMI library is an open-source project and can be found at GitHub: + \section config Configuring and building CMake (see ) is used to generate the native build scripts for the library. It is recommended to use "cmake-gui" on Windows or diff --git a/README.md b/README.md index c1bf4685..5adf0676 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ FMI Library (FMIL) is a software package written in C that enables integration of Functional Mock-up Units (FMUs) import in applications. FMI Library is an independent open-source implementation of the [FMI open standard](https://fmi-standard.org). -FMI Library is also part of the Modelica-based open-source platform [JModelica.org](https://jmodelica.org/). - -The documentation for the latest version of FMI Library can be found [here](https://jmodelica.org/fmil/FMILibrary-2.0.3-htmldoc/index.html). +The documentation for the latest version of FMI Library can be downloaded from the [release page](https://github.com/modelon-community/fmi-library/releases). Please report issues related to FMI Library to the [GitHub issues page](https://github.com/modelon-community/fmi-library/issues).