Revision history for KoG


Revision [23213]

Last edited on 2016-05-20 07:38:47 by KoG [Replaces old-style internal links with new pipe-split links.]
Additions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html | a site talking about using Forrest+Wiki notation]]. Most curious...
Deletions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest+Wiki notation]]. Most curious...


Revision [19180]

Edited on 2008-01-28 00:14:36 by KoG [Modified links pointing to docs server]

No Differences

Revision [16936]

Edited on 2007-05-31 23:27:29 by KoG [Reverted]
Additions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest+Wiki notation]]. Most curious...
Fix: add Options +""FollowSymLinks"" in your .htaccess file (like below).
Options +FollowSymLinks
Deletions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest Wiki notation]]. Most curious...
Fix: add Options ""FollowSymLinks"" in your .htaccess file (like below).
Options FollowSymLinks


Revision [16735]

Edited on 2007-05-31 10:42:53 by MzmCiq [Reverted]
Additions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest Wiki notation]]. Most curious...
Fix: add Options ""FollowSymLinks"" in your .htaccess file (like below).
Options FollowSymLinks
Deletions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest+Wiki notation]]. Most curious...
Fix: add Options +""FollowSymLinks"" in your .htaccess file (like below).
Options +FollowSymLinks


Revision [12168]

Edited on 2005-12-08 13:01:14 by KoG [Reverted]
Additions:
I run WikkaWiki for documenting software I've written and projects I've done/hope to do. I've found it tremendously helpful in terms of set up, the symantic linking is awesome too.
Deletions:
I run WikkaWiki on [[http://www.epiphanic.org]] (the link is [[http://wiki.epiphanic.org]]) for documenting software I've written and projects I've done/hope to do. I've found it tremendously helpful in terms of set up, the symantic linking is awesome too.


Revision [10983]

Edited on 2005-09-09 11:54:21 by KoG [wikka+forrest link]
Additions:
Oddly enough... looking through the referrers I found out that this page has been spidered. I noticed that pretty far up on the search was [[http://www.okjsp.pe.kr/docs/samples/wiki-sample.html a site talking about using Forrest+Wiki notation]]. Most curious...


Revision [10958]

Edited on 2005-09-08 22:34:44 by KoG [added direct link]
Additions:
I run WikkaWiki on [[http://www.epiphanic.org]] (the link is [[http://wiki.epiphanic.org]]) for documenting software I've written and projects I've done/hope to do. I've found it tremendously helpful in terms of set up, the symantic linking is awesome too.
Deletions:
I run WikkaWiki on [[http://www.epiphanic.org]] for documenting software I've written and projects I've done/hope to do. I've found it tremendously helpful in terms of set up, the symantic linking is awesome too.


Revision [10957]

Edited on 2005-09-08 22:33:53 by KoG [added HTTPS]
Additions:
=== Catchy title goes here ===
=== HTTPS on Wikka ===
Someone asked in #wikka, so I figured I'd put something up. If you want Wikka to work with https, just edit your configuration file, changing your base_url to https. The fellow ended up reinstalling it, which is probably unecessary... but hey, do what you gotta right?
Alternatively you can edit all kinds of mod_rewrite rules: my roommate does this for some of the apps on his webserver. While I wouldn't do this, you *could* theoretically do it. And it *might* theoretically work.
I did notice,however, that very few of the links on the Wikka sites page were HTTPS, only one when I checked. If nothing else, then please, out of novelty put up some HTTPS sites on the wikka links. I do understand that some people will be running encrypted links for privacy purposes, and I'm not asking them to.


Revision [9696]

Edited on 2005-06-29 11:06:33 by KoG [added apache tags]
Additions:
Fix: add Options +""FollowSymLinks"" in your .htaccess file (like below).
%%(apache)
%%
=== ""TeX"" ===
I'd love to integrate ""(La)TeX"" into Wikka. Any ideas?
Deletions:
Fix: add Options +FollowSymLinks in your .htaccess file (like below).
=== TeX ===
I'd love to integrate (La)TeX into Wikka. Any ideas?


Revision [9639]

Edited on 2005-06-26 08:32:29 by KoG [added apache tags]
Additions:
Error 403 with .htaccess file: Originally I moved the file and set my ACL to register-to-post. I went back and troubleshot and figured out that you can do the following:
Fix: add Options +FollowSymLinks in your .htaccess file (like below).
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^\./]*[^/])$ $1/
RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
</IfModule>
Then
"rewrite_mode" => "1",
"base_url" => "wherever",
in your wikka.conf.php
Deletions:
I had issues with the .htaccess file and possibly mod_rewrite. I know it's set on the server, but I don't have root. I initially got an error 403, so I renamed it. If you set your default ACL to register-to-post you shouldn't need it anyway...
At the behest of JavaWoman I'm working on looking into the issue so I can tell the dev crew.


Revision [9559]

Edited on 2005-06-24 00:43:41 by KoG [added apache tags]
Additions:
At first I wasn't sure Wiki were going to be useful, but I realize that unless I wanted to write my own project, or use what I had been using (Apache Forrest) I was probably going to have to use a Wiki. I was familiar with sites like Portland Pattern Repository, PInvoke.net and several other (diverse) wiki applications. I did some quick research, late at night and obviously not paying attention, and thought MediaWiki was the greatest thing since sliced bread.
=== Why Apache Forrest was wrong ===
Now, in their defense Forrest is a new project and it's really, really cool. I suggest people take a look at the apache projects. Still Wikka was light enough and does the job admirably.
Deletions:
At first I wasn't sure Wiki were going to be useful, but I realize that unless I wanted to write my own project, or use what I had been using (Apache Forest) I was probably going to have to use a Wiki. I was familiar with sites like Portland Pattern Repository, PInvoke.net and several other (diverse) wiki applications. I did some quick research, late at night and obviously not paying attention, and thought MediaWiki was the greatest thing since sliced bread.
=== Why Apache Forest was wrong ===
Now, in their defense Forest is a new project and it's really, really cool. I suggest people take a look at the apache projects. Still Wikka was light enough and does the job admirably.


Revision [9557]

Edited on 2005-06-24 00:35:33 by KoG [added apache tags]
Additions:
=== Wikka issues found ===
I had issues with the .htaccess file and possibly mod_rewrite. I know it's set on the server, but I don't have root. I initially got an error 403, so I renamed it. If you set your default ACL to register-to-post you shouldn't need it anyway...
At the behest of JavaWoman I'm working on looking into the issue so I can tell the dev crew.
=== TeX ===
I'd love to integrate (La)TeX into Wikka. Any ideas?


Revision [9556]

Edited on 2005-06-24 00:33:31 by KoG [added apache tags]
Additions:
=== Why Apache Forest was wrong ===
Deletions:
=== Why Apache Forest was wrong ==


Revision [9555]

Edited on 2005-06-24 00:33:22 by KoG [added apache tags]
Additions:
I was sitting on Freenode and I ran into JavaWoman - a very nice person, and also most persuasive. I like the way Wikka looks, the way it works and the fact that the dev team are all nice and passionate people. In their defense I'm sure the mediawiki folks are, but they seem more intimidating in the fact that they're the great Wikipedia yadda yadda yadda... It's been awesome and I'm hoping to hang around for quite some time.
Deletions:
I was sitting on FreeNode and I ran into JavaWoman - a very nice person, and also most persuasive. I like the way Wikka looks, the way it works and the fact that the dev team are all nice and passionate people. In their defense I'm sure the mediawiki folks are, but they seem more intimidating in the fact that they're the great Wikipedia yadda yadda yadda... It's been awesome and I'm hoping to hang around for quite some time.


Revision [9554]

The oldest known version of this page was created on 2005-06-24 00:32:57 by KoG [added apache tags]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki