Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/freerange/site

Go Free Range website
https://github.com/freerange/site

Extract meta element for viewport to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

9498c2385e5b3b595979afeb18074b46bca60d1a authored over 8 years ago
Extract meta element for google verification to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

07f9d23ccd207232e5f4fa73fde17b12ee3e04ff authored over 8 years ago
Extract meta element for x-ua-compatible to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

85e2afa8323c5b974ae1eeeb5dba7d4bec625f1a authored over 8 years ago
Consistently nest titles in layout snips

3fee0da202b46a5f05f5ce470a9fbaf290703976 authored over 8 years ago
Inline header.snip

The header.snip only appears to be rendered in a single place so it's
not obvious that it needs ...

c5a0371558599af22fc0775fdf6dc84f035e3a60 authored over 8 years ago
Extract atom feed autodiscovery to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

c7c8947bcdb91d1856b051e7994d1f668b38aafa authored over 8 years ago
Extract screen.css inclusion to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

81029900ee13f3136f0193ec138bc73d23c91125 authored over 8 years ago
Extract Typekit JS to shared snip

Extracting common elements should make it easier to see the differences
between the 4 layouts.

69fa1665c49b618150f5ac3d5c412d2bd01c5475 authored over 8 years ago
Indent head/body in layout and project-layout snips

You can check that this is a space only change by using `git show
--ignore-all-space`.

ccc2d9240c1d11d1632a70c8fb3597db0db24865 authored over 8 years ago
Extract content-type meta element to shared snip

I'm going to extract the common elements so that it's easier to see the
differences between thes...

eeaaacb78e2d7b370acc59fb9db06e6ad65c0e56 authored over 8 years ago
Use HTML5 doctype in layout and project-layout

So that they're consistent with blog-layout and wiki-layout.

This commit also includes some unr...

c98673e5e60a7229f5d4a893009dd5d7f4e6dd58 authored over 8 years ago
Convert wiki-layout from HAML to HTML

In the hope that it's easier to see the similarities/differences between
this and the existing l...

24133a11a947cff71c2d38881428e341d1f50b35 authored over 8 years ago
Convert blog-layout from HAML to HTML

In the hope that it's easier to see the similarities/differences between
this and the existing l...

be605acb366ccbc4752103f75ea1c65406cf1263 authored over 8 years ago
Add more notes for week-405

a4565303598b5c14943f6d857cdfeaf10a39e0f0 authored over 8 years ago
Flesh out notes for week-404

dc623d77d3b61b2f39fa3596aebb2531aff1d6f8 authored over 8 years ago
Add notes for week-405

a7c5bb5ce42e07e96f316558a7add95f59a1d54c authored over 8 years ago
Add placeholder for week-405

5339deac473222cdba97b11fb0b861a5a035bbc8 authored over 8 years ago
Update our availability

I've pushed it back to the start of November given that we're still busy
with Hookline and poten...

0083e4c05605f949d969ed1efb5c74754fd8293b authored over 8 years ago
Publish show-and-tell-25

9d7e6472e8f5b737544a0b372cc3ccb169bbafd4 authored over 8 years ago
Tweak to show & tell 25 notes

The use of a semi-colon here seemed odd. A full colon might've made
more sense, but I've elected...

13a9ac485af3841a2f088d240d417cc1d7a6bad4 authored over 8 years ago
Tweak to show & tell 25 notes

"Wikipedia" is a proper noun and so I think it should always be
capitalised.

11e64d0360a3e20a43e4389112aa0e548576d646 authored over 8 years ago
Fixed typo in show & tell 25 notes

e7a8e3ef2603377936e52a441fef5beba95204d8 authored over 8 years ago
Additional tweaks to show-and-tell-25

31d49d69d57b0c448f06444532f123f0650b4ac0 authored over 8 years ago
Add more notes for week-404

ab32e6a43ece5e9211856287eeaef2e1d4ded1fc authored over 8 years ago
Update notes for show-and-tell-25

27a6392b1c317ec13740e930aec5d7a1e6770b09 authored over 8 years ago
Add a link to our Show & Tell Slackin page

89c37cb74a57327d1bd43091641cf7a8bda7742d authored over 8 years ago
Move project layout to layouts directory

So that it's located alongside the blog and wiki layouts.

