background preloader

Wiki 1

Facebook Twitter

Cms

Pdf. Svg. Jurispedia. Bot. Namespace. Gadgets. Creativecommons. Ircbot. Manual:Interface/Sidebar. Sidebar example MediaWiki:Sidebar defines the navigation bar, which provides links to the most important locations in the wiki and supplies site administrators with a place to add a persistent collection of links. For instance, most wikis will link to their community discussion page and some useful tools. The Monobook skin places the navigation bar on the top-left (top-right for right-to-left languages) along with the search bar and toolbox, but the placement may be different in other skins. [edit | edit source] As an administrator of your own wiki, to edit your own MediaWiki:Sidebar, replace your wiki page's <title> in the title bar with <MediaWiki:Sidebar>.

If you are sure you are logged in with the relevant rights but do not see the edit link, click on the create tab at the top of the page - this will take you to the edit page. Example sidebar code: Headings[edit | edit source] The navigation bar can be split into sections, each with a heading of its own. Links[edit | edit source] target to. Voodoo Documentation - Sun Cluster. Help:Magic words. Magic words are strings of text that MediaWiki associates with a return value or function, such as time, site details, or page names. This page is about usage of standard magic words; for a technical reference, see Manual:Magic words.

There are three general types of magic words: Variables and parser functions can use subst:, just like templates. Page-dependent magic words will affect or return data about the current page (by default), even if the word is added through a transcluded template or included system message. Behavior switches[edit | edit source] A behavior switch controls the layout or behavior of the page and can often be used to specify desired omissions and inclusions in the content. Variables[edit | edit source] Variables return information about the current page, wiki, or date. Date and time[edit | edit source] The following variables return the current date and time in UTC. The date and time magic words are formatted in the wiki content language. [edit | edit source] Encyclopedia of Life. Wikizine. Si desea colaborar en la elaboración del Wikizine, por favor visite la página de discusión. es. .org El boletín interno e independiente de noticias para miembros de la comunidad Wikimedia If you want to help with a new Wikizine please contact me on the talkpage!

Edición del 1 de agosto[editar] ****************************************** __ __ _ _ _ _ / / /\ \ (_) | _(_)___(_)_ __ ___ \ \/ \/ / | |/ / |_ / | '_ \ / _ \ \ /\ /| | <| |/ /| | | | | __/ \/ \/ |_|_|\_\_/___|_|_| |_|\___| .org Año: 2009 Semana: 31 Número: 113 ****************************************** El boletín interno e independiente de noticias para miembros de la comunidad Wikimedia ////////////////////////////////////////// Noticias técnicas[editar] [arwp: Nuevo espacio de nombre] - La Wikipedia en árabe ha consensuado crear un nuevo espacio de nombre llamado "Suplemento". [Commons: archivos fuera del sitio] - Un sitio fuera de Commons será creado. Propuestas[editar] Domas mituzas: vaporware, inc. » Blog Archive » Five minutes of MediaWiki performance tuning. MediaWiki is quite complex package, and some even trivial features are not the ones that should be enabled on sites having more load. Though it is quite modular, still lots of code has to be executed, and some of it requires additional steps to be done.

I did my tests on simple desktop – not some fancy server, so your mileage may vary. Primary benchmark was the “served in” timer at the bottom of each MediaWiki page source, and it may not be perfect one. So, with fresh PHP 5.2.0 install (on top of lighty), it took 217ms to render the default Main Page. It is quite huge amount of time, as for such small text, but once all internals are taken into mind, one could see that there’s lots of source code to parse and various bits to cache. Pecl install APCadd extension=apc.so to php.iniadd $wgMainCacheType = CACHE_ACCEL; into LocalSettings.php This way we cut the execution time to… 50ms. Our next step is to disable ‘visits’ counter, that displays number of visits at each page.

