!!!5
%html(lang='en')
%head
%link(rel="stylesheet" type="text/css" href="reset.css")
%link(rel="stylesheet" type="text/css" href="style.css")
%script(src="jquery/jquery-1.9.1.min.js")
%script(src="ie_workaround.js")
%script(src="jquery/jquery.scrollTo.min.js")
%script(src="raphael-min.js")
%script(src="moment.min.js")
%script(src="gitoe-repo.js")
%script(src="gitoe-draw.js")
%script(src="gitoe.js")
%title gitoe
:coffee
$ ->
if /\?dev$/.test location.href
setTimeout location.reload.bind(location), 1000
:coffee
# IE(<8) workaround
# from
Object.keys ||= (o)->
result = []
for name in o
if o.hasOwnProperty(name)
result.push name
return result
%body
#flash
#wrapper.fillh.fillv
#left.fillv
#banner.fillh
%h1 gitoe
#control.fillh.fillv.scrollv
-# .open
-# %legend open repository
-# %form.form-inline
-# / TODO empty here
-# %input.path(placeholder="path of git repo" type="text" value="/home/mono/gitoe")
-# %button.open-btn open repo
-# .status
-# %legend status
-# %ul
-# %li
-# %span.path.badge.badge-success ???
-# / TODO a refresh-repo button around here
-# %br
-# %li
-# %span.tags.badge.badge-info ?
-# %span tags
-# %li
-# %span.remote.repos.badge.badge-info ?
-# %span remote repos
-# %li
-# %span.local.branches.badge.badge-info ?
-# %span local branches
-# %li
-# %span.commits.badge.badge-info ?
-# %span commits
-# .branches
-# %legend branches
-# %ul.list-branches
-# .history
-# %legend history
-# %ol
-# %li 1
-# %li 1
-# %li 1
-# %li 1
-# %li 1
-# %li last
#right.fillv.fillh
#graph.fillh.fillv.scrollh.scrollv
#footer.fillh
powered by
%a( href='http://www.sinatrarb.com' )
sinatra
%a( href='https://github.com/libgit2/rugged' )
rugged
%a( href='http://jquery.com/' )
jQuery
%a( href='https://github.com/flesler/jquery.scrollTo' )
jquery.scrollTo
%a( href='http://raphaeljs.com/' )
Raphaƫl
and
%a( href='https://github.com/jokester' )
Wang Guan