<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://svn.nadir-point.com/viewvc/wikia-pywikibot/families/wikia_basefamily.py?view=markup">http://svn.nadir-point.com/viewvc/wikia-pywikibot/families/wikia_basefamily.py?view=markup</a><br>
It's inherited, things like the scriptpath are the same everywhere and
so it's put in the wikia_basefamily that everything inherits from.<br>
However you appear to have modified your file. Could you poke me when
something changes instead.<br>
Those video, property, and I should probably add userbox, are things
which can be enabled by setting simple self.wikia properties. I wanted
to avoid cruft inside of family files.<br>
<br>
Though, there may be an issue with how Wikia is using a modified
version of the API, I don't know but it may be missing some things.<br>
<pre class="moz-signature" cols="72">~Daniel Friesen(Dantman) of:
-The Nadir-Point Group (<a class="moz-txt-link-freetext" href="http://nadir-point.com">http://nadir-point.com</a>)
--It's Wiki-Tools subgroup (<a class="moz-txt-link-freetext" href="http://wiki-tools.com">http://wiki-tools.com</a>)
--Games-G.P.S. (<a class="moz-txt-link-freetext" href="http://ggps.org">http://ggps.org</a>)
-And Wikia ACG on Wikia.com (<a class="moz-txt-link-freetext" href="http://wikia.com/wiki/Wikia_ACG">http://wikia.com/wiki/Wikia_ACG</a>)</pre>
Victor wrote:
<blockquote
 cite="mid:ec263d1d0806301950i6ed4da51yddabeff7e07e2ca0@mail.gmail.com"
 type="cite">
  <pre wrap="">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 <a class="moz-txt-link-rfc2396E" href="mailto:c.stafford@gmail.com">&lt;c.stafford@gmail.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">its active,
<a class="moz-txt-link-freetext" href="http://aoc.wikia.com/api.php">http://aoc.wikia.com/api.php</a>

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 <a class="moz-txt-link-rfc2396E" href="mailto:dawormie@gmail.com">&lt;dawormie@gmail.com&gt;</a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">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 (<a class="moz-txt-link-freetext" href="http://aoc.wikia.com/">http://aoc.wikia.com/</a>)
_______________________________________________
Wikia-l mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wikia-l@wikia.com">Wikia-l@wikia.com</a>
<a class="moz-txt-link-freetext" href="http://lists.wikia.com/mailman/listinfo/wikia-l">http://lists.wikia.com/mailman/listinfo/wikia-l</a>

      </pre>
    </blockquote>
    <pre wrap="">
_______________________________________________
Wikia-l mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wikia-l@wikia.com">Wikia-l@wikia.com</a>
<a class="moz-txt-link-freetext" href="http://lists.wikia.com/mailman/listinfo/wikia-l">http://lists.wikia.com/mailman/listinfo/wikia-l</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Wikia-l mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wikia-l@wikia.com">Wikia-l@wikia.com</a>
<a class="moz-txt-link-freetext" href="http://lists.wikia.com/mailman/listinfo/wikia-l">http://lists.wikia.com/mailman/listinfo/wikia-l</a></pre>
</blockquote>
</body>
</html>