All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— October 9, 2015 - Friday 09, October 2015 ———————————
accept - language - header - ruby - parse -

Really cool :)

Good to know about accept language format :
Example : fr,en-US;q=0.7,en;q=0.3
q value is between 0 and 1 (default value is 1)
the bigger it is the the higher is the priority to select a language

Here client says :
I prefer fr (q=1)
Then en-US (q=0.7)
Then..

-