README.md in inqlude-0.11.0 vs README.md in inqlude-0.12.0

- old
+ new

@@ -28,10 +28,18 @@ the native tools. There also is an option to generate an HTML overview of all available libraries. This can be hosted or used locally. +## Generating the Inqlude website + +The [Inqlude website](https://inqlude.org) is automatically generated from the [manifest data in the KDE git repository](https://cgit.kde.org/websites/inqlude-data.git/). The [manifest repoitory on GitHub](https://github.com/cornelius/inqlude-data) is a source for that to collect contributions. + +To generate the website locally for development and testing just run `inqlude view`. This will create a directory with static HTML files you can view in your browser. + +The site is generated from templates you find in the [view/twocolumns](https://github.com/cornelius/inqlude/tree/master/view/two-column) directory in the git repository. + ## KDE Frameworks The KDE Frameworks provide more than fifty libraries, which can be used to write Qt application. Inqlude has some special tooling to deal with the data from KDE Frameworks @@ -57,14 +65,17 @@ ```bash inqlude release_kde_frameworks <release_date> <version> ``` +## Contributing + +Contributions in any form are welcome. See the [contribution guidelines](CONTRIBUTING.md) for more details. + ## License Inqlude is licensed under the GPL. ## Contact If you have questions or comments, please contact Cornelius Schumacher -<schumacher@kde.org> or write to the -[Inqlude mailing list](mailto:inqlude@kde.org). +<schumacher@kde.org> or [create an issue](https://github.com/cornelius/inqlude/issues/new).