Move alias logic to target module
authorNoah Campbell <noahcampbell@gmail.com>
Fri, 13 Sep 2013 04:18:13 +0000 (21:18 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Fri, 13 Sep 2013 04:20:00 +0000 (21:20 -0700)
commit2ebfb33fe01d38a1341d6fe3c922dad5e93fd769
tree388dbe07c90f3b36bf45f92482869ec1863be468
parent2f10da15707e1db0fab90524a247bc8a2d3ded90
Move alias logic to target module

I want to move all logic to writing aliases to target so I can pave the
way for writing aliases specific to other runtimes (like .htaccess for
apache or a script for updating AWS or symlinking on a filesystem).
hugolib/site.go
hugolib/site_test.go
hugolib/site_url_test.go
target/file.go
target/htmlredirect.go
template/bundle/bundle_test.go [deleted file]
template/bundle/template.go