github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

ahrencode / Ahimsa-for-WP

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 8
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (11)
  • Downloads (1)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (1)
    • 3.2
  • Branch List
Sending Request…

Ahimsa Theme for WordPress — Read more

  Cancel

http://ahren.org/code/ahimsa

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

* Fade/show effect for comment actions 
Ravi Sarma (author)
Sun Jun 27 07:39:28 -0700 2010
commit  f56b799c4636984b60cb
tree    c71894484688acc0dec1
parent  ce3627bfee5791a165f0
Ahimsa-for-WP /
name age
history
message
file README.txt Sat Feb 06 18:45:35 -0800 2010 Changes for pushing theme version to 3.1. [Ravi Sarma]
file ahimsa.js Sun Jun 27 07:39:28 -0700 2010 * Fade/show effect for comment actions [Ravi Sarma]
file ahimsa.pot Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file browsercss.php Sun May 23 17:35:43 -0700 2010 Some partial work for browser/version based sid... [Ravi Sarma]
file comments-old.php Mon Feb 08 09:09:32 -0800 2010 Adding missing file to repository! [Ravi Sarma]
file comments.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file customstyles.php Tue Feb 23 13:21:50 -0800 2010 * Avoid symlink() call on unsupported platforms [Ravi Sarma]
file entry.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file footer.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file functions.php Sun Jun 27 07:39:28 -0700 2010 * Fade/show effect for comment actions [Ravi Sarma]
file header.php Tue May 25 08:53:56 -0700 2010 * Moved logo to its own table cell to solve cro... [Ravi Sarma]
file iecorners.js Sat May 22 19:18:42 -0700 2010 * Internationalisation! [Ravi Sarma]
directory images/ Sun Jun 27 07:39:28 -0700 2010 * Fade/show effect for comment actions [Ravi Sarma]
file index.php Sun Jun 27 07:39:28 -0700 2010 * Fade/show effect for comment actions [Ravi Sarma]
directory lib/ Sat May 22 19:18:42 -0700 2010 * Internationalisation! [Ravi Sarma]
file page.php Mon Aug 17 16:25:25 -0700 2009 Fixed sub-page, support missing comment edit. [Ravi Sarma]
file screenshot.png Mon May 24 19:47:35 -0700 2010 New screenshot, description in style header [Ravi Sarma]
file searchform.php Sat May 22 19:18:42 -0700 2010 * Internationalisation! [Ravi Sarma]
file shortcodes.css Thu Feb 04 17:16:09 -0800 2010 * New skin/customisation files location support [Ravi Sarma]
file shortcodes.php Tue May 25 08:53:56 -0700 2010 * Moved logo to its own table cell to solve cro... [Ravi Sarma]
file sidebar-left.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file sidebar-right.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
file single.php Mon May 24 18:35:30 -0700 2010 * Added theme option for logo to left of title [Ravi Sarma]
directory skins/ Sat Feb 06 18:20:15 -0800 2010 * More support for two skin dirs (Ahimsa, user) [Ravi Sarma]
file style.css Sun Jun 27 07:39:28 -0700 2010 * Fade/show effect for comment actions [Ravi Sarma]
file utils.php Sat Feb 06 18:20:15 -0800 2010 * More support for two skin dirs (Ahimsa, user) [Ravi Sarma]
README.txt
==================================
WordPress Theme: Ahren Code Ahimsa
==================================

License
-------

Thank you for downloading Ahren Code's Ahimsa WordPress theme. This theme
is released under the latest version of the GPL (currently v3), whichever
that may be at the time of your use. For the GPL, see:
http://www.gnu.org/licenses/gpl.html.

You are free to use this theme for any purpose you choose, in a manner
that conforms to the GPL. I would like you to leave the  attribution at
the bottom of the theme, but you are not required to do so.

Installation
------------

Please visit the WordPress site (http://wordpress.org/) for detailed
and authoritative instructions on installing themes. For the impatient:
it is usually as simple as extracting the archive (which you seem to
have already done, since you are reading this file!) and copying the
directory ("ahimsa") into your WordPress installation directory under
wp-contents/themes.

Customisation
-------------

Skins
-----

Ahimsa supports "skins" -- CSS stylesheets that can be created and
modified using the Ahimsa Options page of the Admin section of your
blog. Skins can be used to customise the colour scheme of the theme
to your liking. You can even share your skins with other users. See
the Customisation section of the Ahimsa page:

http://ahren.org/code/ahimsa/

Custom Styling
--------------

If a skin doesn't go far enough for you, and you are a CSS ninja who
wants more control and detail, all you need to do is create a file
called "custom.css" in the themestore directory, in which you can
add any styles you desire. And when you upgrade Ahimsa, this file is
left alone, so your customisations should be safe. The themestore is
typically under WP_ROOT/wp-content/themestore/ahimsa, where WP_ROOT
is the root directory of your blog's WordPress installation.

Notes
-----

This is by no means a "best practices", complete or feature-rich theme.
At some point, I hope it will be. In particular, you may wish to note the
below:

* The theme is intended to be bold yet pleasing. YMMV! ;-) It was built,
  like many other themes, by hacking the default. A cursory look at the
  contents will demonstrate the rather shallow understanding of the CSS
  and PHP involved. I hope to clean up most of that in future releases,
  if there is interest in this theme.

* The theme uses rounded-borders using Mozilla/Gecko and
  WebKit/KHTML/Safari specific CSS attributes. I could use the CSS3
  border-radius attribute, and I probably will, but it won't help much
  since IE does not support it anyway. Rounded borders do work with
  Google Chrome since it is based on WebKit.

* The word "ahimsa" can be taken to mean "non-violence".

Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文