]> git.proxmox.com Git - pve-installer.git/commitdiff
restructure html in repo and installed package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 12:34:34 +0000 (14:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 May 2021 17:49:39 +0000 (19:49 +0200)
placing the common stuff top-level and the per-product stuff one
directory-level down allows to access all used resources (css,
images) from a common base path without hacking to much around.

Per-product files are always preferred.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
67 files changed:
Makefile
debian/install
html-common/Makefile [deleted file]
html-common/ack_template.htm [deleted file]
html-common/country.htm [deleted file]
html-common/fail.htm [deleted file]
html-common/ipconf.htm [deleted file]
html-common/license.htm [deleted file]
html-common/nohds.htm [deleted file]
html-common/nonics.htm [deleted file]
html-common/plus.png [deleted file]
html-common/pve-installer.css [deleted file]
html-common/success.htm [deleted file]
html-pbs/Makefile [deleted file]
html-pbs/extract1-license.htm [deleted file]
html-pbs/extract2-rulesystem.htm [deleted file]
html-pbs/extract3-spam.htm [deleted file]
html-pbs/extract4-virus.htm [deleted file]
html-pbs/page1.htm [deleted file]
html-pbs/passwd.htm [deleted file]
html-pmg/Makefile [deleted file]
html-pmg/extract1-license.htm [deleted file]
html-pmg/extract2-rulesystem.htm [deleted file]
html-pmg/extract3-spam.htm [deleted file]
html-pmg/extract4-virus.htm [deleted file]
html-pmg/page1.htm [deleted file]
html-pmg/passwd.htm [deleted file]
html-pve/Makefile [deleted file]
html-pve/extract1-license.htm [deleted file]
html-pve/extract2-rulesystem.htm [deleted file]
html-pve/extract3-spam.htm [deleted file]
html-pve/extract4-virus.htm [deleted file]
html-pve/page1.htm [deleted file]
html-pve/passwd.htm [deleted file]
html/Makefile [new file with mode: 0644]
html/ack_template.htm [new file with mode: 0644]
html/country.htm [new file with mode: 0644]
html/fail.htm [new file with mode: 0644]
html/ipconf.htm [new file with mode: 0644]
html/license.htm [new file with mode: 0644]
html/nohds.htm [new file with mode: 0644]
html/nonics.htm [new file with mode: 0644]
html/pbs/Makefile [new file with mode: 0644]
html/pbs/extract1-license.htm [new file with mode: 0644]
html/pbs/extract2-rulesystem.htm [new file with mode: 0644]
html/pbs/extract3-spam.htm [new file with mode: 0644]
html/pbs/extract4-virus.htm [new file with mode: 0644]
html/pbs/page1.htm [new file with mode: 0644]
html/pbs/passwd.htm [new file with mode: 0644]
html/plus.png [new file with mode: 0644]
html/pmg/Makefile [new file with mode: 0644]
html/pmg/extract1-license.htm [new file with mode: 0644]
html/pmg/extract2-rulesystem.htm [new file with mode: 0644]
html/pmg/extract3-spam.htm [new file with mode: 0644]
html/pmg/extract4-virus.htm [new file with mode: 0644]
html/pmg/page1.htm [new file with mode: 0644]
html/pmg/passwd.htm [new file with mode: 0644]
html/pve-installer.css [new file with mode: 0644]
html/pve/Makefile [new file with mode: 0644]
html/pve/extract1-license.htm [new file with mode: 0644]
html/pve/extract2-rulesystem.htm [new file with mode: 0644]
html/pve/extract3-spam.htm [new file with mode: 0644]
html/pve/extract4-virus.htm [new file with mode: 0644]
html/pve/page1.htm [new file with mode: 0644]
html/pve/passwd.htm [new file with mode: 0644]
html/success.htm [new file with mode: 0644]
proxinstall

index 7d49de71a33b648071a725edf74f22f519ac6d93..b45fd5f9350b03ea5f7e0861fcb45d39fba76520 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,6 @@ HTMLDIR=$(VARLIBDIR)/html/common
 
 .PHONY: install
 install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
-       $(MAKE) -C html-common install
        $(MAKE) -C banner install
        install -D -m 644 interfaces ${DESTDIR}/etc/network/interfaces
        install -D -m 755 fake-start-stop-daemon ${VARLIBDIR}/fake-start-stop-daemon
@@ -83,7 +82,6 @@ check-pbs: prepare-check-env test.img
 .phony: clean
 clean:
        umount -Rd testdir || true
-       make -C html-common clean
        rm -rf *~ *.deb target build packages packages.tmp testdir test*.img pve-final.pkglist \
          *.buildinfo *.changes country.dat final.pkglist cd-info.test
        find . -name '*~' -exec rm {} ';'
index 5369fefe06e717f3ca682d8593dddb6e69eec943..a5337d56fba9d4158f8b66866e70f901ee9b7588 100644 (file)
@@ -1,6 +1,4 @@
 banner/pve-banner.png /var/lib/proxmox-installer
 banner/pmg-banner.png /var/lib/proxmox-installer
 banner/pbs-banner.png /var/lib/proxmox-installer
-html-pve/*.htm /var/lib/proxmox-installer/html/pve
-html-pmg/*.htm /var/lib/proxmox-installer/html/pmg
-html-pbs/*.htm /var/lib/proxmox-installer/html/pbs
+html /var/lib/proxmox-installer/
diff --git a/html-common/Makefile b/html-common/Makefile
deleted file mode 100644 (file)
index 3871303..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-DESTDIR=
-VARLIBDIR=$(DESTDIR)/var/lib/proxmox-installer
-HTMLDIR=$(VARLIBDIR)/html/common
-
-all:
-
-.phony: install
-install:
-       install -D -m 644 pve-installer.css $(HTMLDIR)/pve-installer.css
-       install -D -m 644 plus.png $(HTMLDIR)/plus.png
-       install -D -m 644 country.htm $(HTMLDIR)/country.htm
-       install -D -m 644 license.htm $(HTMLDIR)/license.htm
-       install -D -m 644 ipconf.htm $(HTMLDIR)/ipconf.htm
-       install -D -m 644 nohds.htm $(HTMLDIR)/nohds.htm
-       install -D -m 644 nonics.htm $(HTMLDIR)/nonics.htm
-       install -D -m 644 ack_template.htm $(HTMLDIR)/ack_template.htm
-       install -D -m 644 success.htm $(HTMLDIR)/success.htm
-       install -D -m 644 fail.htm $(HTMLDIR)/fail.htm
-
-.PHONY: clean
-clean:
-       rm -rf *~
diff --git a/html-common/ack_template.htm b/html-common/ack_template.htm
deleted file mode 100644 (file)
index 48d7213..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-<style type="text/css">
-    #summary td, tr {
-        padding: 3px;
-    }
-    #summary tr:nth-child(even){ background-color: #f2f2f2; }
-    #summary tr:hover { background-color: #ddd; }
-    #summary th {
-        padding-top: 5px;
-        padding-bottom: 5px;
-        padding-left: 5px;
-        text-align: left;
-        background-color: #e57000;
-        color: white;
-    }
-</style>
-</head>
-<body>
-<center>
-<table border="0" width="800" style="margin-top: 15pt;">
-  <tr>
-    <td colspan="4" align="center" width="800"><b class="htext">Summary</b></td>
-  </tr>
-  <tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tbody>
-      <tr><td>
-        <b>Please confirm</b> the displayed information.
-        Once you press the <b>Install</b> button, the installer will begin to partition your drive(s) and extract the required files.
-      </td></tr>
-    </tbody></table>
-    </td>
-  </tr>
-
-  <table id="summary" border="0" width="800">
-    <tbody>
-      <tr><th width="25%">Option</th> <th>Value</th></tr>
-
-      <tr><td>Filesystem:</td> <td>__target_fs__</td></tr>
-
-      <tr><td>Disk(s):</td> <td>__target_hd__</td></tr>
-
-      <tr><td>Country:</td> <td>__country__</td></tr>
-
-      <tr><td>Timezone:</td> <td>__timezone__</td></tr>
-
-      <tr><td>Keymap:</td> <td>__keymap__</td></tr>
-
-      <tr><td>Email:</td> <td>__mailto__</td></tr>
-
-      <tr><td>Management Interface:</td> <td>__interface__</td></tr>
-
-      <tr><td>Hostname:</td> <td>__hostname__</td></tr>
-
-      <tr><td>IP CIDR:</td> <td>__cidr__</td></tr>
-
-      <tr><td>Gateway:</td> <td>__gateway__</td></tr>
-
-      <tr><td>DNS:</td> <td>__dnsserver__</td></tr>
-    </tbody>
-  </table>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-common/country.htm b/html-common/country.htm
deleted file mode 100644 (file)
index 990a39f..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Location and Time Zone selection</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td><b>The Proxmox Installer</b>
-       automatically makes location-based optimizations, like
-       choosing the nearest mirror to download files from. Also make sure
-       to select the correct time zone and keyboard layout.
-       <br><br>
-       Press the Next button to continue the installation.
-      </td></tr>
-    </table>
-  </p></td>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Country:</b>
-         The selected country is used to choose nearby mirror
-         servers. This will speed up downloads and make updates more
-         reliable.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Time Zone:</b>
-         Automatically adjust daylight saving time.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Keyboard
-         Layout:</b> Choose your keyboard layout.
-         <br><br>
-       </td>
-      </tr>
-    </table>
-  </p></td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-common/fail.htm b/html-common/fail.htm
deleted file mode 100644 (file)
index 50460bb..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr>
-  <td width="200">&nbsp;</td>
-  <td colspan="2" width="400"><br><br>
-    <p>
-    <b class="htext">Installation failed!</b>
-    <br><br><br>
-    __FULL_PRODUCT_NAME__ could not be installed.
-    <br><br><br>
-    <table border="0" width="400">
-      <tr>
-       <td width="40">&nbsp;</td>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top" width="560">Press CTRL + ALT + F2 to see details<br><br>
-         <br><br>
-       </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-  <td width="200">&nbsp;</td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-common/ipconf.htm b/html-common/ipconf.htm
deleted file mode 100644 (file)
index ed3fd9d..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-  <tr><td>&nbsp;</td></tr>
-  <tr>
-    <td colspan="4" align="center" width="800">
-      <b class="htext">Management Network Configuration</b>
-    </td>
-  </tr>
-  <tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tbody>
-        <tr><td><b>Please verify</b> the displayed network configuration. You
-        will need a valid network configuration to access the management
-        interface after installing.<br><br>
-        After you have finished, press the Next button. You will be shown a
-        list of the options that you chose during the previous steps.
-        </td></tr>
-      </tbody>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tbody><tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>IP address (CIDR):</b> Set the main IP address and
-        netmask for your server in CIDR notation.<br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>Gateway:</b> IP address of your gateway or firewall.
-          <br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>DNS Server:</b> IP address of your DNS server.
-          <br><br>
-        </td>
-      </tr>
-    </tbody></table>
-    </p>
-  </td>
-</tr>
-</table>
-</center>
-</body></html>
diff --git a/html-common/license.htm b/html-common/license.htm
deleted file mode 100644 (file)
index 7465761..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tbody><tr>
-    <td align="center" width="800">
-    <br><br>
-    <b class="htext">__LICENSE_TITLE__</b>
-    <br><br>
-    <textarea class="noresize" readonly="readonly" border="1" name="txt" rows="28" cols="75">__LICENSE__</textarea>
-    </td>
-</tr>
-
-</tbody></table>
-
-</center>
-</body></html>
diff --git a/html-common/nohds.htm b/html-common/nohds.htm
deleted file mode 100644 (file)
index fab8c50..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border=0 width="800">
-<tr>
-  <td width="200">&nbsp;</td>
-  <td width="400" colspan=2><br><br>
-    <p>
-    <b class="htext">No Hard Disk found!</b>
-    <br><br><br>
-    The installer could not find a supported hard disk. Please visit www.proxmox.com for more information.
-    <br><br><br>
-    <table border=0 width="400">
-      <tr>
-       <td width="40">&nbsp;</td>
-       <td width="30"  valign="top"><img src="plus.png"></td>
-       <td width="560" valign="top">Press CTRL + ALT + F2 to see details<br><br>
-         <br><br>
-       </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-  <td width="200">&nbsp;</td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-common/nonics.htm b/html-common/nonics.htm
deleted file mode 100644 (file)
index cfa9d42..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border=0 width="800">
-<tr>
-  <td width="200">&nbsp;</td>
-  <td width="400" colspan=2><br><br>
-    <p>
-    <b class="htext">No Network Interface found!</b>
-    <br><br><br>
-    The installer could not find a supported network interface card. Please visit www.proxmox.com for more information.
-    <br><br><br>
-    <table border=0 width="400">
-      <tr>
-       <td width="40">&nbsp;</td>
-       <td width="30"  valign="top"><img src="plus.png"></td>
-       <td width="560" valign="top">Press CTRL + ALT + F2 to see details<br><br>
-         <br><br>
-       </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-  <td width="200">&nbsp;</td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-common/plus.png b/html-common/plus.png
deleted file mode 100644 (file)
index a73a295..0000000
Binary files a/html-common/plus.png and /dev/null differ
diff --git a/html-common/pve-installer.css b/html-common/pve-installer.css
deleted file mode 100644 (file)
index 78e2fc2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-.htext { 
-    font-size: 150%;
-    color: #e57000;
-}
-
-.noresize { 
-  resize: none;
-}
diff --git a/html-common/success.htm b/html-common/success.htm
deleted file mode 100644 (file)
index 5dc398a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr>
-  <td width="200">&nbsp;</td>
-  <td colspan="2" width="400"><br><br>
-    <p>
-    <b class="htext">Installation successful!</b>
-    <br><br><br>
-    __FULL_PRODUCT_NAME__ is now installed and ready to use.
-    <br><br><br>
-    <table border="0" width="500">
-      <tbody><tr>
-        <td width="40">&nbsp;</td>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top" width="560">
-            <b>Next steps</b><br><br>
-            Reboot and point your web browser to the selected IP address on port __PORT__:<br><br>
-            https://__IPADDR__:__PORT__
-          <br><br>
-          Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
-          <br><br>
-          <span>__AUTOREBOOT_MSG__</span>
-        </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-  <td width="200">&nbsp;</td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pbs/Makefile b/html-pbs/Makefile
deleted file mode 100644 (file)
index adf4646..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-DESTDIR=
-
-all:
-
-.phony: clean
-clean:
-       rm -rf *~
diff --git a/html-pbs/extract1-license.htm b/html-pbs/extract1-license.htm
deleted file mode 100644 (file)
index 9ceae4f..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Enterprise Backup Solution</b></td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-        <b>Open-Source Backup Software for Servers</b><br><br>
-        - Client/server backup system<br>
-        - Secure backups for VMs, container, and hosts<br>
-        - Deduplication<br>
-        - Incremental backups<br>
-        - Remote sync<br>
-        - Easy management<br>
-
-        For more information, visit <b>www.proxmox.com</b>
-        or the Proxmox Backup Server project page.
-        <br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top">
-          <b>Graphical User Interface</b><br>
-          Easily manage your backups with the integrated web interface.<br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top">
-          <b>Performance</b><br>
-          The entire software stack is written in Rust and provides high speed, performance, and memory efficiency.
-          <br>
-        </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pbs/extract2-rulesystem.htm b/html-pbs/extract2-rulesystem.htm
deleted file mode 100644 (file)
index bede21f..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Data Safety & Minimized Storage Consumption</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-        Proxmox Backup Server is production-ready and saves you money, by
-        reducing the amount of data stored.<br><br>The role-based permission
-        management, combined with the integration of multiple external
-        authentication sources provides the basis for a secure and stable
-        environment.<br><br>
-        Visit <b>www.proxmox.com</b> for more information regarding commercial support subscriptions.<br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-      <table border="0" width="400">
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>Commitment to Free Software</b><br>
-            The source code is released under the GNU Affero General Public License, v3.
-          </td>
-        </tr>
-        <tr></tr>
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>RESTful web API</b><br>
-            The resource-oriented architecture (ROA) and declarative API definition
-            using JSON Schema enable easy integration for third party
-            management tools.
-          </td>
-        </tr>
-        <tr></tr>
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>Encryption</b><br>
-            To help protect against cyber attacks, encryption of your backups is done on the client-side, using AES-256 in GCM mode.
-          </td>
-        </tr>
-        <tr></tr>
-      </table>
-      </p>
-    </td>
-  </tr>
-</table>
-</center>
-</body></html>
diff --git a/html-pbs/extract3-spam.htm b/html-pbs/extract3-spam.htm
deleted file mode 100644 (file)
index 4dd1f09..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Web-Based Management</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-        With the Proxmox Backup Server, you can safely backup and restore your business critical data.<br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-      <table border="0" width="400">
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>Support for Proxmox VE</b><br>
-            The Proxmox Virtual Environment is fully supported, and the seamless integration
-            allows you to easily backup VMs and containers.<br>
-          </td>
-        </tr>
-        <tr></tr>
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>Web Console</b><br>
-            SSL-secured, browser-integrated system console.<br>
-          </td>
-        </tr>
-        <tr></tr>
-        <tr>
-          <td valign="top" width="30"><img src="plus.png"></td>
-          <td valign="top">
-            <b>Online/Live Backup</b><br>
-            Backup and restore your running virtual servers.<br>
-          </td>
-        </tr>
-      </table>
-      </p>
-    </td>
-  </tr>
-</table>
-</center>
-</body></html>
diff --git a/html-pbs/extract4-virus.htm b/html-pbs/extract4-virus.htm
deleted file mode 100644 (file)
index 74069ec..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox Backup Server</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br>
-  <p>
-    <table>
-      <tr><td>
-        <b>Data Integrity</b><br>
-        The built in SHA-256 checksum algorithm ensures the accuracy and consistency of your backups.<br><br>
-      </td></tr>
-      <tr><td>
-        <b>Compression</b><br>
-        The ultra-fast Zstandard compression is able to compress several gigabytes of data per second.<br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top">
-          <b>Remote Sync</b><br>
-          Backup data to dedicated hardware or efficiently synchronize them to remote sites. Only deltas containing new data are transferred.<br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top">
-          <b>Technical Support</b><br>
-          Enterprise support options are available from Proxmox.<br><br>
-        </td>
-      </tr>
-    </table>
-    </p></td>
-  </tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pbs/page1.htm b/html-pbs/page1.htm
deleted file mode 100644 (file)
index 353f780..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox Backup Server (PBS)</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tbody><tr><td><b>The Proxmox Installer</b>
-        automatically partitions your hard disk. It installs all required
-        packages and makes the system bootable from the hard disk.
-        All existing partitions and data will be lost.
-        <br><br>
-        To continue the installation, press the Next button.
-      </td></tr>
-    </tbody></table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tbody><tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>Please verify the installation target</b><br>
-          The displayed hard disk will be used for the installation.
-          <br>Warning: All existing partitions and data will be lost.
-          <br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>Automatic hardware detection</b><br>
-          The installer automatically configures your hardware.
-          <br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top" width="560"><b>Graphical user interface</b><br>
-          Final configuration will be done on the graphical user
-          interface, via a web browser.
-          <br><br>
-        </td>
-      </tr>
-    </tbody></table>
-    </p>
-  </td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-pbs/passwd.htm b/html-pbs/passwd.htm
deleted file mode 100644 (file)
index d331b28..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Administration Password and Email Address</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td><b>Proxmox Backup Server</b> is a
-        full-featured, highly secure system, based on Debian GNU/Linux.
-        <br><br>
-        In this step, please provide the <i>root</i> password.
-      </td></tr>
-    </table>
-  </p></td>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>Password:</b>
-          Please use a strong password. It should be at least 8 characters long,
-          and contain a combination of letters, numbers, and symbols.
-          <br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"><img src="plus.png"></td>
-        <td valign="top"><b>Email:</b>
-          Enter a valid email address. Your Proxmox Backup Server will send
-          important alert notifications to this email account (all emails for 'root').
-          <br><br>
-        </td>
-      </tr>
-      <tr>
-        <td valign="top" width="30"></td>
-        <td valign="top">To continue the installation, press the Next button.</td>
-      </tr>
-    </table>
-  </p></td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-pmg/Makefile b/html-pmg/Makefile
deleted file mode 100644 (file)
index adf4646..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-DESTDIR=
-
-all:
-
-.phony: clean
-clean:
-       rm -rf *~
diff --git a/html-pmg/extract1-license.htm b/html-pmg/extract1-license.htm
deleted file mode 100644 (file)
index ed7297e..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox Mail Gateway</b></td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-       <b>Open Source Mail Filter Platform</b><br><br>
-       - Enterprise ready<br>
-       - Clustering<br>
-       - Central Management<br>
-       - REST API<br>
-       - Commercial support options<br><br>
-
-       Visit <b>www.proxmox.com</b>
-       for additional information about Proxmox Mail Gateway.
-       <br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Commitment to Free Software</b><br>
-         The source code is released under the GNU Affero General Public License.
-       </td>
-      </tr>
-      <tr></tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Commercial Support</b><br>
-         We offer different support levels for different needs.
-         <br><br>
-       </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pmg/extract2-rulesystem.htm b/html-pmg/extract2-rulesystem.htm
deleted file mode 100644 (file)
index 5a41394..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border=0 width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td width="800" colspan="4" align="center">
-    <b class="htext">Object-oriented Rule System</b>
-  </td>
-</tr>
-<tr>
-  <td width="400" colspan="2" valign="top"><br>
-    <table>
-      <tr><td><b>The rule system</b> enables you to define filter
-       rules by user, domains, time frame, content type and resulting
-       action. It is very flexible and easy to use.
-       <br><br>
-       Options range from simple spam and virus filter setups to
-       sophisticated, highly customized setups blocking certain types
-       of mails and generating notifications.
-       <br><br>
-       Its flexibility enables easy integration into your existing
-       network architecture.
-      </td></tr>
-    </table>
-  </td>
-
-  <td width="400" colspan="2" valign="top"><br>
-      <table border="0" width="400">
-       <tr>
-         <td valign="top"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Who-objects</b><br>
-           The action of a rule will only be triggered if the email contains the defined who-object.
-           <br><br>
-         </td>
-       </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top"><img src="plus.png"></td>
-         <td valign="top"><b>What-objects</b><br>
-           A what-object defines what will happen to an email with a specific content.
-           <br><br>
-         </td>
-       </tr> </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top"><img src="plus.png"></td>
-         <td valign="top"><b>When-objects</b><br>
-           Set a time frame. The rule will only work in the specified time frame.
-           <br><br>
-         </td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="plus.png"></td>
-         <td valign="top"><b>Action-objects</b><br>
-           Basic actions: quarantine, block, accept, add disclaimer, notify ...
-         </td>
-       </tr>
-      </table>
-    </td>
-  </tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pmg/extract3-spam.htm b/html-pmg/extract3-spam.htm
deleted file mode 100644 (file)
index 6b3551a..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border=0 width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td width="800" colspan="4" align="center">
-    <b class="htext">Advanced Spam Filter Technology</b>
-  </td>
-</tr>
-<tr>
-  <td width="400" colspan="2" valign="top"><br>
-    <table>
-      <tr><td><b>The Spam filter</b>
-       uses a variety of local and network tests to identify spam signatures.
-       <br><br>
-       This makes it very hard for spammers to identify one aspect which they can craft their messages
-       to work around and almost eliminates false positives.
-       <br><br>
-       Although using many different technologies the spam filter requires very little configuration.
-      </td></tr>
-    </table>
-  </td>
-
-  <td width="400" colspan="2" valign="top"><br>
-    <table border="0" width="400">
-      <tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>Flexible classification</b><br>
-         Every incoming email will be analyzed and marked with a spam level. You can use
-         the rule system to mark, quarantine, block or forward spam mails into a spam folder.
-         <br><br>
-       </td>
-      </tr>
-      <tr></tr><tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>Spam filtering methods</b><br>
-         <ul>
-           <li>Greylisting
-           <li>Sender Policy Framework (SPF)<br>
-           <li>Bayes statistical filter<br>
-           <li>DNS based blacklists<br>
-           <li>...and more!
-           </ul>
-       </td>
-      </tr>
-    </table>
-  </td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pmg/extract4-virus.htm b/html-pmg/extract4-virus.htm
deleted file mode 100644 (file)
index 4e4008c..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td width="800" colspan="4" align="center">
-    <b class="htext">Fast Multi-threaded Virus Engine</b>
-  </td>
-</tr>
-<tr>
-  <td width="400" colspan="2" valign="top"><br>
-    <table>
-      <tr><td><b>The virus engine</b>
-       kills viruses before they can reach your mail server. All emails
-       are scanned by two scanning engines.
-       <br><br>
-       The generic signature design also protects against new types of malware,
-       including image and HTML exploits, as well as phishing attacks.
-       <br><br>
-       Automatic database updates ensure that you will always have
-       the latest available virus signatures.
-      </td></tr>
-    </table>
-  </td>
-
-  <td width="400" colspan="2" valign="top"><br>
-    <table border="0" width="400">
-      <tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>Automatic signature downloads</b><br>
-         Hourly virus database update.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>Scanning of archives</b><br>
-         Support for RAR (2.0), Zip, Gzip, Bzip2, Tar, MS OLE2, MS Cabinet files, ...
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>File type attachment blocking</b><br>
-         Integrated into the rule system.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top"><img src="plus.png"></td>
-       <td valign="top"><b>Virus Quarantine and Statistics</b><br>
-       </td>
-      </tr>
-    </table>
-  </td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pmg/page1.htm b/html-pmg/page1.htm
deleted file mode 100644 (file)
index a8e69cc..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox Mail Gateway (PMG)</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tbody><tr><td><b>The Proxmox Installer</b>
-       automatically partitions your hard disk. It installs all required
-       packages and finally makes the system bootable from hard disk.
-       All existing partitions and data will be lost.
-       <br><br>
-       Press the Next button to continue installation.
-      </td></tr>
-    </tbody></table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tbody><tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Please verify the installation target</b><br>
-         The displayed hard disk is used for installation.
-         <br>Warning: All existing partitions and data will be lost.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Automatic hardware detection</b><br>
-         The installer automatically configures your hardware.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top" width="560"><b>Graphical user interface</b><br>
-         Final configuration will be done on the graphical user
-         interface via a web browser.
-         <br><br>
-       </td>
-      </tr>
-    </tbody></table>
-    </p>
-  </td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-pmg/passwd.htm b/html-pmg/passwd.htm
deleted file mode 100644 (file)
index 3e94480..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Administration Password and Email Address</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td><b>Proxmox Mail Gateway</b> is a
-       full featured highly secure GNU/Linux system based on Debian.
-       <br><br>
-        Please provide the <i>root</i> password in this step.
-      </td></tr>
-    </table>
-  </p></td>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Password:</b>
-         Please use a strong password. It should have 8 or more characters.
-         Also combine letters, numbers, and symbols.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Email:</b>
-         Enter a valid email address. Your Proxmox Mail Gateway will send
-         important alert notifications to this email account (all mails for 'root').
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"></td>
-       <td valign="top">Press the Next button to continue installation.</td>
-      </tr>
-    </table>
-  </p></td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-pve/Makefile b/html-pve/Makefile
deleted file mode 100644 (file)
index adf4646..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-DESTDIR=
-
-all:
-
-.phony: clean
-clean:
-       rm -rf *~
diff --git a/html-pve/extract1-license.htm b/html-pve/extract1-license.htm
deleted file mode 100644 (file)
index 87963ab..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Virtualization Platform</b></td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-       <b>Open Source Virtualization Platform</b><br><br>
-       - Enterprise ready<br>
-       - Central Management<br>
-       - Clustering<br>
-       - Online Backup solution<br>
-       - Live Migration<br>
-       - 32 and 64 bit guests<br><br>
-
-       Visit <b>www.proxmox.com</b>
-       for additional information and the Wiki about Proxmox VE.
-       <br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Container Virtualization</b><br>
-         Only 1-3% performance loss using OS virtualization as compared to using a standalone server.<br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Full Virtualization (KVM)</b><br>
-         Run unmodified virtual servers -&nbsp;Linux or Windows.<br>
-       </td>
-      </tr>
-    </table>
-    </p>
-  </td>
-</tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pve/extract2-rulesystem.htm b/html-pve/extract2-rulesystem.htm
deleted file mode 100644 (file)
index f6c065f..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Virtualize your IT Infrastructure</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-       Proxmox VE is ready for enterprise deployments.<br><br>The role based permission management combined with the integration of  multiple external authentication sources is the base for a secure and stable environment.<br><br>
-       Visit <b>www.proxmox.com</b> for more information about commercial support subscriptions.<br><br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-      <table border="0" width="400">
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Commitment to Free Software</b><br>
-           The source code is released under the GNU Affero General Public License.
-         </td>
-       </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>RESTful web API</b><br>
-           Resource-oriented architecture (ROA) and declarative API definition using JSON Schema enable easy integration for third party management tools.
-         </td>
-       </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Virtual Appliances</b><br>
-           Pre-installed applications - up and running within a few seconds.
-         </td>
-       </tr>
-       <tr></tr>
-      </table>
-      </p>
-    </td>
-  </tr>
-</table>
-</center>
-</body></html>
diff --git a/html-pve/extract3-spam.htm b/html-pve/extract3-spam.htm
deleted file mode 100644 (file)
index 64c4050..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Web Based Administration</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-       Proxmox VE closes the gap between high performance Linux virtualization and the missing parts - easy deployment and management.<br><br>
-       Proxmox VE is the number one choice for Linux based virtualization platforms.<br>
-      </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-      <table border="0" width="400">
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>JavaScript based GUI</b><br>
-           Fast search-driven interface, capable of handling several hundred VMs.<br>
-         </td>
-       </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Web Based Console</b><br>
-           SSL secured browser-integrated console view to all Virtual Servers and hosts.<br>
-         </td>
-       </tr>
-       <tr></tr>
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Online Backup</b><br>
-           Backup (and restore) your running Virtual Servers.<br>
-         </td>
-       </tr>
-       <tr>
-         <td valign="top" width="30"><img src="plus.png"></td>
-         <td valign="top">
-           <b>Live Migration</b><br>
-           Move your running servers from one physical host to another without downtime.
-         </td>
-       </tr>
-      </table>
-      </p>
-    </td>
-  </tr>
-</table>
-</center>
-</body></html>
diff --git a/html-pve/extract4-virus.htm b/html-pve/extract4-virus.htm
deleted file mode 100644 (file)
index 355f34c..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox VE Cluster</b>
-  </td>
-</tr>
-<tr>
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td>
-       With <b>Proxmox VE</b> you can join multiple physical servers to one VE Cluster.<br><br>
-       This flexible multi-master cluster eliminates a single point of failure.<br>
-         </td></tr>
-    </table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Central management</b><br>
-         Create and manage new Virtual Servers by simply selecting the node where it should run.<br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top">
-         <b>Proxmox Cluster file system (pmxcfs)</b><br>
-         Database-driven file system for storing configuration files, replicated in realtime on all nodes using corosync.<br><br>
-       </td>
-      </tr>
-
-    </table>
-    </p></td>
-  </tr>
-</table>
-</center>
-</body>
-</html>
diff --git a/html-pve/page1.htm b/html-pve/page1.htm
deleted file mode 100644 (file)
index 19167ce..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Proxmox Virtual Environment (PVE)</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tbody><tr><td><b>The Proxmox Installer</b>
-       automatically partitions your hard disk. It installs all required
-       packages and makes the system bootable from the hard disk.
-       All existing partitions and data will be lost.
-       <br><br>
-       Press the Next button to continue the installation.
-      </td></tr>
-    </tbody></table>
-  </p></td>
-
-  <td colspan="2" valign="top" width="400"><br><p>
-    <table border="0" width="400">
-      <tbody><tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Please verify the installation target</b><br>
-         The displayed hard disk will be used for the installation.
-         <br>Warning: All existing partitions and data will be lost.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Automatic hardware detection</b><br>
-         The installer automatically configures your hardware.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top" width="560"><b>Graphical user interface</b><br>
-         Final configuration will be done on the graphical user
-         interface, via a web browser.
-         <br><br>
-       </td>
-      </tr>
-    </tbody></table>
-    </p>
-  </td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html-pve/passwd.htm b/html-pve/passwd.htm
deleted file mode 100644 (file)
index 1c7d2fc..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<link rel="stylesheet" type="text/css" href="pve-installer.css">
-</head>
-<body>
-<center>
-<table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Administration Password and Email Address</b>
-  </td>
-</tr>
-<tr>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr><td><b>Proxmox Virtual Environment</b> is a
-       full featured, highly secure GNU/Linux system, based on Debian.
-       <br><br>
-        In this step, please provide the <i>root</i> password.
-      </td></tr>
-    </table>
-  </p></td>
-    <td colspan="2" valign="top" width="400"><br><p>
-    <table>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Password:</b>
-         Please use a strong password. It should be at least 8 characters long,
-         and contain a combination of letters, numbers, and symbols.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Email:</b>
-         Enter a valid email address. Your Proxmox VE server will send
-         important alert notifications to this email account (such as backup
-         failures, high availability events, etc.).
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"></td>
-       <td valign="top">Press the Next button to continue the installation.</td>
-      </tr>
-    </table>
-  </p></td>
-</tr>
-</tbody></table>
-</center>
-</body></html>
diff --git a/html/Makefile b/html/Makefile
new file mode 100644 (file)
index 0000000..3871303
--- /dev/null
@@ -0,0 +1,22 @@
+DESTDIR=
+VARLIBDIR=$(DESTDIR)/var/lib/proxmox-installer
+HTMLDIR=$(VARLIBDIR)/html/common
+
+all:
+
+.phony: install
+install:
+       install -D -m 644 pve-installer.css $(HTMLDIR)/pve-installer.css
+       install -D -m 644 plus.png $(HTMLDIR)/plus.png
+       install -D -m 644 country.htm $(HTMLDIR)/country.htm
+       install -D -m 644 license.htm $(HTMLDIR)/license.htm
+       install -D -m 644 ipconf.htm $(HTMLDIR)/ipconf.htm
+       install -D -m 644 nohds.htm $(HTMLDIR)/nohds.htm
+       install -D -m 644 nonics.htm $(HTMLDIR)/nonics.htm
+       install -D -m 644 ack_template.htm $(HTMLDIR)/ack_template.htm
+       install -D -m 644 success.htm $(HTMLDIR)/success.htm
+       install -D -m 644 fail.htm $(HTMLDIR)/fail.htm
+
+.PHONY: clean
+clean:
+       rm -rf *~
diff --git a/html/ack_template.htm b/html/ack_template.htm
new file mode 100644 (file)
index 0000000..48d7213
--- /dev/null
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+<style type="text/css">
+    #summary td, tr {
+        padding: 3px;
+    }
+    #summary tr:nth-child(even){ background-color: #f2f2f2; }
+    #summary tr:hover { background-color: #ddd; }
+    #summary th {
+        padding-top: 5px;
+        padding-bottom: 5px;
+        padding-left: 5px;
+        text-align: left;
+        background-color: #e57000;
+        color: white;
+    }
+</style>
+</head>
+<body>
+<center>
+<table border="0" width="800" style="margin-top: 15pt;">
+  <tr>
+    <td colspan="4" align="center" width="800"><b class="htext">Summary</b></td>
+  </tr>
+  <tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tbody>
+      <tr><td>
+        <b>Please confirm</b> the displayed information.
+        Once you press the <b>Install</b> button, the installer will begin to partition your drive(s) and extract the required files.
+      </td></tr>
+    </tbody></table>
+    </td>
+  </tr>
+
+  <table id="summary" border="0" width="800">
+    <tbody>
+      <tr><th width="25%">Option</th> <th>Value</th></tr>
+
+      <tr><td>Filesystem:</td> <td>__target_fs__</td></tr>
+
+      <tr><td>Disk(s):</td> <td>__target_hd__</td></tr>
+
+      <tr><td>Country:</td> <td>__country__</td></tr>
+
+      <tr><td>Timezone:</td> <td>__timezone__</td></tr>
+
+      <tr><td>Keymap:</td> <td>__keymap__</td></tr>
+
+      <tr><td>Email:</td> <td>__mailto__</td></tr>
+
+      <tr><td>Management Interface:</td> <td>__interface__</td></tr>
+
+      <tr><td>Hostname:</td> <td>__hostname__</td></tr>
+
+      <tr><td>IP CIDR:</td> <td>__cidr__</td></tr>
+
+      <tr><td>Gateway:</td> <td>__gateway__</td></tr>
+
+      <tr><td>DNS:</td> <td>__dnsserver__</td></tr>
+    </tbody>
+  </table>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/country.htm b/html/country.htm
new file mode 100644 (file)
index 0000000..990a39f
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Location and Time Zone selection</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td><b>The Proxmox Installer</b>
+       automatically makes location-based optimizations, like
+       choosing the nearest mirror to download files from. Also make sure
+       to select the correct time zone and keyboard layout.
+       <br><br>
+       Press the Next button to continue the installation.
+      </td></tr>
+    </table>
+  </p></td>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Country:</b>
+         The selected country is used to choose nearby mirror
+         servers. This will speed up downloads and make updates more
+         reliable.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Time Zone:</b>
+         Automatically adjust daylight saving time.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Keyboard
+         Layout:</b> Choose your keyboard layout.
+         <br><br>
+       </td>
+      </tr>
+    </table>
+  </p></td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/fail.htm b/html/fail.htm
new file mode 100644 (file)
index 0000000..50460bb
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr>
+  <td width="200">&nbsp;</td>
+  <td colspan="2" width="400"><br><br>
+    <p>
+    <b class="htext">Installation failed!</b>
+    <br><br><br>
+    __FULL_PRODUCT_NAME__ could not be installed.
+    <br><br><br>
+    <table border="0" width="400">
+      <tr>
+       <td width="40">&nbsp;</td>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top" width="560">Press CTRL + ALT + F2 to see details<br><br>
+         <br><br>
+       </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+  <td width="200">&nbsp;</td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/ipconf.htm b/html/ipconf.htm
new file mode 100644 (file)
index 0000000..ed3fd9d
--- /dev/null
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+  <tr><td>&nbsp;</td></tr>
+  <tr>
+    <td colspan="4" align="center" width="800">
+      <b class="htext">Management Network Configuration</b>
+    </td>
+  </tr>
+  <tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tbody>
+        <tr><td><b>Please verify</b> the displayed network configuration. You
+        will need a valid network configuration to access the management
+        interface after installing.<br><br>
+        After you have finished, press the Next button. You will be shown a
+        list of the options that you chose during the previous steps.
+        </td></tr>
+      </tbody>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tbody><tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>IP address (CIDR):</b> Set the main IP address and
+        netmask for your server in CIDR notation.<br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Gateway:</b> IP address of your gateway or firewall.
+          <br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>DNS Server:</b> IP address of your DNS server.
+          <br><br>
+        </td>
+      </tr>
+    </tbody></table>
+    </p>
+  </td>
+</tr>
+</table>
+</center>
+</body></html>
diff --git a/html/license.htm b/html/license.htm
new file mode 100644 (file)
index 0000000..7465761
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tbody><tr>
+    <td align="center" width="800">
+    <br><br>
+    <b class="htext">__LICENSE_TITLE__</b>
+    <br><br>
+    <textarea class="noresize" readonly="readonly" border="1" name="txt" rows="28" cols="75">__LICENSE__</textarea>
+    </td>
+</tr>
+
+</tbody></table>
+
+</center>
+</body></html>
diff --git a/html/nohds.htm b/html/nohds.htm
new file mode 100644 (file)
index 0000000..fab8c50
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border=0 width="800">
+<tr>
+  <td width="200">&nbsp;</td>
+  <td width="400" colspan=2><br><br>
+    <p>
+    <b class="htext">No Hard Disk found!</b>
+    <br><br><br>
+    The installer could not find a supported hard disk. Please visit www.proxmox.com for more information.
+    <br><br><br>
+    <table border=0 width="400">
+      <tr>
+       <td width="40">&nbsp;</td>
+       <td width="30"  valign="top"><img src="plus.png"></td>
+       <td width="560" valign="top">Press CTRL + ALT + F2 to see details<br><br>
+         <br><br>
+       </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+  <td width="200">&nbsp;</td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/nonics.htm b/html/nonics.htm
new file mode 100644 (file)
index 0000000..cfa9d42
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border=0 width="800">
+<tr>
+  <td width="200">&nbsp;</td>
+  <td width="400" colspan=2><br><br>
+    <p>
+    <b class="htext">No Network Interface found!</b>
+    <br><br><br>
+    The installer could not find a supported network interface card. Please visit www.proxmox.com for more information.
+    <br><br><br>
+    <table border=0 width="400">
+      <tr>
+       <td width="40">&nbsp;</td>
+       <td width="30"  valign="top"><img src="plus.png"></td>
+       <td width="560" valign="top">Press CTRL + ALT + F2 to see details<br><br>
+         <br><br>
+       </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+  <td width="200">&nbsp;</td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pbs/Makefile b/html/pbs/Makefile
new file mode 100644 (file)
index 0000000..adf4646
--- /dev/null
@@ -0,0 +1,7 @@
+DESTDIR=
+
+all:
+
+.phony: clean
+clean:
+       rm -rf *~
diff --git a/html/pbs/extract1-license.htm b/html/pbs/extract1-license.htm
new file mode 100644 (file)
index 0000000..9ceae4f
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Enterprise Backup Solution</b></td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+        <b>Open-Source Backup Software for Servers</b><br><br>
+        - Client/server backup system<br>
+        - Secure backups for VMs, container, and hosts<br>
+        - Deduplication<br>
+        - Incremental backups<br>
+        - Remote sync<br>
+        - Easy management<br>
+
+        For more information, visit <b>www.proxmox.com</b>
+        or the Proxmox Backup Server project page.
+        <br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top">
+          <b>Graphical User Interface</b><br>
+          Easily manage your backups with the integrated web interface.<br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top">
+          <b>Performance</b><br>
+          The entire software stack is written in Rust and provides high speed, performance, and memory efficiency.
+          <br>
+        </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pbs/extract2-rulesystem.htm b/html/pbs/extract2-rulesystem.htm
new file mode 100644 (file)
index 0000000..bede21f
--- /dev/null
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Data Safety & Minimized Storage Consumption</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+        Proxmox Backup Server is production-ready and saves you money, by
+        reducing the amount of data stored.<br><br>The role-based permission
+        management, combined with the integration of multiple external
+        authentication sources provides the basis for a secure and stable
+        environment.<br><br>
+        Visit <b>www.proxmox.com</b> for more information regarding commercial support subscriptions.<br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+      <table border="0" width="400">
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>Commitment to Free Software</b><br>
+            The source code is released under the GNU Affero General Public License, v3.
+          </td>
+        </tr>
+        <tr></tr>
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>RESTful web API</b><br>
+            The resource-oriented architecture (ROA) and declarative API definition
+            using JSON Schema enable easy integration for third party
+            management tools.
+          </td>
+        </tr>
+        <tr></tr>
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>Encryption</b><br>
+            To help protect against cyber attacks, encryption of your backups is done on the client-side, using AES-256 in GCM mode.
+          </td>
+        </tr>
+        <tr></tr>
+      </table>
+      </p>
+    </td>
+  </tr>
+</table>
+</center>
+</body></html>
diff --git a/html/pbs/extract3-spam.htm b/html/pbs/extract3-spam.htm
new file mode 100644 (file)
index 0000000..4dd1f09
--- /dev/null
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Web-Based Management</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+        With the Proxmox Backup Server, you can safely backup and restore your business critical data.<br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+      <table border="0" width="400">
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>Support for Proxmox VE</b><br>
+            The Proxmox Virtual Environment is fully supported, and the seamless integration
+            allows you to easily backup VMs and containers.<br>
+          </td>
+        </tr>
+        <tr></tr>
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>Web Console</b><br>
+            SSL-secured, browser-integrated system console.<br>
+          </td>
+        </tr>
+        <tr></tr>
+        <tr>
+          <td valign="top" width="30"><img src="plus.png"></td>
+          <td valign="top">
+            <b>Online/Live Backup</b><br>
+            Backup and restore your running virtual servers.<br>
+          </td>
+        </tr>
+      </table>
+      </p>
+    </td>
+  </tr>
+</table>
+</center>
+</body></html>
diff --git a/html/pbs/extract4-virus.htm b/html/pbs/extract4-virus.htm
new file mode 100644 (file)
index 0000000..74069ec
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox Backup Server</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br>
+  <p>
+    <table>
+      <tr><td>
+        <b>Data Integrity</b><br>
+        The built in SHA-256 checksum algorithm ensures the accuracy and consistency of your backups.<br><br>
+      </td></tr>
+      <tr><td>
+        <b>Compression</b><br>
+        The ultra-fast Zstandard compression is able to compress several gigabytes of data per second.<br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top">
+          <b>Remote Sync</b><br>
+          Backup data to dedicated hardware or efficiently synchronize them to remote sites. Only deltas containing new data are transferred.<br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top">
+          <b>Technical Support</b><br>
+          Enterprise support options are available from Proxmox.<br><br>
+        </td>
+      </tr>
+    </table>
+    </p></td>
+  </tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pbs/page1.htm b/html/pbs/page1.htm
new file mode 100644 (file)
index 0000000..353f780
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox Backup Server (PBS)</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tbody><tr><td><b>The Proxmox Installer</b>
+        automatically partitions your hard disk. It installs all required
+        packages and makes the system bootable from the hard disk.
+        All existing partitions and data will be lost.
+        <br><br>
+        To continue the installation, press the Next button.
+      </td></tr>
+    </tbody></table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tbody><tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Please verify the installation target</b><br>
+          The displayed hard disk will be used for the installation.
+          <br>Warning: All existing partitions and data will be lost.
+          <br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Automatic hardware detection</b><br>
+          The installer automatically configures your hardware.
+          <br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top" width="560"><b>Graphical user interface</b><br>
+          Final configuration will be done on the graphical user
+          interface, via a web browser.
+          <br><br>
+        </td>
+      </tr>
+    </tbody></table>
+    </p>
+  </td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/pbs/passwd.htm b/html/pbs/passwd.htm
new file mode 100644 (file)
index 0000000..d331b28
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Administration Password and Email Address</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td><b>Proxmox Backup Server</b> is a
+        full-featured, highly secure system, based on Debian GNU/Linux.
+        <br><br>
+        In this step, please provide the <i>root</i> password.
+      </td></tr>
+    </table>
+  </p></td>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Password:</b>
+          Please use a strong password. It should be at least 8 characters long,
+          and contain a combination of letters, numbers, and symbols.
+          <br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Email:</b>
+          Enter a valid email address. Your Proxmox Backup Server will send
+          important alert notifications to this email account (all emails for 'root').
+          <br><br>
+        </td>
+      </tr>
+      <tr>
+        <td valign="top" width="30"></td>
+        <td valign="top">To continue the installation, press the Next button.</td>
+      </tr>
+    </table>
+  </p></td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/plus.png b/html/plus.png
new file mode 100644 (file)
index 0000000..a73a295
Binary files /dev/null and b/html/plus.png differ
diff --git a/html/pmg/Makefile b/html/pmg/Makefile
new file mode 100644 (file)
index 0000000..adf4646
--- /dev/null
@@ -0,0 +1,7 @@
+DESTDIR=
+
+all:
+
+.phony: clean
+clean:
+       rm -rf *~
diff --git a/html/pmg/extract1-license.htm b/html/pmg/extract1-license.htm
new file mode 100644 (file)
index 0000000..ed7297e
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox Mail Gateway</b></td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+       <b>Open Source Mail Filter Platform</b><br><br>
+       - Enterprise ready<br>
+       - Clustering<br>
+       - Central Management<br>
+       - REST API<br>
+       - Commercial support options<br><br>
+
+       Visit <b>www.proxmox.com</b>
+       for additional information about Proxmox Mail Gateway.
+       <br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Commitment to Free Software</b><br>
+         The source code is released under the GNU Affero General Public License.
+       </td>
+      </tr>
+      <tr></tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Commercial Support</b><br>
+         We offer different support levels for different needs.
+         <br><br>
+       </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pmg/extract2-rulesystem.htm b/html/pmg/extract2-rulesystem.htm
new file mode 100644 (file)
index 0000000..5a41394
--- /dev/null
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border=0 width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td width="800" colspan="4" align="center">
+    <b class="htext">Object-oriented Rule System</b>
+  </td>
+</tr>
+<tr>
+  <td width="400" colspan="2" valign="top"><br>
+    <table>
+      <tr><td><b>The rule system</b> enables you to define filter
+       rules by user, domains, time frame, content type and resulting
+       action. It is very flexible and easy to use.
+       <br><br>
+       Options range from simple spam and virus filter setups to
+       sophisticated, highly customized setups blocking certain types
+       of mails and generating notifications.
+       <br><br>
+       Its flexibility enables easy integration into your existing
+       network architecture.
+      </td></tr>
+    </table>
+  </td>
+
+  <td width="400" colspan="2" valign="top"><br>
+      <table border="0" width="400">
+       <tr>
+         <td valign="top"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Who-objects</b><br>
+           The action of a rule will only be triggered if the email contains the defined who-object.
+           <br><br>
+         </td>
+       </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top"><img src="plus.png"></td>
+         <td valign="top"><b>What-objects</b><br>
+           A what-object defines what will happen to an email with a specific content.
+           <br><br>
+         </td>
+       </tr> </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top"><img src="plus.png"></td>
+         <td valign="top"><b>When-objects</b><br>
+           Set a time frame. The rule will only work in the specified time frame.
+           <br><br>
+         </td>
+       </tr>
+       <tr>
+         <td valign="top"><img src="plus.png"></td>
+         <td valign="top"><b>Action-objects</b><br>
+           Basic actions: quarantine, block, accept, add disclaimer, notify ...
+         </td>
+       </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pmg/extract3-spam.htm b/html/pmg/extract3-spam.htm
new file mode 100644 (file)
index 0000000..6b3551a
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border=0 width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td width="800" colspan="4" align="center">
+    <b class="htext">Advanced Spam Filter Technology</b>
+  </td>
+</tr>
+<tr>
+  <td width="400" colspan="2" valign="top"><br>
+    <table>
+      <tr><td><b>The Spam filter</b>
+       uses a variety of local and network tests to identify spam signatures.
+       <br><br>
+       This makes it very hard for spammers to identify one aspect which they can craft their messages
+       to work around and almost eliminates false positives.
+       <br><br>
+       Although using many different technologies the spam filter requires very little configuration.
+      </td></tr>
+    </table>
+  </td>
+
+  <td width="400" colspan="2" valign="top"><br>
+    <table border="0" width="400">
+      <tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>Flexible classification</b><br>
+         Every incoming email will be analyzed and marked with a spam level. You can use
+         the rule system to mark, quarantine, block or forward spam mails into a spam folder.
+         <br><br>
+       </td>
+      </tr>
+      <tr></tr><tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>Spam filtering methods</b><br>
+         <ul>
+           <li>Greylisting
+           <li>Sender Policy Framework (SPF)<br>
+           <li>Bayes statistical filter<br>
+           <li>DNS based blacklists<br>
+           <li>...and more!
+           </ul>
+       </td>
+      </tr>
+    </table>
+  </td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pmg/extract4-virus.htm b/html/pmg/extract4-virus.htm
new file mode 100644 (file)
index 0000000..4e4008c
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td width="800" colspan="4" align="center">
+    <b class="htext">Fast Multi-threaded Virus Engine</b>
+  </td>
+</tr>
+<tr>
+  <td width="400" colspan="2" valign="top"><br>
+    <table>
+      <tr><td><b>The virus engine</b>
+       kills viruses before they can reach your mail server. All emails
+       are scanned by two scanning engines.
+       <br><br>
+       The generic signature design also protects against new types of malware,
+       including image and HTML exploits, as well as phishing attacks.
+       <br><br>
+       Automatic database updates ensure that you will always have
+       the latest available virus signatures.
+      </td></tr>
+    </table>
+  </td>
+
+  <td width="400" colspan="2" valign="top"><br>
+    <table border="0" width="400">
+      <tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>Automatic signature downloads</b><br>
+         Hourly virus database update.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>Scanning of archives</b><br>
+         Support for RAR (2.0), Zip, Gzip, Bzip2, Tar, MS OLE2, MS Cabinet files, ...
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>File type attachment blocking</b><br>
+         Integrated into the rule system.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top"><img src="plus.png"></td>
+       <td valign="top"><b>Virus Quarantine and Statistics</b><br>
+       </td>
+      </tr>
+    </table>
+  </td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pmg/page1.htm b/html/pmg/page1.htm
new file mode 100644 (file)
index 0000000..a8e69cc
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox Mail Gateway (PMG)</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tbody><tr><td><b>The Proxmox Installer</b>
+       automatically partitions your hard disk. It installs all required
+       packages and finally makes the system bootable from hard disk.
+       All existing partitions and data will be lost.
+       <br><br>
+       Press the Next button to continue installation.
+      </td></tr>
+    </tbody></table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tbody><tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Please verify the installation target</b><br>
+         The displayed hard disk is used for installation.
+         <br>Warning: All existing partitions and data will be lost.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Automatic hardware detection</b><br>
+         The installer automatically configures your hardware.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top" width="560"><b>Graphical user interface</b><br>
+         Final configuration will be done on the graphical user
+         interface via a web browser.
+         <br><br>
+       </td>
+      </tr>
+    </tbody></table>
+    </p>
+  </td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/pmg/passwd.htm b/html/pmg/passwd.htm
new file mode 100644 (file)
index 0000000..3e94480
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Administration Password and Email Address</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td><b>Proxmox Mail Gateway</b> is a
+       full featured highly secure GNU/Linux system based on Debian.
+       <br><br>
+        Please provide the <i>root</i> password in this step.
+      </td></tr>
+    </table>
+  </p></td>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Password:</b>
+         Please use a strong password. It should have 8 or more characters.
+         Also combine letters, numbers, and symbols.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Email:</b>
+         Enter a valid email address. Your Proxmox Mail Gateway will send
+         important alert notifications to this email account (all mails for 'root').
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"></td>
+       <td valign="top">Press the Next button to continue installation.</td>
+      </tr>
+    </table>
+  </p></td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/pve-installer.css b/html/pve-installer.css
new file mode 100644 (file)
index 0000000..78e2fc2
--- /dev/null
@@ -0,0 +1,9 @@
+
+.htext { 
+    font-size: 150%;
+    color: #e57000;
+}
+
+.noresize { 
+  resize: none;
+}
diff --git a/html/pve/Makefile b/html/pve/Makefile
new file mode 100644 (file)
index 0000000..adf4646
--- /dev/null
@@ -0,0 +1,7 @@
+DESTDIR=
+
+all:
+
+.phony: clean
+clean:
+       rm -rf *~
diff --git a/html/pve/extract1-license.htm b/html/pve/extract1-license.htm
new file mode 100644 (file)
index 0000000..87963ab
--- /dev/null
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Virtualization Platform</b></td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+       <b>Open Source Virtualization Platform</b><br><br>
+       - Enterprise ready<br>
+       - Central Management<br>
+       - Clustering<br>
+       - Online Backup solution<br>
+       - Live Migration<br>
+       - 32 and 64 bit guests<br><br>
+
+       Visit <b>www.proxmox.com</b>
+       for additional information and the Wiki about Proxmox VE.
+       <br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Container Virtualization</b><br>
+         Only 1-3% performance loss using OS virtualization as compared to using a standalone server.<br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Full Virtualization (KVM)</b><br>
+         Run unmodified virtual servers -&nbsp;Linux or Windows.<br>
+       </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+</tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pve/extract2-rulesystem.htm b/html/pve/extract2-rulesystem.htm
new file mode 100644 (file)
index 0000000..f6c065f
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Virtualize your IT Infrastructure</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+       Proxmox VE is ready for enterprise deployments.<br><br>The role based permission management combined with the integration of  multiple external authentication sources is the base for a secure and stable environment.<br><br>
+       Visit <b>www.proxmox.com</b> for more information about commercial support subscriptions.<br><br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+      <table border="0" width="400">
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Commitment to Free Software</b><br>
+           The source code is released under the GNU Affero General Public License.
+         </td>
+       </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>RESTful web API</b><br>
+           Resource-oriented architecture (ROA) and declarative API definition using JSON Schema enable easy integration for third party management tools.
+         </td>
+       </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Virtual Appliances</b><br>
+           Pre-installed applications - up and running within a few seconds.
+         </td>
+       </tr>
+       <tr></tr>
+      </table>
+      </p>
+    </td>
+  </tr>
+</table>
+</center>
+</body></html>
diff --git a/html/pve/extract3-spam.htm b/html/pve/extract3-spam.htm
new file mode 100644 (file)
index 0000000..64c4050
--- /dev/null
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Web Based Administration</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+       Proxmox VE closes the gap between high performance Linux virtualization and the missing parts - easy deployment and management.<br><br>
+       Proxmox VE is the number one choice for Linux based virtualization platforms.<br>
+      </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+      <table border="0" width="400">
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>JavaScript based GUI</b><br>
+           Fast search-driven interface, capable of handling several hundred VMs.<br>
+         </td>
+       </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Web Based Console</b><br>
+           SSL secured browser-integrated console view to all Virtual Servers and hosts.<br>
+         </td>
+       </tr>
+       <tr></tr>
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Online Backup</b><br>
+           Backup (and restore) your running Virtual Servers.<br>
+         </td>
+       </tr>
+       <tr>
+         <td valign="top" width="30"><img src="plus.png"></td>
+         <td valign="top">
+           <b>Live Migration</b><br>
+           Move your running servers from one physical host to another without downtime.
+         </td>
+       </tr>
+      </table>
+      </p>
+    </td>
+  </tr>
+</table>
+</center>
+</body></html>
diff --git a/html/pve/extract4-virus.htm b/html/pve/extract4-virus.htm
new file mode 100644 (file)
index 0000000..355f34c
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox VE Cluster</b>
+  </td>
+</tr>
+<tr>
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td>
+       With <b>Proxmox VE</b> you can join multiple physical servers to one VE Cluster.<br><br>
+       This flexible multi-master cluster eliminates a single point of failure.<br>
+         </td></tr>
+    </table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Central management</b><br>
+         Create and manage new Virtual Servers by simply selecting the node where it should run.<br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top">
+         <b>Proxmox Cluster file system (pmxcfs)</b><br>
+         Database-driven file system for storing configuration files, replicated in realtime on all nodes using corosync.<br><br>
+       </td>
+      </tr>
+
+    </table>
+    </p></td>
+  </tr>
+</table>
+</center>
+</body>
+</html>
diff --git a/html/pve/page1.htm b/html/pve/page1.htm
new file mode 100644 (file)
index 0000000..19167ce
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Proxmox Virtual Environment (PVE)</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tbody><tr><td><b>The Proxmox Installer</b>
+       automatically partitions your hard disk. It installs all required
+       packages and makes the system bootable from the hard disk.
+       All existing partitions and data will be lost.
+       <br><br>
+       Press the Next button to continue the installation.
+      </td></tr>
+    </tbody></table>
+  </p></td>
+
+  <td colspan="2" valign="top" width="400"><br><p>
+    <table border="0" width="400">
+      <tbody><tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Please verify the installation target</b><br>
+         The displayed hard disk will be used for the installation.
+         <br>Warning: All existing partitions and data will be lost.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Automatic hardware detection</b><br>
+         The installer automatically configures your hardware.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top" width="560"><b>Graphical user interface</b><br>
+         Final configuration will be done on the graphical user
+         interface, via a web browser.
+         <br><br>
+       </td>
+      </tr>
+    </tbody></table>
+    </p>
+  </td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/pve/passwd.htm b/html/pve/passwd.htm
new file mode 100644 (file)
index 0000000..1c7d2fc
--- /dev/null
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr><td>&nbsp;</td></tr>
+<tr>
+  <td colspan="4" align="center" width="800">
+    <b class="htext">Administration Password and Email Address</b>
+  </td>
+</tr>
+<tr>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr><td><b>Proxmox Virtual Environment</b> is a
+       full featured, highly secure GNU/Linux system, based on Debian.
+       <br><br>
+        In this step, please provide the <i>root</i> password.
+      </td></tr>
+    </table>
+  </p></td>
+    <td colspan="2" valign="top" width="400"><br><p>
+    <table>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Password:</b>
+         Please use a strong password. It should be at least 8 characters long,
+         and contain a combination of letters, numbers, and symbols.
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"><img src="plus.png"></td>
+       <td valign="top"><b>Email:</b>
+         Enter a valid email address. Your Proxmox VE server will send
+         important alert notifications to this email account (such as backup
+         failures, high availability events, etc.).
+         <br><br>
+       </td>
+      </tr>
+      <tr>
+       <td valign="top" width="30"></td>
+       <td valign="top">Press the Next button to continue the installation.</td>
+      </tr>
+    </table>
+  </p></td>
+</tr>
+</tbody></table>
+</center>
+</body></html>
diff --git a/html/success.htm b/html/success.htm
new file mode 100644 (file)
index 0000000..5dc398a
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="pve-installer.css">
+</head>
+<body>
+<center>
+<table border="0" width="800">
+<tr>
+  <td width="200">&nbsp;</td>
+  <td colspan="2" width="400"><br><br>
+    <p>
+    <b class="htext">Installation successful!</b>
+    <br><br><br>
+    __FULL_PRODUCT_NAME__ is now installed and ready to use.
+    <br><br><br>
+    <table border="0" width="500">
+      <tbody><tr>
+        <td width="40">&nbsp;</td>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top" width="560">
+            <b>Next steps</b><br><br>
+            Reboot and point your web browser to the selected IP address on port __PORT__:<br><br>
+            https://__IPADDR__:__PORT__
+          <br><br>
+          Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
+          <br><br>
+          <span>__AUTOREBOOT_MSG__</span>
+        </td>
+      </tr>
+    </table>
+    </p>
+  </td>
+  <td width="200">&nbsp;</td>
+</tr>
+</table>
+</center>
+</body>
+</html>
index cd99540e6410255ff7f81b3171edbc0b59a61e29..975c0c354b032b50ef27b12350fa7dd818ed9376 100755 (executable)
@@ -1982,10 +1982,8 @@ sub display_html {
     my $path;
     if (-f "$htmldir/$setup->{product}/$filename") {
        $path = "$htmldir/$setup->{product}/$filename";
-    } elsif (-f "$htmldir/common/$filename") {
-       $path = "$htmldir/common/$filename";
     } else {
-       # FIXME: die now already?
+       $path = "$htmldir/$filename";
     }
 
     my $data = file_get_contents($path);
@@ -2011,9 +2009,8 @@ sub display_html {
     }
     $data =~ s/__FULL_PRODUCT_NAME__/$setup->{fullname}/g;
 
-    # HACK: always set base-path to common path, all resources are there.
-    # NOTE: we could also use an overlayfs with lower=common upper=$product & work=/run/$tmp
-    $htmlview->load_html($data,  "file://$htmldir/common/");
+    # always set base-path to common path, all resources are accesible from there.
+    $htmlview->load_html($data,  "file://$htmldir/");
 
     $last_display_change = time();
 }
@@ -2500,7 +2497,7 @@ sub create_ack_view {
     });
     $vbox->pack_start($reboot_checkbox, 0, 0, 2);
 
-    my $ack_template = "${proxmox_libdir}/html/common/ack_template.htm";
+    my $ack_template = "${proxmox_libdir}/html/ack_template.htm";
     my $ack_html = "${proxmox_libdir}/html/$setup->{product}/$steps[$step_number]->{html}";
     my $html_data = file_get_contents($ack_template);
 
@@ -2520,7 +2517,7 @@ sub create_ack_view {
        __dnsserver__ => $dnsserver,
     );
 
-    while ( my ($k, $v) = each %config_values) {
+    while (my ($k, $v) = each %config_values) {
        $html_data =~ s/$k/$v/g;
     }