Ecosyste.ms: OpenCollective

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

github.com/freerange/printer-bookmarks

A demonstration bookmark service for Printer
https://github.com/freerange/printer-bookmarks

Fix broken link to example bookmark

The link was using a local URL and not the publicly accessible URL on Heroku.

80c2b25174c58f4c938bf970208749d46ae0f2eb authored almost 12 years ago
Remove unnecessary NOTES.md.

These have served their purpose - I used them as reference for my blog
post -
http://chrisroos.c...

c69ae0a958f71ff514e9e9bb3956a4f2ddb1079d authored almost 13 years ago
Remove TODO.

This has served its purpose. All future TODOs will be on Github issues.

7fdcf39004b119956b16cdca61e9cf7348c666f0 authored almost 13 years ago
Add a page title.

f0981507d76ecb3550bd4ca1c700924bb0dd834a authored almost 13 years ago
Move styles into external stylesheet.

This makes it easier to scan the layout template.

0a8003a265534bb9601abe172f713d7b02f500ed authored almost 13 years ago
Update TODO list.

b4aeeec05d49bb4d5a2aad1c9c7d2da834377241 authored almost 13 years ago
Add some info to the example bookmark.

f5983d76057d697f072f2f32d7c345740bec7082 authored almost 13 years ago
Add a link to the example bookmark.

c55c5e4bf81c0b7dafd4d9bb3b254ee6fdf1589f authored almost 13 years ago
Add example bookmark to the homepage.

fc1d03781bb54476deaacb6989452bb72c86a8e9 authored almost 13 years ago
Update TODO list.

3023da77a513cf60cb9999dfae3416d1d818656c authored almost 13 years ago
Make the bookmark preview more robust.

It shouldn't explode if someone neglects to enter an Amazon URL.

5bb5c6e19cffdbea0a31c184f1d3da883805addb authored almost 13 years ago
Add basic README.

f032e67b8c156aefc41a7a60cf94305adb653230 authored almost 13 years ago
Update TODO list.

a131cf45d417e9216e45dec2c5ea1ed853e2193b authored almost 13 years ago
Add 'More information' to the homepage.

I've copied this from the other content generation apps.

a9d54217c8f851a1b1fc704a2870a4ac91bb70b9 authored almost 13 years ago
Make it easy for people to 'preview' bookmarks.

I can't imagine many people are going to have their own printers so the
most useful thing this r...

617d24ff5d1ed2460b151aa09f4cbfa2f510015b authored almost 13 years ago
Shrink the width of the bookmark.

Adding padding to the .content container resulted in the bookmark
increasing in size to 408px, w...

0545c316ba7db0e58f599faec16ecb5b705b5fd1 authored almost 13 years ago
Rejig the layout of the bookmark.

5e34357750cb4d94b04f71d527b55797ba80f3c5 authored almost 13 years ago
Improve (imo) the style of the bookmark.

Display the title and cover image side-by-side, and the started,
finished and notes below that.

29a254d2543ba98831f2fcb0fd3d3400ac46e116 authored almost 13 years ago
Update TODO list.

2c13084ed02650be6e3521640e97f4789b2cc630 authored almost 13 years ago
Use the full size cover image.

It looks like stripping everything between the first and last periods in
the image filename resu...

2f1935a4ac9f37c7980c8a0e8869ad2e87365fe8 authored almost 13 years ago
Don't display the book format in the bookmark.

b1ffb4540df2a00758dbba9e2d47028d6e5d81d4 authored almost 13 years ago
Increase the length of the 'notes' section.

bb8c4cc692a8085ced69992bb894ff486fb444a9 authored almost 13 years ago
Add some hints to the bookmark creation page.

8c5b774e09b375ebc325d3bcce8aa94d5c27abde authored almost 13 years ago
Add form to allow printing of a bookmark from an Amazon URL.

d84b751bda676fefceb286519cda31d6610b7e79 authored almost 13 years ago
Update Notes and add TODO.

1f21a41de1d0da12dab0803edcb6ec504a3764f3 authored almost 13 years ago
Remove the generate-bookmark.rb script.

It's served its purpose and will no longer even generate anything
sensible now that I've introdu...

6c7350dbb0b95d0f4d775a32f01e051d57475eb1 authored almost 13 years ago
Make the bookmark a little more printer friendly.

I've stolen the layout template from
https://github.com/freerange/printer-mail, which is based o...

0ba53664fc3cfa091567ef678cad0211811acb8e authored almost 13 years ago
Remove unnecessary examples.

68496e1ef04f35881fc20dc7d963a3cc6bea5bfc authored almost 13 years ago
Add heroku as development dependency.

87b1209418418412f77b41e9d4dd17c5c06492eb authored almost 13 years ago
Add a simple Sinatra app.

Sending a GET to /bookmark with an Amazon URL in the querystring results
in a simple bookmark be...

a75e4aa20a3eb3f3f90480636719443322841502 authored almost 13 years ago
Rename the bookmark template.

Sinatra expects templates to have a single .haml extension.

e629a8004402112925e75695b8d7a7587207a111 authored almost 13 years ago
Make AmazonBook responsible for obtaining html.

I'm using open-uri so that we can grab html content from local files and
remote URLs. This chang...

bd34d1f7d9ee110bc931c57a0f44ef810aa04166 authored almost 13 years ago
Simplify the AmazonPageParser.

I realised that I don't need a separate Book object: Renaming
AmazonPageParser to AmazonBook and...

ca2a24961410bed607170bccc629d4e8cee95458 authored almost 13 years ago
Introduce AmazonPageParser and Book.

Extracting this logic from the generate-bookmark.rb script should make
it easier to use within a...

68cfea7b49ff6563f304377e715ded8a067060ed authored almost 13 years ago
Add generate-bookmark.rb script.

It takes the URL of an Amazon book page, or the path to a local copy of
such a page, and generat...

3f5377c3b8809565ebb6cc26aad11075a073a625 authored almost 13 years ago
Initial commit.

Containing an example html bookmark and some notes.

7652ba185832ecf1e7e7bad44442d4292b5d5e1a authored almost 13 years ago