Invariably I come back to the problem of maintaining a static website without using a fully featured generator, but one of my own. Each new page poses logistics of integration, something that a generator for the most part takes care of. It’s possible I could import the majority of the site into WordPress, but that poses other complications. Using RapidWeaver looks like the logical choice because I can maintain the current site structure, but RW lacks an importer, so a lot of time just copying and pasting over pages, not something I want to do. The limbo continues.
Young lions
Had a dream of seeing a pair of juvenile lions running (in a friendly way) towards our car. The hills were golden brown, like in summertime, and the lions were coming downwards to us.
Foul Mudammas in pressure cooker
1 can fava beans (strained and rinsed)
45 minutes
To serve
2 lemons juice
1 tsp salt
1 clove garlic
1/2 serrano pepper sliced
cover with olive oil to taste
Celebrity is just obscurity biding its time.
Celebrity is just obscurity biding its time.
— Carrie Fisher
Email filters finally working again!
Email filters have been AWOL for a couple of weeks. Nice to see them back!
phpList connect.php
phplist ->
admin ->
connect.php
<div class="content well">
<h3>You have been unsubscribed.</h3><div style="clear: both; font-family: arial, verdana, sans-serif; font-size: 8px; font-variant: small-caps; font-weight: normal; padding: 2px; padding-left:10px;padding-top:20px;">powered by <a href="https://www.phplist.com/poweredby?utm_source=download3.6.5&utm_medium=poweredtxt&utm_campaign=phpList" target="_blank" title="powered by phpList version 3.6.5, © phpList ltd">phpList</a></div></p></div>
</div>
This block took much longer to locate than I was expecting. phpList is a HUGE program and finding where things are originating from isn’t as straightforward as I’d like. The lesson this time around (again!), was to look at the HTML of the rendered unsubscribe page and the div that surrounded the block. Then I searched for the string clear: both; font-family: arial, verdana, sans-serif; font-size: 8px;
in the phpList folder to see where it showed up – connect.php.
Delete Campaign phpList
Edit ->
Save as draft ->
Delete
Cron Job for phpList
/usr/local/bin/php -q /home/customer/www/example.com/public_html/phplist/admin/index.php -pprocessqueue -c/home/customer/www/example.com/public_html/phplist/config/config.php >/dev/null
Enable CKEditorPlugin in phpList
By default the CKEditorPlugin is NOT enabled in phpList v3.6.5 (or at least it wasn’t in my installation).
Config ->
Manage Plugins ->
CKEditorPlugin ->
Enable
phpList – Disable click tracking
config.php
// Click tracking
// If you set this to 1, all links in your emails will be converted to links that
// go via phpList. This will make sure that clicks are tracked. Default: 1
// If you disable a URL conversion, set to 0.
define('CLICKTRACK', 0);