Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add i18n'd servermessage for /event | Miquel Lionel | 2021-02-18 | 2 | -12/+26 |
| | | | | - update i18n.go accordingly | ||||
* | now this branch will work on tip | Miquel Lionel | 2021-02-18 | 27 | -155/+4 |
| | |||||
* | aesthetic change for language switching buttonv0.9.5 | Miquel Lionel | 2021-02-18 | 1 | -0/+58 |
| | | | | - new local.css | ||||
* | delete silly meme in views/i18n/header.html | Miquel Lionel | 2021-02-18 | 2 | -1/+4 |
| | | | | | | | | - it should be "set lang" or "set language", not coom. we're not in april yet, the coommits are too early. - also the button text to submit language switch is now i18n'd - the #honkstore is more wholesome as a result | ||||
* | add i18n'd html templates, newer patch for web.go | Miquel Lionel | 2021-02-17 | 22 | -158/+1596 |
| | |||||
* | add i18n module | Miquel Lionel | 2021-02-17 | 1 | -0/+488 |
| | |||||
* | add account.html with i18n language options. | Miquel Lionel | 2021-02-11 | 1 | -0/+62 |
| | |||||
* | bloated and incomplete i18n implementation | Miquel Lionel | 2021-02-11 | 2 | -0/+205 |
| | | | | | | | | | | | - 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. | ||||
* | create folder structure corresponding to honk ver | Miquel Lionel | 2021-02-05 | 5 | -0/+0 |
| | |||||
* | Prettier RSS feed patch | Miquel Lionel | 2021-02-05 | 1 | -0/+16 |
| | | | | | - <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" | ||||
* | french translated header page + please SEO | Miquel Lionel | 2021-01-27 | 2 | -0/+94 |
| | | | | | - please SEO = just a meta name description nd keywords, nothing more. | ||||
* | does this work with markdown? lets find out | Miquel Lionel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | how to use section + screenshots in readme now | Miquel Lionel | 2021-01-25 | 1 | -0/+12 |
| | |||||
* | adding screenshot dir and alt nav bar scrot | Miquel Lionel | 2021-01-25 | 1 | -0/+0 |
| | |||||
* | lol about formatting won't trigger if no md | Miquel Lionel | 2021-01-25 | 1 | -0/+0 |
| | |||||
* | less ambiguous navbar sections | Miquel Lionel | 2021-01-25 | 1 | -4/+4 |
| | | | | | | | - fanfare -> front - my honks -> profile - modified tabindex so a single tab will focus on the search field. | ||||
* | The alt navbar is cleaner now + search bar. | Miquel Lionel | 2021-01-25 | 2 | -12/+25 |
| | | | | - css is put in the local.css file. | ||||
* | add search bar | Miquel Lionel | 2021-01-25 | 1 | -1/+4 |
| | |||||
* | the license (gplv3) | Miquel Lionel | 2021-01-24 | 1 | -0/+674 |
| | |||||
* | the readme | Miquel Lionel | 2021-01-24 | 1 | -0/+7 |
| | |||||
* | custom honk.html and header.html : easier to honk | Miquel Lionel | 2021-01-24 | 2 | -0/+220 |
- 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 |