<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title>Projeto Curr&iacute;culo Livre - ENEC</title>
  <meta name="Author" content="ENEC" />
  <meta name="Description" content="Projeto Curriculo Livre" />
  <meta name="Copyright" content="This file may be redistributed and/or modified without limitation" />
  <meta name="CVSInfo" content="$ZAPGroupID: sinorcaish/template.html,v 1.8 2004/11/18 02:17:49 john Exp $" />
  <meta name="Language" content="en" />
  <meta name="Generator" content="Hand-written XHTML using Emacs under Debian GNU/Linux" />
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta http-equiv="Content-Language" content="en" />
  <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="http://twiki.softwarelivre.org/bin/view/Curriculo/WebRss?skin=rss&amp;contenttype=text/xml" />
  <link rev="made" href="mailto:enec@enec.org.br" />
<style type="text/css" media="screen">


/************************************************************************
*                                                                       *
*                  Sinorcaish Screen-based Style Sheet                  *
*                   Copyright (C) 2004, John Zaitseff                   *
*                                                                       *
************************************************************************/

/* Author:  John Zaitseff <J.Zaitseff@zap.org.au>
   Version: 1.0

   $ZAPGroupID: sinorcaish/sinorcaish-screen.css,v 1.33 2004/11/18 00:44:33 john Exp $

   This file provides the Sinorcaish style sheet for screen-based user
   agents (ie, for ordinary Web browsers).  This file conforms to the
   Cascading Style Sheets 2.1 specification.

   The design of Sinorcaish is influenced by Sinorca (available from the
   Open Source Web Design site, http://www.oswd.org/), which in turn is
   based on the Acronis company web site (http://www.acronis.com).  You
   can find more information about this design from its home page on the
   ZAP Group web site, http://www.zap.org.au/documents/styles/sinorcaish/.

   This file may be redistributed and/or modified on the condition that
   the original copyright notice is retained.
*/


/********** Global Styles **********/

            /* The global font size is set to 90% as   */
            /* most browsers' normal font is too large */
body {
   font-family:     Verdana, Arial, Helvetica, sans-serif;
   font-size:       12px;   /* Allow IE/Win to resize the document */
   color:           black;
   background:      #F0F0F0;
   margin:          0;
   padding:         0;
   border:          none;
}

.hidden {         /* Used for content that should be displayed */
            /* by non-stylesheet-aware browsers          */
   display:         none !important;
}

.notprinted {         /* Used for content that should not be */
}            /* printed to paper                    */


/* Headings */

h1,            /* Headings (H1-H6) should only be used in */
h2,            /* the main content area                   */
h3 {
   font-weight:     bold;
   text-align:      left;
   margin:          1.5em 0 0 0;
   padding:         0;
}

h4,
h5,
h6 {
   font-weight:     bold;
   text-align:      left;
   margin:          1.25em 0 0 0;
   padding:         0;
}

h1 { font-size:     175% }
h2 { font-size:     145% }
h3 { font-size:     120% }
h4 { font-size:     105% }
h5 { font-size:     80%  }
h6 { font-size:     65%  }


/* Anchors */

a:link {
   text-decoration: none;
   color:           #006600;
   background:      transparent;
   font-weight:     bold;
}

a:visited {
   text-decoration: none;
   color:           #006600;
   background:      transparent;
   font-weight:     bold;
}

a:hover,
a:active {
   text-decoration: underline;
}


/* Inline elements and classes */

            /* This style sheet assumes B, BIG, EM, I, */
            /* SMALL, STRONG, SUB and SUP are defined  */
            /* by the browser as per the HTML4 sample  */
            /* style sheet.                            */
code,
kbd,
pre,
samp,
tt {
   font-family:     "Courier New", Courier, monospace;
   font-size:       110%;   /* Courier tends to be a little too small */
}

kbd,
code.markup,         /* HTML/CSS markup */
span.markup,         /* Alternative form for HTML/CSS markup */
.title {         /* Title in floating boxes / left sidebar */
   font-weight:     bolder;
}

abbr,
acronym {
   font:            inherit;   /* Don't use small-caps, etc. */
}

.tooltip {
   cursor:          help;
   border-bottom:   1px dotted #CCCCCC;
}

