Updated licence year
[m6w6/gitweb-theme] / README.rst
index 5da55484dd432c5ac839a5f3328fa6e0ca1234b7..c49c0b18cdb678cea16c9f94a02109ce5a0b44a2 100644 (file)
@@ -2,7 +2,7 @@
 Theme for gitweb
 ================
 
-This is an alternative theme for `gitweb`_ (tested with git web interface version 1.7.12). It is *strongly* inspired by GitHub.
+This is an alternative theme for `gitweb`_ (tested with git web interface version 1.7.12.3). It is *strongly* inspired by GitHub.
 
 Fullsize screenshots available on `kogakure.github.com/gitweb-theme`_.
 
@@ -26,6 +26,14 @@ Just clone the repository to a location of your choice, probably into the same d
 
 Of course you can just copy them to the new location. If you see some missing things or errors, please create a ticket or fix it and send a pull request.
 
+Optionally, you can enable syntax highlighting for your code. Install the highligh package with your package manager and add this line to /etc/gitweb.conf:
+
+  $feature{'highlight'}{'default'} = [1];
+
+You can enable Gravatar support with this line:
+
+  $feature{'avatar'}{'default'} = ['gravatar'];
+
 .. _gitweb: http://git.or.cz/gitwiki/Gitweb
 .. _kogakure.github.com/gitweb-theme: http://kogakure.github.com/gitweb-theme
 
@@ -34,7 +42,7 @@ Licence
 
 (The MIT License)
 
-Copyright (c) 2009-2012 Stefan Imhoff stefan@imhoff.name
+Copyright (c) 2009-2013 Stefan Imhoff stefan@imhoff.name
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: