<?xml version="1.0" encoding="iso-8859-15"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br">
<head>
  <title>Arte Livre </title>
  <meta name="resource-type" content="document" />
  <meta http-equiv="pragma" content="no-cache" />
  <meta name="classification" content="Internet" />
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-15" />
  <meta name="description" content="espaço livre para produção de arte" />
  <meta name="keywords" content="arte livre estetica artistico" />
  <meta name="robots" content="ALL" />
  <meta name="distribution" content="Global" />
  <meta name="rating" content="General" />
  <meta name="author" content="Aurélio A. Heckert - aurium@gmail.com" />
  <meta name="language" content="pt-br" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://wiki.softwarelivre.org/Arte/WebRss" />
  <link rel="shortcut icon" href="http://wiki.softwarelivre.org/pub/Arte/ProjetoGrafico/pincel.ico" />
  
<script type="text/javascript" src="http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebPageHeaderScript/serializeElement.js"></script>
<script type="text/javascript">
// <!--

function setInkIco ( img, success ) {
  var alt = img.getAttribute("alt");
  if ( ! img.conf ) { img.conf = [] }
  var conf = img.conf;
  if ( alt.indexOf("?") > 0 ) {
    conf = alt.replace( /^.*\?(.*)$/, "$1" ).split("&");
    img.conf = conf;
    alt = alt.replace( /\?.*$/, "" );
    img.setAttribute( "alt", alt );
  }
  if ( img.src == "" || img.src == document.location.href.replace(/#.*$/,"") ) {
    img.setAttribute( "alt", "ícone "+alt );
    img.setAttribute( "title", "" );
    img.src = "http://wiki.softwarelivre.org/pub/InkscapeBrasil/IconesDaInterface/" + alt;
  } else {
    for ( var opt,i=0; opt=conf[i]; i++ ) {
      if ( /^[0-9]+$/.test(opt) ) { img.setAttribute( "width", opt ) }
    }
    if ( ! success ) {
      img.style.background = "#AAA";
    }
  }
}

function addSombra (el) {
try{
  var tab = document.createElement("table");
  tab.cellpadding = "0";
  tab.cellspacing = "0";
  tab.className = "sombra";

  trA = document.createElement("tr");
  tab.appendChild( trA );
  trB = document.createElement("tr");
  tab.appendChild( trB );
  trC = document.createElement("tr");
  tab.appendChild( trC );

  var pixel = '';
  td1 = document.createElement("td");
  td1.className = "sombraNO";
  td1.innerHTML = pixel;
  trA.appendChild( td1 );
  td2 = document.createElement("td");
  td2.className = "sombraN";
  td2.innerHTML = pixel;
  trA.appendChild( td2 );
  td3 = document.createElement("td");
  td3.className = "sombraNL";
  td3.innerHTML = pixel;
  trA.appendChild( td3 );
  td4 = document.createElement("td");
  td4.className = "sombraO";
  td4.innerHTML = pixel;
  trB.appendChild( td4 );
  td5 = document.createElement("td");
  td5.className = "sombraMeio";
  trB.appendChild( td5 );
  td6 = document.createElement("td");
  td6.className = "sombraL";
  td6.innerHTML = pixel;
  trB.appendChild( td6 );
  td7 = document.createElement("td");
  td7.className = "sombraSO";
  td7.innerHTML = pixel;
  trC.appendChild( td7 );
  td8 = document.createElement("td");
  td8.className = "sombraS";
  td8.innerHTML = pixel;
  trC.appendChild( td8 );
  td9 = document.createElement("td");
  td9.className = "sombraSL";
  td9.innerHTML = pixel;
  trC.appendChild( td9 );

  if ( navigator.appName.indexOf("Microsoft") == -1 ) {
    // Fora do MSIE:
    el.parentNode.insertBefore( tab, el );
    td5.appendChild( el );
  }

  if ( navigator.appName.indexOf("Microsoft") > -1 ) {
    // No MSIE:
    var div = document.createElement("div");
    el.parentNode.insertBefore( div, el );
    div.innerHTML = '<table class="sombra"><tr>' +
      '<td class="sombraNO"></td>'+
      '<td class="sombraN"></td>'+
      '<td class="sombraNL"></td>'+
      '</tr><tr>'+
      '<td class="sombraO"></td>'+
      '<td class="sombraMeio">'+ el.outerHTML.replace( /onload/g, "x" ) +'</td>'+
      '<td class="sombraL"></td>'+
      '</tr><tr>'+
      '<td class="sombraSO"></td>'+
      '<td class="sombraS"></td>'+
      '<td class="sombraSL"></td>'+
      '</tr></table>';
    el.parentNode.removeChild( el );
  }
} catch(e) { alert(e); }
}

function gotoNota(num) {
  var nota = document.getElementById("Nota"+num) || document.getElementById("nota"+num);
  if ( nota ) {
    if ( window.getComputedStyle ) {
      var bg = window.getComputedStyle( nota, "" ).backgroundColor;
    } else {
      var bg = nota.currentStyle.backgroundColor;
    }
    document.location.href = "#"+ nota.id;
    nota.style.background = "#FD0";
    setTimeout( 'document.getElementById("'+nota.id+'").style.background="'+bg+'"', 300 );
    setTimeout( 'document.getElementById("'+nota.id+'").style.background="#FD0"',   600 );
    setTimeout( 'document.getElementById("'+nota.id+'").style.background="'+bg+'"', 900 );
  }
}

// -->
</script>

  <style type="text/css">
	 @import url('http://wiki.softwarelivre.org/pub/System/TwistyPlugin/twisty.css');
	 

body {
  margin: 0px;
  padding: 0px;
  background-image: url("http://wiki.softwarelivre.org/pub/Arte/WebCSS/fundo-top.png");
  background-repeat: repeat-x;
  background-position: 0px 20px;
  font-family: sans-serif;
  font-size: 14px;
}

#cabecalho {
  margin: 0px 0px 0px 315px;
  padding: 20px;
  min-width: 383px;
  height: 110px;
  background-position: 20% 0%;
  background-repeat: no-repeat;
  background-image: url("http://wiki.softwarelivre.org/pub/Arte/WebCSS/topo.png");
  overflow: visible;
}
#cabecalho span {
  display: none;
}