abbr[title],
acronym[title] {
   cursor:          help;
   border-bottom:   1px dotted #CCCCCC;
}

cite,
dfn,
var,
.fn,            /* Filename */
.url,            /* Uniform Resource Locator */
.email {         /* E-mail address */
   font-style:      italic;
}

.clearboxes {         /* Clear navboxes and floatboxes */
   clear:           right;
}

.unicode {
   font-family:     "Arial Unicode MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


/* Block-inline elements */

img {
   vertical-align:  baseline;
   margin:          0;
   padding:         0;
   border:          none;
}

img.left {         /* Left-floating images */
   margin:          0.75em 1.5em 0.75em 0;
   float:           left;
}

img.right {         /* Right-floating images */
   margin:          0.75em 0 0.75em 1.5em;
   float:           right;
}

img.icon16[src] {      /* For 16x16 file-type icons */
   vertical-align:  -10%;   /* IE/Win cannot handle negative percentages */
}

del,
del * {            /* Required for Mozilla */
   text-decoration: line-through;
}

ins,
ins * {            /* Required for Mozilla */
   text-decoration: underline;
}


/* Block elements */

p {
   margin:          1em 0;
   padding:         0;
}

blockquote {         /* Should only be used in main content area, */
            /* floating boxes or left sidebar.           */
   margin:          1em 2.5em;
   padding:         0;
}

pre {            /* Should only be used in main content area  */
            /* and floating boxes.                       */
   line-height:     1.1;
   margin:          1em 2.5em;
   padding:         0;
}

hr {
   color:           #999999;
   background:      transparent;
   height:          1px;   /* Required for IE/Win */
   margin:          1em 0;
   padding:         0;
   border-color:    #999999;
   border-width:    1px;
   border-style:    none none solid none;
}

hr.lighter {         /* Warning: not printed out on paper */
   color:           #F0F0F0;
   background:      transparent;
   border-color:    #F0F0F0;
}


/* Lists */

ol {
   list-style:      decimal outside;
   margin:          1em 0;
   padding:         0 0 0 2.5em;
}

ol.alpha {
   list-style-type: lower-alpha;
}

ol.number {
   list-style-type: decimal;
}

ul {
   list-style:      square outside;
   margin:          1em 0;
   padding:         0 0 0 2.5em;
}

ol ol,
ol ul,
ul ol,
ul ul {
   margin-top:      0;
   margin-bottom:   0;
}

ol ul,            /* Override possible browser styles */
ol ol ul,
ol ul ul,
ul ul,
ul ol ul,
ul ul ul {
   list-style:      square outside;
}

li {
   margin:          0;
   padding:         0;
}

dl {
   margin:          1em 0;
   padding:         0;
}

dt {
   font:            inherit;   /* Don't make the text bold by default */
   margin:          1em 0 0.25em 0;
   padding:         0;
}

dd {
   margin:          0 0 1em 2.5em;
   padding:         0;
}


/* Tables */
            /* Tables should never be used for visual */
            /* formatting: that is the role of CSS!   */

table.simple {
   color:           inherit;
   background:      inherit;   /* Don't make tables transparent */
   border-collapse: collapse;
   border-spacing:  0;
   empty-cells:     show;
   margin:          0.5em 2.5em;
   padding:         0;
   border:          1px solid #999999;
}

table.simple caption {
   text-align:      center;
   caption-side:    top;
   margin:          0 2.5em 0.75em;
   padding:         0;
   border:          none;
}

table.simple td,
table.simple th {
   text-align:      center;
   vertical-align:  middle;
   margin:          0;
   padding:         0.25em 0.5em;
   border:          1px solid #999999;
}

table.simple th,
table.simple td.highlight,
table.simple th.highlight {
   font-weight:     bold;
   color:           inherit;
   background:      #F0F0F0;
}

table.simple td.lighter,
table.simple th.lighter {
   color:           inherit;
   background:      #F8F8F8;
}

table.simple td.left,
table.simple th.left {
   text-align:      left;
}

table.simple td.center,
table.simple th.center {
   text-align:      center;
}

table.simple td.right,
table.simple th.right {
   text-align:      right;
}


/* The following HTML elements should NOT be used in documents using this
   style sheet:

       address - use the #footer style instead
       q       - use &ldquo; and &rdquo; instead
*/


/********** Styles for Main Content **********/

#main {
   text-align:      justify;
   line-height:     1.5;
   color:           black;
   background:      white;
   margin:          0 0 0 12.5em;
   padding:         0.25em 1.5em 0.5em 1em;
   border:          1px solid #999999;
}

