File: sitemap.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 (86 lines) | stat: -rw-r--r-- 2,797 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
  <body>
    <h1>Sitemap</h1>

    <div id="sitemap">
    <ul>
      <li>
        <a href="index.html">Home</a>
        <span>Front page of the libvirt-php website</span>
      </li>
      <li>
        <a href="news.html">News</a>
        <span>Details of new features and bugs fixed in each release</span>
        <ul>
          <li>
            <a href="https://gitlab.com/libvirt/libvirt-php/-/commits/master">Git log</a>
            <span>Latest commit messages from the source repository </span>
          </li>
        </ul>
      </li>
      <li>
        <a href="downloads.html">Downloads</a>
        <span>Get the latest source releases, binary builds and get access to the source repository</span>
      </li>
      <li>
        <a href="distros.html">Distributions</a>
        <span>See the list of distributions where you can find libvirt-php in their repositories</span>
      </li>
      <li>
        <a href="windows.html">Windows port</a>
        <span>Information on libvirt-php Windows port</span>
      </li>
      <li>
         <a href="contributions.html">Contributions</a>
         <span>Information on contributing to libvirt-php</span>
      </li>
      <li>
        <a href="docs.html">Documentation</a>
        <span>Information for users, administrators and developers</span>
        <ul>
          <li>
            <a href="api-reference.html">PHP API Reference</a>
            <span>API reference documentation</span>
          </li>
          <li>
            <a href="dev-api-reference.html">Developer's API Reference</a>
            <span>libvirt-php developer's API reference (private functions)</span>
          </li>
          <li>
            <a href="compiling.html">Compiling</a>
            <span>How to compile libvirt-php</span>
          </li>
          <li>
            <a href="deployment.html">Deployment</a>
            <span>Information about deploying and using libvirt-php</span>
          </li>
          <li>
            <a href="examples.html">Examples</a>
            <span>Example scripts using libvirt-php</span>
          </li>
        </ul>
      </li>
      <li>
        <a href="references.html">References</a>
        <span>List of companies and people using the project</span>
      </li>
      <li>
        <a href="contact.html">Contact</a>
        <span>How to contact the developers via email and IRC</span>
      </li>
      <li>
        <a href="links.html">Related links</a>
        <span>List of links related to libvirt-php project</span>
      </li>
      <li>
        <a href="roadmap.html">Roadmap</a>
        <span>List of features to be implemented</span>
      </li>
      <li>
        <a href="sitemap.html">Sitemap</a>
        <span>Libvirt-php site map</span>
      </li>
    </ul>
    </div>
  </body>
</html>