From adb7a8c6924f4c4fd31c5c4ebaeaa6d0247388db Mon Sep 17 00:00:00 2001
From: "Erik C. Thauvin"
Date: Wed, 19 Jan 2022 15:25:07 -0800
Subject: [PATCH] Updated website docs.
---
build.gradle | 2 +-
version.properties | 8 ++++----
website/index.html | 21 +++++++++++++--------
website/simple.css | 3 +--
4 files changed, 19 insertions(+), 15 deletions(-)
diff --git a/build.gradle b/build.gradle
index fdc6286..96e8940 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,7 +70,7 @@ dependencies {
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.twitter4j:twitter4j-core:4.0.7'
- implementation 'net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT'
+ implementation 'net.thauvin.erik:cryptoprice:0.9.0'
implementation 'net.thauvin.erik:pinboard-poster:1.0.3'
testImplementation 'com.willowtreeapps.assertk:assertk-jvm:0.25'
diff --git a/version.properties b/version.properties
index e5629eb..2f05c8d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,9 +1,9 @@
#Generated by the Semver Plugin for Gradle
-#Tue Jan 18 10:02:08 PST 2022
-version.buildmeta=2450
+#Wed Jan 19 15:20:26 PST 2022
+version.buildmeta=001
version.major=0
version.minor=8
version.patch=0
-version.prerelease=beta
+version.prerelease=rc
version.project=mobibot
-version.semver=0.8.0-beta+2450
+version.semver=0.8.0-rc+001
diff --git a/website/index.html b/website/index.html
index fe9468a..6427843 100644
--- a/website/index.html
+++ b/website/index.html
@@ -33,20 +33,19 @@
About mobibot
mobibot is the
- #mobitopia IRC channel bot. It is built on Paul Mutton's
- PircBot Java-based Framework.
+ #mobitopia IRC channel bot written in Kotlin.
mobibot is making extensive use of various open source libraries, including:
@@ -58,7 +57,7 @@
mobibot's main functionality is to
capture URLs posted on the channel. The URLs are automatically gathered into a publishable
- RSS feed.
+ RSS feed and saved on Pinboard.
Other features include:
diff --git a/website/simple.css b/website/simple.css
index 40178ff..e1204d6 100644
--- a/website/simple.css
+++ b/website/simple.css
@@ -1,7 +1,7 @@
body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 13px;
+ font-size: 16px;
color: #000000;
margin: 0;
}
@@ -21,7 +21,6 @@ h3 {
code {
font-family: Courier New, Courier, mono, monospace;
- font-size: 12px;
color: #000066;
background-color: #ffeedd;
margin-left: 20px