Chore: Verbiage updates - translation corrections, typos and capitalization

Fixed a few types, attempted to clarify your thought at the time and fixed some capitalization issues.
This commit is contained in:
Dustin B 2019-06-10 17:03:38 -04:00 committed by GitHub
parent 0b97c15ca8
commit 1df42462fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,24 +2,23 @@
UDS at a glance
===============
UDS has been developed to make a single open source server that allows the access
UDS has been developed to make a single open source server that provides the access
to the growing ip services catalog.
For this, we have try to make a framework that allows the use of any ip service,
focusing initially at VDI because it's the mayor need for the people we have
contacted initially .
For this, we have made a framework that allows the use of any ip service,
focusing initially at VDI because it's the major of people who have initially contacted us.
Also, first version of UDS has been developed "fast" (very fast indeed), so now
we need to make a revision an adapt de code of the framework so it's more
'pythonic'. (Think that i start learning python one day like this, and less than
a week later i started this proyect). So think that, althouth UDS is fully
functional, has been tested and is stable enought for any production environment,
Also, first version of UDS has been developed "fast" (very fast indeed), so
we'll need to make a revision and adapt the code of the framework so it's more
'pythonic'. (Think that I start learning python one day, and less than
a week later I started this project). So althouth UDS is fully
functional and has been tested and is stable enough for any production environment,
there is a lot of work to do.
As so, UDS not only provides default modules for a lot of things (virtualization
provider, authentication providers, protocols, ...), but also provides the core
itself to allow anyone who wants or needs something, incorporate it to the
catalog of UDS in an easy and fast way.
UDS not only provides default modules for a lot of things (virtualization
provider, authentication providers, protocols...), but also provides the core
itself to allow anyone who wants or needs something to incorporate it to the
UDS catalog quickly and easily.
* In order to use UDS, you must simply :doc:`Follow the installation guide <install>`.