aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* some more explainingHEADmasterMiquel Lionel2021-06-171-0/+16
|
* s/created/create/Miquel Lionel2021-06-171-2/+2
|
* moar on how to useMiquel Lionel2021-06-172-7/+14
|
* fix README bullet pointsMiquel Lionel2021-06-171-0/+3
|
* shorter patch names, updated README.md, new MakefileMiquel Lionel2021-06-1732-386/+241
|
* README is a bit clearer about i18nMiquel Lionel2021-02-181-1/+3
|
* updated readmeMiquel Lionel2021-02-181-9/+22
|
* add i18n'd servermessage for /eventMiquel Lionel2021-02-182-12/+26
| | | | - update i18n.go accordingly
* now this branch will work on tipMiquel Lionel2021-02-1827-155/+4
|
* aesthetic change for language switching buttonv0.9.5Miquel Lionel2021-02-181-0/+58
| | | | - new local.css
* delete silly meme in views/i18n/header.htmlMiquel Lionel2021-02-182-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.goMiquel Lionel2021-02-1722-158/+1596
|
* add i18n moduleMiquel Lionel2021-02-171-0/+488
|
* add account.html with i18n language options.Miquel Lionel2021-02-111-0/+62
|
* bloated and incomplete i18n implementationMiquel Lionel2021-02-112-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 verMiquel Lionel2021-02-055-0/+0
|
* Prettier RSS feed patchMiquel Lionel2021-02-051-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 SEOMiquel Lionel2021-01-272-0/+94
| | | | | - please SEO = just a meta name description nd keywords, nothing more.
* does this work with markdown? lets find outMiquel Lionel2021-01-251-1/+1
|
* how to use section + screenshots in readme nowMiquel Lionel2021-01-251-0/+12
|
* adding screenshot dir and alt nav bar scrotMiquel Lionel2021-01-251-0/+0
|
* lol about formatting won't trigger if no mdMiquel Lionel2021-01-251-0/+0
|
* less ambiguous navbar sectionsMiquel Lionel2021-01-251-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 Lionel2021-01-252-12/+25
| | | | - css is put in the local.css file.
* add search barMiquel Lionel2021-01-251-1/+4
|
* the license (gplv3)Miquel Lionel2021-01-241-0/+674
|
* the readmeMiquel Lionel2021-01-241-0/+7
|
* custom honk.html and header.html : easier to honkMiquel Lionel2021-01-242-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