[libvirt] [PATCH] Add Virtlyst web application to apps.html

Daniel Nicoletti posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180530144005.19431-1-dantti12@gmail.com
Test syntax-check passed
docs/apps.html.in | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[libvirt] [PATCH] Add Virtlyst web application to apps.html
Posted by Daniel Nicoletti 5 years, 10 months ago
---
 docs/apps.html.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 863be4ff23..0aa3568eed 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -466,6 +466,21 @@
         minutes. The only requirements for the users are a Web browser and
         a lightweight remote viewer.
       </dd>
+      <dt><a href="https://github.com/cutelyst/Virtlyst">Virtlyst</a></dt>
+      <dd>
+        Virtlyst is an open source web application built with C++11, Cutelyst and Qt.
+        It features:
+        <ul>
+          <li>Low memory usage (around 5 MiB of RAM)</li>
+          <li>Look and feel easily customized with HTML templates that use the Django syntax</li>
+          <li>VNC/Spice console pages</li>
+          <li>Host and Domain stats graphs (CPU, Memory, IO, Network)</li>
+          <li>Connect to multiple libvirtd intances (over local unix socket, SSH, TCP and TLS)</li>
+          <li>Manage Storages, Networks, Interfaces and Secrets</li>
+          <li>Create and launch VMs</li>
+          <li>Configure VMs with easy pannels or go pro and edit it's XML</li>
+        </ul>
+      </dd>
     </dl>
 
     <h2><a id="mobile">Mobile applications</a></h2>
-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add Virtlyst web application to apps.html
Posted by John Ferlan 5 years, 9 months ago
Missing the SoB.

>From https://libvirt.org/hacking.html

...
Contributors to libvirt projects must assert that they are in compliance
with the Developer Certificate of Origin 1.1. This is achieved by adding
a "Signed-off-by" line containing the contributor's name and e-mail to
every commit message. The presence of this line attests that the
contributor has read the above lined DCO and agrees with its statements.
...

See: https://developercertificate.org/


On 05/30/2018 10:40 AM, Daniel Nicoletti wrote:
> ---
>  docs/apps.html.in | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/docs/apps.html.in b/docs/apps.html.in
> index 863be4ff23..0aa3568eed 100644
> --- a/docs/apps.html.in
> +++ b/docs/apps.html.in
> @@ -466,6 +466,21 @@
>          minutes. The only requirements for the users are a Web browser and
>          a lightweight remote viewer.
>        </dd>
> +      <dt><a href="https://github.com/cutelyst/Virtlyst">Virtlyst</a></dt>
> +      <dd>
> +        Virtlyst is an open source web application built with C++11, Cutelyst and Qt.
> +        It features:
> +        <ul>
> +          <li>Low memory usage (around 5 MiB of RAM)</li>
> +          <li>Look and feel easily customized with HTML templates that use the Django syntax</li>
> +          <li>VNC/Spice console pages</li>
> +          <li>Host and Domain stats graphs (CPU, Memory, IO, Network)</li>

statistics

> +          <li>Connect to multiple libvirtd intances (over local unix socket, SSH, TCP and TLS)</li>

instances

I assume you mean "local Unix domain socket" (e.g. remote connection
options from https://libvirt.org/remote.html)

> +          <li>Manage Storages, Networks, Interfaces and Secrets</li>

Storage Pools, Storage Volumes, Networks, Interfaces, and Secrets

What no NWFilter too ?  ;-)

> +          <li>Create and launch VMs</li>
> +          <li>Configure VMs with easy pannels or go pro and edit it's XML</li>

panels

s/edit it's XML/edit the VM's XML/

John

> +        </ul>
> +      </dd>
>      </dl>
>  
>      <h2><a id="mobile">Mobile applications</a></h2>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] Add Virtlyst web application to apps.html
Posted by Daniel Nicoletti 5 years, 9 months ago
Thanks, just finishing the fixes and will send it again.

Hmm I didn know about  NWFilter feature, will leave that as
a feature request that I need to study :)

2018-06-04 15:23 GMT-03:00 John Ferlan <jferlan@redhat.com>:
> Missing the SoB.
>
> From https://libvirt.org/hacking.html
>
> ...
> Contributors to libvirt projects must assert that they are in compliance
> with the Developer Certificate of Origin 1.1. This is achieved by adding
> a "Signed-off-by" line containing the contributor's name and e-mail to
> every commit message. The presence of this line attests that the
> contributor has read the above lined DCO and agrees with its statements.
> ...
>
> See: https://developercertificate.org/
>
>
> On 05/30/2018 10:40 AM, Daniel Nicoletti wrote:
>> ---
>>  docs/apps.html.in | 15 +++++++++++++++
>>  1 file changed, 15 insertions(+)
>>
>> diff --git a/docs/apps.html.in b/docs/apps.html.in
>> index 863be4ff23..0aa3568eed 100644
>> --- a/docs/apps.html.in
>> +++ b/docs/apps.html.in
>> @@ -466,6 +466,21 @@
>>          minutes. The only requirements for the users are a Web browser and
>>          a lightweight remote viewer.
>>        </dd>
>> +      <dt><a href="https://github.com/cutelyst/Virtlyst">Virtlyst</a></dt>
>> +      <dd>
>> +        Virtlyst is an open source web application built with C++11, Cutelyst and Qt.
>> +        It features:
>> +        <ul>
>> +          <li>Low memory usage (around 5 MiB of RAM)</li>
>> +          <li>Look and feel easily customized with HTML templates that use the Django syntax</li>
>> +          <li>VNC/Spice console pages</li>
>> +          <li>Host and Domain stats graphs (CPU, Memory, IO, Network)</li>
>
> statistics
>
>> +          <li>Connect to multiple libvirtd intances (over local unix socket, SSH, TCP and TLS)</li>
>
> instances
>
> I assume you mean "local Unix domain socket" (e.g. remote connection
> options from https://libvirt.org/remote.html)
>
>> +          <li>Manage Storages, Networks, Interfaces and Secrets</li>
>
> Storage Pools, Storage Volumes, Networks, Interfaces, and Secrets
>
> What no NWFilter too ?  ;-)
>
>> +          <li>Create and launch VMs</li>
>> +          <li>Configure VMs with easy pannels or go pro and edit it's XML</li>
>
> panels
>
> s/edit it's XML/edit the VM's XML/
>
> John
>
>> +        </ul>
>> +      </dd>
>>      </dl>
>>
>>      <h2><a id="mobile">Mobile applications</a></h2>
>>



-- 
Daniel Nicoletti

KDE Developer - http://dantti.wordpress.com

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list