I added in the extension to our mediawiki site (www.maldenbowmen.orghttp://www.maldenbowmen.org) to make users register (by email validation).
I'd like to be able to access their addreses to send occasional broadcast emails to them. I can see a list of User names OK ... but where are the e-mail addresses stored?
Best Regards, Jed.
In the database. You'll need to do sql
On 12/14/06, Gerald Baxter gerald.baxter@googlemail.com wrote:
I added in the extension to our mediawiki site (www.maldenbowmen.orghttp://www.maldenbowmen.org) to make users register (by email validation).
I'd like to be able to access their addreses to send occasional broadcast emails to them. I can see a list of User names OK ... but where are the e-mail addresses stored?
Best Regards, Jed. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
This is probably an often asked question but has anyone gotten the GoogleSitemap extension working? I remember it being mentioned a few weeks back but I can't find the emails. It looks like the source for SpecialGoogleSitemap.php is missing from the webpage.
http://www.xml-sitemaps.com/index.php
Thanks,
Diona
I use the maintenance/generateSitemap.php
I also (just now) developed a quick repair script to fix the files so they're using the proper domain name..
http://jrandomhacker.info/MediaWiki_tricks_and_tips/google_sitemap_repair_sc...
On 12/14/06, Diona Kidd diona@knowmad.com wrote:
This is probably an often asked question but has anyone gotten the GoogleSitemap extension working? I remember it being mentioned a few weeks back but I can't find the emails. It looks like the source for SpecialGoogleSitemap.php is missing from the webpage.
http://www.xml-sitemaps.com/index.php
Thanks,
Diona
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hi guys,
I am trying to use google site maps for a while now, but with no success.
Could you guys give me a more detailed step-by-step how to do this?
Thanks familiar, Friendly, mauro. _________________________________________________ Server: MediaWiki: 1.6.8 PHP: 4.3.11 (apache) MySQL: 4.1.20-max-log phpMyAdmin - 2.8.0.1 * no access to shell command
Client: Win XP Home Edition SP2 Browser Mozila FireFox ____________________________________
|-----Original Message----- |From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Sy |Ali |Sent: Thursday, December 14, 2006 3:05 PM |To: MediaWiki announcements and site admin list |Subject: Re: [Mediawiki-l] Google Sitemaps | |I use the maintenance/generateSitemap.php | |I also (just now) developed a quick repair script to fix the files so |they're using the proper domain name.. | |http://jrandomhacker.info/MediaWiki_tricks_and_tips/google_sitemap_repair_sc... | | |On 12/14/06, Diona Kidd diona@knowmad.com wrote: |> This is probably an often asked question but has anyone gotten the |> GoogleSitemap extension working? I remember it being mentioned a few |> weeks back but I can't find the emails. It looks like the source for |> SpecialGoogleSitemap.php is missing from the webpage. |> |> http://www.xml-sitemaps.com/index.php |> |> Thanks, |> |> Diona |> |> |> |> _______________________________________________ |> MediaWiki-l mailing list |> MediaWiki-l@Wikimedia.org |> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l |> |_______________________________________________ |MediaWiki-l mailing list |MediaWiki-l@Wikimedia.org |http://mail.wikipedia.org/mailman/listinfo/mediawiki-l | |-- |No virus found in this incoming message. |Checked by AVG Free Edition. |Version: 7.5.432 / Virus Database: 268.15.18/585 - Release Date: 12/13/2006 11:49 AM |
I use the Google Sitemap Extension by François Boutines-Vignard, works nicely.
Just install the two files where it says so, and access the Special: page.
I'm looking at the page linked in my earlier email and it looks as if the code for the Special:page is missing. Am I misunderstanding something?
On Dec 14, 2006, at 9:28 PM, Jérémie Bouillon wrote:
I use the Google Sitemap Extension by François Boutines-Vignard, works nicely.
Just install the two files where it says so, and access the Special: page. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Oh, I got it! I looked up François Boutines-Vignard via Google and found the information. I was looking at another url that had no info for the SpecialGoogleSitemap.php file. Logged in as a bureaucrat and it updated.
Thanks!
[1] - http://www.mediawiki.org/wiki/Extension:Google_Sitemap/Sources
Diona
On Dec 14, 2006, at 9:28 PM, Jérémie Bouillon wrote:
François Boutines-Vignard
Hi all, ___________________________________________________________________ MediaWiki rocks!
The extension GoogleSitmaps is working very nice in my wiki 1.6.8, even though in the Extension:Google Sitemap they suggest 1.7.1 version of wiki.
However, I still have a minor problem: I have a redirect .htaccess in my directory so that all links shows like http://domain.com/Page1. My problem is that Extension:Google Sitemap is generating a link like this http://domain.com/wiki/Page1. I need your help in order to take off this wiki from the generated link.
I have read in the Discussion_Page that if I add $wgHiddenPath, it would help me to fix this problem; but I've tried it with no success.
My LocalSetting now looks like this:
$wgArticlePath = "/$1"; $wgHiddenPath = "/$1";
Any clue would be must appreciated. Thanks a lot, mauro. ___________________________________________________________________ Server: MediaWiki: 1.6.8 PHP: 4.3.11 (apache) MySQL: 4.1.20-max-log phpMyAdmin - 2.8.0.1 * no access to shell command Client: Win XP Home Edition SP2 Browser Mozila FireFox ___________________________________________________________________
|-----Original Message----- |From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Diona |Kidd |Sent: Tuesday, December 19, 2006 7:06 AM |To: jeremie@shadowfrance.net; MediaWiki announcements and site admin list |Subject: Re: [Mediawiki-l] Google Sitemaps | |Oh, I got it! I looked up François Boutines-Vignard via Google and |found the information. I was looking at another url that had no info |for the SpecialGoogleSitemap.php file. Logged in as a bureaucrat and |it updated. | |Thanks! | |[1] - http://www.mediawiki.org/wiki/Extension:Google_Sitemap/Sources | |Diona | | |On Dec 14, 2006, at 9:28 PM, Jérémie Bouillon wrote: | |> François Boutines-Vignard | |_______________________________________________ |MediaWiki-l mailing list |MediaWiki-l@Wikimedia.org |http://mail.wikipedia.org/mailman/listinfo/mediawiki-l | |-- |No virus found in this incoming message. |Checked by AVG Free Edition. |Version: 7.5.432 / Virus Database: 268.15.21/589 - Release Date: 12/15/2006 5:10 PM |
Hi all, ___________________________________________________________________ MediaWiki rocks!
Ok... I got the answer to my problem. I've just learned that I can add several RewriteRules into my .htaccess. That's great!!! And here is the solution to whomever it might apply:
RewriteRule ^(.*) /wiki/index.php?title=$1 [L,QSA] RewriteRule ^sitemap.xml /wiki/sitemap.xml [L,QSA]
Thank you guys! Take care. []'s mauro. ___________________________________________________________________ Server: MediaWiki: 1.6.8 PHP: 4.3.11 (apache) MySQL: 4.1.20-max-log phpMyAdmin - 2.8.0.1 * no access to shell command Client: Win XP Home Edition SP2 Browser Mozila FireFox ___________________________________________________________________
|-----Original Message----- |From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Mauro |do Carmo |Sent: Tuesday, December 26, 2006 12:14 PM |To: 'MediaWiki announcements and site admin list' |Subject: Re: [Mediawiki-l] Google Sitemaps | |Hi all, |___________________________________________________________________ | MediaWiki rocks! | |The extension GoogleSitmaps is working very nice in my wiki 1.6.8, even though in the |Extension:Google Sitemap they suggest 1.7.1 |version of wiki. | |However, I still have a minor problem: I have a redirect .htaccess in my directory so that all links |shows like |http://domain.com/Page1. My problem is that Extension:Google Sitemap is generating a link like this |http://domain.com/wiki/Page1. I |need your help in order to take off this wiki from the generated link. | |I have read in the Discussion_Page that if I add $wgHiddenPath, it would help me to fix this problem; |but I've tried it with no |success. | |My LocalSetting now looks like this: | |$wgArticlePath = "/$1"; |$wgHiddenPath = "/$1"; | | |Any clue would be must appreciated. Thanks a lot, mauro. |___________________________________________________________________ |Server: | MediaWiki: 1.6.8 | PHP: 4.3.11 (apache) | MySQL: 4.1.20-max-log | phpMyAdmin - 2.8.0.1 | * no access to shell command |Client: | Win XP Home Edition SP2 | Browser Mozila FireFox |___________________________________________________________________ | | | | ||-----Original Message----- ||From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of |Diona ||Kidd ||Sent: Tuesday, December 19, 2006 7:06 AM ||To: jeremie@shadowfrance.net; MediaWiki announcements and site admin list ||Subject: Re: [Mediawiki-l] Google Sitemaps || ||Oh, I got it! I looked up François Boutines-Vignard via Google and ||found the information. I was looking at another url that had no info ||for the SpecialGoogleSitemap.php file. Logged in as a bureaucrat and ||it updated. || ||Thanks! || ||[1] - http://www.mediawiki.org/wiki/Extension:Google_Sitemap/Sources || ||Diona || || ||On Dec 14, 2006, at 9:28 PM, Jérémie Bouillon wrote: || ||> François Boutines-Vignard || ||_______________________________________________ ||MediaWiki-l mailing list ||MediaWiki-l@Wikimedia.org ||http://mail.wikipedia.org/mailman/listinfo/mediawiki-l || ||-- ||No virus found in this incoming message. ||Checked by AVG Free Edition. ||Version: 7.5.432 / Virus Database: 268.15.21/589 - Release Date: 12/15/2006 5:10 PM || | |-- |No virus found in this outgoing message. |Checked by AVG Free Edition. |Version: 7.5.432 / Virus Database: 268.15.26/601 - Release Date: 12/24/2006 11:31 AM | |_______________________________________________ |MediaWiki-l mailing list |MediaWiki-l@Wikimedia.org |http://mail.wikipedia.org/mailman/listinfo/mediawiki-l | |-- |No virus found in this incoming message. |Checked by AVG Free Edition. |Version: 7.5.432 / Virus Database: 268.15.26/601 - Release Date: 12/24/2006 11:31 AM |
Either in the sql-DB, or use an email-extension.
Extensions are evailable on wikimedia.org and meta.wikimedia.org
Regrads, Jan
Gerald Baxter schrieb:
I added in the extension to our mediawiki site (www.maldenbowmen.orghttp://www.maldenbowmen.org) to make users register (by email validation).
I'd like to be able to access their addreses to send occasional broadcast emails to them. I can see a list of User names OK ... but where are the e-mail addresses stored?
Best Regards, Jed. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org