#cabecalho strong {
  float: left;
  width: 315px;
  height: 110px;
  margin-left: -315px;
  background-image: url("http://wiki.softwarelivre.org/pub/Arte/WebCSS/pincel.png");
  display: block;
  position: relative;
}

#menu {
  margin-top: 10px;
  text-align: center;
}

#menu ul {
  display: inline;
}

#menu li {
  display: inline;
  margin: 0px 15px;


}

#menu a:link,
#menu a:active,
#menu a:visited {
  color: #aa0088;
  text-decoration: none;
  font-weight: 800;
}
#menu a:hover {
  color: #070;
}

#conteudo {
  padding: 10px 10%;
  text-align: justify;
}

#rodape {
  padding: 10px;
  color: #BBB;
}
#rodape a:link,
#rodape a:active,
#rodape a:visited {
  color: #9C8;
}
#rodape a:hover {
  color: #6D6;
}

#revInfo {
  clear: both;
  margin: 10px 5% 0px 0px;
  font-size: 11px;
  text-align: right;
  color: #BBB;
}
#revInfo a {
  color: #BBB;
}

#btsTWiki {
  clear: both;
  margin: 0px 5% 0px 0px;
  font-size: 11px;
  text-align: right;
}
#btsTWiki a:link,
#btsTWiki a:active,
#btsTWiki a:visited {
  color: #AAA;
  text-decoration: none;
  margin: 0px 5px;
}
#btsTWiki a:hover {
  color: #47A;
}



/* * * Conteúdo * * * * * * * * * * * * * * * * * * * * * * * * * */


#conteudo h1 {
  margin-top: -10px;
  text-align: center;
}
#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6 {
  color: #6B0;
}

#conteudo a:link,
#conteudo a:active {
  color: #060;
}
#conteudo a:visited {
  color: #565;
}
#conteudo a:hover {
  color: #4A0;
}

#conteudo hr {
  border: none;
  border-top: 5px dotted #CEA;
  width: 100%;
}

