Rich,
Static websites are the way to go today if you can eliminate
- User Logins
- files stored in a database
In other words,
A site that simply serves information and does not accept
information/data from the website visitor.
Every/all static website generators (and at my last count there are
well over a hundred active, and maybe over a thousand overall) support
updating in the form of micro-blogging... In other words, think
"Twitter." If your frequent updates can look like a Twitter feed, then
it's supported out of the box by practically any Jekyll site using any
theme..
Then the next question is how technically savvy your Users/Customer is.
All static websites can be updated by simply uploading a plain text
file, during website regeneration formatting will be applied to
"prettify" the blog entry, also applying various automatic features
like time-date stamping and perhaps the Author.
But uploading the file usually involves the standard git commands...
"Add ." "commit -am "some text" " and "push"
There are a few where you can install a graphical add-on so
non-technical Users can upload, or maybe you can simply script the
upload (and optionally provide a graphical frontend) so for the user
it's simply "create a file in notepad" then "save" to a particular
location then "doubleclick on the script" to upload... Which IMO is
simple enough no Windows User needs to know what's actually happening.
Tracy,
Can the existing KPLUG website be re-deployed on a local server?
If it can,
Then I might be willing to do some preliminary work to prepare for
migration or at least develop an approach for migrating.
I remember the existing site has a CMS capability for Users to log in
and do "whatever," that will likely have to be deprecated and a
decision whether to re-implement as a public space or eliminate
altogether.
Tony
Post by Tracy ReedI'm making backups of it btw. But restoring the backup and getting
getting our old content, photos etc out of django would be a serious PITA so I
would hope to get it migrated while it is still up where we can just
copy the data out. I think we can ditch the book reviews. They are too
old to be relevant now.
Post by Tracy ReedI really wish someone could help out the club by implementing a new jekyll
(ruby) or pelican (python) website for SDCS/KPLUG! We need to get off of
our current host. It could disappear any day now.
Post by Kevin Keane SubscriptionLooking at that site - definitely check out Jekyll. That type of site is exactly what Jekyll is designed to do.
Adding a newsletter is as easy as adding a file to a directory, then run jekyll to regenerate the static site, and then upload it.
They don't even need to do it in HTML - Jekyll understands markdown, which is much easier to learn.
For that matter, you can make it even easier - and with free hosting to boot. Get a github account for that organization. Github will handle the Jekyll and uploading part for you, and throws in the hosting. You will have to do a bit of initial configuration (configure the domain name and SSL certificate, for the most part).
So all they have to do is type out the new newsletter and push it to github.
Oh - and they should also look at all the freely available Jekyll templates to give the site a face lift!
Kevin Keane
Whom the IT Pros Call
760-721-8339
-----Original message-----
Sent: Sunday, September 23, 2018 8:49 PM
Subject: Re: Wordpress designer needed for redo of drupal website that got hacked.
What we're looking for is something as simple as possible implementing
the info on current site. Static pages are fine. Need to be able to
update parts of page relative to current month/topic/speaker, and keep
and allow upload of current "newsletter/notes".
http://www.sdscholars.org/
Rich
Post by Tony SuAgree,
I don't consider Wordpress any safer or less vulnerable than Drupal,
The only diff is that only recently Drupal had that nasty vulnerability.
But, if you look at Wordpress historically, you'll see plenty of
similar incidents, and especially for individual Wordpress plugins.
You should instead take a look at whether the overall design requires
a CMS like Drupal or Wrodpress, and select a re-architecture that
minimizes your attack surface.
Tony
Post by Tracy ReedI don't have anyone to recommend but I would question the idea of
Wordpress being simpler. It certainly is not any more secure or less in
need of update.
1. Stay patched up: Login to the admin page at least weekly to monitor
for updates since it tells you when updates are available and has
one-click upgrade there.
2. Use SELinux in enforcing mode and monitor for denials (you will have
to setenforce 0 to do the previously mentioned upgrade, don't forget
to setenforce 1 afterwards).
3. Configure apache to block access to certain potentially harmful
<Location ~ "/(wp-login.php|wp-admin|xmlrpc.php)">
Order Allow,Deny
Deny from all
Allow from 192.168.12.0/24
Allow from 10.0.0.0/8
Allow from 98.171.210.130/32
Allow from 155.143.35.194/32
</Location>
4. Be absolutely fascist about avoiding plugins. They are generally
written with less care than the Wordpress codebase itself and are a
frequent source of vulnerabilities.
https://blog.malwarebytes.com/threat-analysis/2018/09/mass-wordpress-compromises-tech-support-scams/
Post by Rich ErnstAny recommendations for someone familiar with Wordpress to recreate a
site for a non-profit who's drupal site got hacked (wasn't being
updated, you know how it goes with volunteers). Here's the current
site, basically want to recreate in something simpler like Wordpress.
http://sdscholars.org/ Apparently registered/hosted with enom.com
Rich
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
Tracy Reed
http://tracyreed.org
Digital signature attached for your safety.
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
Tracy Reed
http://tracyreed.org
Digital signature attached for your safety.
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
Tracy Reed
http://tracyreed.org
Digital signature attached for your safety.
--
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
--
KPLUG-***@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list