Skip to content

Commit

Permalink
Creating Nitori bundle and README entry
Browse files Browse the repository at this point in the history
  • Loading branch information
LrsNate committed Apr 27, 2012
1 parent c340881 commit 2e3c638
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,13 @@ contest between characters, based on 1-vs-1 matchups and ELO indicators.
I thought of the idea as Characters Power Ranking, that is to say CPR...And
that's how I came up with Touhou's nurse, Eirin.

### Nitori

Exactly as its name suggests, this bundle is the entire application's
mechanic, so to speak ; it holds most of the services and extensions meant
to be used in any of Lyrica's bundles : namely Twig Extensions, as one of
many examples.

### Reimu

This bundle will act like a main gate for the website ; and yes, when you
Expand Down
9 changes: 9 additions & 0 deletions src/Lyrica/NitoriBundle/LyricaNitoriBundle.php
@@ -0,0 +1,9 @@
<?php

namespace Lyrica\NitoriBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class LyricaNitoriBundle extends Bundle
{
}

0 comments on commit 2e3c638

Please sign in to comment.