#main h1 {         /* Should be used once, following navhead */
   color:           #999999;
   background:      transparent;
   margin:          0 0 0.5em 0;
}

#main .highlight {      /* Highlight box (for warnings, etc) */
   color:           inherit;
   background:      #F0F0F0;
   margin:          1em 0;
   padding:         1em 2.5em;
   border:          1px solid #999999;
}

#main .totop {         /* For "Top ^" lines in FAQs, etc */
   font-size:       90%;
   text-align:      right;
   margin:          -0.75em 0 1em 0;
   padding:         0 0 0.25em 0;
   border-bottom:   1px solid #F0F0F0;
}

#main table.simple td.highlight,  /* Else "#main .highlight" will override */
#main table.simple th.highlight {
   margin:          0;
   padding:         0.25em 0.5em;
}


/* Other styles related to the main content */

#mainlink {         /* "Skip to main content" link */
   display:         none !important;
}

#navhead {         /* "Path to this page" information */
            /* Warning: not printed out on paper */
   font-size:       90%;
}

#navhead hr {
   display:         none;
}

#endmain {
   visibility:      hidden;
   clear:           both;   /* Doesn't always work under IE/Win */
}


/********** Styles for Floating Boxes **********/

            /* "navbox" is used to provide intra/inter- */
            /* page links; it is NOT printed out on     */
            /* paper.  "floatbox" is used to provide    */
            /* floating boxes that may appear anywhere  */
            /* in the main content; they ARE printed.   */
.floatbox,
.navbox {
   overflow:        visible;
   font-size:       95%;
   line-height:     1.25;
   margin:          0 0 0.75em 1.5em;
   padding:         0.5em 1em;
   border:          1px solid #999999;
   float:           right;
   clear:           right;
}

.floatbox {
   color:           black;
   background:      #F0F0F0;
   width:           35%;
}

.navbox {
   text-align:      left;
   color:           black;
   background:      white;
   width:           12.5em;
}

.floatbox hr,         /* Used for non-stylesheet-aware browsers */
.navbox hr {
   display:         none !important;
}

.floatbox p,
.navbox p {
   margin:          0.75em 0;
   padding:         0;
}

.floatbox ol,
.floatbox ul {
   margin:          0.75em 0;
   padding:         0 0 0 1.5em;
}

.navbox ol,
.navbox ul {
   margin:          0.5em 0;
   padding:         0 0 0 1.5em;
}

.floatbox blockquote {
   margin:          0.75em 1.5em;
   padding:         0;
}

.floatbox pre {
   font-size:       95%;
   margin:          0.75em 1.5em;
   padding:         0;
}

.floatbox dt {
   margin:          0.75em 0;
   padding:         0;
}

.floatbox dt {
   margin:          0.75em 0 0.25em 0;
   padding:         0;
}

.floatbox dd {
   margin:          0 0 0.75em 1.5em;
   padding:         0;
}

#main .floatbox .highlight {
   color:           inherit;
   background:      white;
   margin:          0.75em 0;
   padding:         0.75em 1.5em;
}

#main .floatbox table.simple {
   margin:          0.75em 0;
}

#main .floatbox table.simple th,
#main .floatbox table.simple td.highlight,
#main .floatbox table.simple th.highlight {
   color:           inherit;
   background:      white;
   margin:          0;
   padding:         0.25em 0.5em;
}


/********** Styles for Header **********/

            /* In this style sheet, headers are composed */
            /* of three parts: left, right and subheader */
            /* Left part is ideally an image.            */

#header {         /* Warning: not printed out on paper */
   color:           #003399;
   background:      #006600;
}

#header a:link,
#header a:visited {
   color:           white;
   background:      transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited {
   color:           white;
   background:      transparent;
}

/* Left part of header (ideally an image but may be a link) */

#header div.left {
   float:           left;
   clear:           left;
}

#header div.left img {
   display:         block;   /* Otherwise IMG is an inline, causing gaps */
}

