Google Answers Logo
View Question
 
Q: Looking for a wiki that you can use instandly online ( No Answer,   1 Comment )
Question  
Subject: Looking for a wiki that you can use instandly online
Category: Computers > Internet
Asked by: joho123-ga
List Price: $5.00
Posted: 06 Jun 2004 04:26 PDT
Expires: 06 Jul 2004 04:26 PDT
Question ID: 357078
Well, there are different wikis (collaborative web sites) like
wikipedia.org on wich you can work on. I would like to design an own
wiki, without setting up a server and working with PHP and script
languages, wich sound quite difficult. Isnīt there a plattform where
you can set up an online wiki quite easily just by point and click ??

Tahnks for help

Request for Question Clarification by efn-ga on 07 Jun 2004 00:19 PDT
Hi joho123-ga,

Does this site meet your needs?

http://www.seedwiki.com/

--efn
Answer  
There is no answer at this time.

Comments  
Subject: Re: Looking for a wiki that you can use instandly online
From: crythias-ga on 06 Jun 2004 06:59 PDT
 
I thought PHP and MySQL were difficult at first, too, but nearly all
of them work the same way:
1) create up a database (phpMyAdmin makes this very easy) that you
wish to use to hold your data
2) (optional, but recommended) add a user just for that database, and
grant all the permissions to that database for that user
3) edit one configuration file in the distribution, with as little
information as database URL, database name, login, and password.
Sometimes you have to also tell the PHP program where the "base URL"
is for the program, and that is usually just
http://wherever.your.site.is/phpprogram ...

That being too much (or you don't have MySQL) take a look at
http://sourceforge.net .. http://sourceforge.net/projects/wiki/ is
what's called a "flat file" WIKI (No database needed). It's only 6KB!
(although you do have to change the config.inc. Also, it appears
usernames and passwords are stored in clear text... Of course, there
are others available, like http://sourceforge.net/projects/erfurtwiki/
and others. (Look for flat file)

Why PHP? Because it helps create dynamic web pages without you having
to handle HTML code. And it's free. The only caveat is that your web
site provider must support PHP, which most paid sites do provide. And
if they don't provide PHP, you're likely paying too much.

As with a lot of web applications available for free, most of it isn't
point and click, because the overhead is wasteful. Especially when all
there needs to change is one configuration file.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy