On Tue, Apr 6, 2010 at 3:00 PM,
<[email protected]> wrote:
> Send MediaWiki-l mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MediaWiki-l digest..."
>
>
> Today's Topics:
>
>   1. Breadcrumbs? (Deon Metelski)
>   2. Re: Importing only new articles (Moore, David)
>   3. Flow into the pages (Juan Jes?s Cremades Monserrat)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 5 Apr 2010 21:22:21 -0400
> From: Deon Metelski <[email protected]>
> Subject: [Mediawiki-l] Breadcrumbs?
> To: [email protected]
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Deon Metelski wrote:
>> Hi all,
>>
>> I just created subpages and enabled them for the Custom NameSpace that I
>> created. My question is does the breadcrumb bar show automatically with
>> subpages or do I have to install the extension breadcrumb? I am not sure
> if
>> this is a built-in feature already on mediwiki or it is the extension.
>>
>> Thank you,
>> Deon
>
>>As long as the namespace appears in $wgNamespacesWithSubpages, >the
>>breadcrumbs should magically show up.
>
>>Sean McAfee
>>Senior Systems Engineer
>
> I even went to the Monobook theme and it still does not show. I am creating
> the subpages through Semantic Forms so i am not sure if that is causing
> issues...my LocalSetting.php has the following which I think is correct
>
> $wgExtraNamespaces[200] = "Lesson";
> $wgExtraNamespaces[201] = "Lesson_talk";
> $wgExtraNamespaces[202] = "ProjectLearning";
> $wgExtraNamespaces[203] = "ProjectLearning_talk";
>
> $wgContentNamespaces[] = 200;
> $wgContentNamespaces[] = 202;
>
> define("NS_PROJECTLEARNING", 200);
> define("NS_LESSON_TALK", 201);
> define("NS_PROJECTLEARNING_TALK", 202);
>
>
> $wgNamespacesWithSubpages [NS_PROJECTLEARNING] = true;
> $wgNamespacesWithSubpages [NS_PROJECTLEARNING_TALK] = true;
> $wgNamespacesWithSubpages [NS_LESSON_TALK] = true;
>
> If anyone can confirm these settings would work o generate breadcrumbs I can
> look at the Semantic Form extension/templates
> Thanks,
> Deon
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 6 Apr 2010 00:10:59 -0400
> From: "Moore, David" <[email protected]>
> Subject: Re: [Mediawiki-l] Importing only new articles
> To: MediaWiki announcements and site admin list
>        <[email protected]>
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> If you want to avoid the programming, export the 1,000 existing articles from 
> the new wiki.  Import all of the 10,000 articles you wish to transfer.  Then 
> re-import the 1,000 existing articles.
>
> David Moore
> Virginia Tech Institute for Policy and Governance
> 205 W. Roanoke Street (0489)
> Blacksburg, VA 24061-0489
> 540-230-6914 (cell)
> 540-231-6775 (office) NEW
> 540-231-6722 (fax)
> [email protected]
> www.ipg.vt.edu
>
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Patrick Flaherty
> Sent: Monday, April 05, 2010 5:32 PM
> To: [email protected]
> Subject: [Mediawiki-l] Importing only new articles
>
> Hi all,
> I'm looking for a way to import about 10,000 articles into a wiki. The only
> catch is about 1000 of these articles have already been created. Ideally i
> would like to import only the articles that don't exist and not have any
> article get overwritten by the import. Is there a good extension/tool to
> prevent an import from overwriting pages that already exist? I have a
> feeling that the answer is no and I will have to write a code that would
> query the api and disregard found articles. Has anyone done this before?
>
> Thanks so much,
> Patrick
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 6 Apr 2010 09:26:19 +0200
> From: Juan Jes?s Cremades Monserrat <[email protected]>
> Subject: [Mediawiki-l] Flow into the pages
> To: [email protected]
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> I'm searching a meaning to give a little flow to the articles of my wiki.
> For example, if a section value into a template is void:
>
> ...
> ==Title==
> {{{title}}}
> ...
> ---------------------------------------
> {{
> ...
> | title =
> ...
> }}
>
> The "Title" won't be printing. I've found the
> "Extension:Winter/Documentation" but, is this the only? Thnaks
>
>
> ------------------------------
>
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> End of MediaWiki-l Digest, Vol 79, Issue 6
> ******************************************
>

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to