<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fripost-wiki, branch ge-website-separation</title>
<subtitle>Fripost wiki/website sources</subtitle>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/'/>
<entry>
<title>Merge branch 'move-website' into website-separation</title>
<updated>2015-04-24T16:43:31+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-04-24T16:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=f35709806678be4028f75daf7c9d3c2131014a7b'/>
<id>f35709806678be4028f75daf7c9d3c2131014a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Suggestions to look modifications"</title>
<updated>2015-04-24T16:42:40+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-04-24T16:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=39c852ae1ec477a4f9efc6cdf391be23c969814a'/>
<id>39c852ae1ec477a4f9efc6cdf391be23c969814a</id>
<content type='text'>
This reverts commit b4043f739fbbe30bdbe553f30b0e902f726b1232.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b4043f739fbbe30bdbe553f30b0e902f726b1232.
</pre>
</div>
</content>
</entry>
<entry>
<title>The attempt actually works</title>
<updated>2015-04-23T20:17:29+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-04-23T20:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=e25959babfb4d6514f1a8766e24f4a4272236b96'/>
<id>e25959babfb4d6514f1a8766e24f4a4272236b96</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some menu items moved around in page template</title>
<updated>2015-04-23T20:11:31+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-04-23T20:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=e848046a0e83a8a1a021fb8206f972c04414f649'/>
<id>e848046a0e83a8a1a021fb8206f972c04414f649</id>
<content type='text'>
For obvious reasons, the certificates links does not need to be on the
top navigation field. It is moved to the drop down item.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For obvious reasons, the certificates links does not need to be on the
top navigation field. It is moved to the drop down item.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cert for imap.fripost.org:993</title>
<updated>2015-03-02T00:05:01+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem.moulin@fripost.org</email>
</author>
<published>2015-03-02T00:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=bcd8f3be34b718787a603aafb83af9a2b500bf2a'/>
<id>bcd8f3be34b718787a603aafb83af9a2b500bf2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suggestions to look modifications</title>
<updated>2015-03-01T19:38:27+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-03-01T19:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=b4043f739fbbe30bdbe553f30b0e902f726b1232'/>
<id>b4043f739fbbe30bdbe553f30b0e902f726b1232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Website merge, some structure added to the ticket</title>
<updated>2015-01-20T21:56:57+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-01-20T21:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=26e3fe80f2981d86ab04acc70976d46894875f44'/>
<id>26e3fe80f2981d86ab04acc70976d46894875f44</id>
<content type='text'>
Some structure is added to the tracker ticket, and some concerns are
raised.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some structure is added to the tracker ticket, and some concerns are
raised.
</pre>
</div>
</content>
</entry>
<entry>
<title>Atempt to do a separation that does not work</title>
<updated>2015-01-20T21:29:19+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-01-20T21:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=d326524ad49222af859acd873b3fc44a6849f61c'/>
<id>d326524ad49222af859acd873b3fc44a6849f61c</id>
<content type='text'>
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 *&lt;path-to-fripost-wiki&gt;/website*. The *website.mdwn*
will be *&lt;path-to-fripost-wiki&gt;/website/index.html* and default
target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 *&lt;path-to-fripost-wiki&gt;/website*. The *website.mdwn*
will be *&lt;path-to-fripost-wiki&gt;/website/index.html* and default
target.
</pre>
</div>
</content>
</entry>
<entry>
<title>Website merge, dictionary and idea added</title>
<updated>2015-01-20T20:28:09+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-01-20T20:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=be626309907f15772051bdccc1f7c5bd8d53cea5'/>
<id>be626309907f15772051bdccc1f7c5bd8d53cea5</id>
<content type='text'>
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*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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*
</pre>
</div>
</content>
</entry>
<entry>
<title>Website merge, ideological texts added</title>
<updated>2015-01-20T19:03:18+00:00</updated>
<author>
<name>Gustav Eek</name>
<email>gustav@fripost.org</email>
</author>
<published>2015-01-20T19:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.fripost.org/fripost-wiki/commit/?id=4bc5505ee19ca0b66bdaf375d0af9f77e1daa790'/>
<id>4bc5505ee19ca0b66bdaf375d0af9f77e1daa790</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
