Yes an obvious question, but good to ask. :-)
The machine is on, its the same one I am working on and yes the web interface to wiki works fine.
Joe
Russell Blau wrote:
At the risk of being too obvious (is your computer plugged in?), what happens when you point your web browser to "http://servername.ng-london.org.uk/~joe/testwiki/en/index.php%22?
----- Original Message ----- From: "Joseph Padfield" joseph.padfield@ng-london.org.uk To: "Merlijn van Deen" valhallasw@arctus.nl Cc: pywikipedia-l@lists.wikimedia.org Sent: Wednesday, April 09, 2008 10:35 AM Subject: Re: [Pywikipedia-l] Installation
Hi,
Thanks for the reply,
I do actually have correct path in there, edited it out in the post.
Basically I had 'servername.ng-london.org.uk/~joe/testwiki'
Merlijn van Deen wrote:
In the testwiki_family.py:
self.langs = { 'en': '"server_path"/testwiki', }
that should be 'en': 'localhost/wiki', or whereever your wiki is located.
On Wed, April 9, 2008 2:55 pm, Joseph Padfield wrote:
# user-config.py ##################################################### mylang = 'en' family = 'testwiki' usernames['testwiki']['en'] = 'RDFbot' console_encoding = 'utf-8' #################################################################
# testwiki_family.py #################################################### # -*- coding: utf-8 -*- import family
# The testwiki.
class Family(family.Family): def __init__(self): family.Family.__init__(self) self.name = 'testwiki'
self.langs = { 'en': '"server_path"/testwiki', } self.namespaces[4] = { '_default': u'TestWiki', } self.namespaces[5] = { '_default': u'TestWiki talk', } self.biglangs = ['en'] def path(self, code): return '/%s/index.php' % code #The language code is
included in the path
def version(self, code): return "1.12"
##########################################################
-- Joseph Padfield, joseph.padfield@ng-london.org.uk, Tel: +44 (0)20 7747 2553 Fax: +44 (0)20 7839 3897 Conservation Scientist, Scientific Department, The National Gallery, Trafalgar Square, London, WC2N 5DN
Pompeo Batoni (1708-1787) Until 18 May 2008 Book Now http://www.nationalgallery.org.uk/exhibitions/batoni/tickets.htm Open daily 10am to 6pm, Wednesdays until 9pm
Sign up for the latest news, offers and exclusive competitions from the National Gallery by clicking on this link http://www.nationalgallery.org.uk/what/news/subscribe.htm
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-- Joseph Padfield, joseph.padfield@ng-london.org.uk, Tel: +44 (0)20 7747 2553 Fax: +44 (0)20 7839 3897 Conservation Scientist, Scientific Department, The National Gallery, Trafalgar Square, London, WC2N 5DN
Pompeo Batoni (1708-1787) Until 18 May 2008 Book Now http://www.nationalgallery.org.uk/exhibitions/batoni/tickets.htm Open daily 10am to 6pm, Wednesdays until 9pm
Sign up for the latest news, offers and exclusive competitions from the National Gallery by clicking on this link http://www.nationalgallery.org.uk/what/news/subscribe.htm
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l