Code reorg, helpers.go has been decomposed.
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 3 Sep 2013 22:38:20 +0000 (15:38 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 3 Sep 2013 23:16:07 +0000 (16:16 -0700)
commit79d9f82e79014fffabaedd34a3997475967508f6
treeffa8bb8c09c71773992b1ce34dc95e8a13c492fd
parent207d8fb7af6d1b7bcb9753a290fd60e90f8e5e0c
Code reorg, helpers.go has been decomposed.

It started with wanting to move templates in template bundles and the
rest followed.  I did my best to start grouping related functions
together, but there are some that I missed.  There is also the method
Urlize that seems to be a special function used in both worlds.  I'll
need to revisit this method.
17 files changed:
hugolib/helpers.go [deleted file]
hugolib/index.go
hugolib/metadata.go [new file with mode: 0644]
hugolib/node.go
hugolib/page.go
hugolib/page_test.go
hugolib/path.go [new file with mode: 0644]
hugolib/path_seperators_windows_test.go [deleted file]
hugolib/shortcode.go
hugolib/site.go
hugolib/site_test.go
hugolib/summary.go [new file with mode: 0644]
hugolib/template.go [deleted file]
template/bundle/bundle_test.go [new file with mode: 0644]
template/bundle/path_seperators_windows_test.go [new file with mode: 0644]
template/bundle/template.go [new file with mode: 0644]
template/helpers.go [new file with mode: 0644]