public
Description: A XHTML templating engine written in Ruby based on so-called pipes
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/nagoro.git
Click here to lend your support to: nagoro and make a donation at www.pledgie.com !
manveru (author)
Thu Oct 15 10:10:53 -0700 2009
commit  c4d0186e86c4a1df3c275febcf96eaf8aa789d80
tree    24775b409456689de0bfe20b230d2e232000bc7f
parent  e3beb9b6132b98808b3edf2c358d7e02cf1ab82b
nagoro / MANIFEST
100644 52 lines (51 sloc) 1.092 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
CHANGELOG
MANIFEST
README.markdown
Rakefile
bin/nagoro
doc/COPYING
doc/GPL
doc/LEGAL
example/element/Html.nage
example/hello.nag
example/morpher.nag
lib/nagoro.rb
lib/nagoro/binding.rb
lib/nagoro/element.rb
lib/nagoro/pipe.rb
lib/nagoro/pipe/base.rb
lib/nagoro/pipe/compile.rb
lib/nagoro/pipe/element.rb
lib/nagoro/pipe/include.rb
lib/nagoro/pipe/instruction.rb
lib/nagoro/pipe/localization.rb
lib/nagoro/pipe/morph.rb
lib/nagoro/pipe/tidy.rb
lib/nagoro/scanner.rb
lib/nagoro/template.rb
lib/nagoro/tidy.rb
lib/nagoro/version.rb
nagoro.gemspec
spec/core_extensions.rb
spec/example/hello.rb
spec/helper.rb
spec/nagoro/listener/base.rb
spec/nagoro/pipe/compile.rb
spec/nagoro/pipe/element.rb
spec/nagoro/pipe/include.rb
spec/nagoro/pipe/instruction.rb
spec/nagoro/pipe/morph.rb
spec/nagoro/pipe/tidy.rb
spec/nagoro/template.rb
spec/nagoro/template/full.nag
spec/nagoro/template/hello.nag
tasks/bacon.rake
tasks/changelog.rake
tasks/gem.rake
tasks/gem_installer.rake
tasks/grancher.rake
tasks/install_dependencies.rake
tasks/manifest.rake
tasks/rcov.rake
tasks/release.rake
tasks/reversion.rake