Re: [MediaWiki-l] RSS Extension Help
> Extension:RSS > I receive the error: Failed to load RSS feed from > https://myserver.com/culture/sfeed/bookmarksFeed.do?groupId=94836: Error > fetching URL: SSL certificate problem: self signed certificate in certificate > chain. I think you have to configure your openssl instance for this. http://stackoverflow.com/a/12180757 http://gagravarr.org/writing/openssl-certs/others.shtml#selfsigned-openssl -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Template Question
> I figured out that "=" was messing up the template code, so I substituted > it's hex equivalent "%3D" for both > of the equal signs. Some target servers can parse this, and some can not, > thus creating a problem for the users. To my knowledge this interpretation is incorrect: it is the task of the web browser to convert %3D back to appropriate symbols, and a correct URL would reach the server either way. May I ask you for an example? ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding a drop-down menu for monobook's sidebar
Brenton Horne wrote: > I've love to be able to add a drop-down menu to > monobook's sidebar, which I know is possible (see this screenshot of > another Wikia wiki which has this drop-down menu > http://community.wikia.com/wiki/File:Layton_Wiki,_drop-down_menu.png). Would suggest to visit https://meta.wikimedia.org/wiki/Special:Gadgets on the wiki which has such working drop-down menu. Maybe they made a gadget which does the job. If you don't see it there, unless someone here can guess, you may have to link to that wiki where it works. -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
[MediaWiki-l] [mwstake] About merging to and from other wikis
Hi all. > On Mon, 26 Jan 2015, Mark A. Hershberger wrote: > At the developer summit just now, we've decided to use the tag #mwstake > (for twitter, etc) or the subject line prefix (like I've done here) for > communication on mediawiki-l for the MW stakeholders group. > > The first item we'd like to discuss with MediaWiki users is what should > we actually focus on? == Introduction == Free software projects stress the freedom to redistribute and modify to suit one's needs as opposed to the so-called open-source camp people suggest that while the code should be open, what mostly matters is ability to edit it and get changes approved by the active maintainers. However, these two neglected freedoms -- to distribute modified copies -- are crucial and work as a means for free software to evolve. Now I am looking back at mediawiki about this. As a software freedom site, and Wikimedia Foundation being a information freedom organisation, it would seem logical for MediaWiki to also do everything it can, like git, to support such distribution freedoms and make merge possible. This text is dedicated to documenting the potential MediaWiki has in this direction. == Problem definition == Specifically, right now, MediaWiki does this with special:import and special:export. People can download a page with its history and put it on another wiki. However, this feature: 1) does not handle merge conflicts at all. it either overwrites, or doesn't import at all. (git handles cherry-picking and merging much better); 2) is not easy to use for a specific page, you have to go download file manually and then upload it to the other wiki; 3) is also not easy to use because you don't see which wikis contain an updated copy of a given article, and how many edits yours is behind (a visualisation of the changes) and you have to compare the history by hand. == Suggested solution == I would expect that, if this suggestion is not a delusion, mediawiki should be improved to include A) a merge conflict handler, B) an interface -- on the page history, and on my watchlist page -- to visualise (see git tree, git log, etc) and merge fresh changes from other wikis, with necessary credit in edit summary, but the edits need to be made under my login name (I do not want us to handle usernames issues between such wikis). C) a pref pane where I link sister wikis (modified copies of the current wiki) which I enjoy copying stuff from. == Side-effects and consequences == I would expect this to also foster development of mediawiki itself by our stakeholders, as individual small wikis would emerge -- say, wikiproject math -- and work on their own extensions, such as a good math editor, within a small community of math anthusiasts who have control of their own wiki and can hack onto extensions without going through the trouble of requesting them from the wmf (esp. hard in early stage of development of an extension, and especially as people have no shell access. They can, of course, run a mirror on wmflabs tools, but there nobody will really test such extension and the development would die somewhere early. Running new extensions in the beta tab currently requires a lot of effort for the wmf folks to supervise that each release of such extension is properly audited, but this is a big overhead and running a small active wiki focused on development of a certain tool while participating in writing content which would then be merged into wikipedia itself would in my view be a better route). People mostly focusing on js stuff but underutilizing the potential of writing their own extensions has been a big problem, plus individual wikis may be configured in some ways these small projects prefer even if such configuration is not in the interests of the majority of other readers and users but lets the small community work through their field more efficiently. -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Google Code-in: First week achievements!
Jonathan Aquilina wrote: > I could help with this. As of bootstrap 3 it takes into account mobile > devices so its easy to code a layout with html and css and no need for php. I have no idea whether mediawiki allows to write "layouts" without touching PHP. Would suggest to check that first. -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Google Code-in: First week achievements!
Jonathan Aquilina wrote: > Hey guys reading through some of these tasks, I am wondering has the wiki > media foundation taken into account mobile devices and started taking media > wiki down a mobile friendly path through using bootstrap etc? https://www.mediawiki.org/wiki/Wikimedia_mobile_engineering https://lists.wikimedia.org/mailman/listinfo/mobile-l irc://irc.freenode.net/wikimedia-mobile Yes we have some mobile things. Admittedly the mobile web world is a bit broken and browsers don't use localStorage reliably and don't work on the default CSS being pretty; we end up putting some sweat into writing "native" apps. Mark A. Hershberger linked to more details. I would like to stress that the MobileFrontend is a bit like a skin and it needs YOUR help to make it reasonable. Last I tried, it was rather limited. I wouldn't mind us writing more mobile-friendly skins which don't involve PHP and redesigning the preferences screen just for one platform. -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] drawing toolbar
Poopak Alaeifar wrote: > yes Got it and it is working now but unable to save the svg file type as is > not permitted , This error message comes from the wiki. Poopak Alaeifar wrote: > so i guess i have to add svg file type to be accepted in my localsetting file > as well? right? Yes. https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Configuring_file_types Also, you may want to check by manually uploading an SVG file. -- svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] drawing toolbar
No, the SVG editor is hosted externally. Do not put your wiki URL there. If the tool I linked is indeed the same, replace the toolserver URL you have with the wmflabs URL I linked. -- svetlana On Mon, 8 Dec 2014, at 11:37, Poopak Alaeifar wrote: > Hi > you mean instead of the http://toolserver.org/~brion/svg-edit/svg-editor.html > for the $wgSVGEditEditor = I have to add the url of my own mediawiki url ? > > From: svetlana > To: mediawiki-l@lists.wikimedia.org > Sent: Monday, December 8, 2014 11:30 AM > Subject: Re: [MediaWiki-l] drawing toolbar > > In your LocalSettings.php, try setting $wgSVGEditEditor to the working > instance URL? > Does it work then? > > -- > svetlana > > On Mon, 8 Dec 2014, at 11:20, Poopak Alaeifar wrote: > > Hi There, > > Yes it is the same. > > > > > > From: svetlana > > To: mediawiki-l@lists.wikimedia.org > > Sent: Monday, December 8, 2014 11:18 AM > > Subject: Re: [MediaWiki-l] drawing toolbar > > > > Hi, > > > > > $wgSVGEditEditor = 'http://toolserver.org/~brion/svg-edit/svg-editor.html' > > > > It is dead with migration of Toolserver to WMFLabs. Is > > http://tools.wmflabs.org/svgedit/editor/svg-editor.html the same thing? > > > > -- > > svetlana > > > > > > > > On Mon, 8 Dec 2014, at 10:49, Poopak Alaeifar wrote: > > > Hi there > > > I am looking for an extension to add a drawing toolbar to mediwiki edit > > > pages, NOT coding just toolbar.I have added the SVG drawing but can not > > > using it as i am receiving this message: > > > "The page you requested is hosted by the Toolserver user brion, whose > > > account has expired. Toolserver user accounts are automatically expired > > > if the user is inactive for over six months. To prevent stale pages > > > remaining accessible, we automatically block requests to expired > > > content." > > > I am not concern of using only SVG drawing any drawing toolbar can be > > > helpful. so replies is highly appreciated. > > > Regards,Poopak > > > ___ > > > MediaWiki-l mailing list > > > To unsubscribe, go to: > > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > ___ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > > > > > > ___ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] drawing toolbar
In your LocalSettings.php, try setting $wgSVGEditEditor to the working instance URL? Does it work then? -- svetlana On Mon, 8 Dec 2014, at 11:20, Poopak Alaeifar wrote: > Hi There, > Yes it is the same. > > > From: svetlana > To: mediawiki-l@lists.wikimedia.org > Sent: Monday, December 8, 2014 11:18 AM > Subject: Re: [MediaWiki-l] drawing toolbar > > Hi, > > > $wgSVGEditEditor = 'http://toolserver.org/~brion/svg-edit/svg-editor.html' > > It is dead with migration of Toolserver to WMFLabs. Is > http://tools.wmflabs.org/svgedit/editor/svg-editor.html the same thing? > > -- > svetlana > > > > On Mon, 8 Dec 2014, at 10:49, Poopak Alaeifar wrote: > > Hi there > > I am looking for an extension to add a drawing toolbar to mediwiki edit > > pages, NOT coding just toolbar.I have added the SVG drawing but can not > > using it as i am receiving this message: > > "The page you requested is hosted by the Toolserver user brion, whose > > account has expired. Toolserver user accounts are automatically expired if > > the user is inactive for over six months. To prevent stale pages remaining > > accessible, we automatically block requests to expired content." > > I am not concern of using only SVG drawing any drawing toolbar can be > > helpful. so replies is highly appreciated. > > Regards,Poopak > > ___ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] drawing toolbar
Hi, > $wgSVGEditEditor = 'http://toolserver.org/~brion/svg-edit/svg-editor.html' It is dead with migration of Toolserver to WMFLabs. Is http://tools.wmflabs.org/svgedit/editor/svg-editor.html the same thing? -- svetlana On Mon, 8 Dec 2014, at 10:49, Poopak Alaeifar wrote: > Hi there > I am looking for an extension to add a drawing toolbar to mediwiki edit > pages, NOT coding just toolbar.I have added the SVG drawing but can not using > it as i am receiving this message: > "The page you requested is hosted by the Toolserver user brion, whose > account has expired. Toolserver user accounts are automatically expired if > the user is inactive for over six months. To prevent stale pages remaining > accessible, we automatically block requests to expired content." > I am not concern of using only SVG drawing any drawing toolbar can be > helpful. so replies is highly appreciated. > Regards,Poopak > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Custom JavaScript
John wrote: > My goal is a basic JavaScript tool for moving pages. On a private wiki I > run it is often needed to archive material that is no longer needed, We > dont like to delete because often this material is still useful. Instead we > move it to a custom namespace. Might suggest using a maintainance script to do it: https://www.mediawiki.org/wiki/Manual:MoveBatch.php ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] css
As a guess, $wgServer in LocalSettings.php should be set to a IP, not to localhost. But ... - I'd start checking the output of the Java Script console of your browser for potential errors. - Without a detailed error message from the server's error log (and not just a 500 INTERNAL SERVER ERROR), there's no way we can figure out where's the problem and how to fix it. See http://www.mediawiki.org/wiki/Manual:How_to_debug for details about looking at the server's error log and enable debugging. On Mon, 8 Sep 2014, at 13:18, Poopak Alaeifar wrote: > Hi guys, > may be my question is not new but i am frustrated of searching too much, I am > a bot new and dumb in media wiki, but have created my mediawiki in of of the > Lan servers of my company and need to see it from lan by pointing out to its > ip and link, it comes up but is not keeping the original format, how to > enable it. please if yoy know give me the instruction. > many thanks and sorry > poopak > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding HTML and JS to wiki pages
svetlana wrote: > Larry Silverman wrote: > > Isn't it a very significant security risk to allow users to write arbitrary > > javascript that could get shown to every other wiki user who visits the > > site? If this is a public wiki we're talking about that allows free > > registration, this would be something you simply cannot allow. > > No. Mediawiki:* namespace is protected which is sysops-editable. > > mailusenet wrote: > > Hello, can anybody reply me with a simpel howto use and test js in > > mediawiki like here: > > > > https://www.mediawiki.org/wiki/Adding_HTML_to_wiki_pages > > > > That instructions don't work for me. > > > > I have the latest version of mediawiki and centos 6.5. Everything else like > > extensions works fine. Thank you. > > > I looked at their example and rewrote it like this, as JQUERY is in MediaWiki > core and it saves typing effort: > > -- > var stuff = { > doStuff : function() { > $('#mw-mywiki-example').html('any HTML'); > } > }; > > $(document).ready(stuff.doStuff); > -- > > It works for me! What have you got - feel free to email (to me or to the ML) > your wiki URL and I'll try to look. > > svetlana This one works too: $('#mw-mywiki-example').html('any HTML'); svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding HTML and JS to wiki pages
Larry Silverman wrote: > Isn't it a very significant security risk to allow users to write arbitrary > javascript that could get shown to every other wiki user who visits the > site? If this is a public wiki we're talking about that allows free > registration, this would be something you simply cannot allow. No. Mediawiki:* namespace is protected which is sysops-editable. mailusenet wrote: > Hello, can anybody reply me with a simpel howto use and test js in mediawiki > like here: > > https://www.mediawiki.org/wiki/Adding_HTML_to_wiki_pages > > That instructions don't work for me. > > I have the latest version of mediawiki and centos 6.5. Everything else like > extensions works fine. Thank you. I looked at their example and rewrote it like this, as JQUERY is in MediaWiki core and it saves typing effort: -- var stuff = { doStuff : function() { $('#mw-mywiki-example').html('any HTML'); } }; $(document).ready(stuff.doStuff); -- It works for me! What have you got - feel free to email (to me or to the ML) your wiki URL and I'll try to look. svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding HTML and JS to wiki pages
IF you don't need to load anything with mw.loader, then a simpler -- also working -- snippet: var stuff = { doStuff : function() { $('#wpTextbox1').val('NEWCODE'); } }; $(document).ready(stuff.doStuff); On Thu, 4 Sep 2014, at 09:36, svetlana wrote: > Working example which replaces edit box contents with 'NEWCODE'. This is a > DOM operation. > > > var stuff = { > doStuff : function() { > $('#wpTextbox1').val('NEWCODE'); > } > }; > > $(document).ready( function() { > mw.loader.using( [], stuff.doStuff ); > } ); > > > On Wed, 3 Sep 2014, at 22:46, Myname To wrote: > > hello, can you please help me with this: > > > > > > > > > > I recently installed mediawiki on Centos6.5 and after following the > > instructions for adding HTML and JS to > > wikipages: > > http://www.mediawiki.org/wiki/Adding_HTML_to_wiki_pages (the page was last > > modified on 22 August 2014, at 21:10.) > > > > I can't use no simple javascript with wikimedia ... > > > > First I checked in LocalSettings.php: > > > > $wgUseSiteJs = true; > > $wgAllowUserJs = true; > > $wgAllowUserCss = true; > > > > My Mediawiki is completely empty so I put Inside > > MediaWiki:YourScript.js nothing else than: > > > > var helloWorld = document.getElementById('helloWorldID'); > > newPageElement.innerHTML = ' > > document.write('<b>Hello World</b>'); > > '; > > > > also in MediaWiki:Common.js I have just one single code: > > > > importScript('MediaWiki:YourScript.js'); > > > > and for the Template:helloWorld I did only that: > > > > > > and in MediaWiki:YourScript it stand one word: > > {{helloWorld}} > > > > ... nothing happens (also after refresh, shift f5 etc.) > > ___ > > MediaWiki-l mailing list > > To unsubscribe, go to: > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding HTML and JS to wiki pages
Working example which replaces edit box contents with 'NEWCODE'. This is a DOM operation. var stuff = { doStuff : function() { $('#wpTextbox1').val('NEWCODE'); } }; $(document).ready( function() { mw.loader.using( [], stuff.doStuff ); } ); On Wed, 3 Sep 2014, at 22:46, Myname To wrote: > hello, can you please help me with this: > > > > > I recently installed mediawiki on Centos6.5 and after following the > instructions for adding HTML and JS to > wikipages: > http://www.mediawiki.org/wiki/Adding_HTML_to_wiki_pages (the page was last > modified on 22 August 2014, at 21:10.) > > I can't use no simple javascript with wikimedia ... > > First I checked in LocalSettings.php: > > $wgUseSiteJs = true; > $wgAllowUserJs = true; > $wgAllowUserCss = true; > > My Mediawiki is completely empty so I put Inside > MediaWiki:YourScript.js nothing else than: > > var helloWorld = document.getElementById('helloWorldID'); > newPageElement.innerHTML = ' > document.write('Hello World'); > '; > > also in MediaWiki:Common.js I have just one single code: > > importScript('MediaWiki:YourScript.js'); > > and for the Template:helloWorld I did only that: > > > and in MediaWiki:YourScript it stand one word: > {{helloWorld}} > > ... nothing happens (also after refresh, shift f5 etc.) > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Adding HTML and JS to wiki pages
https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29#mw.loader 3rd snippet On Wed, 3 Sep 2014, at 22:46, Myname To wrote: > hello, can you please help me with this: > > > > > I recently installed mediawiki on Centos6.5 and after following the > instructions for adding HTML and JS to > wikipages: > http://www.mediawiki.org/wiki/Adding_HTML_to_wiki_pages (the page was last > modified on 22 August 2014, at 21:10.) > > I can't use no simple javascript with wikimedia ... > > First I checked in LocalSettings.php: > > $wgUseSiteJs = true; > $wgAllowUserJs = true; > $wgAllowUserCss = true; > > My Mediawiki is completely empty so I put Inside > MediaWiki:YourScript.js nothing else than: > > var helloWorld = document.getElementById('helloWorldID'); > newPageElement.innerHTML = ' > document.write('Hello World'); > '; > > also in MediaWiki:Common.js I have just one single code: > > importScript('MediaWiki:YourScript.js'); > > and for the Template:helloWorld I did only that: > > > and in MediaWiki:YourScript it stand one word: > {{helloWorld}} > > ... nothing happens (also after refresh, shift f5 etc.) > ___ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Problem with media links
On Tue, 2 Sep 2014, at 19:46, Peter Velan wrote: > Hello, > > since mw 1.23 we see the following annoyance in our intranetwiki: > > - edit page "Test" > - in page "Test" create link like [[media:xxx.pdf|linkname]] > - publish page "Test" > > A click to the red link "linkname" ... > > (outdomain)/w/index.php?title=Spezial:Hochladen&wpDestFile=Xxx.pdf something strange with casing - xxx or Xxx? svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Question about disclosing Special:Undelete for regular users
On Mon, 18 Aug 2014, at 19:03, Jakub Klinkovský wrote: > We are reconsidering our strategy for archiving outdated pages on ArchWiki > [1], > see [2] for the full discussion if interested. Currently, we don't do any > archiving, we simply delete obsolete pages (after being flagged with > 'Template:Out of date' or 'Template:Deletion' for some time of course). > > I would like to ask a question regarding one of the suggestions, which is to > make Special:Undelete [3] available for everybody (by assigning > 'deletedhistory', 'deletedtext' and 'browsearchive' rights to all groups). > This > is the most simple, but also most controversial way to solve our problem. The > main question is regarding security, because obviously this feature is > intended > for administrators only. A Wikimedia project has a notion of archiving pages. This is done by manually adding an {{archive}} tag and manually protecting them. Is there some merit in using a separate namespace for old pages? Can namespace automatically impose a level of protection? svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] MIT Kerberos authentication
Jaap Winius wrote: > My sites have Apache web servers that support authentication through > MIT Kerberos (using mod-auth-kerb). If my users have MediaWiki login > names that match their Kerberos principal names, is it possible to set > up Kerberos authentication for their MediaWiki accounts? yes it is ? https://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Kerberos_Configuration_Examples http://www.gossamer-threads.com/lists/wiki/mediawiki/154119 http://www.chipnick.com/blog/2012/02/02/kerberos-apache-and-mediawiki/ svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] from word to Mediawiki
On Fri, 15 Aug 2014, at 14:12, Poopak Alaeifar wrote: > Does any one know about copy from word and paste to mediawiki. > I have installed openoffice but attempting to send to mediawiki there is no > option. > > Regards, > Poopak https://en.wikipedia.org/wiki/Help:WordToWiki specifically open/libre office: https://en.wikipedia.org/wiki/Help:WordToWiki#OpenOffice_or_LibreOffice please give your os and office suite version ? ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] installation help sought
On Wed, 13 Aug 2014, at 11:26, Greg Bennett wrote: > >Why can't you install it via the web installer? > > > >Can you post what the script path setting is in your local settings file? > > > It was originally: > > $wgScriptPath = "wiki"; > > But with more awake eyes, I changed it to "/Exec/wiki" and it did the > trick! Thanks. > > Greg Ah. That's an absolute path now instead of relative? Would be nice to know why: it should be able to figure out a path both ways. Nice to get it working, anyway! svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] MedaWiki hosting with VisualEditor
On Mon, 11 Aug 2014, at 21:45, Shai Katz wrote: > I already have vps with Ubuntu 14.0.4 I just can't sucessfuly install the VE > by myself, this is the reason I'm looking for hosting that install it for me. > If someone can help me with the installation on my Ubuntu I'll be glad :) > this would give you the wonderful advangage of taking full power of studying and modifying source code which is a key freedom - software freedom mediawiki is free software follow here https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Ubuntu free to skip imagemagic (unless you want users to upload files) and skip installing phpmyadmin, and ftp server (they're totally redundant afaik) then follow here https://www.mediawiki.org/wiki/Extension:VisualEditor DO follow parsoid service steps if you would like this to go to production very easy mostly, run scripts other people wrote for you, files drag&drop, add lines to localsettings, a lot of other similar things use wget to download things in commandline, and 'tar -xvf' to untar them, 'mv' to rename them if you have questions ask around here or at #mediawiki at chat.freenode.net (more detail about this live chat thingy at https://www.mediawiki.org/wiki/IRC ) this software usually gives you error message text, on-screen most time, sometime need to check apache logs, watch them live at `tail -f /var/log/apache2/*' if at all needed svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] MedaWiki hosting with VisualEditor
On Mon, 11 Aug 2014, at 20:50, Shai Katz wrote: > Someone know a good MediaWiki hosting company that allows VisualEditor > extension to be installed automaticlly ? no probs, sign up for xen vps at prgmr.com and set it up on debian within 20 minutes including VE ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] Mediawiki Off-line Documentation
On Sat, 9 Aug 2014, at 04:53, Mock, Jason - 0993 - MITLL wrote: > I find myself, on a regular basis, deploying Mediawiki in air-gap > environments that do not contain a DMZ. In other words, the users of these > systems will not have access to any external websites in any way (e.g., > http://www.mediawiki.org, http://www.wikipedia.com). This ultimately > results in their inability to review editing and formatting documentation > while making edits to the wiki. "You can try Special:Export https://www.mediawiki.org/w/index.php?title=Special:Export&addcat&catname=Help&action=submit And then, Special:Import on your wiki." Source: https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Howto_export/import_help_pages_for_offline_wiki%3F ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] need an urgent support from mediawiki about URL address to my mediawiki
On Thu, 7 Aug 2014, at 14:01, Poopak Alaeifar wrote: > Hi All sorry my question may be funny, But I need your helps. > I have installed mediawiki in one of the servers of the company that i work > obviously it is in localhost of that server, now I want to know the URL I > should use to access that mediawiki from our internal LAN. > Would you please help me ? IT IS VERY URGENT FOR ME. > Cheers Pamela https://www.mediawiki.org/wiki/Manual:LocalSettings.php#Server_name ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] need an urgent support from mediawiki about URL address to my mediawiki
On Thu, 7 Aug 2014, at 14:59, svetlana wrote: > On Thu, 7 Aug 2014, at 14:01, Poopak Alaeifar wrote: > > Hi All sorry my question may be funny, But I need your helps. > > I have installed mediawiki in one of the servers of the company that i work > > obviously it is in localhost of that server, now I want to know the URL I > > should use to access that mediawiki from our internal LAN. > > Would you please help me ? IT IS VERY URGENT FOR ME. > > Cheers Pamela > > with due notes on me doing this a very long time ago and only once > so this reply may contain errors > > Quote: > > > Point your browser to the directory where MediaWiki was extracted and > > follow the link to the setup screen. It should be in the form > > http://[domain]/[directory]/mw-config/index.php. Replace [directory] with > > the path to your extracted MediaWiki folder. If installed on a local > > machine, replace [domain] with localhost. If installed on a remote server, > > replace [domain] with your server's domain name (eg: www.myserver.com). > > https://www.mediawiki.org/wiki/Manual:Installation_guide > > Here you do not need to use 'localhost' if you'd like other people in the lan > to see the wiki. You need to use the [domain] (aka a local ip such as > 10.1.1.17 or 192.168.1.23). > > Or even better a local domain pointing to such local ip as it's easier to > remember > > you can find your local ip using 'ifconfig' or 'ipconfig' in your os > commandline prompt > > svetlana it may also work with localhost in the url for install script but when it asks what url is being used to access the wiki, you have to give it a proper non-'localhost' thing which other people can use. this is where links on wiki pages would point. svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: [MediaWiki-l] need an urgent support from mediawiki about URL address to my mediawiki
On Thu, 7 Aug 2014, at 14:01, Poopak Alaeifar wrote: > Hi All sorry my question may be funny, But I need your helps. > I have installed mediawiki in one of the servers of the company that i work > obviously it is in localhost of that server, now I want to know the URL I > should use to access that mediawiki from our internal LAN. > Would you please help me ? IT IS VERY URGENT FOR ME. > Cheers Pamela with due notes on me doing this a very long time ago and only once so this reply may contain errors Quote: > Point your browser to the directory where MediaWiki was extracted and follow > the link to the setup screen. It should be in the form > http://[domain]/[directory]/mw-config/index.php. Replace [directory] with the > path to your extracted MediaWiki folder. If installed on a local machine, > replace [domain] with localhost. If installed on a remote server, replace > [domain] with your server's domain name (eg: www.myserver.com). > https://www.mediawiki.org/wiki/Manual:Installation_guide Here you do not need to use 'localhost' if you'd like other people in the lan to see the wiki. You need to use the [domain] (aka a local ip such as 10.1.1.17 or 192.168.1.23). Or even better a local domain pointing to such local ip as it's easier to remember you can find your local ip using 'ifconfig' or 'ipconfig' in your os commandline prompt svetlana ___ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l