mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Init docs
This commit is contained in:
parent
5526cbee02
commit
3f8aa0cc59
4
docs/architecture.rst
Normal file
4
docs/architecture.rst
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Architecture
|
||||||
|
============
|
||||||
|
|
||||||
|
*TODO*
|
30
docs/index.rst
Normal file
30
docs/index.rst
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
appvm
|
||||||
|
=====
|
||||||
|
|
||||||
|
*appvm* is the thin easy-to-use hypervisor-based sandboxing software.
|
||||||
|
|
||||||
|
*appvm* was created for the purpose of decreasing complexity of using
|
||||||
|
graphical software inside virtual machines, at the same time
|
||||||
|
maintaining reasonable security and keep *appvm* itself simple and
|
||||||
|
portable.
|
||||||
|
|
||||||
|
While I'm trying to keep that documentation up-to-date, there may be
|
||||||
|
some missing information. Use ``appvm --help-long`` for checking all
|
||||||
|
features.
|
||||||
|
|
||||||
|
If you found anything missed here, please make a pull request or send
|
||||||
|
patches to patch@dumpstack.io.
|
||||||
|
|
||||||
|
If you need personal support, your company is interested in the
|
||||||
|
project or you just want to share some thoughts -- feel free to create
|
||||||
|
a new issue or write to root@dumpstack.io.
|
||||||
|
|
||||||
|
Contents
|
||||||
|
========
|
||||||
|
|
||||||
|
:ref:`Keyword Index <genindex>`
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
architecture.rst
|
||||||
|
threat-model.rst
|
4
docs/threat-model.rst
Normal file
4
docs/threat-model.rst
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Threat model
|
||||||
|
=======================
|
||||||
|
|
||||||
|
*TODO*
|
Loading…
Reference in a new issue