Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added archiving note. #3264

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
XenCenter
=========

![Checks](https://github.com/xenserver/xenadmin/actions/workflows/main.yml/badge.svg)
[![Lines of Code](https://tokei.rs/b1/github/xenserver/xenadmin)](https://github.com/xenserver/xenadmin)
Please note that as of December 2023 this copy of the XenCenter repository is
considered archived. As such it will not reflect the latest state of XenCenter
development, and any pull requests will not be reviewed/merged. If you have any
feedback regarding XenCenter, please send it to feedback@xenserver.com.

This repository contains the source code for XenCenter.
---

XenCenter is a Windows-based management tool for XenServer and Citrix Hypervisor environments,
which enables users to manage and monitor server and resource pools,
Overview
--------

XenCenter is a Windows-based management tool for XenServer and Citrix Hypervisor
environments, which enables users to manage and monitor server and resource pools,
and to deploy, monitor, manage, and migrate virtual machines.

XenCenter is written in C#.

Contributions
-------------

The preferable way to contribute patches is to fork the repository on Github and
then submit a pull request. If for some reason you can't use Github to submit a
pull request, then you may send your patch for review to the
xs-devel@lists.xenserver.org mailing list, with a link to a public git repository
for review. Please see the [CONTRIB](CONTRIB) file for some general guidelines
on submitting changes.

License
-------

Expand Down
Loading