Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:WardCunningham/Smallest-Federated…
Browse files Browse the repository at this point in the history
…-Wiki
  • Loading branch information
nrn committed Apr 25, 2012
2 parents 2df8dbd + a6cb4b9 commit 1556e3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ Code contributions are always welcome. We're developing using the `fork and pull

* http://help.github.com/send-pull-requests/

You are welcome to join our developer hangout Wednesday mornings, 10:00 Pacific time.
You are welcome to join our developer IRC channel, #fedwiki on freenode, or drop-in to our developer video hangout Wednesday mornings, 10:00 Pacific time.

* https://plus.google.com/hangouts/_/extras/talk.google.com/fedwiki

If you'd like to know what we think of your programming idea before you program it, just write up an Issue here on GitHub. You'll save us all some time if you read through open issues first:

* [Open Issues](https://github.com/WardCunningham/Smallest-Federated-Wiki/issues?sort=created&direction=desc&state=open&page=1)

For that matter, there is lots of coding and project philosophy in the comment history of closed issues. Read through the issues with lots of comments. GitHub will sort closed issues by number of comments to make this easy:
For that matter, there is lots of coding and project philosophy in the comment history of closed issues. Read through the issues with lots of comments. GitHub has good issue search and will sort closed issues by number of comments to make this easy:

* [Closed Issues](https://github.com/WardCunningham/Smallest-Federated-Wiki/issues?sort=comments&direction=desc&state=closed&page=1)

Expand Down
8 changes: 4 additions & 4 deletions client/plugins/method.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ window.plugins.method =
else
n

annotate = (text) ->
return '' unless text?
" <span title=\"#{text}\">*</span>"

calculate = (item) ->
list = []
for line in item.text.split "\n"
Expand All @@ -47,10 +51,6 @@ window.plugins.method =

list.push +value if value? and ! isNaN +value

annotate = (text) ->
return '' unless text?
" <span title=\"#{text}\">*</span>"

"<tr style=\"background:#{color};\"><td style=\"width: 70%;\">#{line}#{annotate comment}<td><b>#{round value}</b>"

text = calculate(item).join "\n"
Expand Down
12 changes: 6 additions & 6 deletions client/plugins/method.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1556e3d

Please sign in to comment.