$wgCacheDirectory=’. Category:Extensions - Jldupont. Home Page. AlphaWorks Services | QEDWiki | Overview. Reset a user password on MediaWiki - Greg&#039;s Postgres stuff. Manual:Configuration settings. Portada - Andalu. Wikirage: What&#039;s hot now on wikipedia. UCSC Wiki Lab - WikiLab - The UCSC Wiki Lab. Open Web Analytics. Manual:Short URL. Short URLs or URL Rewrites hide complex programming code from the page address are good for your audience. Please take a few minutes to devise a stable URL structure for your website before getting started, to reduce problems later. Introduction[edit | edit source] Goal[edit | edit source] MediaWiki's default installation path usually looks something like this: /var/www/localhost/htdocs/mediawiki/w (installed as root user) /home/johndoe/public_html/mediawiki/w (installed with a shared hosting provider) MediaWiki's default page addresses looks like these examples: (recent versions of MediaWiki, without CGI support) Using the methods outlined on this page, we can configure something like this: This is the most common configuration, same as in Wikipedia, though not the default because it requires server side modifications Guides[edit | edit source] Solutions:

MediaWiki Forums. MediawikiEtGoogleAnalytics/En - Pesme.net. Spam blacklist. Wikistats. Information on this page is outdated. For more information on Wikistats, please see Mediawiki.org Wikistats is a set of Perl scripts used to generate detailed statistics for Wikimedia projects. These statistics are available at stats.wikimedia.org. Erik Zachte is the author of the scripts, and he is also responsible for running them and posting the results. All statistics are produced by analyzing the database dumps, which are usually created monthly.

See Wikistats csv for information on accessing statistics in comma-separated values (CSV) format. Documentation[edit] Detailed explanation of some statistics. Wikistats reports on article revert trends (August 2010) Source code[edit] The scripts are stored in SVN, (also as zip file). Running Wikistats on your own MediaWiki site[edit] The scripts have not yet been packaged for general consumption, but they can be made to work on any MediaWiki site without too much trouble. You will need: Notes for Windows XP[edit] Alternate Method[edit] See also[edit] MediaWiki Upgrade Procedure. I use MediaWiki as a personal note-taking, documentation and code snippet storage system. This was started as an experiment, but a wiki proved to be a decent solution for the above tasks. This is a small checklist, mainly for my own reference, to follow when upgrading MediaWiki. Dump the wiki database This is done so to be sure that our wiki data is safe in case anything goes wrong (very unlikely): mysqldump -u mymysqluser -p --opt --databases mywikidb > mywikidb.sql Or if your database is too big, you can pipe it to gzip before dumping to file: mysqldump -u mymysqluser -p --opt --databases mywikidb | gzip -9 > mywikidb.sql.gz How to restore the database Just in case anything goes wrong with the upgrade procedure and you need to restore the backed up database, all you have to do is: mysql -u mymysqluser -p mywikidb < mywikidb.sql Backup the wiki files Take a copy of the wiki files and directories: cp -a wikidir wikidir.BAK Delete old wiki files Delete the old files and directories except:

User style. On many MediaWiki sites users can choose a skin. Additionally they can customize appearance of wiki pages including fonts, colors, position of elements, and many other things through custom Cascading Style Sheets and JavaScript code stored in subpages of the user's User page. These pages can override the sitewide default styles. For example, to create your own modifications for the default vector skin, create a page at Special:Mypage/vector.css containing the CSS you want to use and/or a page at Special:Mypage/vector.js for custom JavaScript. Note that when this feature is used on Wikimedia projects, the custom style sheets and JavaScript code become publicly viewable, and the user is agreeing to release them under the GFDL and CC-BY-SA 3.0 licenses. Support in MediaWiki[edit] In the default MediaWiki configuration, any user stylesheets and javascript code are ignored. $wgAllowUserJs = true; $wgAllowUserCss = true; General information[edit] CSS[edit] See also Help:Cascading style sheets [edit]

Manual:Configuration settings. Manual:Configuration settings. [BiSiX PRO-JECT] Extension Matrix. HTML in wikitext. Permitted HTML[edit] The following HTML elements are permitted in the latest version of MediaWiki software: For many HTML elements, more convenient wikitext code is available, see Help:Editing. On the other hand, HTML tags allow an id that can be referenced in one's user style css, and allows the tag to be used as link target. For example, the anchor element <a> is not allowed, so the wikitext <a href=" Page</a> is treated like the wikitext and is therefore displayed as which is unlikely to be what the editor intended.

