
{"id":47,"date":"2014-04-06T20:00:59","date_gmt":"2014-04-06T10:00:59","guid":{"rendered":"http:\/\/mnm.at\/markus\/?p=47"},"modified":"2014-04-06T20:00:59","modified_gmt":"2014-04-06T10:00:59","slug":"cms-website-blog-software","status":"publish","type":"post","link":"https:\/\/mnm.at\/markus\/2014\/04\/06\/cms-website-blog-software\/","title":{"rendered":"CMS, Website &#038; Blog Software"},"content":{"rendered":"<p>TLDR; This is nothing new : WordPress is a great choice for a quick blog or web-site.<\/p>\n<p>We were after an update to our web-site and we did not want to spent too many evenings and weekends.<\/p>\n<h2>The outsiders<\/h2>\n<h3>Textpattern<\/h3>\n<p>We used <a href=\"http:\/\/textpattern.com\">Textpattern<\/a> for a long time for our old site. It was OK, but I missed a mobile app and did not like textile markup and generally was not greatly impressed by the admin UI.<\/p>\n<h3>Joomla<\/h3>\n<p>About 5 years ago I used <a href=\"http:\/\/www.joomla.org\">Joomla<\/a> for a client, but to be honest Martina and I kind of forgot about it and did not check it out. I might have been the best, but we will never know.<\/p>\n<h3>Typo3<\/h3>\n<p><a href=\"http:\/\/typo3.org\">Typo3<\/a> came into consideration because it is popular in German speaking countries. I checked it out in a demo site and downloaded it and never did more with it.<\/p>\n<h2>The Finalists<\/h2>\n<p>In the end it came down to only <a href=\"https:\/\/drupal.org\/\">Drupal<\/a> and <a href=\"http:\/\/wordpress.org\">WordPress<\/a> even though these two might be the best they become the favourites for these reasons:<\/p>\n<ul>\n<li>I used both Drupal and WordPress for clients and in my current job. Martina recently used WordPress for one of her previous clients. <\/li>\n<li>For previous clients WordPress seemed to be the easiest choice for the particular users.<\/li>\n<li>Usually I like software that challenges me and give me the opportunity to learn more. This time we both wanted to go for quickest and not best implementation<\/li>\n<li>Mobile Apps &#8211; I want to be able to quickly take a shot and post it. The <a href=\"http:\/\/android.wordpress.org\/\">WordPress app<\/a> that I tried seemed more mature than the <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ch.dissem.android.drupal\">Drupal app<\/a> that I tried for <\/li>\n<li><a href=\"http:\/\/android.wordpress.org\/\">Markdown<\/a> &#8211; Markdown is another lightweight mark-up language I like it. Not much more or less than all the other ones that I know, but more than textile. And I like to be able to write free-text without a WYSIWYG editor or HTML tags. All these CMS were able to use it in some way.<\/li>\n<li>PHP : We are thinking about moving  hoster but we are not and PHP is what supported. All non-PHP web apps did not get considered.<\/li>\n<\/ul>\n<p>I know Drupal from work, but not intimately. For this test I set-up a complete site and allowed multiple users to create their own blogs in both WordPress and Drupal and apart from Martina&#8217;s work in the mnm blog and her effort of importing the old entries into the WordPress our test sites in WordPress and Drupal had similar functionality.<br \/>\nI believe that things were done in Drupal were more elegant than the equivalent in WordPress.<br \/>\nAlso Drupal is not as annoying about the domain name changes as a <a href=\"http:\/\/codex.wordpress.org\/Moving_WordPress#Moving_WordPress_Multisite\">multi-site WordPress installation<\/a>.<br \/>\nDuring the process of testing I set up a VM and used a local IP then moved to a faked domain (hosts entry) then I wanted to reach it externally and set up a reverse proxy of our test home domain.<br \/>\nDrupal was still happy but for WordPress I had to run something along the lines of this:<\/p>\n<pre><code>export grepFile=$(mktemp)\n\ncat &gt; ${grepFile} &lt;&lt;ENDL\ntest.domain1:2081\ntest.domain1\ntest.domain2\nwww.mnm.at:2081\nwww.mnm.at\n10.10.10.10:2081\n10.10.10.10\nENDL\n\nexport sedFile=$(mktemp)\nsed -e 's@\\(.*\\)@s~\\1~mnm.at~g@' ${grepFile} &gt; ${sedFile}\nfor f in $(grep  -l -i -r --file ${grepFile} wordpress  wp.final.dump.sql); do \n    sed -i --file ${sedFile} $f   \ndone\n\nrm ${grepFile} ${sedFile}\n<\/code><\/pre>\n<p>Or I could have searched and used <a href=\"https:\/\/github.com\/interconnectit\/Search-Replace-DB\">that script<\/a>. I believe I was quicker with my script.<\/p>\n<p>I did a bit more CSS work in Drupal. I think that it takes a similar effort to set up a multi site WordPress installation as a Drupal installation that provides a similar set-up.<\/p>\n<p>The points that moved the decision to WordPress in the end:<\/p>\n<ul>\n<li>The Drupal mobile app for Android that I checked out was not as advanced as the WordPress app. <\/li>\n<li>Martina already imported all the posts from our old site and manually fixed <\/li>\n<\/ul>\n<p>encoding issues that have been a problem in the old site. But that also meant that she was faster in doing a single user blog in WordPress with imported posts than I was with the multi-user Drupal set up and a single themed blog. (Though I was also the one who had to spent the time on the multi-site WordPress set-up)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TLDR; This is nothing new: WordPress is a great choice for a quick blog or web-site. <a href=\"https:\/\/mnm.at\/markus\/2014\/04\/06\/cms-website-blog-software\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-47","post","type-post","status-publish","format-standard","hentry","category-tech"],"_links":{"self":[{"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/posts\/47","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/comments?post=47"}],"version-history":[{"count":15,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/posts\/47\/revisions"}],"predecessor-version":[{"id":62,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/posts\/47\/revisions\/62"}],"wp:attachment":[{"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/media?parent=47"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/categories?post=47"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mnm.at\/markus\/wp-json\/wp\/v2\/tags?post=47"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}