.twikiToc {
  border-left: 1px solid #9BC395;
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebConteudoCSS/linha-base-TOC.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 5px 0px;
}
.twikiToc ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.twikiToc li {
  margin: 0px;
  padding: 3px 0px;
  list-style-image: url(http://wiki.softwarelivre.org/pub/System/DocumentGraphics/toggleopen-mini.gif);
}
.twikiToc a {
  text-decoration: none;
}

#conteudo code {
  color: #05A;
}
#conteudo pre, .codeBox {
  color: #05A;
  border: 1px dotted #480;
  background-color: #EFC;
  padding: 5px 5px 5px 10px;
}

blockquote {
  font-style: italic;
  padding: 0px 5% 0px 7%;
  background: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebConteudoCSS/quote-open.png) 1% 30% no-repeat;
  min-height: 41px;
}

#conteudo h4.patternSearchResultsHeader {
  color: #DFD;
  padding: 1px 0px 1px 20px;
}

#conteudo input {
  border: 1px solid #272;
}

#conteudo .submit {
  background-color: #6A2;
  color: #EFC;
}

#imgPreview {
  /*
  float: left;
  width: 88px;
  text-align: center;
  border: 2px dotted #7B3;
  padding: 2px;
  margin-right: 20px;
  */
  font-size: 9px;
  text-align: center;
}
#imgPreview img {
  padding: 2px;
}
#imgPreview a {
  text-decoration: none;
}

#cadGaleria {
  position: absolute;
  top: 300px;
  right: 6%;
  text-align: center;
}
#conteudo #cadGaleria a {
  display: block;
  border: 2px solid #8C4;
  background-color: #480;
  color: #CF9;
  padding: 2px 4px;
  text-decoration: none;
}
#conteudo #cadGaleria a:hover {
  border: 2px solid #8C4;
  background-color: #CF9;
  color: #480;
}

.inkInterface-bordaExt {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebConteudoCSS/inkscape46-top-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  margin-right: 140px;
  position: relative;
}
.inkInterface-bordaInt {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebConteudoCSS/inkscape46.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 100px 0px 0px 50px;
  min-height: 400px;
}

.inkInterface-bordaInt h2 {
  font-size: 24px;
  text-align: center;
  margin: 10px 0px;
}

.topicWebHome .inkInterface-bordaExt {
  margin: 0% 3%;
}

.noticia {
  display: block;
  text-decoration: none;
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebConteudoCSS/borda-noticia.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  float: left;
  padding: 10px 0% 0% 4%;
  margin: 0px 3% 15px 2%;
  width: 41%;
  height: 100px;
  overflow: hidden;
  line-height: 14px;
}
.topicTutoriais .noticia {
  padding: 35px 0px 0px 25px;
  height: 70px;
}
.noticia img {
  margin-top: -15px;
  margin-right: 15px;
}
.noticia strong {
  display: block;
  padding-left: 10px;
  text-align: center;
  line-height: 16px;
}
.topicTutoriais .noticia strong {
  text-align: left;
  padding-bottom: 5px;
}
#conteudo .noticia code {
  float: right;
  font-size: 10px;
  color: inherit;
  padding-right: 5px;
}
.noticia cite {
  display: block;
  clear: right;
  padding: 0px 5px 0px 0px;
}

#linkArqNot {
  position: absolute;
  top: 30px;
  right: 6%;
  padding: 5px 10px;
  border: 4px dotted #9B2;
  background-color: #EFD;
  color: #482;
  font-weight: 800;
  font-size: 11px;
}
#conteudo #linkArqNot a {
  color: #482;
}

a.screenShot {
  text-decoration: none;
  position: relative;
}
a.screenShot div {
  display: none;
  position: absolute;
  top: -50px;
  left: 20%;
  width: 300px;
  padding: 3px 5px;
  border: 1px solid #090;
  background-color: #EFD;
  color: #070;
  opacity: 0.85;
  z-index: 10;
}
a.screenShot:hover div {
  display: block;
}

.site-amigo {
  border: 3px dotted #CF8;
  padding: 10px 20px;
}

.site-amigo img {
  float: right;
  margin: 0px 0px 10px 20px;
}

.nota-ref {
  cursor: pointer;
  color: #7C6;
}
.nota-ref span {
  color: #080;
}