#header div.left,
#header div.left a:link,
#header div.left a:visited {
   font-size:       180%;
   font-weight:     bold;
   text-decoration: none;
   color:           white;
   background:      transparent;
}

#header div.left p {
   margin:          0 0 0 0.25em;
   padding:         0;
}

#header div.left .alt {
   color:           #FF9800;
   background:      transparent;
}

/* Right part of header is for external/global links, search, etc */

#header div.right {
   font-size:       90%;
   text-align:      right;
   margin:          0;
   padding:         0.5em 1.67em 0 1em;
   float:           right;
   clear:           right;
}

#header div.right a:link,
#header div.right a:visited {
   margin:          0;
   padding:         0 0.5em;
}

#header div.right form {
   margin:          0;
   padding:         0.25em 0 0 0;
}

#header div.right form input {
   font-size:       95%;
   vertical-align:  middle;
}

/* Subheader for global links */

#header div.subheader {
   color:           white;
   background:      #006600;
   margin:          0;
   padding:         0.25em 1.5em 0.5em 0.5em; /* For IE/Win */
   clear:           both;
}

#header > div.subheader {
   padding:         0.5em 1.5em 0.5em 0.5em; /* For all other browsers */
}

#header div.subheader a:link,
#header div.subheader a:visited {
   font-weight:     bolder;
   color:           white;
   background:      transparent;
   margin:          0;
   padding:         0 0.5em;
}

#header div.subheader .highlight,
#header div.subheader a.highlight:link,
#header div.subheader a.highlight:visited {
   color:           #FDA05E;
   background:      transparent;
}


/********** Styles for Left Sidebar **********/

#sidebar {         /* Warning: not printed out on paper */
   width:           12.5em;
   border-right:    1px solid #999999;
   float:           left;
   clear:           both;
}

#sidebar div {
   font-size:       95%;
   text-align:      left;
   margin:          0;
   padding:         0.5em 1em;
   border-bottom:   1px solid #999999;
}

#sidebar div.lighter {
   color:           inherit;
   background:      white;
}

#sidebar p {
   margin:          0.5em 0;
}

#sidebar .title a:link,
#sidebar .title a:visited {
   color:           black;
   background:      transparent;
}

#sidebar ul {
   list-style:      none outside;
   margin:          0.5em 0;
   padding:         0;
}

#sidebar ul li {
   margin:          0;
   padding:         0.125em 0;
   font-size:       100%;
}

#sidebar ul li.highlight {
   color:           inherit;
   background:      white;
   margin-left:     -1em;
   margin-right:    -1em;
   padding-left:    1em;
   border-top:      1px solid #999999;
   border-bottom:   1px solid #999999;
}

#sidebar ul li.highlight a:link,
#sidebar ul li.highlight a:visited {
   color:           black;
   background:      transparent;
}


/********** Styles for Footer **********/

#footer {
   font-size:       90%;
   text-align:      left;
   color:           white;
   background:      #006600;
   margin:          0;
   padding:         0.5em 1.67em 0.5em 15.25em;
   clear:           both;
}

#footer a:link,
#footer a:visited {
   text-decoration: underline;
   color:           white;
   background:      transparent;
}

#footer hr {
   display:         none !important;
}

/* End of the Sinorcaish style sheet */

#topicosPais {
  font-size: 11px;
  text-align: right;
  padding-right: 20px;
}


  </style>
<style type="text/css" media="media">



<span class='foswikiAlert'>
    Warning: Can't find topic Curriculo.SkinCSSPrint 
</span>
  </style>
</head>
<p />
<body>
<p />
<!-- For non-visual or non-stylesheet-capable user agents -->
<div id="mainlink">Skip to main content.</div>
<p />
<p />
<!-- <code><b>====</b></code> Header <code><b>====</b></code> -->
<p />
<div id="header">
  <div class="left">
	 <p>Projeto Curr&iacute;culo Livre</p>
  </div>
<p />
  <div class="right">
	 <span class="hidden">Useful links:</span>
	 Registre-se e colabore com este s&iacute;tio!
  </div>
<p />
  <div class="subheader">
  </div>
