File: roadmap.html.in

package info (click to toggle)
libvirt-php 0.5.4-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,504 kB
  • sloc: cpp: 11,159; ansic: 8,629; sh: 4,345; makefile: 184; xml: 93
file content (18 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<html>
  <body>
    <h1>Roadmap for libvirt-php</h1>

    <p>
     This is the intended roadmap of libvirt-php project for the worth implementing features and/or bug fixes:
    </p>

    <ul>
      <li>Write a Windows port to enable management from Windows-based servers</li>
      <li>Implement traversal lookup for connection objects (e.g. to limit number of connection from PHP and free objects)</li>
      <li>Write more examples to the website</li>
      <li>Add support for managing snapshots and new libvirt features</li>
    </ul>

  </body>
</html>