Welcome to Tarski

Tarski is a WordPress theme. It’s intended to be usable out of the box, by people who just want to get on with writing and don’t have time to learn web development first. Coming with a choice of tasteful header artwork, Tarski has numerous options accessible via a simple, easy-to-use options page.

For the more technically-minded, Tarski provides a flexible basis for any number of alterations, from simple things like changing the header, to more complex structural changes. ionfish is actually running a modified version of Tarski, so as you can see, fairly drastic alterations are far from difficult.

Take a look at the documentation for detailed installation and setup instructions, as well as plugins Tarski plays nice with.

We release this code under the terms of the GNU General Public License, version 2. You are free to download, modify, and distribute this theme as governed by the GPL. Violators will be punished by an angry teddy bear.

We’d like to thank everyone who made this happen, and hope you enjoy the theme. Stay tuned to this channel for further updates… and please do leave us a comment if you wind up using it!

Tags: , , ,

17 comments

  1. rabsteen’s avatar

    this is lovely. checking for ajax comments…

  2. ceejayoz’s avatar

    Nope, no AJAX comments, but that might come in the next release.

  3. tom’s avatar

    Yum.

    Nutritious and delicious.

  4. kagudesu’s avatar

    Is there a way to center the theme in the browser window?

  5. ionfish’s avatar

    Yeah, just go into style.css and change the margin for #wrapper from 0 auto 0 0 to 0 auto. Change the text-align property for the body to center, so it’ll work in older browsers too.

    We plan to make stuff like this easier in future releases.

  6. Logan Leger’s avatar

    Nice theme. Recommended functionality would be support for gravatars/favatars and asides. Again, very nice theme… clean and simple…

  7. ionfish’s avatar

    Glad you like it, Logan. I’m already drawing up a long list of stuff for 1.1…

  8. sixface’s avatar

    Love the theme. Clean, Neat, Nice and simple…. Thanks for the same.

  9. Logan Leger’s avatar

    ionfish, I am trying to add the animated livesearch feature by Steve Smith to Tarski but am having trouble. It appears to be working but I believe there is something in the Tarski theme files that I need to edit. I can’t seem to find this file or to properly diagnose the problem, any assistance you can give would be greatly appreciated.

  10. ceejayoz’s avatar

    Logan, yes, you’ll need to edit the Tarski theme files to integrate that live search. You’ll also want to make sure to get the Prototype and Scriptaculous libraries.

    Contact me by e-mail if you still can’t get it working and I’ll take a look.

  11. Seid Balbido’s avatar

    How do I un-install this theme?

    Does this theme make database entries?

  12. ceejayoz’s avatar

    Yes, the theme makes a couple database entries for configuration settings. We haven’t written an uninstall script… seeing as there’s probably a total of a couple kilobytes of extra data in your database

    If you’re really anal about disk space, though, you can run the following SQL query against your database:

    DELETE FROM wp_options WHERE option_name LIKE 'tarski_%';

    That should delete all of Tarski’s saved options.

    As for uninstalling the theme itself, just switch to a different theme and delete the directory.

  13. eric’s avatar

    HI. I HATE YOUR THEME; HOW DO I KILL IT?

    CAN I USE FIRE?

    Nice theme, guys. Wonder how many people will use my header? ;P

  14. ceejayoz’s avatar

    Hehe. I wonder how many will realize there’re another two headers. ;-)

  15. Logan Leger’s avatar

    Oh thanks ceejayoz. Unfortunately, I backed-up before I updated Tarski. I’ll recompile it and see if I can’t get it to work this time, if not I’ll definintely e-mail you. Thanks.

Comments are now closed.