[mb-commits] branch, songkong, updated. Added the SongKong tagger
MusicBrainz Git Server <[email protected]> Thu, 13 Dec 2012 19:57:19 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TjEuF-0001s0-Cv@wiley> |
The branch, songkong has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=250548d04803d032e22760bb4d7d83cfa80c265d (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=9ed7e4880a6445e5a7dafea136d9aafcd361cc1c (commit)
Summary of changes:
root/layout/menu.tt | 3 +++
root/main/index.tt | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 250548d04803d032e22760bb4d7d83cfa80c265d
Author: Robert Kaye <[email protected]>
Date: Thu Dec 13 11:57:00 2012 -0800
Added the SongKong tagger
diff --git a/root/layout/menu.tt b/root/layout/menu.tt
index 24bdf85..aea893a 100644
--- a/root/layout/menu.tt
+++ b/root/layout/menu.tt
@@ -156,6 +156,9 @@
<li>
<a href="[% doc_link('Yate_Music_Tagger') %]">[% l('Yate Music Tagger') %]</a>
</li>
+ <li>
+ <a href="[% doc_link('SongKong_Tagger') %]">[% l('SongKong Tagger') %]</a>
+ </li>
<li class="separator">
<a href="[% doc_link('MusicBrainz_for_Android') %]">[% l('MusicBrainz for Android') %]</a>
</li>
diff --git a/root/main/index.tt b/root/main/index.tt
index 715d072..9ba10ac 100644
--- a/root/main/index.tt
+++ b/root/main/index.tt
@@ -9,6 +9,7 @@
<li><a href="[% doc_link('Jaikoz') %]">[% l('Jaikoz Tagger') %]</a></li>
<li><a href="[% doc_link('Magic_MP3_Tagger') %]">[% l('Magic MP3 Tagger') %]</a></li>
<li><a href="[% doc_link('Yate_Music_Tagger') %]">[% l('Yate Music Tagger') %]</a></li>
+ <li><a href="[% doc_link('SongKong_Tagger') %]">[% l('SongKong Tagger') %]</a></li>
</ul>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server