Oh... that doesn't appear to be set..

here is what I have...

-----------------
# -*- coding: utf-8  -*-
import family, wikia_basefamily

# The AoCWiki. (aoc.wikia.com)

class Family(wikia_basefamily.Family):

        def __init__(self):

                wikia_basefamily.Family.__init__(self)

                self.name               = 'aoc'
                self.langs              = { 'en': u'aoc.wikia.com', }
                self.wikia['projectns'] = 'AoCWiki'
                self.wikia['userwiki']  = True
                self.wikia['profile']   = True
                self.namespaces[112] = { '_default': u'Guild'}
                self.namespaces[113] = { '_default': u'Guild talk'}
                self.namespaces[300] = { '_default': u'Relation'}
                self.namespaces[301] = { '_default': u'Relation talk'}
                self.namespaces[302] = { '_default': u'Property'}
                self.namespaces[303] = { '_default': u'Property talk'}
                self.namespaces[304] = { '_default': u'Type'}
                self.namespaces[305] = { '_default': u'Type talk'}
                self.namespaces[400] = { '_default': u'Video'}
                self.namespaces[401] = { '_default': u'Video talk'}
                self.namespaces[500] = { '_default': u'Blog'}
                self.namespaces[501] = { '_default': u'Blog talk'}
#               self.namespaces[507] = { '_default': u'Watercooler'}
                self.namespaces[600] = { '_default': u'UserBox'}
                self.namespaces[601] = { '_default': u'UserBox talk'}
#               self.namespaces[700] = { '_default': u'Link'}
#               self.namespaces[701] = { '_default': u'Link talk'}

                self.disambiguationTemplates = {'_default': u'Disambig',}
                self.disambcatname = {'_default': u'Disambiguation',}

                wikia_basefamily.Family.initNamespaces(self)
-----------------

On Tue, Jul 1, 2008 at 12:44 PM, C Stafford <[EMAIL PROTECTED]> wrote:

> its active,
> http://aoc.wikia.com/api.php
>
> if your talking about the python wiki bot, make sure you have the "script
> path" setup right in your family files, it should be /   not  /w
>
>
> On Mon, Jun 30, 2008 at 10:24 PM, Victor <[EMAIL PROTECTED]> wrote:
>
>> Is / will the api.php be activated on wikia wiki's ?
>>
>> Or is it activated?
>> I tried out a script from botwiki the other week and it wasn't working,
>> apparently because api.php isn't "active".
>>
>> If it is active, does this cause any security issues or problems with a
>> wiki's operation?
>>
>> --
>> Victor ('Daworm')
>> AoCWiki Sysop (http://aoc.wikia.com/)
>> _______________________________________________
>> Wikia-l mailing list
>> [email protected]
>> http://lists.wikia.com/mailman/listinfo/wikia-l
>>
>
>
> _______________________________________________
> Wikia-l mailing list
> [email protected]
> http://lists.wikia.com/mailman/listinfo/wikia-l
>



-- 
Victor ('Daworm')
AoCWiki Sysop (http://aoc.wikia.com/)
_______________________________________________
Wikia-l mailing list
[email protected]
http://lists.wikia.com/mailman/listinfo/wikia-l

Reply via email to