From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 摹曛, 29 5月 2025 18:14:38 +0800
Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop

---
 doc/analysis/features.rst |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/doc/analysis/features.rst b/doc/analysis/features.rst
index 02309c6..d808137 100644
--- a/doc/analysis/features.rst
+++ b/doc/analysis/features.rst
@@ -2,7 +2,13 @@
 Features
 ###########
 
-features and their status
+Licensecc is suitable  for your project if it is relatively small, you plan to distribute it in a demo version and you 
+estimate there will be a "limited" number of clients: 
+
+* The management of licenses is command-line. If you plan to issue hundreds of licenses you should consider more advanced licensing systems.   
+* Licensecc doesn't offer professional support. 
+
+Features and their status
 ****************************
 
 ======================================  ========================
@@ -10,8 +16,10 @@
 ======================================  ========================
 Trial license with expiry date          |:heavy_check_mark:|  
 Link software to "physical" hardware    |:heavy_check_mark:|  
-Virtual machine detection               In progress           
-Easy license retrieval                  |:heavy_check_mark:|   
+Virtual machine/docker detection        In progress           
+Easy license retrieval                  |:heavy_check_mark:|
+Licensed software components			|:heavy_check_mark:|
+ARM support								Planned
 Manage licenses                         Planned               
 Easy Customizable limits                Planned               
 Java/C# bindings                        Planned               
@@ -39,9 +47,10 @@
 Open License Manager, when integrated into a licensed software will find its license file based on many different strategies.
 It can handle multiple licenses at the same time. See the wiki page about :ref:`license retrieval <usage/License-retrieval:License retrieval>` for details.
  
-Licensed software features (partially implemented)
+Licensed software components/features
 =========================================================
-A licensed software may be composed by many features (functions) each one activable independently. Licensing system tells the licensed software which features are enabled, and which features are disabled.
+A licensed software may be composed by many features (functions, components...) each one activable independently. Licensing system tells the licensed software which features are enabled, and which features are disabled. 
+For an example usage see `examples <https://github.com/open-license-manager/examples/tree/develop/program_features>`_ 
  
 License Management (planned)
 ==================================
@@ -64,14 +73,14 @@
 * without a central server, using broadcast or scanning the local network to find peers.
 * with a central server installed in the client's network. 
 * with a central server on internet.
-Status of this implementation is tracked in `issue #4 <https://github.com/open-license-manager/open-license-manager/issues/4>`_
+Status of this implementation is tracked in `issue #4 <https://github.com/open-license-manager/licensecc/issues/4>`_
 
 .. _Execution Limits:
 
 Implemented/Planned Execution limits
 *************************************
 
-Open License Manager can limit execution of licensed software based on some criteria, called "execution limits".
+Licensecc can limit execution of licensed software based on some criteria, called "execution limits".
 Depending on the execution environment some criteria may not be applicable:
 
 =============================== ==================== ====================  ============================== ==================== 
@@ -116,7 +125,7 @@
 ===============================
 Allow to restrict the execution only to a machine with the specified amount of cpu or memory or less. 
 This is useful in virtualized environments, to create a licensed software demo version with limited performaces or with limited scalability.
-Status of this implementation is tracked in `issue #3 <https://github.com/open-license-manager/open-license-manager/issues/3>`_
+Status of this implementation is tracked in `issue #3 <https://github.com/open-license-manager/licensecc/issues/3>`_
 
 Virtualization type
 ==========================

--
Gitblit v1.9.1