Time to experiment with Textpattern! Here are my initial observations after new installation.
Installation of Textpattern 4.0.2 was very simple, especially if you have installed content management or blogging software before. If you have Apache installed locally, I suggest experimenting with Textpattern locally; I installed on Mac OS X Tiger and it was easy peasy.
http://textpattern.net/wiki/index.php?title=DetailedInstallationInstructions
Before you start to dig into the site admin, take a look at the “diagnostics” sub-tab first. This page will display notable warnings (in red) that need attention. Most importantly, the “setup” directory should be removed.
You will possibly find other warnings concerning the writable permissions of your images and file upload directories. If you choose not to allow file upload directly within the admin area, then you can ignore those warnings. No sense in allowing them to be writable when you have no intentions of using them.
If you do wish to allow file uploads, then the permissions of the directories must be changed to (chmod) 777. If extra help is needed for chmod, google “how to change chmod” and a list of about a million pages will appear (that’s not an exaggeration).
For more detailed information on Preflight warnings and issues: Textpattern.net-Diagnostics_Subtab
Most site preferences are self-explanatory, but here are my observations on a few settings:
More on troubleshooting clean urls later in this article.Most of the advanced preferences are self-explanatory as well. If you do not understand a setting, just click the “?” next to it, and a pop-up will appear with a brief explanation.
I had trouble with this, on both my local installation and my upgraded install online. After lots of research, I found the answer to the online site’s problem.
In my .htaccess file, I uncommented the first three lines:
DirectoryIndex index.php index.html
Options +FollowSymLinks
RewriteBase /
I edited the last line “RewriteBase /” which reflects the path to my root installation. If your installation is located in a sub-directory, the path must be changed to reflect that.
I found these links to be helpful:
As for my local Textpattern installation (on Mac OS X Tiger,) I had a bear of a time trying to figure it out. Alas, I finally had to give up, and just settle for messy urls. Eventually, I hope to come back to the problem and find a solution, so I am listing some helpful web pages I found:
It’s been a long time since I have worked in Textpattern, so I will be writing more observations soon.