VOC Wiki talk:About: Difference between revisions

From VOC Wiki
Jump to navigation Jump to search
imported>Cmich
mNo edit summary
imported>Cmich
moved in discussion about simple URLs from Talk:Main
Line 1: Line 1:
==Wiki Version==
What Wiki Engine is being used for this project?
What Wiki Engine is being used for this project?


Line 6: Line 8:


[[User:Cmich|Chris Michalak]] 21:17, 26 Mar 2004 (EST)
[[User:Cmich|Chris Michalak]] 21:17, 26 Mar 2004 (EST)
==Simplified URLs==
I noticed on the Wikipedia site, each page has a simple URL, whereas on the VOC Wiki we have some sort of active page lookup system (wiki.phtml?title=Main_Page) .  The system we are using prevents the pages within the wiki from appearing of search engines like google and yahoo, etc.  Is it possible to swich the wiki over to the simpler implementation, or is this limited by our web server provider.
[[User:ScottN|ScottN]] 19:51, 26 Mar 2004 (EST)
Humm.. Interesting. We're running the same software as Wikipedia (although as slightly older version at this point, see above). I may have a look into it at some point when I have some free time. If you want to do some research about it yourself, a couple limitations with our setup to keep in mind :
*We don't have control over the Apache configuration file (this may be necessary to make the "''alias''" that you see on Wikipedia.
*PHP is implemented as a CGI script rather than Apache module by our ISP.
[[User:Cmich|Chris Michalak]] 21:24, 26 Mar 2004 (EST)

Revision as of 02:28, 27 March 2004

Wiki Version

What Wiki Engine is being used for this project?

ScottN 20:06, 26 Mar 2004 (EST)

The site's running MediaWiki, which was primarely developed for Wikipedia. This is version 1.1.0. Version 1.2.0 is the newest available (I could try to do an upgrade if people think some of the new stuff is worthwhile, but there's not that much of interest IMHO).

Chris Michalak 21:17, 26 Mar 2004 (EST)


Simplified URLs

I noticed on the Wikipedia site, each page has a simple URL, whereas on the VOC Wiki we have some sort of active page lookup system (wiki.phtml?title=Main_Page) . The system we are using prevents the pages within the wiki from appearing of search engines like google and yahoo, etc. Is it possible to swich the wiki over to the simpler implementation, or is this limited by our web server provider.

ScottN 19:51, 26 Mar 2004 (EST)

Humm.. Interesting. We're running the same software as Wikipedia (although as slightly older version at this point, see above). I may have a look into it at some point when I have some free time. If you want to do some research about it yourself, a couple limitations with our setup to keep in mind :

  • We don't have control over the Apache configuration file (this may be necessary to make the "alias" that you see on Wikipedia.
  • PHP is implemented as a CGI script rather than Apache module by our ISP.

Chris Michalak 21:24, 26 Mar 2004 (EST)