.nota {
  border: 2px solid #AE7;
  background: #E0F4B0;
  padding: 4px 8px;
  font-size: 12px;
  text-align: left;
}

#conteudo .nota h1, #conteudo .nota h2, #conteudo .nota h3,
#conteudo .nota h4, #conteudo .nota h5, #conteudo .nota h6 {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.f-esq {
  float: left;
  margin-right: 20px;
}

.f-dir {
  float: right;
  margin-left: 20px;
}

.tagmeTagCloud {
  padding: 0% 10%;
  text-align: center;
}

.tagmeTagCloud h2 {
  margin: 0px;
  text-align: left;
}

.tagmeTagCloud a {
  text-decoration: none;
  padding: 0px 3px;
}



/* * * Tabelas * * * * * * * * * * * * * * * * * * * * * * * * * */


#conteudo .sombra {
  border: none;
  border-collapse: collapse;
}
#conteudo .sombra td {
  /* overflow: hidden; */
  padding: 0px;
}
.sombraN {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraN.png);
  height: 9px;
}
.sombraS {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraS.png);
  height: 17px;
}
.sombraL {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraL.png);
  width: 17px;
}
.sombraO {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraO.png);
  width: 9px;
}
.sombraNO {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraNO.png);
  width: 9px;
  height: 9px;
}
.sombraNL {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraNL.png);
  width: 17px;
  height: 9px;
}
.sombraSO {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraSO.png);
  width: 9px;
  height: 17px;
}
.sombraSL {
  background-image: url(http://wiki.softwarelivre.org/pub/InkscapeBrasil/WebTabelasCSS/sombraSL.png);
  width: 17px;
  height: 17px;
}

.twikiTable td, .twikiTable th {
  font-size: 12px;
  padding: 1px 5px;
}
.twikiTable td {
  text-align: left;
}
.twikiTable th {
  text-align: center;
}

#conteudo table.twikiTable  {
  border: 2px solid #480;
}

.twikiForm th, .twikiForm td {
  border: none;
}
.twikiForm th {
  background-color: #6A2;
  color: #EFC;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}
#conteudo .twikiForm th a {
  color: #EFC;
  text-decoration: none;
}
.twikiForm .twikiFirstCol {
  color: #9A7;
}

#anexos th.twikiFirstCol * {
  display: none;
}

#anexos .twikiHidden {
  display: none;
}

#conteudo #randImgs {
  border: none;
  border-collapse: collapse;
}
#conteudo #randImgs td {
  border: 2px dotted #BE5;
  padding: 4px;
}

#conteudo .semBorda,
#conteudo .semBorda td,
#conteudo .semBorda th {
  border: none !important;
}



  </style>

<!-- script defer="defer" id="snap_preview_anywhere" type="text/javascript" src="http://spa.snap.com/snap_preview_anywhere.js?ap=1&amp;key=5dfc1cab5063afdac8d3e655a3894a7e&amp;sb=0&amp;th=asphalt&amp;cl=1&amp;si=0&amp;oi=0&amp;domain=lgm.softwarelivre.org"></script -->
</head>
<body class="topicWebRss">
<script type="text/javascript">
// <!-- <pre>
if( navigator.appName.indexOf("Microsoft") > -1 ){
  document.body.className += " msie";
}
// </pre> -->
</script>
<p />
<p />
<h1 align="center" id="cabecalho">
  <strong><span>Arte Livre</span></strong>
  <small><span> :: WebRss</span></small>
</h1>
<div id="menu">
Página Inicial
Cartuns
Charges
Educativos
Educação Artística
</div><!-- fim id="menu" -->
<div id="conteudo">
<!-- - - - - - - - - CONTEUDO - INI - - - - - - - - - - - - --><channel rdf:about="http://wiki.softwarelivre.org/bin/view/Arte">
  <title>Wiki-SL's Arte web</title>
  <link>http://wiki.softwarelivre.org/bin/view/Arte</link>
  <description>The Arte web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
<image rdf:resource="http://wiki.softwarelivre.org/pub/TV/WebPreferences/TV_SL_p.png" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright 2010 by contributing authors</dc:rights>
  <dc:publisher>Wiki Administrator [wikiwebmaster@softwarelivre.org]</dc:publisher>
  <dc:creator>The contributing authors of Wiki-SL</dc:creator>
  <dc:source>Wiki-SL</dc:source>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/WebConteudoCSS" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/WebCSS" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/ChargeEspectadores" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/DesenvolvimentoSoft" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/LayoutTemplate" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/ProjetoGrafico" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/VinteoitoFevereiro" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/ProjetosTwiki" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/MenuDoArteLivre" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/SobreOLayOutDesseSite" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/ListaDeDiscussão" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/SlidesParaPalestraSobreOPotencialDoTwikiEmProjetosEducativosDeArteDigital" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/AnimacoesArtesanais" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/WebMenu" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/WebHome" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Arte/WebPreferences" />
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="http://wiki.softwarelivre.org/pub/TV/WebPreferences/TV_SL_p.png">
  <title>Powered by Foswiki, The Free and Open Source Wiki.Arte</title>
  <link>http://wiki.softwarelivre.org/Arte</link>
  <url>http://wiki.softwarelivre.org/pub/TV/WebPreferences/TV_SL_p.png</url>
