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:
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
//Thanks so much for that -works perfectly :) .// --SimonKnight, 2004-08-17
Deletions:
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
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.
----
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:
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.
----
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 :)
[[http://www.awug.net]]
It is very much a work in progress, so feedback is much appreciated.
Cheers :)
No Differences
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.
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:
Home > Countries > Europe
This would allow for pages to have a more defined structure relating them together.
Additions:
~An example of this could be:
Deletions:
Additions:
Home > Countries > Europe
Deletions:
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.
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:
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 :)
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 :)
Additions:
**Simon Knight**
Deletions:
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.
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.
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:
lqdkqwdkwqe testing text
Additions:
lqdkqwdkwqe testing text
Additions:
----
Additions:
CategoryUsers
Deletions:
Additions:
Category Users
Additions:
**testing 123**
Deletions:
Additions:
****testing 123****
Deletions:
Additions:
****Testing 123********Testing 123********Testing 123********Testing 123