summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
...
* wibbleGuilhem Moulin2015-09-301
|
* Fix glyphicon for Preferences and Source URLs.Guilhem Moulin2015-09-301
|
* Add a 'Preferences' URL.Guilhem Moulin2015-09-301
|
* Also mark [[done]] links as closed issues.Guilhem Moulin2015-09-303
|
* (no commit message)guilhem2015-09-301
|
* Merge branch 'master' of ssh://git.fripost.org/fripost-wikiGrégoire Détrez2015-09-291
|\
| * Added a commentGrégoire2015-09-291
| |
* | Make the bug list prettierGrégoire Détrez2015-09-295
|/
* Make comments prettierGrégoire Détrez2015-09-293
|
* Merge branch 'master' of ssh://git.fripost.org/fripost-wikiGrégoire Détrez2015-09-291
|\
| * Added a commentguilhem2015-09-291
| |
* | Fix floating image at end of pageGrégoire Détrez2015-09-291
|/
* Added a commentGrégoire2015-09-281
|
* Added a commentguilhem2015-09-281
|
* Added a commentGrégoire2015-09-281
|
* Roundcube question added to faqGustav Eek2015-09-161
|
* Add SHA256 fingerprint to git.fripost.org.Guilhem Moulin2015-08-311
|
* Add SHA256 fingerprint to git.fripost.org.Guilhem Moulin2015-08-311
|
* Create describe mutt tracker issueGustav Eek2015-08-231
|
* Use ansible instead for Thunderbird autoconfiguration.Guilhem Moulin2015-06-061
|
* Provide Thunderbird autoconfiguration.Guilhem Moulin2015-06-061
| | | | | | | References: - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo - https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat
* Rename files to avoid invalid char ‘:’.Guilhem Moulin2015-06-054
|
* Added a commentguilhem2015-06-051
|
* Added a commentguilhem2015-06-051
|
* Add a note regarding noreply aliases.Guilhem Moulin2015-06-051
|
* Close some issues.Guilhem Moulin2015-06-053
|
* Fix links.Guilhem Moulin2015-06-011
|
* The number of domains is unlimited.Guilhem Moulin2015-06-011
|
* typoGuilhem Moulin2015-06-011
|
* typoGuilhem Moulin2015-06-011
|
* typoGuilhem Moulin2015-06-011
|
* Update certs.Guilhem Moulin2015-05-312
|
* Remove edit link from headers for the website.Guilhem Moulin2015-05-311
|
* Change title for website.Guilhem Moulin2015-05-311
|
* typoGuilhem Moulin2015-05-311
|
* Don't offer to edit the website.Guilhem Moulin2015-05-311
|
* Update links to website.Guilhem Moulin2015-05-311
|
* Wiki-preview discriptions completed with some notesGustav Eek2015-04-242
| | | | | | The descritpion on how to set up a wiki preview is completed with how to handle the need for to test absolute links through update the */etc/hosts* file.
* Temporary link changesGustav Eek2015-04-241
| | | | | | | | | Of course the navigation bar links on the wiki can not yet point to the addresses to be. The template page.tmpl is modified so that navigation links point to relative path pages. When fripost.org and wiki.fripost.org are served from the same instance, then the navigation bar URL's should be updated again.
* Merge branch 'website-separation'Gustav Eek2015-04-2419
|\ | | | | | | | | Conflicts: templates/page.tmpl
| * Modifications between absolute and relative pathsGustav Eek2015-04-244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In website documents, *http://fripost.org/<document>* corresponding to *./website/<document>*, links refering to the wiki, *http://fripost.org/<document>* corresponding to *./<document>*, need absolute paths and vise verse. This commit contains changes due to that. Note that links in wiki documents refering to website documents does not strictly need to follow the absolute path rule: both *http://fripost.org/kontakt* and *./website/kontakt* works equally well. Note also that URL's to fripost.org are written as "http://..." instead of "https://". The reason is that my local lab setup does not have security enabled.
| * Merge branch 'move-website' into website-separationge-website-separationGustav Eek2015-04-243
| |\
| | * Revert "Suggestions to look modifications"Gustav Eek2015-04-241
| | | | | | | | | | | | This reverts commit b4043f739fbbe30bdbe553f30b0e902f726b1232.
| | * Update cert for imap.fripost.org:993ge-move-websiteGuilhem Moulin2015-03-022
| | |
| | * Suggestions to look modificationsGustav Eek2015-03-011
| | |
| | * Website merge, some structure added to the ticketGustav Eek2015-01-201
| | | | | | | | | | | | | | | Some structure is added to the tracker ticket, and some concerns are raised.
| * | The attempt actually worksGustav Eek2015-04-230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To complete a previous git commit message. Configure the web server forwarding rules correctly will make static content to be served correctly. This is the Nginx configuration snippet: ---- server { server_name fripost.localhost; location / { root /home/gustav/public_html/fripost-wiki/website; location /static { root /home/gustav/public_html/fripost-wiki; } } } server { server_name wiki.fripost.localhost; location / { root /home/gustav/public_html/fripost-wiki; } } ---- The extra rule for `/static` did the thing.
| * | Some menu items moved around in page templateGustav Eek2015-04-231
| | | | | | | | | | | | | | | For obvious reasons, the certificates links does not need to be on the top navigation field. It is moved to the drop down item.
| * | Atempt to do a separation that does not workGustav Eek2015-01-207
| |/ | | | | | | | | | | | | | | | | | | | | | | | | This is an atemp to separation of http://wiki.fripost.org and http://fripost.org. The wiki content is left untouched. All website content (apart from *hem.mdwn*) is moved into a directory, *website*, and *hem.mdwn* is named *website.mdwn*. Then the website is reached through *https://fripost.org* simply by making the webserver point those request to root *<path-to-fripost-wiki>/website*. The *website.mdwn* will be *<path-to-fripost-wiki>/website/index.html* and default target.
| * Website merge, dictionary and idea addedGustav Eek2015-01-204
| | | | | | | | | | | | | | In *from_wiki* a list with language tips and translations was found, which is now added as *dictionary.mdwn*. Also the idea *sidospår.txt* is brought up under *hjalpa_till.mdwn*