<p />
</div>
<p />
<p />
<!-- <code><b>====</b></code> Left Sidebar <code><b>====</b></code> -->
<p />
<div id="sidebar">
  <div>
    <p class="title">Menu</p>
    <ul>
     <li>P&aacute;gina Inicial</li>
     <li>Como Colaborar</li>
     <li>Metodologia</li>
     <li>&Aacute;reas de Forma&ccedil;&atilde;o</li>
     <li>Relatos de Experi&ecirc;ncias</li>
     <li>Divulga&ccedil;&atilde;o</li>
     <li>Tipos de Software </li>
     <li>Question&aacute;rio aos professores </li>
     <li>Apresenta&ccedil;&otilde;es em eventos </li>
     <li>F&oacute;rum de Discuss&atilde;o </li>
     <li>Lista de Discussão </li>
     <li>Ferramentas </li>
    </ul>
  </div>
<p />
<center>
  
  
  
<p />
  
  
  
</center>
<p />
</div>
<p />
<p />
<div id="main"><channel rdf:about="http://wiki.softwarelivre.org/bin/view/Curriculo">
  <title>Wiki-SL's Curriculo web</title>
  <link>http://wiki.softwarelivre.org/bin/view/Curriculo</link>
  <description>The Curriculo web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
<image rdf:resource="http://wiki.softwarelivre.org/pub/System/ProjectLogos/foswiki-logo.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/Curriculo/ReformulandoAPagina" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/FazerComparacoes" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/TiposDeSoftware" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/AreasDeFormacao" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/ProjetoGrafico" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/WebNotify" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/WebSearchAdvanced" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/ComoColaborar" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/DisciplinaSociologia" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/DisciplinaEtica" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/SistemasDistribuidos" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/PublicacoesDoProjeto" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/ExperienciaGUFSC" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/DotProject" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/LinguagemObjectPascal" />
      <rdf:li rdf:resource="http://wiki.softwarelivre.org/Curriculo/ProgramacaoImperativa" />
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="http://wiki.softwarelivre.org/pub/System/ProjectLogos/foswiki-logo.png">
  <title>Powered by Foswiki, The Free and Open Source Wiki.Curriculo</title>
  <link>http://wiki.softwarelivre.org/Curriculo</link>
  <url>http://wiki.softwarelivre.org/pub/System/ProjectLogos/foswiki-logo.png</url>
</image>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/ReformulandoAPagina">
  <title>ReformulandoAPagina</title>
  <link>http://wiki.softwarelivre.org/Curriculo/ReformulandoAPagina</link>
  <description>ReformulandoAPagina Uma coisa que eu tenho percebido &#233; que a p&#225;gina t&#225; meio estranha. Tenho recebido/ouvido relatos de: gente que procura onde ajudar e n&#227;o encontra ... (last changed by RozaneSuzart)</description>
  <dc:date>2009-11-24T16:11:12Z</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/Curriculo/FazerComparacoes">
  <title>FazerComparacoes</title>
  <link>http://wiki.softwarelivre.org/Curriculo/FazerComparacoes</link>
  <description>&#201; &#250;til fazer compara&#231;&#245;es? Uma d&#250;vida. Algumas vezes vale a pena fazer compara&#231;&#245;es para entender certas coisas (e.g. bottom up vs. top down, etc). S&#243; que algumas pessoas ... (last changed by ItaloValcy)</description>
  <dc:date>2009-08-04T17:02:29Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.ItaloValcy">
      <rdf:value>ItaloValcy</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/TiposDeSoftware">
  <title>TiposDeSoftware</title>
  <link>http://wiki.softwarelivre.org/Curriculo/TiposDeSoftware</link>
  <description>Tipos de Software Softwares que servem (nem sempre exatamente) aos mesmos prop&#243;sitos, agrupados em categorias. Metodologia Na descri&#231;&#227;o de um tipo de software, procure ... (last changed by MikeGabriel)</description>
  <dc:date>2009-01-29T04:47:01Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.MikeGabriel">
      <rdf:value>MikeGabriel</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/AreasDeFormacao">
  <title>AreasDeFormacao</title>
  <link>http://wiki.softwarelivre.org/Curriculo/AreasDeFormacao</link>
  <description>&#193;reas de Forma&#231;&#227;o De acordo com as Diretrizes curriculares, as &#193;reas de Forma&#231;&#227;o para cursos de Computa&#231;&#227;o e Inform&#225;tica s&#227;o: Forma&#231;&#227;o b&#225;sica Forma&#231;&#227;o tecnol&#243;gica ... (last changed by MikeGabriel)</description>
  <dc:date>2009-01-29T04:44:54Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.MikeGabriel">
      <rdf:value>MikeGabriel</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/ProjetoGrafico">
  <title>ProjetoGrafico</title>
  <link>http://wiki.softwarelivre.org/Curriculo/ProjetoGrafico</link>
  <description>Projeto Gr&#225;fico para o Curr&#237;culo Livre Este projeto visa a constru&#231;&#227;o de um projeto gr&#225;fico agrad&#225;vel para a web do projeto Curr&#237;culo Livre, tomando por base (n&#227;o ... (last changed by CarlinhosCecconi)</description>
  <dc:date>2008-12-12T01:38:48Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.CarlinhosCecconi">
      <rdf:value>CarlinhosCecconi</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/WebNotify">
  <title>WebNotify</title>
  <link>http://wiki.softwarelivre.org/Curriculo/WebNotify</link>
  <description>WebNotify O nop &#233; um servi&#231;o no qual voc&#234; se inscreve para ser automaticamente notificado por e mail quando algum t&#243;pico na web Curriculo &#233; modificado. Usando esse ... (last changed by ViniciusMassuchetto)</description>
  <dc:date>2008-12-02T18:31:17Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.ViniciusMassuchetto">
      <rdf:value>ViniciusMassuchetto</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/WebSearchAdvanced">
  <title>WebSearchAdvanced</title>
  <link>http://wiki.softwarelivre.org/Curriculo/WebSearchAdvanced</link>
  <description>Busca Avan&#231;ada (last changed by ViniciusMassuchetto)</description>
  <dc:date>2008-12-02T18:29:20Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.ViniciusMassuchetto">
      <rdf:value>ViniciusMassuchetto</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/ComoColaborar">
  <title>ComoColaborar</title>
  <link>http://wiki.softwarelivre.org/Curriculo/ComoColaborar</link>
  <description>Como colaborar com o Curr&#237;culoLivre Divulgue Mostre o Curr&#237;culo Livre a colegas, professores, coordenadores de curso. Conven&#231;a os da import&#226;ncia do ... (last changed by ViniciusMassuchetto)</description>
  <dc:date>2008-12-02T18:27:51Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.ViniciusMassuchetto">
      <rdf:value>ViniciusMassuchetto</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/DisciplinaSociologia">
  <title>DisciplinaSociologia</title>
  <link>http://wiki.softwarelivre.org/Curriculo/DisciplinaSociologia</link>
  <description>Sociologia A instrumentaliza&#231;&#227;o human&#237;stica e &#233;tica nos curr&#237;culos superiores do campo da computa&#231;&#227;o e inform&#225;tica encontra a sua maior justificativa na import&#226;ncia ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T21:19:55Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/DisciplinaEtica">
  <title>DisciplinaEtica</title>
  <link>http://wiki.softwarelivre.org/Curriculo/DisciplinaEtica</link>
  <description>&#201;tica Os computadores est&#227;o t&#227;o presentes na nossa sociedade que sua import&#226;ncia &#233; inquestion&#225;vel. Eles est&#227;o mudando a forma como n&#243;s estudamos, trabalhamos, nos ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T21:19:09Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/SistemasDistribuidos">
  <title>SistemasDistribuidos</title>
  <link>http://wiki.softwarelivre.org/Curriculo/SistemasDistribuidos</link>
  <description>Sistemas Distribu&#237;dos Sistemas Distribuidos s&#227;o sistemas compostos de computadores fracamente acoplados, interconectados por rede que fornecem servi&#231;os e que permitem ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T21:04:08Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/PublicacoesDoProjeto">
  <title>PublicacoesDoProjeto</title>
  <link>http://wiki.softwarelivre.org/Curriculo/PublicacoesDoProjeto</link>
  <description>Publica&#231;&#245;es do Projeto Publica&#231;&#245;es Programa&#231;&#227;o Livre um checkpoint para valida&#231;&#227;o do esfor&#231;o inicial Infra necess&#225;ria Checar TWiki:Plugins/PdfPlugins ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T20:38:38Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/ExperienciaGUFSC">
  <title>ExperienciaGUFSC</title>
  <link>http://wiki.softwarelivre.org/Curriculo/ExperienciaGUFSC</link>
  <description>Experi&#234;ncia GUFSC O Grupo de Usu&#225;rios de Software Livre da UFSC (GUFSC) tem uma iniciativa chamada ''Gradua&#231;&#227;o Livre''. A id&#233;ia &#233; encontrar solu&#231;&#245;es de substitui&#231;&#227;o ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T20:30:22Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/DotProject">
  <title>DotProject</title>
  <link>http://wiki.softwarelivre.org/Curriculo/DotProject</link>
  <description>dotProject O dotProject &#233; um sistema de ger&#234;ncia de projetos em software livre de f&#225;cil utiliza&#231;&#227;o, com um bom conjunto de funcionalidades e caracter&#237;sticas que o ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T20:25:07Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/LinguagemObjectPascal">
  <title>LinguagemObjectPascal</title>
  <link>http://wiki.softwarelivre.org/Curriculo/LinguagemObjectPascal</link>
  <description>Linguagem Object Pascal Alguns poderiam considerar apenas um dialeto da linguagem Pascal , com a implementa&#231;&#227;o do paradigma de programa&#231;&#227;o orientada a objetos. ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T19:42:40Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://wiki.softwarelivre.org/Curriculo/ProgramacaoImperativa">
  <title>ProgramacaoImperativa</title>
  <link>http://wiki.softwarelivre.org/Curriculo/ProgramacaoImperativa</link>
  <description>Programa&#231;&#227;o Imperativa Programa&#231;&#227;oImperativa (ou Procedural) descreve a computa&#231;&#227;o em termos do estado do programa e comandos que mudam esses estado. Programas imperativos ... (last changed by PauloSantana)</description>
  <dc:date>2008-10-19T19:39:58Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://wiki.softwarelivre.org?topic=Main.PauloSantana">
      <rdf:value>PauloSantana</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<p />
