summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* 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*
* Website merge, ideological texts addedGustav Eek2015-01-205
| | | | | | | | | | | Two ideologically important texts were found in the org-mode based website's *from_wiki* directory: *princip.txt* and *fscons.txt*, a suggestion to declaration of principals for Fripost and an article text for FSCONS 2010. An *ideology* category (directory) is created with an overview page, *ideology.mdwn* and to content pages *princip.mdwn* and *fscons-2010.mdwn*. The index, *index.mdwn* is updated accordingly.
* Website merge, The about page is finetuned.Gustav Eek2015-01-203
| | | | | | | Most of the about page, *organisation.org*, was migrated already, available as *om.mdwn*. Minor modifications are made to *om.mdwn*. A notification page *notice.mdwn* is added, containing some notes from various org-mode pages. The notice page is orphan at this point.
* Website merge, membership page incorporatedGustav Eek2015-01-193
| | | | | | The content of the page *medlemskap.org* is added as *medlemskap.mdwn*, and the link in the template *page.tmpl* is updated.
* Merge website, the English text incorporatedGustav Eek2015-01-193
| | | | | | | All content of *index.en.org*, *kontakt.en.org*, and *medlemskap.en.org* is combined into one single English page, *english.mdwn*, that should be part of the website. The template *page.tmpl* is updated accordingly.
* Merge website, FAQ incorporatedGustav Eek2015-01-195
| | | | | | | | Some restructuring has happened with the FAQ's. The org-mode based *faq.org* was mostly available as a general FAQ page, *faq.mdwn*, already. The specific *faq-medlemskap.mdwn* together with some parts of the technical FAQ, *e-post.mdwn* is merged with the general FAQ. Finally the wiki index page is updated accordingly.
* Website merge, certificate pages mergedGustav Eek2015-01-194
| | | | | The certificate pages *certs.asc* and *certs.mdwn* are added. Links to certificates are added to the main navigation bar in *page.tmpl*.
* Basic preparation modification to page templateGustav Eek2015-01-191
| | | | | Some URL's in *page.tmpl* are modified for compatibility with generic installations. Also some preparation for website migration are done.
* Ticket for org-mode pages merging addedGustav Eek2015-01-191
|
* Restructurig of headers in help out pagegustaveek2015-01-141
|
* Disapora suggestion added to suggetsion pagegustaveek2014-12-291
|
* Calendar and activity day notes updatedGustav Eek2014-12-172
|
* Three questions addedgustaveek2014-12-011
|
* (no commit message)moza2014-11-171
|
* (no commit message)moza2014-11-171
|
* (no commit message)moza2014-11-171
|
* (no commit message)moza2014-11-171
|
* (no commit message)moza2014-11-171
|
* översättning av "ressources to find or fix bugs"moza2014-11-171
|
* (no commit message)moza2014-11-171
|
* Info about NVDA addedmoza2014-11-171
|
* man → du.Guilhem Moulin2014-11-171
|
* LJO, Lola & moza's input.Guilhem Moulin2014-11-171
|
* typoGuilhem Moulin2014-11-171
|
* intro meningmoza2014-11-171
|
* reformulationGuilhem Moulin2014-11-171
|
* info about orca addedmoza2014-11-171
|
* Improve Postfix configuration.Guilhem Moulin2014-10-311
|
* Pages on wiki preview addedGustav Eek2014-10-213
| | | | | | | | | | | | | There are two pages added that describes (1) how to set up an ikiwiki lab environment, and (2) how to create a preview version of the Fripost wiki. Naturally the content is related. Things to complement with - Charts drawn in some nice fashion - Explain how templates and styles are applied The index page is changed to reflect the above.
* A meta page is added with author supportGustav Eek2014-10-192
| | | | | | | Some plugins need to be activated for all things to work on that page: - listdirectives
* Proof reading errors in AktivitetsdagarGustav Eek2014-10-191
|
* Aktivity day page uppdated about accessibillityGustav Eek2014-10-181
|
* Formatting and more information in the pagemoza2014-10-181
|
* First stub for the accessibility pagemoza2014-10-181
|
* Creating the accessibility resurses pagemoza2014-10-181
|
* Adding the accessibility pagemoza2014-10-181
|
* Meeting place updategustaveek2014-09-301
|
* Proof reading correctionsgustaveek2014-09-221
|
* (no commit message)moza2014-09-221
|
* (no commit message)moza2014-09-221
|
* (no commit message)moza2014-09-221
|