summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/base.pug2
-rw-r--r--web/index.html6
-rw-r--r--web/index.pug4
-rw-r--r--web/ipmi/index.html8
-rw-r--r--web/ipmi/index.pug4
-rw-r--r--web/kvm/index.html14
-rw-r--r--web/kvm/index.pug4
-rw-r--r--web/kvm/navbar-macro.pug2
-rw-r--r--web/kvm/navbar-paste.pug2
-rw-r--r--web/kvm/window-about.pug4
-rw-r--r--web/login/index.html4
-rw-r--r--web/login/index.pug2
-rw-r--r--web/share/css/index/index.css2
-rw-r--r--web/share/css/keypad.css2
-rw-r--r--web/share/css/kvm/about.css2
-rw-r--r--web/share/css/kvm/hid.css2
-rw-r--r--web/share/css/kvm/keyboard.css2
-rw-r--r--web/share/css/kvm/msd.css2
-rw-r--r--web/share/css/kvm/stream.css2
-rw-r--r--web/share/css/led.css2
-rw-r--r--web/share/css/login/login.css2
-rw-r--r--web/share/css/main.css2
-rw-r--r--web/share/css/modal.css2
-rw-r--r--web/share/css/navbar.css2
-rw-r--r--web/share/css/progress.css2
-rw-r--r--web/share/css/radio.css2
-rw-r--r--web/share/css/slider.css2
-rw-r--r--web/share/css/start.css2
-rw-r--r--web/share/css/switch.css2
-rw-r--r--web/share/css/tabs.css2
-rw-r--r--web/share/css/vars.css2
-rw-r--r--web/share/css/window.css2
-rw-r--r--web/share/js/bb.js2
-rw-r--r--web/share/js/index/main.js6
-rw-r--r--web/share/js/ipmi/main.js2
-rw-r--r--web/share/js/keypad.js2
-rw-r--r--web/share/js/kvm/atx.js2
-rw-r--r--web/share/js/kvm/gpio.js2
-rw-r--r--web/share/js/kvm/hid.js2
-rw-r--r--web/share/js/kvm/keyboard.js4
-rw-r--r--web/share/js/kvm/main.js4
-rw-r--r--web/share/js/kvm/mouse.js4
-rw-r--r--web/share/js/kvm/msd.js4
-rw-r--r--web/share/js/kvm/recorder.js2
-rw-r--r--web/share/js/kvm/session.js8
-rw-r--r--web/share/js/kvm/stream.js2
-rw-r--r--web/share/js/login/main.js2
-rw-r--r--web/share/js/tools.js2
-rw-r--r--web/share/js/vnc/main.js2
-rw-r--r--web/share/js/wm.js2
-rw-r--r--web/start.pug2
-rw-r--r--web/vnc/index.html8
-rw-r--r--web/vnc/index.pug4
53 files changed, 82 insertions, 82 deletions
diff --git a/web/base.pug b/web/base.pug
index 7d507db6..9638be42 100644
--- a/web/base.pug
+++ b/web/base.pug
@@ -3,7 +3,7 @@ doctype html
//
==============================================================================
# #
- # KVMD - The main Pi-KVM daemon. #
+ # KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/index.html b/web/index.html
index 5bab06b9..0fd6a1c4 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Pi-KVM Index</title>
+ <title>PiKVM Index</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
@@ -49,7 +49,7 @@
<div class="start">
<table>
<tr>
- <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="Pi-KVM" height="40"></td>
+ <td class="logo" valign="top"><img class="svg-gray" src="/share/svg/logo.svg" alt="PiKVM" height="40"></td>
<td valign="top">
<table>
<tr>
diff --git a/web/index.pug b/web/index.pug
index 52acccf7..2ba9297a 100644
--- a/web/index.pug
+++ b/web/index.pug
@@ -1,7 +1,7 @@
extends start.pug
append vars
- - title = "Pi-KVM Index"
+ - title = "PiKVM Index"
- main_js = "index/main"
- css_list = css_list.concat(["window", "modal", "index/index"])
@@ -9,7 +9,7 @@ block start
table
tr
td(valign="top" class="logo")
- img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="Pi-KVM" height="40")
+ img(class="svg-gray" src=`${svg_dir}/logo.svg` alt="PiKVM" height="40")
td(valign="top")
table
tr #[td(colspan="2" class="title") The Open Source IP-KVM]
diff --git a/web/ipmi/index.html b/web/ipmi/index.html
index c77c6436..7a9fb1eb 100644
--- a/web/ipmi/index.html
+++ b/web/ipmi/index.html
@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Pi-KVM IPMI Info</title>
+ <title>PiKVM IPMI Info</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
@@ -43,9 +43,9 @@
</head>
<body>
<div class="start-box">
- <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/">&nbsp;&nbsp;&larr;&nbsp;&nbsp; [ Pi-KVM Index ]</a>
+ <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/">&nbsp;&nbsp;&larr;&nbsp;&nbsp; [ PiKVM Index ]</a>
<hr>
- <p class="text">This Pi-KVM device has running <b>kvmd-ipmi</b> daemon and provides IPMI 2.0 interface for some basic
+ <p class="text">This PiKVM device has running <b>kvmd-ipmi</b> daemon and provides IPMI 2.0 interface for some basic
BMC operations like on/off/reset the server.
</p>
<p class="text"><b>WARNING!</b> We strongly don't recommend you to use IPMI in untrusted networks because
diff --git a/web/ipmi/index.pug b/web/ipmi/index.pug
index 9ac6bf29..e567fe38 100644
--- a/web/ipmi/index.pug
+++ b/web/ipmi/index.pug
@@ -1,13 +1,13 @@
extends ../start.pug
append vars
- - title = "Pi-KVM IPMI Info"
+ - title = "PiKVM IPMI Info"
- main_js = "ipmi/main"
- index_link = true
block start
p(class="text")
- | This Pi-KVM device has running #[b kvmd-ipmi] daemon and provides IPMI 2.0 interface for some basic
+ | This PiKVM device has running #[b kvmd-ipmi] daemon and provides IPMI 2.0 interface for some basic
| BMC operations like on/off/reset the server.
p(class="text")
| #[b WARNING!] We strongly don't recommend you to use IPMI in untrusted networks because
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 1c2aca58..a3cec07d 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Pi-KVM Session</title>
+ <title>PiKVM Session</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
@@ -437,7 +437,7 @@
</li>
<li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro</a>
<div class="menu" data-dont-hide-menu>
- <div class="text"><b>Record and play keyboard &amp; mouse actions<br></b><sub>For security reasons, the record will not be saved on the Pi-KVM</sub></div>
+ <div class="text"><b>Record and play keyboard &amp; mouse actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div>
<hr>
<div class="buttons buttons-row">
<button class="row25" disabled data-force-hide-menu id="hid-recorder-record">&bull; Rec</button>
@@ -479,7 +479,7 @@
</li>
<li class="right"><a class="menu-button" href="#">Paste</a>
<div class="menu" data-dont-hide-menu>
- <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that Pi-KVM cannot switch the keyboard layout</sub></div>
+ <div class="text"><b>Paste text as keypress sequence<br></b><sub>Please note that PiKVM cannot switch the keyboard layout</sub></div>
<hr>
<div class="text">
<textarea id="hid-pak-text" placeholder="Enter your text here"></textarea>
@@ -1448,7 +1448,7 @@
<div id="about">
<table>
<tr>
- <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40"></td>
+ <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40"></td>
<td valign="top">
<table>
<tr>
@@ -1483,7 +1483,7 @@
<input type="radio" name="about-tab-button" id="about-tab-thanks-button">
<label for="about-tab-thanks-button">Thanks</label>
<div class="tab">
- <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the Pi-KVM project<br>
+ <div class="code" id="about-thanks"><span class="code-comment">// These kind people donated money to the PiKVM project<br>
// and supported the work on it. We are very grateful<br>
// for their help, and memorializing their names<br>
// is the least we can do in gratitude.<br>
@@ -1968,7 +1968,7 @@
</div>
<ul class="footer">
<li class="footer-left" id="kvmd-meta-server-host"></li>
- <li class="footer-right"><a target="_blank" href="https://pikvm.org">Pi-KVM Project</a></li>
+ <li class="footer-right"><a target="_blank" href="https://pikvm.org">PiKVM Project</a></li>
</ul>
</body>
</html> \ No newline at end of file
diff --git a/web/kvm/index.pug b/web/kvm/index.pug
index 752dfe29..f3c897ee 100644
--- a/web/kvm/index.pug
+++ b/web/kvm/index.pug
@@ -1,7 +1,7 @@
extends ../base.pug
append vars
- - title = "Pi-KVM Session"
+ - title = "PiKVM Session"
- main_js = "kvm/main"
- body_class = "body-no-select"
- css_list = css_list.concat(["navbar", "window", "modal", "led", "slider", "switch", "radio", "progress", "keypad", "tabs"])
@@ -14,4 +14,4 @@ block body
ul(class="footer")
li(id="kvmd-meta-server-host" class="footer-left")
li(class="footer-right")
- a(target="_blank" href="https://pikvm.org") Pi-KVM Project
+ a(target="_blank" href="https://pikvm.org") PiKVM Project
diff --git a/web/kvm/navbar-macro.pug b/web/kvm/navbar-macro.pug
index eb2f98f3..c9dfc2dc 100644
--- a/web/kvm/navbar-macro.pug
+++ b/web/kvm/navbar-macro.pug
@@ -5,7 +5,7 @@ li(class="right")
div(data-dont-hide-menu class="menu")
div(class="text")
b Record and play keyboard &amp; mouse actions#[br]
- sub For security reasons, the record will not be saved on the Pi-KVM
+ sub For security reasons, the record will not be saved on the PiKVM
hr
div(class="buttons buttons-row")
button(disabled data-force-hide-menu id="hid-recorder-record" class="row25") &bull; Rec
diff --git a/web/kvm/navbar-paste.pug b/web/kvm/navbar-paste.pug
index f593670b..44feac87 100644
--- a/web/kvm/navbar-paste.pug
+++ b/web/kvm/navbar-paste.pug
@@ -3,7 +3,7 @@ li(class="right")
div(data-dont-hide-menu class="menu")
div(class="text")
b Paste text as keypress sequence#[br]
- sub Please note that Pi-KVM cannot switch the keyboard layout
+ sub Please note that PiKVM cannot switch the keyboard layout
hr
div(class="text")
textarea(id="hid-pak-text" placeholder="Enter your text here")
diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug
index d36058e0..ffeddd29 100644
--- a/web/kvm/window-about.pug
+++ b/web/kvm/window-about.pug
@@ -18,7 +18,7 @@ div(id="about-window" class="window")
table
tr
td(valign="top" class="logo")
- img(class="svg-gray" src="../share/svg/logo.svg" alt="Pi-KVM" height="40")
+ img(class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40")
td(valign="top")
table
tr #[td(colspan="2" class="title") The Open Source IP-KVM]
@@ -33,7 +33,7 @@ div(id="about-window" class="window")
+about_tab("thanks", "Thanks")
span(class="code-comment")
- | // These kind people donated money to the Pi-KVM project#[br]
+ | // These kind people donated money to the PiKVM project#[br]
| // and supported the work on it. We are very grateful#[br]
| // for their help, and memorializing their names#[br]
| // is the least we can do in gratitude.#[br]
diff --git a/web/login/index.html b/web/login/index.html
index 47e2b8ca..67f0ed83 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Pi-KVM Login</title>
+ <title>PiKVM Login</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
diff --git a/web/login/index.pug b/web/login/index.pug
index 3156f525..00bb61e9 100644
--- a/web/login/index.pug
+++ b/web/login/index.pug
@@ -1,7 +1,7 @@
extends ../base.pug
append vars
- - title = "Pi-KVM Login"
+ - title = "PiKVM Login"
- main_js = "login/main"
- css_list = css_list.concat(["window", "modal", "login/login"])
diff --git a/web/share/css/index/index.css b/web/share/css/index/index.css
index 5d53436a..a22df685 100644
--- a/web/share/css/index/index.css
+++ b/web/share/css/index/index.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/keypad.css b/web/share/css/keypad.css
index ef9d040e..f48bb8c9 100644
--- a/web/share/css/keypad.css
+++ b/web/share/css/keypad.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/about.css b/web/share/css/kvm/about.css
index 99accd4d..83024977 100644
--- a/web/share/css/kvm/about.css
+++ b/web/share/css/kvm/about.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css
index 1f35d893..0c21e0a9 100644
--- a/web/share/css/kvm/hid.css
+++ b/web/share/css/kvm/hid.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/keyboard.css b/web/share/css/kvm/keyboard.css
index a7fc6862..e9573f6c 100644
--- a/web/share/css/kvm/keyboard.css
+++ b/web/share/css/kvm/keyboard.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/msd.css b/web/share/css/kvm/msd.css
index 3d2a0486..0de9b843 100644
--- a/web/share/css/kvm/msd.css
+++ b/web/share/css/kvm/msd.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index 79b74d09..f75eded4 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/led.css b/web/share/css/led.css
index 892dd85f..566e4db2 100644
--- a/web/share/css/led.css
+++ b/web/share/css/led.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/login/login.css b/web/share/css/login/login.css
index 7be148eb..886db440 100644
--- a/web/share/css/login/login.css
+++ b/web/share/css/login/login.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/main.css b/web/share/css/main.css
index 84f80c28..e320325e 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/modal.css b/web/share/css/modal.css
index 038138ee..c5135995 100644
--- a/web/share/css/modal.css
+++ b/web/share/css/modal.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/navbar.css b/web/share/css/navbar.css
index bde319f9..093018c2 100644
--- a/web/share/css/navbar.css
+++ b/web/share/css/navbar.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/progress.css b/web/share/css/progress.css
index e106a664..ca66ac05 100644
--- a/web/share/css/progress.css
+++ b/web/share/css/progress.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/radio.css b/web/share/css/radio.css
index 45f96eaf..ada5ebef 100644
--- a/web/share/css/radio.css
+++ b/web/share/css/radio.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/slider.css b/web/share/css/slider.css
index 9f5d1af8..f336c111 100644
--- a/web/share/css/slider.css
+++ b/web/share/css/slider.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/start.css b/web/share/css/start.css
index dace54c3..a20ba569 100644
--- a/web/share/css/start.css
+++ b/web/share/css/start.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/switch.css b/web/share/css/switch.css
index f840e275..9c214358 100644
--- a/web/share/css/switch.css
+++ b/web/share/css/switch.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css
index 6ea4d8fb..aca633cb 100644
--- a/web/share/css/tabs.css
+++ b/web/share/css/tabs.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/vars.css b/web/share/css/vars.css
index f49f40cc..beee09d8 100644
--- a/web/share/css/vars.css
+++ b/web/share/css/vars.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/css/window.css b/web/share/css/window.css
index 01d9c796..68b27d5a 100644
--- a/web/share/css/window.css
+++ b/web/share/css/window.css
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/bb.js b/web/share/js/bb.js
index 709a5fb6..871ea75a 100644
--- a/web/share/js/bb.js
+++ b/web/share/js/bb.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js
index 535959d9..0f20ee10 100644
--- a/web/share/js/index/main.js
+++ b/web/share/js/index/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -90,10 +90,10 @@ function __loadKvmdInfo() {
if (info.meta !== null && info.meta.server && info.meta.server.host) {
$("kvmd-meta-server-host").innerHTML = info.meta.server.host;
- document.title = `Pi-KVM Index: ${info.meta.server.host}`;
+ document.title = `PiKVM Index: ${info.meta.server.host}`;
} else {
$("kvmd-meta-server-host").innerHTML = "";
- document.title = "Pi-KVM Index";
+ document.title = "PiKVM Index";
}
} else if (http.status === 401 || http.status === 403) {
document.location.href = "/login";
diff --git a/web/share/js/ipmi/main.js b/web/share/js/ipmi/main.js
index 70eda686..87a444b6 100644
--- a/web/share/js/ipmi/main.js
+++ b/web/share/js/ipmi/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/keypad.js b/web/share/js/keypad.js
index 69e6dba9..6ada18f8 100644
--- a/web/share/js/keypad.js
+++ b/web/share/js/keypad.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js
index b0978b2c..3c0bf6c0 100644
--- a/web/share/js/kvm/atx.js
+++ b/web/share/js/kvm/atx.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js
index e1c93553..85f6070b 100644
--- a/web/share/js/kvm/gpio.js
+++ b/web/share/js/kvm/gpio.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js
index bf508e0b..c53c039c 100644
--- a/web/share/js/kvm/hid.js
+++ b/web/share/js/kvm/hid.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/keyboard.js b/web/share/js/kvm/keyboard.js
index 7c632d40..49e9c76c 100644
--- a/web/share/js/kvm/keyboard.js
+++ b/web/share/js/kvm/keyboard.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -123,7 +123,7 @@ export function Keyboard(__recordWsEvent) {
}
} else {
if (is_captured) {
- title = "Keyboard captured, Pi-KVM offline";
+ title = "Keyboard captured, PiKVM offline";
}
}
$("hid-keyboard-led").className = led;
diff --git a/web/share/js/kvm/main.js b/web/share/js/kvm/main.js
index 8ab47b2c..4c4b662b 100644
--- a/web/share/js/kvm/main.js
+++ b/web/share/js/kvm/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -33,7 +33,7 @@ import {Session} from "./session.js";
export function main() {
if (checkBrowser()) {
window.onbeforeunload = function(event) {
- let text = "Are you sure you want to close Pi-KVM session?";
+ let text = "Are you sure you want to close PiKVM session?";
event.returnValue = text;
return text;
};
diff --git a/web/share/js/kvm/mouse.js b/web/share/js/kvm/mouse.js
index 1c33e4c0..7a0a50f3 100644
--- a/web/share/js/kvm/mouse.js
+++ b/web/share/js/kvm/mouse.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -142,7 +142,7 @@ export function Mouse(__getResolution, __recordWsEvent) {
}
} else {
if (is_captured) {
- title = "Mouse captured, Pi-KVM offline";
+ title = "Mouse captured, PiKVM offline";
}
}
$("hid-mouse-led").className = led;
diff --git a/web/share/js/kvm/msd.js b/web/share/js/kvm/msd.js
index 93551c31..6999697f 100644
--- a/web/share/js/kvm/msd.js
+++ b/web/share/js/kvm/msd.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -71,7 +71,7 @@ export function Msd() {
var __clickRemoveButton = function() {
let name = $("msd-image-selector").value;
- wm.confirm(`Are you sure you want to remove the image<br><b>${name}</b> from Pi-KVM?`).then(function(ok) {
+ wm.confirm(`Are you sure you want to remove the image<br><b>${name}</b> from PiKVM?`).then(function(ok) {
if (ok) {
let http = tools.makeRequest("POST", `/api/msd/remove?image=${name}`, function() {
if (http.readyState === 4) {
diff --git a/web/share/js/kvm/recorder.js b/web/share/js/kvm/recorder.js
index e3b40667..3de98056 100644
--- a/web/share/js/kvm/recorder.js
+++ b/web/share/js/kvm/recorder.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/kvm/session.js b/web/share/js/kvm/session.js
index af328f56..061b235f 100644
--- a/web/share/js/kvm/session.js
+++ b/web/share/js/kvm/session.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -59,7 +59,7 @@ export function Session() {
if (state !== null) {
let text = JSON.stringify(state, undefined, 4).replace(/ /g, "&nbsp;").replace(/\n/g, "<br>");
$("about-meta").innerHTML = `
- <span class="code-comment">// The Pi-KVM metadata.<br>
+ <span class="code-comment">// The PiKVM metadata.<br>
// You can get this JSON using handle <a target="_blank" href="/api/info?fields=meta">/api/info?fields=meta</a>.<br>
// In the standard configuration this data<br>
// is specified in the file /etc/kvmd/meta.yaml.</span><br>
@@ -68,10 +68,10 @@ export function Session() {
`;
if (state.server && state.server.host) {
$("kvmd-meta-server-host").innerHTML = `Server: ${state.server.host}`;
- document.title = `Pi-KVM Session: ${state.server.host}`;
+ document.title = `PiKVM Session: ${state.server.host}`;
} else {
$("kvmd-meta-server-host").innerHTML = "";
- document.title = "Pi-KVM Session";
+ document.title = "PiKVM Session";
}
// Don't use this option, it may be removed in any time
diff --git a/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js
index c56ca15c..14f5ecfc 100644
--- a/web/share/js/kvm/stream.js
+++ b/web/share/js/kvm/stream.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/login/main.js b/web/share/js/login/main.js
index 40a7894d..13e352f8 100644
--- a/web/share/js/login/main.js
+++ b/web/share/js/login/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/tools.js b/web/share/js/tools.js
index 61ac3e1d..98ffa5f7 100644
--- a/web/share/js/tools.js
+++ b/web/share/js/tools.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/vnc/main.js b/web/share/js/vnc/main.js
index fdfe742b..d7ee1738 100644
--- a/web/share/js/vnc/main.js
+++ b/web/share/js/vnc/main.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/share/js/wm.js b/web/share/js/wm.js
index 4ac4e4e5..f45dabd0 100644
--- a/web/share/js/wm.js
+++ b/web/share/js/wm.js
@@ -1,6 +1,6 @@
/*****************************************************************************
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
diff --git a/web/start.pug b/web/start.pug
index f58ccd18..80968427 100644
--- a/web/start.pug
+++ b/web/start.pug
@@ -9,6 +9,6 @@ block body
div(class="start")
if index_link
a(style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/")
- | &nbsp;&nbsp;&larr;&nbsp;&nbsp; [ Pi-KVM Index ]
+ | &nbsp;&nbsp;&larr;&nbsp;&nbsp; [ PiKVM Index ]
hr
block start
diff --git a/web/vnc/index.html b/web/vnc/index.html
index 3a5096b7..ca9a3880 100644
--- a/web/vnc/index.html
+++ b/web/vnc/index.html
@@ -2,7 +2,7 @@
<!--
==============================================================================
# #
-# KVMD - The main Pi-KVM daemon. #
+# KVMD - The main PiKVM daemon. #
# #
# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> #
# #
@@ -25,7 +25,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Pi-KVM VNC Info</title>
+ <title>PiKVM VNC Info</title>
<link rel="apple-touch-icon" sizes="180x180" href="/share/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/share/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/share/favicon-16x16.png">
@@ -43,9 +43,9 @@
</head>
<body>
<div class="start-box">
- <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/">&nbsp;&nbsp;&larr;&nbsp;&nbsp; [ Pi-KVM Index ]</a>
+ <div class="start"><a style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/">&nbsp;&nbsp;&larr;&nbsp;&nbsp; [ PiKVM Index ]</a>
<hr>
- <p class="text">This Pi-KVM device has running <b>kvmd-vnc</b> daemon and provides VNC access to the server.</p>
+ <p class="text">This PiKVM device has running <b>kvmd-vnc</b> daemon and provides VNC access to the server.</p>
<p class="text"><b>WARNING!</b> We strongly don't recommend you to use VNC in untrusted networks without
enabled X.509 or TLS encryption. Otherwise your passwords are transmitted in a plain text
over the network.
diff --git a/web/vnc/index.pug b/web/vnc/index.pug
index fbab5e25..07bdb9a5 100644
--- a/web/vnc/index.pug
+++ b/web/vnc/index.pug
@@ -1,13 +1,13 @@
extends ../start.pug
append vars
- - title = "Pi-KVM VNC Info"
+ - title = "PiKVM VNC Info"
- main_js = "vnc/main"
- index_link = true
block start
p(class="text")
- | This Pi-KVM device has running #[b kvmd-vnc] daemon and provides VNC access to the server.
+ | This PiKVM device has running #[b kvmd-vnc] daemon and provides VNC access to the server.
p(class="text")
| #[b WARNING!] We strongly don't recommend you to use VNC in untrusted networks without
| enabled X.509 or TLS encryption. Otherwise your passwords are transmitted in a plain text