<!-- Fechando CSS do conteudo principal -->
<br id="endmain" />
  <div id="topicosPais">
  Página Inicial 
  </div><!-- fim id="topicosPais" -->
</div>
<p />
<!-- <code><b>====</b></code> Footer <code><b>====</b></code> -->
<p />
<div id="footer">
  <hr />
O conteúdo deste sítio é gerado por diversas pessoas, então cada artigo, documentação, etc pode ser modificado/distribuído de acordo com as licenças de seus respectivos autores.<br />
<br /> 




</div>
<script type="text/javascript">//<![CDATA[

var ieUseOFirefox = /Microsoft/.test(navigator.appName);

try {

if ( ieUseOFirefox || testaUseOFirefox ) {
  var html = '<'+'a href="http://getfirefox.com" target="_blank" id="useFirefox" ';
  html += 'style="display:block; width:305px; height:210px; text-decoration:none; ';
  html += 'position:absolute; top:350px; left:-300px; background-color:transparent; ';
  html += 'z-index:999; ';
  if ( ieUseOFirefox ) {
    html += ' background-image:url(\'http://wiki.softwarelivre.org/pub/Main/UseOFirefox/baixe-firefox-semSombra.gif\'); ';
    html += 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader';
    html += '(src=\'http://wiki.softwarelivre.org/pub/Main/UseOFirefox/baixe-firefox.png\', sizingMethod=\'scale\');';
  } else {
    html += ' background-image:url(\'http://wiki.softwarelivre.org/pub/Main/UseOFirefox/baixe-firefox.png\'); ';
  }
  html += '">&nbsp;<'+'/a>';
  document.write(html);
}

} catch(e) { }

//]]></script>
<script type="text/javascript">//<![CDATA[

function moveUseFirefox() {
  var x = parseInt(useFirefox.left);
  var y = parseInt(useFirefox.top);
  if ( x < 400 ) {
    x++;
  }
  if ( x > 200 ) {
    y--;
  }
  if ( y < -205 ) {
    x = -300;
    y = 350;
  }
  useFirefox.left = x+"px";
  useFirefox.top = y+"px";
}

if ( ieUseOFirefox || testaUseOFirefox ) {
  var useFirefox = document.getElementById("useFirefox").style;
  setInterval( "moveUseFirefox()", 100 );
}

//]]></script>
</body>
</html>