Module: Dolt

Defined in:
lib/libdolt/version.rb,
lib/libdolt.rb,
lib/libdolt/git.rb,
lib/libdolt/git/tree.rb,
lib/libdolt/git/blame.rb,
lib/libdolt/view/blob.rb,
lib/libdolt/view/tree.rb,
lib/libdolt/view/urls.rb,
lib/libdolt/git/commit.rb,
lib/libdolt/view/blame.rb,
lib/libdolt/git/process.rb,
lib/libdolt/html_escape.rb,
lib/libdolt/view/commit.rb,
lib/libdolt/view/markup.rb,
lib/libdolt/view/object.rb,
lib/libdolt/git/archiver.rb,
lib/libdolt/git/submodule.rb,
lib/libdolt/view/gravatar.rb,
lib/libdolt/git/repository.rb,
lib/libdolt/view/tab_width.rb,
lib/libdolt/view/breadcrumb.rb,
lib/libdolt/repository_lookup.rb,
lib/libdolt/controller_actions.rb,
lib/libdolt/disk_repo_resolver.rb,
lib/libdolt/view/submodule_url.rb,
lib/libdolt/view/multi_repository.rb,
lib/libdolt/view/syntax_highlight.rb,
lib/libdolt/view/single_repository.rb,
lib/libdolt/view/smart_blob_renderer.rb,
lib/libdolt/view/binary_blob_embedder.rb

Overview

Copyright (C) 2012 Gitorious AS

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

++

Defined Under Namespace

Modules: Git, HTMLEscape, View Classes: ControllerActions, DiskRepoResolver, RepositoryLookup, ResolvedRepository

Constant Summary collapse

VERSION =
"0.33.18"

Class Method Summary collapse

Class Method Details

.template_dirObject



27
28
29
# File 'lib/libdolt.rb', line 27

def self.template_dir
  File.join(File.dirname(__FILE__), "..", "views")
end