Skip to content

Commit

Permalink
Change JModelica.org references to modelon-community
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-stenstrom committed Jan 7, 2020
1 parent d5ce0b9 commit 808fa42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Config.cmake/fmilib_doxydoc.conf
Expand Up @@ -40,7 +40,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # 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. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
Expand Down
10 changes: 6 additions & 4 deletions FMILIB_Readme.txt
@@ -1,12 +1,12 @@
% FMILIB_Readme.txt % 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. % Content of this file is used verbatim in doxygen generated documentation.
% The documentation is available online in HTML and PDF form at % The documentation can be downloaded as HTML at
% http://www.fmi-library.org % https://github.com/modelon-community/fmi-library/releases
% %


\mainpage FMI Library: part of JModelica.org \mainpage FMI Library


\version 2.1 \version 2.1
\date 18 December 2019 \date 18 December 2019
Expand All @@ -18,6 +18,8 @@ See <http://www.fmi-standard.org/>
The test codes provided with the library can serve as starting point for the The test codes provided with the library can serve as starting point for the
development of custom applications. See Section \ref testing for details. development of custom applications. See Section \ref testing for details.


FMI library is an open-source project and can be found at GitHub: <https://github.com/modelon-community/fmi-library/>

\section config Configuring and building \section config Configuring and building
CMake (see <http://www.cmake.org/>) is used to generate the native build scripts CMake (see <http://www.cmake.org/>) is used to generate the native build scripts
for the library. It is recommended to use "cmake-gui" on Windows or for the library. It is recommended to use "cmake-gui" on Windows or
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -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 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). 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 downloaded from the [release page](https://github.com/modelon-community/fmi-library/releases).

The documentation for the latest version of FMI Library can be found [here](https://jmodelica.org/fmil/FMILibrary-2.0.3-htmldoc/index.html).


Please report issues related to FMI Library to the [GitHub issues page](https://github.com/modelon-community/fmi-library/issues). Please report issues related to FMI Library to the [GitHub issues page](https://github.com/modelon-community/fmi-library/issues).


Expand Down

0 comments on commit 808fa42

Please sign in to comment.