entp / seinfeld

This URL has Read+Write access

seinfeld / views / index.haml
100644 70 lines (66 sloc) 2.819 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
%html
  %head
    %title Calendar About Nothing: Tracking Open Source Contributions
    %link{:rel => 'icon', :type => 'image/png', :href => '/images/x_1.png', :sizes => '48x48'}
    %link{:rel => 'stylesheet', :type => 'text/css', :href => '/styles/main.css'}
  %body
    .title Calendar About Nothing
    .subtitle Tracking Open Source Contributions
    #borderedMain
      #content
        %h1 What is this?
        %p
          The Calendar About Nothing generates a
          "<a href="http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php">Seinfeld Calendar</a>"
          from your public
          "<a href="http://github.com">Github</a>" feed.
        %p
          %strong Commit
          to an open source project: get an
          %strong X
          for the day.
          Commit tomorrow, and start building up your
          %strong streak.
        %p
          %strong Get started
          by logging into Github and sending a direct message to the
          %var
            %a{:href => 'http://github.com/calendaraboutnothing'} calendaraboutnothing
          user.
 
        %h2 Groups!
        %p
          Kyle recently added the ability to view stacked calendars from multiple users. For instance, here's what the
          %a{:href => "/group/technoweenie,kneath,courtenay,towski,caged,mattly,foca,rabble,jeremymcanally,gilesbowkett"} ENTP calendar
          looks like.
 
        %h2 How can I help?
        %p
          We have the ruby source code
          %a{:href => "http://github.com/entp/seinfeld/tree/master"} on the githubs.
          Join in, it's a fun little
          %a{:href => "http://www.sinatrarb.com"} Sinatra
          app! We also have a
          %a{:href => "http://oss.techno-weenie.net/discussions/seinfeld-calendar"} Tender Support forum
          if you want to throw some ideas around.
 
        %h2 "Neat Idea..."
        %p "... but I want to add my own events!"
        %p
          There's another project that uses the same seinfeld calendar idea called
          %a{:href => "http://dontbreakthechain.com/"} Don't Break the Chain.
          I intend to keep CAN completely automated.
 
        .clearfix
          #recentUsers
            %h2 Current Streaks
            %ul
              - @recent_users.each do |user|
                %li
                  = link_to_user user
          #userRecords
            %h2 Longest Streaks
            %ul
              - @alltime_users.each do |user|
                %li
                  = link_to_user user, :longest_streak
    #main
      #content.footnote
        %a{:href => "http://calendaraboutnothing.com"} Calendar About Nothing
        by <a href="http://techno-weenie.net">rick</a> and <a href="http://warpspire.com/">kyle</a> / <a href="http://entp.com">ENTP</a>