4789051f4b8cf72f6d3efa7ccface841bdaf14fc authored over 8 years ago
Remove unused software-is-alive snip

This snip isn't being rendered from anywhere and the content is already
duplicated in the ethos ...

043e384c72432815bf5b8a5d2a390cabe568248d authored over 8 years ago
Move default layout to layouts directory

So that it's located alongside the blog and wiki layouts.

7092258b4ee0bf9d9539b36fbc141103cbbb5fb6 authored over 8 years ago
Instruct Vanilla to use markdown instead of kramdown

*NOTE.* These should've been updated in
d4c6c01518ed0de7fc412d4c988f0fb04c71a3a4 but I failed to...

aaec64572ca98cef284aac1d643609e6026e4184 authored over 8 years ago
Move show-and-tell-events to show-and-tell soup folder

I think it makes sense for this to sit alongside the write-ups of the
show and tell events.

3fc1c465617f8a9b0a975b000c0df09c0e85b89a authored over 8 years ago
Add '.snip' to wiki-layout filename

Reading and then saving a snip programmatically (`Snip#save`) adds
'.snip' to the filename so I ...

ac31262e02a4f2d9786061a9115eb5090e43e538 authored over 8 years ago
Move layouts to a new directory in soups

These layouts can be used by any page so I think it makes sense to move
them out of 'blog' and '...

4103c3a16e503597a995b150e92e8988cc6b4856 authored over 8 years ago
Rename KramdownRenderer to Kramdown

So that it's consistent with both the built-in Vanilla renderers and the
Blog renderer in this a...

246dba4593ef31b679ec7ea8706d2814b5de0bb9 authored over 8 years ago
Nest KramdownRenderer within Vanilla::Renderers

So that it's consistent with the Blog renderer.

89133c176d233d74cab17ea3ddb8c88cd7ca2f0a authored over 8 years ago
Rename blog to blog_renderer

This makes it clear at a glance that this is a renderer, and makes it
consistent with the naming...

e6f6822803906419454ca837a36015a4a60412d1 authored over 8 years ago
Remove 'kramdown' renderer

We now always rendering markdown content using the Kramdown renderer so
we don't need it defined...

2fe4c058321f5355a35367368eff2591bf3a50fc authored over 8 years ago
Use markdown instead of kramdown for file extension

I've recently configured Vanilla to always use Kramdown when rendering
markdown content. Having ...

c50d2bae05774ee2eb792279b839b2293fb7bc21 authored over 8 years ago
Instruct Vanilla to use markdown instead of kramdown

I've recently configured Vanilla to always use Kramdown when rendering
markdown content. Having ...

d4c6c01518ed0de7fc412d4c988f0fb04c71a3a4 authored over 8 years ago
Use Kramdown as default markdown renderer

