public
Description: A few tools I've written to aid development and production of my WordPress theme, Tarski.
Homepage: http://tarskitheme.com/
Clone URL: git://github.com/ionfish/tarski-utilities.git
Search Repo:
Added note about config.yml to README
ionfish (author)
Fri Apr 04 08:20:54 -0700 2008
commit  fb2d44437a6ffced92d0cb8ee5dac9e8f9c7874b
tree    768f7fba9e513d886134c00e72695c71d56876eb
parent  d2bd8793cfeb8ffec38d5dd675ab842be6916468
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@ The files included in this repository constitute a toolset for working with [Tar
0
 
0
   * __Rakefile__: some Rake tasks to tag and branch releases, create zip archives, generate an HTML version of the changelog file and update a version feed.
0
   * __lib/tarski_version.rb__: generates a version feed. Plugins mostly live in the WP plugin repository now, and get update notification for free, but since themes don't get this and update notification wasn't in WP core when I did it, I rolled my own.
0
+ * __conf/config.yml__: a general tarski-utilities configuration file; specify public paths and the like.
0
   * __conf/version.yml__: a configuration file for the version feed generator.
0
   * __conf/changelog-structure.html__: a wrapper for the HTML generated by the changelog task.
0
 

Comments

    No one has commented yet.