</image>
<item rdf:about="http://wiki.softwarelivre.org/Arte/WebConteudoCSS">
  <title>WebConteudoCSS</title>
  <link>http://wiki.softwarelivre.org/Arte/WebConteudoCSS</link>
  <description>CSS do conte&#250;do desta nop TWikiWeb #conteudo h1, #conteudo h2, #conteudo h3, #conteudo h4, #conteudo h5, #conteudo h6 { color: #37c8ab; margin: 10px 0px; } #conteudo ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-16T17:42:46Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/WebCSS">
  <title>WebCSS</title>
  <link>http://wiki.softwarelivre.org/Arte/WebCSS</link>
  <description>CSS desta nop TWikiWeb Modulariza&#231;&#227;o: WebConteudoCSS WebTabelasCSS body { margin: 0px; padding: 0px; background image: url("/fundo top.png"); background ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-16T17:41:01Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/ChargeEspectadores">
  <title>ChargeEspectadores</title>
  <link>http://wiki.softwarelivre.org/Arte/ChargeEspectadores</link>
  <description>Espectadores... Por: GabrielMacedo Registre se no TWiki, comente e colabore! Arquivo espectadores em SVG (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-16T17:33:52Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/DesenvolvimentoSoft">
  <title>DesenvolvimentoSoft</title>
  <link>http://wiki.softwarelivre.org/Arte/DesenvolvimentoSoft</link>
  <description>O desenvolvimento de Softwares Neste m&#234;s, fui &#224; v&#225;rios encontros, reuni&#245;es, debates e mesas redondas sobre Software Livre, sempre com a contrapartida com representantes ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T20:15:44Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/LayoutTemplate">
  <title>LayoutTemplate</title>
  <link>http://wiki.softwarelivre.org/Arte/LayoutTemplate</link>
  <description>document.location.href "/Arte/LayoutTemplate?raw on"; Arte Livre "}% @import url('/System/TwistyPlugin/twisty.css ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T20:12:18Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/ProjetoGrafico">
  <title>ProjetoGrafico</title>
  <link>http://wiki.softwarelivre.org/Arte/ProjetoGrafico</link>
  <description>Este projeto visa a constru&#231;&#227;o de um projeto gr&#225;fico agrad&#225;vel para este s&#237;tio, como j&#225; foi usado em outros s&#237;tios colaborativos desenvolvidos com o TWiki. O nop ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T20:11:29Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/VinteoitoFevereiro">
  <title>VinteoitoFevereiro</title>
  <link>http://wiki.softwarelivre.org/Arte/VinteoitoFevereiro</link>
  <description>Escola 28 de Fevereiro Respons&#225;vel pela publica&#231;&#227;o: Rozane Suzart Gesteira, professora de Artes do Munic&#237;pio de Marau RS I Mostra de Experiencias com Anima&#231;&#227;o ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:59:31Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/ProjetosTwiki">
  <title>ProjetosTwiki</title>
  <link>http://wiki.softwarelivre.org/Arte/ProjetosTwiki</link>
  <description>Projeto de Arte no Twiki da Escola 28 de Fevereiro Experi&#234;ncia de Arte Digital com os alunos da Quarta S&#233;rie da Escola Municipal Vinte Oito de Fevereiro, no Munic&#237;pio ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:37:54Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/MenuDoArteLivre">
  <title>MenuDoArteLivre</title>
  <link>http://wiki.softwarelivre.org/Arte/MenuDoArteLivre</link>
  <description>Para Criar Projetos Novos Crie o seu Projeto Paleta de Cores CopyLeft DicasTWiki Como Editar e publicar Carinhas engra&#231;adas Alguns Projetos ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:34:00Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/SobreOLayOutDesseSite">
  <title>SobreOLayOutDesseSite</title>
  <link>http://wiki.softwarelivre.org/Arte/SobreOLayOutDesseSite</link>
  <description> (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:15:02Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/ListaDeDiscussão">
  <title>ListaDeDiscussão</title>
  <link>http://wiki.softwarelivre.org/Arte/ListaDeDiscussão</link>
  <description>Lista de Discuss&#227;o Participe da Lista de Discuss&#227;o do projeto ArteLivre. Inscreva se! &#233; f&#225;cil... Todos s&#227;o bem vindos! : ) (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:14:54Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/SlidesParaPalestraSobreOPotencialDoTwikiEmProjetosEducativosDeArteDigital">
  <title>SlidesParaPalestraSobreOPotencialDoTwikiEmProjetosEducativosDeArteDigital</title>
  <link>http://wiki.softwarelivre.org/Arte/SlidesParaPalestraSobreOPotencialDoTwikiEmProjetosEducativosDeArteDigital</link>
  <description>O potencial do TWiki em Proejtos Educativos de Arte Digital (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:13:18Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/AnimacoesArtesanais">
  <title>AnimacoesArtesanais</title>
  <link>http://wiki.softwarelivre.org/Arte/AnimacoesArtesanais</link>
  <description>Passo a Passo I Anima&#231;&#245;es Artesanais &#201; muito f&#225;cil fazer anima&#231;&#245;es simples, com desenhos, sucatas, brinquedos e especialmente massinhas de modelar. Como fazer: ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-15T19:13:17Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/WebMenu">
  <title>WebMenu</title>
  <link>http://wiki.softwarelivre.org/Arte/WebMenu</link>
  <description>P&#225;gina Inicial Cartuns Charges Educativos Educa&#231;&#227;o Art&#237;stica (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-13T22:52:44Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/WebHome">
  <title>WebHome</title>
  <link>http://wiki.softwarelivre.org/Arte/WebHome</link>
  <description>teste ProjetoGrafico (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-13T22:52:05Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Arte/WebPreferences">
  <title>WebPreferences</title>
  <link>http://wiki.softwarelivre.org/Arte/WebPreferences</link>
  <description>nop Arte Web Preferences The following settings are web preferences of the Arte web. These preferences overwrite the site level preferences in ., and can be ... (last changed by RozaneSuzart)</description>
  <dc:date>2010-07-13T22:50:00Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.RozaneSuzart">
      <rdf:value>RozaneSuzart</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<!-- - - - - - - - - CONTEUDO - FIM - - - - - - - - - - - - -->
<div id="formTWiki">  </div><!-- fim id="formTWiki" -->
<div id="anexos">  </div><!-- fim id="anexos" -->
</div><!-- fim id="conteudo" -->
<div id="revInfo">
rev 1 em 30 Jan 2003 por <span class="foswikiNewLink">PeterThoeny?</span>
</div><!-- fim id="revInfo" -->
<div id="btsTWiki">
<b>E</b><span>ditar</span> <b>A</b><span>nexar</span> <b>V</b><span>ersões</span> <b>M</b><span>ais...</span>
</div><!-- fim id="btsTWiki" -->
<p />
<div align="center" id="rodape">
<p />
Copyright &copy; 2007 Organização do LGM-Brasil e colabores.
<p/>
Todo o conteúdo pode ser reutilizado de acordo com a licença
<br/>
Creative Commons By-NC-SA,
exceto onde outra licença for explicitada.
</div><!-- fim id="rodape" -->
<p />
<p />
</body>
</html>