| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- everything depends on the 'lang' cookie value
- basic check if it's a 2 character long letter code
- you use it in the views/*.html like the following :
{{ i18n.Home }} will display the translation of "home"
in the language decided by the lang cookie.
- i still need to update the account.html view lol
- if the cookie value is not recognized, defaults to english
translation.
|
| |
|
|
|
|
|
| |
- <title> of the RSS feed is in the following format: "@user - honking from domain.name"
- <description> is in the following format: "RSS Feeds of honks from user@domain.name"
|
|
|
|
|
| |
- please SEO = just a meta name description nd keywords,
nothing more.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- fanfare -> front
- my honks -> profile
- modified tabindex so a single tab will
focus on the search field.
|
|
|
|
| |
- css is put in the local.css file.
|
| |
|
| |
|
| |
|
|
- header.html: very dirty html to allow
easier reach of frequent actions (new
post, fetching a thread, settings, @you,
your posts... to cite a few)
- honk.html: no more 'Actions' dropdown
menu to simply reply back to a tweet
|