Tag: mephisto

Mephisto Trackback Library

I really enjoy using Mephisto but it is missing some of the features that other blogging applications have. One is the ability to send a trackback ping to another blog post. So I built my own library to handle it. Download trackback.rb require 'net/http' require 'uri' # Simple trackback class to send a trackback to …

Read more

Powered by Mephisto

theAdmin.org is now powered by Mephisto. I just felt disconnected with Typo and have been watching Mephisto for a little while now. So far all of the content was migrated properly, the old permalinks should be working due to the mod_rewrite configuration below. # Redirect for Typo permalinks # RewriteRule ^/articles/(.*) $1 [R=301,L] # Only …

Read more