From b939d1a0b6b375ea5bae54d83a1cb89eb888c75a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 3月 2020 20:57:47 +0800 Subject: [PATCH] update docs --- doc/other/QA.md | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/other/QA.md b/doc/other/QA.md index d3093dd..98643e9 100644 --- a/doc/other/QA.md +++ b/doc/other/QA.md @@ -5,7 +5,9 @@ ### Why do i have to build from source? Can you release a pre-compiled version of the library? No we can't release pre-compiled binaries of the library. -In the early phases of the build the library is customized: among other things a private and public key pair is generated and the public key is included into the compiled code, in a way that every project gets its own signature keys. See [Development and Usage](development-and-usage-workflow) +In the early phases of the build the library is customized: among other things a private and public key pair is +generated and the public key is included into the compiled code, in a way that every project gets its own signature keys. +See [Development and Usage](../analysis/Development-And-Usage-Workflow) ## Project status @@ -13,10 +15,16 @@ This project started as a week-end project in 2014, donated and almost forgotten. This doesn't necessarily meant bad. It was "functional". Thanks to the effort of some people that are using it, and to the help of many of you it has been kept up to date (2019). Recently there has been a long waited enhancement regarding license management procedures. ### Is it production ready? -Let's be honest. It's still in a very alhpa  stage. This means it's usable with some effort. Some companies are actively using it in production to issue demo licenses and few production licenses. If you plan to use it in a scenario where you need to issue hundreds of licenses plan some maintaining effort. +Let's be honest. It's still in a very alhpa  +stage. This means it's usable with some effort. Some companies are actively using it in production to issue demo licenses and few production licenses. +If you plan to use it in a scenario where you need to issue hundreds of licenses plan some maintaining effort. ### Challenges ? -The most challenging aspect is the number of environment/libraries we must work with. We've recently set up automated tests on Travis CI to help contributors to verify their code automatically in conditions they've not thought about. +The most challenging aspect is the number of environment/libraries we must work with. +We've recently set up automated tests on Travis CI to help contributors to verify their code automatically in conditions they've not thought about. ### Open License Manager and "the community" -Open License Manager has a very strange relationship with "the community", its aim is to protect proprietary software from copy and unintended usage. But out there, there are people that think that all the software should be licensed as AGPL... Thus StackOverflow and its fellow sites turned out to be not a collaborative place to talk about software protection. Remember to choose your questions carefully. :speak_no_evil: \ No newline at end of file +Open License Manager has a very strange relationship with "the community", its aim is to protect proprietary software +from copy and unintended usage. But out there, there are people that think that all the software should be licensed as AGPL... +StackOverflow and its fellow sites turned out to be not such a collaborative place to talk about software protection. +Remember to choose your questions carefully. :speak_no_evil: \ No newline at end of file -- Gitblit v1.9.1