I don't think there's any reason for us to be using Kramdown in some
cases and Bluecloth (Vanill...

301cc7883d6d2631234d8bc89154742f20a972aa authored over 8 years ago
Remove test.snip

Visiting this soup fails (and raises an exception in production) because
it tries to include con...

ad00faf58341fba01c678e35922537c89beb5304 authored over 8 years ago
Consistently use .markdown for markdown blog posts

This doesn't affect how these posts are rendered as they all contain
metadata that instructs van...

bd147dd1e1f04f7688cc6dc467d3f5d6d24e32a9 authored over 8 years ago
Ensure blog snips include '.snip' in filename

Reading and then saving a snip programmatically (`Snip#save`) adds
'.snip' to the filename so I ...

79276838e4b29a0bdeca9ee3001589aab69c08cb authored over 8 years ago
Move show-and-tell write-ups to their own folder

This doesn't change any URLs as everything is flat on the site.

de921e83f5780c5b98a3f0432c4acf7df97666a6 authored over 8 years ago
Move feed.snip.rb to dynasnips

It seems to make sense for this to live alongside the other dynasnips.

10d5c59f235e6546ee4dec807c4ab345aa967c5d authored over 8 years ago
Ensure dynasnips include '.snip' in filename

Reading and then saving a snip programmatically (`Snip#save`) adds
'.snip' to the filename so I ...

186c0b738005bfa33d2fedc0f155ff86ecc499f4 authored over 8 years ago
Ensure people snips include '.snip' in filename

Reading and then saving a snip programmatically (`Snip#save`) adds
'.snip' to the filename so I ...

92782c71430d385e0433e8864bee2d80e264cb9d authored over 8 years ago
Ensure project snips include '.snip' in filename

Reading and then saving a snip programmatically (`Snip#save`) adds
'.snip' to the filename so I ...

3f7de4758d1efc1401275837905068225ded491c authored over 8 years ago
Ensure top-level snips include '.snip' in filename

I'm planning to ensure that all snips include '.snip' in the filename
along with an optional ext...

59cd12ca9b0c863441bd56385a55074a7d927702 authored over 8 years ago
Consistently include 'snip' in weeknote filenames

I'd originally planned to remove 'snip' from all filenames until I
realised that the behaviour o...

7760920992fe4e33c25536d60d03b6a3e42f302d authored over 8 years ago
Move weeklinks to their own folder

This doesn't change any URLs as everything is flat on the site.

I checked that the `rake week:l...

134923787d516a352358f04628de2e1320d45336 authored over 8 years ago
Convert the-auteurs to markdown

I think this is slightly less confusing than using HTML.

dd90e90cf23ef2aa08827bbb58bc3c41934cd3f9 authored over 8 years ago
Rename projects/the-auteurs.snip

So that it's rendered using markdown. This doesn't change the rendered
output.

8d1d2db6884dc75678b222b58d8e4a02f8af2909 authored over 8 years ago
Remove .snip from /projects snip filenames

So that all /projects filenames are consistent in not containing .snip.

1c1bb066ad4ba675722f81396664eeaff99a9333 authored over 8 years ago
Remove unnecessary render_as from people snips

We can now rely on the extension ('markdown') to define the renderer to
use.

aa2cba229e66f4d434a0993a06a4b045d64f0243 authored over 8 years ago
Use .markdown extension for all /people snips

So that they're all consistent.

cdc0ae51f18d5c3817cb95fa3fe03a3459b0dc4e authored over 8 years ago
Convert tom-ward.snip to markdown

To make it consistent with all other /people snips.

There's no difference in the rendered output.

c1509af85c682db07b0cc7c898019127269286cb authored over 8 years ago
Convert james-mead.snip to markdown

To make it consistent with all other /people snips.

The only difference to the rendered output ...

a20949af4d47932c02c49ae5fcd050ba459d7361 authored over 8 years ago
Render james-mead.snip as Markdown

I had to add newlines to ensure it continued rendering the same as on
gofreerange.com.

e4efdb640d07416b63fecf182b04b3e4ebaa3289 authored over 8 years ago
Prevent show-and-tell-25 from showing up in /blog list

I'd got the `draft` attribute wrong which meant that this was showing up
prematurely. Fortunatel...

ba046886c3e0ee6644945a617802b8cc09baa9a3 authored over 8 years ago
Remove about-the-blog snip

This was added in Nov 2010 (in 99e5fd34d82b113abe1928f44c2f4cb2dcd7b66d)
but then almost immedia...

a0784046ab2fbb697ae628e26a553b6ce7437c6f authored over 8 years ago
Move draft blog posts to their own folder

These all seem to be pretty old. Moving them to their own directory
might help us decide whether...

ca3d1f11f0294d3a4c0677a84939f180d349fe65 authored over 8 years ago
Prepare to publish links for week 404

4dd36abf884e7c8378599fecffb422b08f4db829 authored over 8 years ago
Add extra blank lines for clarity in week 404 links

477c97f9cabff78b84f99ade0ac1532398dd05fc authored over 8 years ago
Fix link in week 404 links

86a7c2c20f75286e6506ef12e91101e94a6b3831 authored over 8 years ago
Add links for week-404

341954e89559b8c2088b862f3f0a154b0dcc7368 authored over 8 years ago
Add link for week 404

205592df2c9bab875298ed9b02d234e41cb345c6 authored over 8 years ago
Add link for week 404

833d26f31a9568292b3066640b8aea607fdcb9f7 authored over 8 years ago
Add link for week 404

7932b429a2a3322ca7ea363ef0107251f31379d9 authored over 8 years ago
Add notes for Show & Tell 25

3d05bd5aab6baf7dc619e6c8841ef10ea6b21bc8 authored over 8 years ago
Add a link to week 404 links

05fc7d3eea35ae7445aea01b89ee8eef63c11f30 authored over 8 years ago
Added placeholder for week 404 links

0548b814ec87bb5f0e0b45de6be8fe42ac403c83 authored over 8 years ago
Initial bullet-point notes for week 403

daa78ecbd26fe83d624b64d8582f715fc00ca342 authored over 8 years ago
Add notes for week-404

7a87e963823d49bb09dbe1273f70f706dd0bf63e authored over 8 years ago
Add placeholder for week-404

268f8eb5bab5b1f27c644d0a3de3aaa1f6267b01 authored over 8 years ago
Publish notes for week 402

3b6f3c7e3888736fa684e103ee2b826a6c3f2714 authored over 8 years ago
Update notes for week-402

cf4c35321baca391ccec80447f826e2036eee9b3 authored over 8 years ago
Update accountant "wiki" page

a0223e1f05edd50175ad607a257d9dde813d080d authored over 8 years ago
Update our registered company address

We've just signed up to UK Postbox and this is our new address.

05523c36a76f29b2eb91025a9f594374e11c985a authored over 8 years ago
DRY up uses of registered company address

b058dbd88a5c4097eebbaf1a0cef2f84dfea0497 authored over 8 years ago
Prepare to publish links for week 402

6a92194dc16e6c300300fbdf77f161d40e3007ef authored over 8 years ago
Update week-402.snip.markdown

ffdc8bcb33973acef1819aba3dbf839f512463e6 authored over 8 years ago
Add placeholder for week-402 notes

110042a2e9a5fc1fe7eec6e4e77226686fddab63 authored over 8 years ago
Update bundler to v1.13.1

96d7f8b711844f9889e9f80d07d569d0ab4a1b11 authored over 8 years ago
Add links for week 402

b67396cc37f5772d9c015fa7a4d731a9cb3b87c1 authored over 8 years ago
Placeholder for week 402 links

821097bae39ab19c7be8c8d2e7973a38b9f17bd5 authored over 8 years ago
Merge pull request #36 from freerange/upgrade-ruby-to-v2.2.5

Upgrade ruby to v2.2.5

b04d2da6c728f5721f5aa3a69eda200248ffa3a2 authored over 8 years ago
Upgrade Ruby from 2.1.9 to 2.2.5

All the tests currently pass and the home page seems to render OK.

86d573f26684c5e9f56995a9003e7f89a15803c2 authored over 8 years ago
Add dependency on test-unit gem

The Test::Unit-like wrapper around Minitest was removed from the Ruby
standard library in Ruby v...

7c3fde7e629443044735e00b69e3ac860dfcda1b authored over 8 years ago
Update metadata for week-401 notes

3d6768d1cf31e5f57345d6e0dbf01dbe01fb9e87 authored over 8 years ago
Add links to week-401 notes

cb63bf29d818827f04f14bc714d9bf3101d82bfc authored over 8 years ago
Add notes for week-401

e0048154387d4bed8e546ded8ba4ce470286a472 authored over 8 years ago
Move Ruby version specification closer to the top of Gemfile

This feels like a better place for it.

4c3365954511d9f8fb9ad06c5064089547eda748 authored over 8 years ago
Remove BUNDLED WITH from Gemfile.lock

The current version of bundler in production is 1.6.3. When I use this
version of bundler in my ...

3b4e9de7e4357f6725d353595c841d3b63aa4cfb authored over 8 years ago
Specify Ruby version in Gemfile & remove .ruby-version file

The .ruby-version file is not honoured on production, because we are using
a packaged version of...

d418c5d58c1f9a85b1b206ea3b0c9a7a12fb2ec7 authored over 8 years ago
Explain the origins of the S&T

As suggested by @beng.

63fee37e3ca43b8f9b420e12201318d99914bbac authored over 8 years ago
Indicate how many people turn up for S&T events

As suggested by @beng.

aefdef171c60eae17862738784fa29f6ab42015a authored over 8 years ago
Use heading anchors in links to S&T 1,2 & 3

c53398c466aae007884143e2446a4388babd7420 authored over 8 years ago
Indicate that S&T is usually 6.30-8.30pm

As suggested by @beng.

900c1a2bfddb1ddbfbb1c2230e0d29d94eb132da authored over 8 years ago
Add notes for week 401

cee3783675cf84032784cac8d365411b27703bd2 authored over 8 years ago