Revision history for SimonKnight


Revision [22920]

Last edited on 2016-05-20 07:38:42 by SimonKnight [Replaces old-style internal links with new pipe-split links.]
Additions:
[[http://sa.wifiproject.org | sa.wifiproject.org]]
Deletions:
[[http://sa.wifiproject.org sa.wifiproject.org]]


Revision [18175]

Edited on 2008-01-28 00:10:22 by SimonKnight [Modified links pointing to docs server]

No Differences

Revision [1016]

Edited on 2004-08-17 15:25:45 by SimonKnight [Modified links pointing to docs server]
Additions:
=====Fixing subdir permissions!=====
//Thanks so much for that -works perfectly :) .// --SimonKnight, 2004-08-17
Deletions:
=====aaaaaaaaaaaaaaaaaaaah help me someone!=====


Revision [1015]

Edited on 2004-08-17 14:27:06 by RalfLehmann [Modified links pointing to docs server]
Additions:
//This happens because you use rewrite_mode and the server catches everything that comes after the base url and hands it over to wakka.php (..wakka.php?wakka=blahblah). You can either try to switch off rewrite mode (probably not preferred ;) or you could place a .htaccess file containing """RewriteEngine"" off" in the directories you were talking about (e.g. forum software). Although I haven't tested it, this should work.// --RalfLehmann, 2004-08-17


Revision [1014]

Edited on 2004-08-17 13:55:52 by SimonKnight [Reg expressions and subdir issues]
Additions:
**Simon Knight**

I am currently working on a pretty highly customised version of this package to run our site:
[[http://www.awug.net]]
It is very much a work in progress, so feedback is much appreciated.
Cheers :)

=====aaaaaaaaaaaaaaaaaaaah help me someone!=====
After much playing around, I still havent been able to find a working solution to the following problem:
The wiki is installed into the base directory of my site, so that way people can easily navigate to the different pages.
However, I would like to install some other non-features into subfolders, such as phpbb bulletin boards.
Now if I create a directory /forums/ and try to navigate to it, wiki catches it and since there is no page by that name, it asks me if I wish to generate this page - no I do not.
I would like it to exclude this directory from the wiki parsing, in a similar way to the default /images/ folder appearing as a folder as opposed to a wiki page.
I think I have been able to track down the problem to:

elseif (preg_match('/\forums\/', $this->method))
{
header("Location: http://www.yahoo.com");
}

(about line 700 in wakka.php), but I dont have a clue with the regular expressions or how the rest of the site works.
I imagine it is a reasonably simple solution to be able to redirect
www.awug.net/forums to say www.yahoo.com
But I have no idea how and I can't for the life of me find of any other regular expression combination that works.
I have been pretty successful in hacking up the wiki thus far (check www.awug.net to see it in action), but being able to add extra features to my site would really improve its functionality.

If anyone can help (I imagine it would be a relatively simple matter for someone who has a clue as to what is going on), then I'd be very appreciative.
Thanks heaps.
Simon :)

----


So this is my page. :)

I've been keen on the wiki idea for a while now, but had been put off by "generic portal sites" which look good on the surface, but you soon realise how little/hard to access the content is, not to mention ridiculously slow access times.

I really like this wiki implementation as it seems to be lightweight and fast, and works with php and mysql which are great, being open standards.

I am currently working on the webhosting side of things, but I am very eager to have a good play with this software. :)

Keep up the good work fellas!
Simon :)

----

==== What I'm using it for====

Redeveloping a community wireless site in Australia.
More details to come...

Our current (static) site can be found here:
[[http://sa.wifiproject.org sa.wifiproject.org]]

----

==== Wishlist====

Features I'd love to see added:
~- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group.
~- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together.


----
Deletions:
**Simon Knight**

I am currently working on a pretty highly customised version of this package to run our site:
[[http://www.awug.net]]
It is very much a work in progress, so feedback is much appreciated.
Cheers :)


----


So this is my page. :)

I've been keen on the wiki idea for a while now, but had been put off by "generic portal sites" which look good on the surface, but you soon realise how little/hard to access the content is, not to mention ridiculously slow access times.

I really like this wiki implementation as it seems to be lightweight and fast, and works with php and mysql which are great, being open standards.

I am currently working on the webhosting side of things, but I am very eager to have a good play with this software. :)

Keep up the good work fellas!
Simon :)

----

==== What I'm using it for====

Redeveloping a community wireless site in Australia.
More details to come...

Our current (static) site can be found here:
[[http://sa.wifiproject.org sa.wifiproject.org]]

----

==== Wishlist====

Features I'd love to see added:
~- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group.
~- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together.


----


Revision [979]

Edited on 2004-08-14 10:22:31 by SimonKnight [Reg expressions and subdir issues]
Additions:
I am currently working on a pretty highly customised version of this package to run our site:
[[http://www.awug.net]]
It is very much a work in progress, so feedback is much appreciated.
Cheers :)


Revision [880]

Edited on 2004-08-03 14:38:24 by SimonKnight [Reg expressions and subdir issues]

No Differences

Revision [879]

Edited on 2004-08-03 14:37:52 by SimonKnight [Reg expressions and subdir issues]
Additions:
==== What I'm using it for====
Redeveloping a community wireless site in Australia.
More details to come...
Our current (static) site can be found here:
[[http://sa.wifiproject.org sa.wifiproject.org]]
==== Wishlist====
An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together.
Deletions:
~An example of this could be:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together.


Revision [878]

Edited on 2004-08-03 14:35:17 by SimonKnight [Reg expressions and subdir issues]
Additions:
~An example of this could be:
Deletions:
An example of this could be:


Revision [877]

Edited on 2004-08-03 14:35:03 by SimonKnight [Reg expressions and subdir issues]
Additions:
Home > Countries > Europe
Deletions:
Home >> Countries >> Europe


Revision [876]

Edited on 2004-08-03 14:34:49 by SimonKnight [Reg expressions and subdir issues]
Additions:
So this is my page. :)
Features I'd love to see added:
~- Ability to add users to "groups" which could then be used in simplifying ACLs and in providing an index page of members of that group.
~- Ability to create "sections" to allow a "backlinks" style navigation bar.
An example of this could be:
Home >> Countries >> Europe
This would allow for pages to have a more defined structure relating them together.
Deletions:
So this is my page.


Revision [836]

Edited on 2004-08-01 14:23:17 by SimonKnight [Reg expressions and subdir issues]
Additions:
So this is my page.
I've been keen on the wiki idea for a while now, but had been put off by "generic portal sites" which look good on the surface, but you soon realise how little/hard to access the content is, not to mention ridiculously slow access times.
I really like this wiki implementation as it seems to be lightweight and fast, and works with php and mysql which are great, being open standards.
I am currently working on the webhosting side of things, but I am very eager to have a good play with this software. :)
Keep up the good work fellas!
Simon :)


Revision [826]

Edited on 2004-07-30 04:13:01 by SimonKnight [Reg expressions and subdir issues]
Additions:
**Simon Knight**
Deletions:
====Jocke Andersson====
Hi and thanks for visiting my corner. I'm a 28 year old Swede who has just discovered the beauty of wikis. So far, Wikka is the one that best suits by demands and it is truly glorious. :)
/J.


Revision [825]

Edited on 2004-07-30 04:12:33 by SimonKnight [Reg expressions and subdir issues]
Additions:
====Jocke Andersson====
Hi and thanks for visiting my corner. I'm a 28 year old Swede who has just discovered the beauty of wikis. So far, Wikka is the one that best suits by demands and it is truly glorious. :)
/J.
Deletions:
**testing 123**
lqdkqwdkwqe testing text


Revision [824]

Edited on 2004-07-30 03:51:52 by SimonKnight [Reg expressions and subdir issues]
Additions:
lqdkqwdkwqe testing text


Revision [823]

Edited on 2004-07-30 03:50:15 by SimonKnight [Reg expressions and subdir issues]
Additions:
----


Revision [822]

Edited on 2004-07-30 03:49:31 by SimonKnight [Reg expressions and subdir issues]
Additions:
CategoryUsers
Deletions:
Category Users


Revision [821]

Edited on 2004-07-30 03:48:48 by SimonKnight [Reg expressions and subdir issues]
Additions:
Category Users


Revision [820]

Edited on 2004-07-30 03:46:30 by SimonKnight [Reg expressions and subdir issues]
Additions:
**testing 123**
Deletions:
****testing 123****


Revision [819]

Edited on 2004-07-30 03:45:17 by SimonKnight [Reg expressions and subdir issues]
Additions:
****testing 123****
Deletions:
****Testing 123********Testing 123********Testing 123********Testing 123


Revision [818]

Edited on 2004-07-30 03:44:57 by SimonKnight [Reg expressions and subdir issues]
Additions:
****Testing 123********Testing 123********Testing 123********Testing 123
Deletions:
****Testing 123


Revision [817]

The oldest known version of this page was created on 2004-07-30 03:44:42 by SimonKnight [Reg expressions and subdir issues]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki