File: news.html.in

package info (click to toggle)
libvirt-php 0.5.8-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 9,352; sh: 4,578; php: 269; makefile: 219; xml: 93
file content (17 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
    <h1>News</h1>
    <p>Here will the list of official releases of libvirt-php project but it's empty now since no release has been done yet.</p>
    <p>If you want to see the commits or download the source from <a href="http://git-scm.com">git</a> please refer to project's GIT repository at:</p>

    <pre>https://gitlab.com/libvirt/libvirt-php/</pre>

    <p>
    If you want to see the latest patches committed to the repository can also refer to <a href="https://gitlab.com/libvirt/libvirt-php/-/commits/master">GIT log</a>.
    </p>
  </body>
</html>