2) CONFIGURATION
+Ensure the /home/bdsm/ directory can be written by your web server.
+And ensure bdsm is configured for sqlite3 logging to /home/bdsm/bdsm.sqlite3
+
Visit the index.php page in your browser and navigate to the configuration page.
Each reading found in the database can be renamed and configured to display on
<HTML>
<HEAD>
<TITLE>bdsm at monitor.slightlycyberpunk.com</TITLE>
- <STYLE>
- #vmenu
- {
- position: absolute;
- left: 0px;
- top: 0px;
- height: 100%;
- width: 15%;
- background: linear-gradient(to right, #000 0%,#222 80%,#555 100%);
- padding-top:2em;
- }
-
- #vmenu a
- {
- display: inline-block;
- color: white;
- font-weight: bold;
- text-decoration: none;
- width: 100%;
- text-align: center;
- border-bottom: 1px solid white;
- padding: .5em .2em;
- font-size: larger;
- }
-
- #options
- {
- display: block;
- position: absolute;
- top: 0px;
- left: 15%;
- width: 85%;
- height: 100%;
- }
-
- .short
- {
- width: 3em;
- }
-
- tr
- {
- text-align: center;
- }
-
- th
- {
- padding-top: 2em;
- }
-
- #logo
- {
- width: 100%;
- }
- </STYLE>
+ <LINK TYPE="text/css" REL="stylesheet" HREF="styles.css" />
</HEAD>
<BODY>
<div id="vmenu">
<HTML>
<HEAD>
<TITLE>bdsm at monitor.slightlycyberpunk.com</TITLE>
- <STYLE>
- #vmenu
- {
- position: absolute;
- left: 0px;
- top: 0px;
- height: 100%;
- width: 15%;
- background: linear-gradient(to right, #000 0%,#222 80%,#555 100%);
- padding-top:5em;
- }
-
- #vmenu a
- {
- display: inline-block;
- color: white;
- font-weight: bold;
- text-decoration: none;
- width: 100%;
- text-align: center;
- border-top: 1px solid white;
- padding: .5em .2em;
- font-size: larger;
- }
-
- #charts
- {
- display: block;
- position: absolute;
- top: 0px;
- left: 15%;
- width: 75%;
- height: 100%;
- padding: 1em;
- }
-
- .chart
- {
- display: inline-block;
- border: 1px solid black;
- width: 400px;
- height: 400px;
- }
- </STYLE>
+ <LINK TYPE="text/css" REL="stylesheet" HREF="styles.css" />
</HEAD>
<BODY>
<div id="vmenu">
+ <a href="https://www.slightlycyberpunk.com/"><img src="bdsm-clear.png" id="logo" /></a>
<a href="index.php">Index</a>
<a href="index.php">Historical</a>
<a href="configure.php">Configuration</a>
- <a></a>
</div>
<div id="charts">
--- /dev/null
+#vmenu
+{
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ height: 100%;
+ width: 15%;
+ background: linear-gradient(to right, #000 0%,#222 80%,#555 100%);
+ padding-top: 5em;
+}
+
+#vmenu a
+{
+ display: inline-block;
+ color: white;
+ font-weight: bold;
+ text-decoration: none;
+ width: 100%;
+ text-align: center;
+ border-top: 1px solid white;
+ padding: .5em .2em;
+ font-size: larger;
+}
+
+#charts
+{
+ display: block;
+ position: absolute;
+ top: 0px;
+ left: 15%;
+ width: 75%;
+ height: 100%;
+ padding: 1em;
+}
+
+.chart
+{
+ display: inline-block;
+ border: 1px solid black;
+ width: 400px;
+ height: 400px;
+}
+
+options
+{
+ display: block;
+ position: absolute;
+ top: 0px;
+ left: 15%;
+ width: 85%;
+ height: 100%;
+}
+
+.short
+{
+ width: 3em;
+}
+
+tr
+{
+ text-align: center;
+}
+
+th
+{
+ padding-top: 2em;
+}
+
+#logo
+{
+ width: 100%;
+}
\ No newline at end of file