| Commit message (Collapse) | Author | Age | Files |
... | |
| |\ |
|
| | |
| | |
| | |
| | | |
This reverts commit b4043f739fbbe30bdbe553f30b0e902f726b1232.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Some structure is added to the tracker ticket, and some concerns are
raised.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
For obvious reasons, the certificates links does not need to be on the
top navigation field. It is moved to the drop down item.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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*
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
The content of the page *medlemskap.org* is added as
*medlemskap.mdwn*, and the link in the template *page.tmpl* is
updated.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
The certificate pages *certs.asc* and *certs.mdwn* are added. Links to
certificates are added to the main navigation bar in *page.tmpl*.
|
| |
| |
| |
| |
| | |
Some URL's in *page.tmpl* are modified for compatibility with generic
installations. Also some preparation for website migration are done.
|
| | |
|
| |
| |
| |
| |
| | |
(For security reasons.) So we remove the symlink jquery.min.js → jquery-$VERSION.min.js
and rename that file instead.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Revert "Creation test of page 'static/css/bootstrap.css/some-page'"
This reverts commit fdb79bd1bd2dcbcf74d6b3b8e8e548cabc7e5565.
- Revert "Creation of link test in sandbox"
This reverts commit 376a11735fa2f7e5bce368c6b0c579c7eaf807d7.
- Revert "Creation of link test in sandbox"
This reverts commit 9781c062d686d65db5f925bbc686d338f24c2512.
- Revert "Creation test of page 'static/some-page'"
This reverts commit 8a4393522023aea8a16bbe138b58480d9bc4cc1c.
- Revert "Creation of link test in sandbox"
This reverts commit 7a9dcda0660c2cc9719a6042950d520941bd92bc.
- Revert "Creation test of page 'static'"
This reverts commit 56cc100b4a9dd75010962b383ff5cde06d3f66b7.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Also the "Hjälpa till" document is updated according to notes from the
activity day.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|