fix(all): links

This commit is contained in:
Olivier Lambert 2016-07-04 17:30:32 +02:00
parent cdf3c16cd9
commit 05f1fcfb55
57 changed files with 80 additions and 68 deletions

View File

@ -6,20 +6,4 @@ XO is a web interface to visualize and administrate your XenServer (or XAPI enab
It aims to be easy to use on any device supporting modern web technologies (HTML 5, CSS 3, JavaScript) such as your desktop computer or your smartphone.
XO is developed by [Vates](https://vates.fr) ([@vatesfr](https://twitter.com/vatesfr)), a French company specializing in Open Source, and released under the [AGPL v3](http://www.gnu.org/licenses/agpl-3.0-standalone.html) license.
__XO is evolving fast, [check our blog](https://xen-orchestra.com/blog) or follow us on Twitter ([@xenorchestra](https://twitter.com/xenorchestra)) to stay tuned about the project!__
![](https://pbs.twimg.com/profile_images/601775622675898368/xWbbafyO_400x400.png)
## Documentation
Documentation is available here: https://xen-orchestra.com/docs
## Toolstack
Xen Orchestra is agent-less thanks to the [XAPI toolstack](http://wiki.xen.org/wiki/Choice_of_Toolstacks). This toolstack is configured out-of-the-box with [XenServer](http://xenserver.org). If you want to use your Xen on your own distribution, you'll have to [install XAPI manually](https://github.com/xenserver/buildroot).
![](http://wiki.xen.org/mediawiki/images/c/c5/ToolStacks.png)

View File

@ -1,54 +1,54 @@
# Summary
* [Introduction](README.md)
* [Architecture](./doc/architecture.md)
* [xo-server](./doc/xo-server.md)
* [xo-web](./doc/xo-web.md)
* [xo-cli](./doc/xo-cli.md)
* [others](./doc/others.md)
* [Installation](./doc/installation.md)
* [XOA](./doc/xoa.md)
* [Updater](./doc/updater.md)
* [Trial activation](./doc/trial_activation.md)
* [Plugins](./doc/plugins.md)
* [Logs](./doc/logs.md)
* [Troubleshooting](./doc/troubleshooting.md)
* [From the sources](./doc/from_the_sources.md)
* [Configuration](./doc/configuration.md)
* [Features](./doc/features.md)
* [Administration](./doc/administration.md)
* [Docker support](./doc/docker_support.md)
* [Backups](./doc/backups.md)
* [Full backups](./doc/full_backups.md)
* [Rolling snapshots](./doc/rolling_snapshots.md)
* [Continuous Delta backups](./doc/delta_backups.md)
* [Continuous Replication](./doc/continuous_replication.md)
* [Disaster recovery](./doc/disaster_recovery.md)
* [User authentication](./doc/authentication.md)
* [Built-in](./doc/built-in.md)
* [LDAP](./doc/ldap.md)
* [SAML](./doc/saml.md)
* [GitHub](./doc/github.md)
* [Google](./doc/google.md)
* [Resources delegation](./doc/resources_delegation.md)
* [ACLs](./doc/acls.md)
* [CloudInit](./doc/cloudinit.md)
* [Self Service](./doc/self_service.md)
* [Visualizations](./doc/visualizations.md)
* [Health](./doc/health.md)
* [Job manager](./doc/scheduler.md)
* [Alerts](./doc/alerts.md)
* [Load balancing](./doc/load_balancing.md)
* [Auto scalability](./doc/auto_scalability.md)
* [Forecaster](./doc/forecaster.md)
* [Recipes](./doc/recipes.md)
* [Reverse proxy](./doc/reverse_proxy.md)
* [How to contribute?](./doc/contributing.md)
* [Roadmap](./doc/roadmap.md)
* [Purchase](./doc/purchase.md)
* [Direct purchase](./doc/directpurchase.md)
* [Through purchase department](./doc/through_purchase_department.md)
* [Reseller](./doc/reseller.md)
* [Editions](./doc/editions.md)
* [Trial](./doc/trial.md)
* [Invoices](./doc/invoices.md)
* [Architecture](architecture.md)
* [xo-server](xo-server.md)
* [xo-web](xo-web.md)
* [xo-cli](xo-cli.md)
* [others](others.md)
* [Installation](installation.md)
* [XOA](xoa.md)
* [Updater](updater.md)
* [Trial activation](trial_activation.md)
* [Plugins](plugins.md)
* [Logs](logs.md)
* [Troubleshooting](troubleshooting.md)
* [From the sources](from_the_sources.md)
* [Configuration](configuration.md)
* [Features](features.md)
* [Administration](administration.md)
* [Docker support](docker_support.md)
* [Backups](backups.md)
* [Full backups](full_backups.md)
* [Rolling snapshots](rolling_snapshots.md)
* [Continuous Delta backups](delta_backups.md)
* [Continuous Replication](continuous_replication.md)
* [Disaster recovery](disaster_recovery.md)
* [User authentication](authentication.md)
* [Built-in](built-in.md)
* [LDAP](ldap.md)
* [SAML](saml.md)
* [GitHub](github.md)
* [Google](google.md)
* [Resources delegation](resources_delegation.md)
* [ACLs](acls.md)
* [CloudInit](cloudinit.md)
* [Self Service](self_service.md)
* [Visualizations](visualizations.md)
* [Health](health.md)
* [Job manager](scheduler.md)
* [Alerts](alerts.md)
* [Load balancing](load_balancing.md)
* [Auto scalability](auto_scalability.md)
* [Forecaster](forecaster.md)
* [Recipes](recipes.md)
* [Reverse proxy](reverse_proxy.md)
* [How to contribute?](contributing.md)
* [Roadmap](roadmap.md)
* [Purchase](purchase.md)
* [Direct purchase](directpurchase.md)
* [Through purchase department](through_purchase_department.md)
* [Reseller](reseller.md)
* [Editions](editions.md)
* [Trial](trial.md)
* [Invoices](invoices.md)

View File

@ -3,5 +3,8 @@
"anchors",
"-edit-link"
],
"structure": {
"summary": "docs/README.md"
},
"pluginsConfig": {}
}
}

25
docs/README.md Normal file
View File

@ -0,0 +1,25 @@
# Xen Orchestra
## Introduction
XO is a web interface to visualize and administrate your XenServer (or XAPI enabled) hosts.
It aims to be easy to use on any device supporting modern web technologies (HTML 5, CSS 3, JavaScript) such as your desktop computer or your smartphone.
XO is developed by [Vates](https://vates.fr) ([@vatesfr](https://twitter.com/vatesfr)), a French company specializing in Open Source, and released under the [AGPL v3](http://www.gnu.org/licenses/agpl-3.0-standalone.html) license.
__XO is evolving fast, [check our blog](https://xen-orchestra.com/blog) or follow us on Twitter ([@xenorchestra](https://twitter.com/xenorchestra)) to stay tuned about the project!__
![](https://pbs.twimg.com/profile_images/601775622675898368/xWbbafyO_400x400.png)
## Documentation
Documentation is available here: https://xen-orchestra.com/docs
## Toolstack
Xen Orchestra is agent-less thanks to the [XAPI toolstack](http://wiki.xen.org/wiki/Choice_of_Toolstacks). This toolstack is configured out-of-the-box with [XenServer](http://xenserver.org). If you want to use your Xen on your own distribution, you'll have to [install XAPI manually](https://github.com/xenserver/buildroot).
![](http://wiki.xen.org/mediawiki/images/c/c5/ToolStacks.png)