diff --git a/pages/helpers/header.php b/pages/helpers/header.php
index 4f2350b..1d57e9b 100755
--- a/pages/helpers/header.php
+++ b/pages/helpers/header.php
@@ -29,4 +29,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/lists.php b/pages/lists.php
deleted file mode 100755
index ec87496..0000000
--- a/pages/lists.php
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/usr/bin/php
-
-
-
-
"
+ # Set the count and start a row if this is the first loop.
if [[ -z $count ]]; then
count=0
- fi
- # Add a row for the next 2 images.
- if (( $count % 2 == 0 )); then
- echo -e "\t\t
" >> $subpage
+ echo -e "$newrow" >> $subpage
+ # Else check if we need to start a new one for the next 2 images.
+ elif (( $count % 2 == 0 )); then
+ echo -e "\t\t
" >> $subpage
+ echo -e "$newrow" >> $subpage
fi
# Add the container for the image and its text.
echo -e "\t\t\t
" >> $subpage
@@ -160,10 +162,6 @@ function build_album_pages {
fi
# Close the image description and its link.
echo -e "\n\t\t\t\t\n\t\t\t
" >> $subpage
- # Close the row after an odd count.
- if (( $count % 2 == 1 )); then
- echo -e "\t\t
" >> $subpage
- fi
count=$(( count + 1 ))
done
echo -e "\t\t" >> $subpage
@@ -249,7 +247,8 @@ function build_all_page {
count=0
fi
if [[ $count == 0 ]]; then
- echo -e "\t\t" >> $allpage
fi
# Add a column.
@@ -291,10 +290,16 @@ function build_all_page {
}
## Main ##
+beg_time="$SECONDS"
+
start_main_page
build_album_pages
build_all_page
end_main_page
+end_time="$SECONDS"
+time="$(( $end_time - $beg_time ))"
+echo "" >> $mainpage
+
cat $mainpage
exit 0
diff --git a/pages/resources.php b/pages/resources.php
new file mode 100755
index 0000000..832f821
--- /dev/null
+++ b/pages/resources.php
@@ -0,0 +1,74 @@
+#!/usr/bin/php
+
+
+
+
+
Lists of Resources
+
+
+
+
+
+ Books
+
+
+
+ TBD/TODO: Berk list description goes here!
+
+
+ Another line fortesting.
+
+
+ Yet another line fortesting.
+
+
+ -
+ The Peaceful Warrior
+
+ -
+ TBD: Name of book on healing through breathing and posture.
+
+ -
+ The Untethered Soul / Living Untethered
+
+
+
+
+
+
+
+
+
+
+ Obtaiumiun config for apps that I use on a degoogled Android phone.
+
+
+
+
+
+
+
+ Gear
+
+
+
+ Important gear I recommend.
+
+
+
+
+
diff --git a/pages/subpages/home/apps.php b/pages/subpages/home/apps.php
index ac0ae35..4b5b0b1 100755
--- a/pages/subpages/home/apps.php
+++ b/pages/subpages/home/apps.php
@@ -207,6 +207,28 @@
+
+
+
+ In order to have the correct version numbers in Obtainium:
+
+
+ - Enable "Sort by only the last segment of the link".
+ -
+ Set the "Version string extraction RegEx" field to:
+
[0-9\.]+[0-9]+
+
+
+
+ Otherwise, "Take first link" works with pseudo versions.
+
+
+
+