. [ Main Page] displays as: Main Page The following excerpt from Sanitizer.php additionally shows which attributes are allowed. Tags[edit] <span> is a generic inline text container. <font> is a similar tag which is deprecated (should not be used) in favor of <span>. For example a <font color="red">red</font> word. produces the same result as a <span style="color:red">red</span> word. Using <span> as a link target[edit] <div>[edit] o p q y. Manejo Web - Cambiar logotipo mediawiki [Foro - Wiki] Para cambiar el logo de esta zona hay que realizar dos sencillas acciones: - Subir el archivo con la imagen que contiene el logo al directorio /wiki/skins/common/images/ . Puede utilizarse cualquier otro directorio, pero este es el establecido por defecto. Debe utilizarse una imagen con un tamaño adecuado al espacio reservado en esa zona ya que si no, la imagen se solapará con otros elementos de la página. - Modificar la variable $wgLogo del fichero /wiki/LocalSettings.php para que enlace con el nuevo logo subido.

Esta variable no contiene más que la ruta al fichero con la imagen que se mostrará en la zona de encima de los menús. Como se comentó antes, puede verse que el directorio por defecto para la imagen que se mostrará es /wiki/skins/common/images/ ya que en $wgLogo se indica como ruta “$wgStylePath/common/images/autentia.bmp”, donde $wgStylePath corresponde con “$wgScriptPath/skins”, y donde $wgScriptPath corresponde con “/wiki”.

Main Page - Ontoworld.org. [mediawiki] Index of /trunk/extensions. Jurispedia:Search tool extension - Jurispedia, the shared law. This is a simple extension could be used to insert a Google search form in your wiki page. It is based on the PayPal_extension. It's in two parts: search and results: Use the information given from your own search tool on Google co-op, add your search results page Change "CODES_GIVEN_BY_GOOGLE_CO-OP" with your own google co-op search tool informations This (modest) extension is under GNU/GPL license. En.Wikizine.org. Locapedias - Cordobapedia - La Enciclopedia Libre de Córdoba.

Solution to the MySQL upgrade of the utf8 content from a latin1 store to a UTF8 store aka Upgrade from Mysql 3.xx...4.0x to 4.1+ Hello, everyone! Here is my route to upgrading the UTF-8 data stored in MySQL as latin1 to a utf8-based charset and collation. First, a conversion shell script: 1 DBFROM=dp2 DBTO=dp3 LOGIN=dp4 PASS=XXX5 mysqldump --extended-insert=FALSE --default-character-set=latin1 -u $LOGIN -p$PASS $DBFROM >dp.sql6 cat dp.sql |sed -e 's/DEFAULT CHARSET=latin1;/DEFAULT CHARSET=utf8 COLLATE utf8_bin;/'>dp2.sql7 cat dp2.sql |sed -e 's/SET NAMES latin1/SET NAMES utf8/'>dp3.sql8 echo " drop database $DBTO; create database $DBTO character set utf8 collate utf8_bin;"|mysql -u $LOGIN -p$PASS9 mysql -u $LOGIN -p$PASS $DBTO <dp3.sql Let us go over the lines. Lines 1-4 configure the connection options.

Line 5 dumps the contents of the database. The --default-character-set=latin1 option disables the recoding of the date to the current locale of the system. Line 6 passes over the dump of the data and changes the declaration of the default charset to UTF-8. Line 9 is the actual import. Mediawiki files. Portada - Epistemowikia. MySQL and UTF8: troubles? *Not applicable to ICANN fees, taxes, shipping and handling, sale priced domains and transfers, bulk domains and transfers, premium domains, Sunrise/Landrush domain registrations and pre-registrations, memberships or maintenance plans, additional disk space and bandwidth renewals, additional email addresses, additional AdSpace advertising funds, Managed Hosting, custom page layouts, brand identity services, Go Daddy branded merchandise or gift cards.

Discount reflected in your shopping cart - cannot be used in conjunction with any other offer, discount or promotion, or in connection with special partnership discount programs. After the initial purchase term, discounted products purchased with special offer discounts will renew at the then-current renewal list price. Offer ends Sept 30, 2012 5:00 pm (MST). † Good for one 1-year registration of any available .COM, .US, .BIZ, .INFO, .NET or .ORG. Illegal mix of collations after system update.