public
Description: An elegant, flexible WordPress theme
Homepage: http://tarskitheme.com/
Clone URL: git://github.com/ionfish/tarski.git
tarski /
name age message
file .gitignore Tue Jul 07 04:45:13 -0700 2009 Ignore user sidebars. [ionfish]
file 404.php Thu Jul 23 06:51:26 -0700 2009 Remove search form from 404 error page. [ionfish]
file CHANGELOG Mon Oct 26 04:57:35 -0700 2009 Changelog tweaks. [ionfish]
file COPYRIGHT Sun Apr 15 23:43:29 -0700 2007 Adding GPL license text in COPYRIGHT. High tim... [ceejayoz]
file README.md Thu Oct 22 07:27:04 -0700 2009 Add a basic README file. [ionfish]
directory app/ Fri Oct 23 16:37:53 -0700 2009 Add page and home links to the navbar via filte... [ionfish]
file archive.php Wed Feb 11 05:25:08 -0800 2009 cleanup remaining windows line endings from roo... [unknown]
file archives.php Wed Feb 11 05:25:08 -0800 2009 cleanup remaining windows line endings from roo... [unknown]
file comments.php Wed Jul 22 03:56:55 -0700 2009 URL decode displayed trackback URIs to hide ugl... [ionfish]
file footer.php Thu Aug 06 17:00:57 -0700 2009 Change DOCTYPE to HTML 5. Fixes gh-6. [ionfish]
file functions.php Thu Aug 06 17:36:19 -0700 2009 Remove constants.php file support. Fixes gh-7. [ionfish]
file header.php Thu Aug 06 17:00:57 -0700 2009 Change DOCTYPE to HTML 5. Fixes gh-6. [ionfish]
directory headers/ Sun Apr 15 14:44:21 -0700 2007 Tarski 1.3 git-svn-id: https://tarski.googleco... [ceejayoz]
directory images/ Wed Jul 22 04:15:22 -0700 2009 Better Reply arrow icon for RTL language users. [ionfish]
file index.php Sat Sep 12 12:13:54 -0700 2009 Clear post entry contents. [ionfish]
directory library/ Fri Oct 23 16:37:53 -0700 2009 Add page and home links to the navbar via filte... [ionfish]
file links.php Wed Feb 11 05:25:08 -0800 2009 cleanup remaining windows line endings from roo... [unknown]
file loop.php Sat Sep 12 12:13:54 -0700 2009 Clear post entry contents. [ionfish]
file screenshot.png Sat Jul 19 07:39:28 -0700 2008 Update screenshot to comply with WP.org/extend/... [ionfish]
file search.php Sun Oct 04 13:26:12 -0700 2009 Replace various uses of wp_specialchars and att... [ionfish]
file searchform.php Thu Oct 22 06:12:11 -0700 2009 Make search form use HTML5 placeholder attribut... [ionfish]
file sidebar.php Wed Feb 11 05:25:08 -0800 2009 cleanup remaining windows line endings from roo... [unknown]
file style.css Thu Oct 22 06:18:40 -0700 2009 Style search field placeholder text in Safari. [ionfish]
directory styles/ Fri Mar 27 09:30:52 -0700 2009 Improve code and pre element styling. [ionfish]
file tags.php Mon Nov 05 08:49:25 -0800 2007 More tweaks, new screenshot, moved archives tem... [ionfish]
README.md

Tarski

Tarski is an elegant, flexible WordPress theme developed by Benedict Eastaugh. As a WordPress extension it is licensed under the GPL; please consult the COPYRIGHT file that should have been provided with this README for more details.

Installing

Tarski is installed like any other WordPress theme: upload the files to the wp-content/themes directory of your WordPress installation, and activate it from the Appearance page in your WordPress admin panel.

Customising

Tarski provides its own options page, allowing for the easy customisation of a number of aspects of the theme. Just go to the Tarski options page in the Appearance section of your WordPress admin panel and adjust the settings.

Extending

Apart from the options which Tarski supports two basic extension mechanisms: plugins and child themes. Both of these are provided by WordPress, but Tarski improves upon them in several ways, firstly by providing a larger repertoire of API hooks which plugins can use, and secondly by allowing users to select alternate styles and header images from child themes as well as Tarski itself.

Child themes

Tarski's extensive API and large library of utility functions, allied to the customisability provided by its options page, makes it an excellent base for building WordPress child themes.

Writing plugins

Tarski's theme hooks API is an extension of the basic WordPress hooks API, and allows for major modifications to be made to almost every aspect of the theme's functionality. Writing Plugins for Tarski explains the process of creating a plugin that modifies some aspect of Tarski, while the Hooks Reference is a complete API reference. A library of example plugins rounds out the documentation with example code.

Contributing

Tarski relies on contributions from the community. The main areas of activity are: reporting bugs; creating and updating translations; building child themes; writing plugins; and lastly, improving the theme itself.

Reporting bugs

Bugs should be reported on the Tarski issue tracker. If you're not sure whether the behaviour you're observing is caused by Tarski or WordPress, or whether it's intentional or not, please post on the Tarski forum. Security issues should be reported directly to Benedict.

Translations

There are a large number of translations already available for Tarski, but new and updated localisation files are always welcome. Please see the localisation page for more details.

Core contributions

If you want to contribute directly to the core Tarski code, please fork the project on GitHub, make your changes in a topic branch and send a pull request. Contributions are particularly welcome in the following areas:

  • Improving the hooks documentation
  • Auditing the code for potential security issues
  • Suggesting API extensions and improvements

Happy hacking!