Cornelius Schumacher
Cornelius Schumacher
I see that this could be a useful feature. I have some doubts about maintaining these user generated sections in the files which are automatically generated, though. There are some...
Yes, this is a case which is not easy to reflect well in a static class hierarchy. So having two fields in the class and have explicit logic and functions...
The idea is to have this field link to a web page with information about how the repository can be accessed. In some cases this can double as the actual...
Yes, I think we need some explicit fields for the version control system. There actually is an item in the todo list for that: https://github.com/cornelius/inqlude/blob/master/TODO#L24 Figuring out what the best...
@damianatorrpm Thanks for the hints. Would you mind submitting a pull request with manifest files for these libraries?
We have different categories of projects, a maturity level is one of them, so you can classify it as development version or alpha version or something like that. All Qt-based...
I agree with that. There actually is a client implementation of the user tool at https://projects.kde.org/projects/playground/sdk/inqlude-client. It's done in C++ and Qt, so this might be a bit more natural...
As a first step I would restructure the commands to separate client and admin functionality. The structure could look like this: `client list` (was `list`) `client show` (was `show`) `client...
Well, inqlude basically includes a static website generator which is tailored to its needs. The site is generated from [templates](https://github.com/cornelius/inqlude/tree/master/view/two-column). Creating the website is just calling `inqlude view`. I'm not...
I added some info about how to generate the site in the [README](https://github.com/cornelius/inqlude#generating-the-inqlude-website). I'm sure Middleman provides a lot of useful stuff. I'm just not sure we need a lot...