Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
NEWBIE....wiki help
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- NEWBIE....wiki help
NEWBIE....wiki help
29-07-2008 2:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm thinking of building a wiki site using my webspace, it looks as if the infrastructure supports what i want to do but I haven't really got a clue where to start.
I'm looking for (probably) a structured wiki for 2 main uses.
1. To store tips, tricks, templates etc I use at work so i can get them when away from home and...
2. To build some pages the family can use ( a mix of wiki and flat HTML)
I class myself as a reasonably compenetent user but not a techie. Do plus net offer a "wiki in a box" solution or guide I can follow?
any BOFH responses will be politely ignored.
Cheers
Bill
I'm looking for (probably) a structured wiki for 2 main uses.
1. To store tips, tricks, templates etc I use at work so i can get them when away from home and...
2. To build some pages the family can use ( a mix of wiki and flat HTML)
I class myself as a reasonably compenetent user but not a techie. Do plus net offer a "wiki in a box" solution or guide I can follow?
any BOFH responses will be politely ignored.
Cheers
Bill
Message 1 of 4
(8,868 Views)
3 REPLIES 3
Re: NEWBIE....wiki help
29-07-2008 4:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Consult Wikipedia 
http://en.wikipedia.org/wiki/Comparison_of_wiki_software

http://en.wikipedia.org/wiki/Comparison_of_wiki_software
"In The Beginning Was The Word, And The Word Was Aardvark."
Message 2 of 4
(3,501 Views)
Re: NEWBIE....wiki help
31-07-2008 10:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I tried a wiki, it got spammed, and I was not confident on how to delete the spam.
It was very easy to install the one I found. You loaded up a perl script and did some file permissions stuff up to the ccgi server. ( Plusnet have sorted the frustrations of file permissions, with good diagnostics, if you get it wrong! )
Download from http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki/Download
I had to edit wiki.pl as below:
#$DataDir = "C:/wikidb"; # Main wiki directory
$DataDir = "../wikidb"; # Main wiki directory
I would also call it something other than http://ccgi.USERNAME.plus.com/cgi-bin/wiki.pl to avoid the spam.
There are others. Here is a list of wiki: http://c2.com/cgi/wiki?WikiEngines
One of note is TiddlyWiki. It's best to rename the .htm file to .hta
I tried a guestbook idea for posting notes and other stuff to my web site, without using FTP.
It only appends, and uses javascript to sort and select before you display.
It does need some techi skills, especially in javascript.
I think it is an easy introduction of Web page automation, but its not very secure.
You can read the source code by doing view source on the web pages.
You can delete spam using Telnet and edit the data file on the ccgi server.
I have written up my ideas at: http://www.dougrice.plus.com/
It's been used at work to update a notice board. The link to the web notice board is emailed around to interested parties.
I used it for booking sailing club boats, and other tools, for about 5 years.
I have used it for crude data logging, and had loads of fun from it. I have learnt a lot as well.
Doug
It was very easy to install the one I found. You loaded up a perl script and did some file permissions stuff up to the ccgi server. ( Plusnet have sorted the frustrations of file permissions, with good diagnostics, if you get it wrong! )
Download from http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki/Download
I had to edit wiki.pl as below:
#$DataDir = "C:/wikidb"; # Main wiki directory
$DataDir = "../wikidb"; # Main wiki directory
I would also call it something other than http://ccgi.USERNAME.plus.com/cgi-bin/wiki.pl to avoid the spam.
There are others. Here is a list of wiki: http://c2.com/cgi/wiki?WikiEngines
One of note is TiddlyWiki. It's best to rename the .htm file to .hta
I tried a guestbook idea for posting notes and other stuff to my web site, without using FTP.
It only appends, and uses javascript to sort and select before you display.
It does need some techi skills, especially in javascript.
I think it is an easy introduction of Web page automation, but its not very secure.
You can read the source code by doing view source on the web pages.
You can delete spam using Telnet and edit the data file on the ccgi server.
I have written up my ideas at: http://www.dougrice.plus.com/
It's been used at work to update a notice board. The link to the web notice board is emailed around to interested parties.
I used it for booking sailing club boats, and other tools, for about 5 years.
I have used it for crude data logging, and had loads of fun from it. I have learnt a lot as well.
Doug
Message 3 of 4
(3,501 Views)
Re: NEWBIE....wiki help
31-07-2008 11:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've installed this on our CGI servers before and IIRC it was fairly painless.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 4 of 4
(3,501 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page