Search

Showing posts with label Wikimedia. Show all posts
Showing posts with label Wikimedia. Show all posts

Thursday, July 29, 2010

Wikimedia cheatsheet - markup language

Here is the English version.


Wiki codeResult
''italic''italic
'''bold'''bold
== Section ==
=== Subsection ===
==== Subsubsection ====
structures the document and adds headings
[[Link to another page]]links to another page on Wikipedia
[[Link to page A|text B]]adds a text B linking to page A
* automatic
* bullet
* list
  • automatic
  • bullet
  • list
# automatic
# numbered
# list
  1. automatic
  2. numbered
  3. list
[[File:Example.jpg|thumb|Caption]]displays the Example.jpg file (image) in the page with a caption
{{Example}}includes the template "Example"
[[Category:Example]]adds the page to the category "example"
<ref>John Doe, title, date</ref>adds a note or a reference in the text
<references />displays all added references at the end of the page
[http://www.example.org Description of the link]adds an external link to another website www.example.org
[[fr:Cuisine]]adds an interwiki link to the article Cuisine on fr.wikipedia.org (Wikipedia in French)
~~~~adds your signature with a timestamp
== Discussion ==
Message. ~~~~
:First response to the message. ~~~~
::Response to the response ~~~~
:Second response to the message ~~~~
Indentation for discussions

The others can be found here: http://meta.wikimedia.org/wiki/WMDOC/Cheatsheet

Wikimedia cheatsheet - searching

There are better ways to filter the data, here I'm going to build a very little cheatsheet for searching purpose.




The default boolean search is AND, you can specify OR explicitly when you want a result if just one of them match you search criteria.

Friday, July 9, 2010

Material didático


Complementado os posts relacionado ao ensino médio aqui vou deixar algumas dicas para aqueles que querem mais informações.

A Wikipedia acredito eu muita gente já conhece, que dicas posso dar?

Bom, se você quer acessar o conteúdo da Wikipedia de outras formas alem do portal online, saiba que você pode, tanto por um arquivo XML ou por um banco de dados relacional.

Acessando esta página nós temos os dados em HTML, SQL e XML, a princípio estes dados são para o mediawiki, o software que a Wikimedia Foundation desenvolve para publicar os artigos e livros abertos em seus diversos portais (Wikipedia, Wikibooks, Wikiversity, etc.).Seja qual for sua linguagem de programação preferida deve haver uma biblioteca para extrair dados de arquivos XML e acessar um banco de dados relacional (MySQL, MSSQL, etc.), isso já é o suficiente.

Existem algumas ferramentas que você pode olhar o código fonte para ter uma noção do que fazer com estes dados nesta página.