<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>




<rss version="2.0" xml:base="http://wiki.com.br/lastChangesRss.pr"
 xmlns:content="http://purl.org/rss/1.0/modules/content/">
   <channel>
      
	<title>Priki :: Últimas Alterações</title>
	<link>http://wiki.com.br</link>
	<description>Priki :: The Prevalent Wiki</description>
	<language>pt-BR</language>
	<copyright>Copyright  2007 Priki | Todos os direitos reservados</copyright>
	<category>Últimas Alterações</category>
	<generator>Powered by Priki e design G. Wolfgang</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
      <item>
	 <title>Teste</title>
	 	 <link>http://wiki.com.br/wiki/Teste</link>
	 <guid>http://wiki.com.br/wiki/Teste</guid>
	 <description></description>
	 <pubDate>Fri, 03 Feb 2012 12:24:16 -0500</pubDate>
	 <content:encoded> <![CDATA[  ]]> </content:encoded>
      </item>
      <item>
	 <title>About Us</title>
	 	 <link>http://wiki.com.br/wiki/About+Us</link>
	 <guid>http://wiki.com.br/wiki/About+Us</guid>
	 <description> We are an independent development team interested in create a wiki without tags, spam free, and an automated relationship between words.   Priki is the Prevalent Wiki, and old project finally implemented and released. It uses Prevayler for data persistence and Webwork to presentation layer. The project is hosted on this server in a Subversion repository http://wiki.com.br/svn/priki /. The trunk folder contain all code and dependencies of Priki. More information in: Development    New features and questions can be sent to Priki Google Group.       Development Team   These people help us with the development of Priki:    Vitor Fernando Pamplona, project owner and main developer    Giovane Roslindo Kuhn , project developer        Thanks   Thanks to people that, in some way, help us to create the project:     Ronie Ulliana , by ideas and initial implementation    Klaus Wuestefeld , by wiki.com.br and by trust in our work   </description>
	 <pubDate>Sat, 14 Jun 2008 21:42:25 -0400</pubDate>
	 <content:encoded> <![CDATA[ <p> We are an independent development team interested in create a wiki without tags, spam free, and an automated relationship between words. </p> <p> Priki is the Prevalent Wiki, and old project finally implemented and released. It uses Prevayler for data persistence and Webwork to presentation layer. The project is hosted on this server in a Subversion repository <a href="http://wiki.com.br/svn/priki" target="_blank">http://wiki.com.br/svn/priki</a> /. The trunk folder contain all code and dependencies of Priki. More information in: <a href="http://wiki.com.br/wiki/Development">Development</a> <a href="wiki/Development"><br /></a> </p> <p> New features and questions can be sent to <a href="http://groups.google.com/group/priki" target="_blank" title="Priki Google Group">Priki Google Group</a>. </p> <p>   </p> <h1> <a href="http://wiki.com.br/wiki/Development">Development</a> Team </h1> <p> These people <a href="http://wiki.com.br/wiki/help">help</a> us with the development of Priki: </p> <ul> <li> <a href="http://vitorpamplona.com"><strong>Vitor Fernando Pamplona</strong></a>, project owner and main developer </li> <li> <strong> <a href="http://grkuhn.blogspot.com">Giovane Roslindo Kuhn</a> </strong>, project developer </li> </ul> <p>   </p> <h1> Thanks </h1> <p> Thanks to people that, in some way, <a href="http://wiki.com.br/wiki/help">help</a> us to create the project: </p> <ul> <li> <strong> Ronie Ulliana </strong>, by ideas and initial implementation </li> <li> <strong> Klaus Wuestefeld </strong>, by wiki.com.br and by trust in our work <br /> </li> </ul> ]]> </content:encoded>
      </item>
      <item>
	 <title>Troubleshooting</title>
	 	 <link>http://wiki.com.br/wiki/Troubleshooting</link>
	 <guid>http://wiki.com.br/wiki/Troubleshooting</guid>
	 <description> The Captcha doesn ' t show in edit page in headless linux server   Install Xvfb   run:  Xvfb :1 -screen 0 1024x768x16 export DISPLAY=localhost@1:0   More Info: http://javaboutique.internet.com/tutorials/captcha/index-2.html   In Debian 4.0:  apt-get install xvfbapt-get install xfonts-baseapt-get install XFree86-fonts-100dpiapt-get install xfonts-100dpi xfonts-75dpiapt-get install xfonts-cyrillicapt-get install xfonts-scalableapt-get install xfonts-cronyx-misc apt-get install libfreetype6apt-get install libxext6apt-get install libxtst6apt-get install libXi6  Change  /etc/init.d/tomcat5.5   setting headless to false and adding:  export DISPLAY=:1.0   Configure Xvfb to start on rc.3: http://curiositydriven.com/2007/10/09/starting-an-x-virtual-framebuffer-on-boot /   Encoding problems   Priki works only with UTF-8 URIs.   Change the properties catalina.sh adding in JAVA_OPTS   -Dfile.encoding=UTF-8   Change server.xml. In the Connector tag, add  URIEncoding="utf-8" useBodyEncodingForURI="true"   If you are using Apache Webserver and JK, open apache2.conf and set:  JkOptions    +ForwardURICompatUnparsed</description>
	 <pubDate>Wed, 09 Jan 2008 08:30:41 -0500</pubDate>
	 <content:encoded> <![CDATA[ <h2> The Captcha doesn ' t show in edit page in headless linux server </h2> <p> Install Xvfb </p> <p> run: </p> <pre>Xvfb :1 -screen 0 1024x768x16 <br />export DISPLAY=localhost@1:0 </pre> <p> More Info: <a href="http://javaboutique.internet.com/tutorials/captcha/index-2.html" target="_blank">http://javaboutique.internet.com/tutorials/captcha/index-2.html</a> </p> <h3> In Debian 4.0: </h3> <pre>apt-get install xvfb<br />apt-get install xfonts-base<br />apt-get install XFree86-fonts-100dpi<br />apt-get install xfonts-100dpi xfonts-75dpi<br />apt-get install xfonts-cyrillic<br />apt-get install xfonts-scalable<br />apt-get install xfonts-cronyx-misc <br />apt-get install libfreetype6<br />apt-get install libxext6<br />apt-get install libxtst6<br />apt-get install libXi6</pre> <p> Change </p> <pre>/etc/init.d/tomcat5.5 </pre> <p> setting headless to false and adding: </p> <pre>export DISPLAY=:1.0 </pre> <p> Configure Xvfb to start on rc.3: <a href="http://curiositydriven.com/2007/10/09/starting-an-x-virtual-framebuffer-on-boot" target="_blank">http://curiositydriven.com/2007/10/09/starting-an-x-virtual-framebuffer-on-boot</a> / </p> <h2> Encoding problems </h2> <p> Priki works only with UTF-8 URIs. </p> <p> Change the properties catalina.sh adding in JAVA_OPTS <br /> </p> <pre>-Dfile.encoding=UTF-8 </pre> <p> Change server.xml. In the Connector tag, add </p> <pre>URIEncoding="utf-8" useBodyEncodingForURI="true" </pre> <p> If you are using Apache Webserver and JK, open apache2.conf and set: </p> <pre>JkOptions    +ForwardURICompatUnparsed</pre> ]]> </content:encoded>
      </item>
      <item>
	 <title>Página Inicial</title>
	 	 <link>http://wiki.com.br/wiki/P%C3%A1gina+Inicial</link>
	 <guid>http://wiki.com.br/wiki/P%C3%A1gina+Inicial</guid>
	 <description> Bem vindo ao projeto Priki, o Wiki prevalente!   O Priki é este portal. Uma engine de Wiki que você não vê e nem usa tags ou qualquer marcação durante a edição das páginas. Tudo é feito com editores HTML e todos os links são criados automaticamente pelo portal.     Se você deseja testar o Priki, há um projeto de teste em http://wiki.com.br/demo. Usuário administrativo é admin e a senha é priki. Divirta-se.     Algumas features do Priki:    Páginas públicas e privadas por grupo de acesso;   Proteção anti-flood com captcha;   Proteção anti-pichação com uma rotina severa de segurança;   Rede de páginas que pode ser vista na pesquisa;   Recursos de Internacionalização   Comentários e Tags nas páginas   Fácil edição dos templates HTML   Histórico das páginas   Rápido e Escalável    Download e Instalação   Há duas versões disponíveis para download:    Binários: http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war   Fontes: http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip    O processo de instalação é simples. Está descrito em Installing (por enquanto somente em inglês)   Se tiver dúvidas em como usar o Priki, veja nossa página descrevendo Como Usar.   Se você encontrar problemas, tiver dúvidas ou sugestões, por favor poste nos comentários desta página ou entre neste grupo de discussão   Ajude-nos    Se você deseja ajudar a desenvolver o Priki, junte-se ao developer team (Development). </description>
	 <pubDate>Sat, 15 Dec 2007 17:21:49 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Bem vindo ao projeto Priki, o Wiki prevalente! </p> <p> O Priki é este portal. Uma engine de Wiki que você não vê e nem usa tags ou qualquer marcação durante a edição das páginas. Tudo é feito com editores HTML e todos os links são criados automaticamente pelo portal. </p> <p> <font color="#ff0000"> <strong> Se você deseja testar o Priki, há um projeto de teste em <a href="http://wiki.com.br/demo" target="_blank">http://wiki.com.br/demo</a>. Usuário administrativo é admin e a senha é priki. Divirta-se. </strong> </font> </p> <p> Algumas features do Priki: </p> <ul> <li> Páginas públicas e privadas por grupo de acesso; </li> <li> Proteção anti-flood com captcha; </li> <li> Proteção anti-pichação com uma rotina severa de segurança; </li> <li> Rede de páginas que pode ser vista na pesquisa; </li> <li> Recursos de Internacionalização </li> <li> Comentários e Tags nas páginas </li> <li> Fácil edição dos templates HTML </li> <li> Histórico das páginas </li> <li> Rápido e Escalável </li> </ul> <h2> Download e Instalação </h2> <p> Há duas versões disponíveis para download: </p> <ol> <li> Binários: <a href="http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war" target="_blank">http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war</a> </li> <li> Fontes: <a href="http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip" target="_blank">http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip</a> </li> </ol> <p> O processo de instalação é simples. Está descrito em <a href="http://wiki.com.br/wiki/Installing">Installing</a> (por enquanto somente em inglês) </p> <p> Se tiver dúvidas em como usar o Priki, veja nossa página descrevendo <a href="http://wiki.com.br/wiki/Como Usar">Como Usar</a>. </p> <p> Se você encontrar problemas, tiver dúvidas ou sugestões, por favor poste nos comentários desta página ou entre neste <a href="http://groups.google.com/group/priki" target="_blank">grupo de discussão</a> </p> <h2> Ajude-nos <br /> </h2> <p> Se você deseja ajudar a desenvolver o Priki, junte-se ao developer team (<a href="http://wiki.com.br/wiki/Development">Development</a>). </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Sobre nós</title>
	 	 <link>http://wiki.com.br/wiki/Sobre+n%C3%B3s</link>
	 <guid>http://wiki.com.br/wiki/Sobre+n%C3%B3s</guid>
	 <description> Desculpem a falha de tradução. Esta página está somente disponível em inglês: About Us </description>
	 <pubDate>Sat, 15 Dec 2007 17:20:02 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Desculpem a falha de tradução. Esta página está somente disponível em inglês: <a href="http://wiki.com.br/wiki/About Us">About Us</a> </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Como Usar</title>
	 	 <link>http://wiki.com.br/wiki/Como+Usar</link>
	 <guid>http://wiki.com.br/wiki/Como+Usar</guid>
	 <description> O uso do Priki é bem simples. Como seu editor é em HTML e todas as formatações estão disponíveis, não é necessário utilizar tags, marcações ou qualquer espécie de palavra chave. Ou seja, deixe o editor trabalhar para você!       Usuários   O Priki tem três formas de trabalho com usuários:    Leitura e Edição de páginas sem necessitar de cadastro;   Leitura e Edição com cadastro simples;   Leitura e Edição com cadastro pelo usuário e aprovação pelos administradores.     O que define que tipo de trabalho será utilizado é a configuração no painel administrativo. Lá você encontrará três definições que irão configurar cada modo de atuação:     Aceitar leitores anônimos:  Se você quiser que apenas usuários registrados tenham acesso as informações     Aceitar editores anônimos:  Se você quiser que apenas usuários registrados possam alterar as páginas.    Cadastrar como:  É o estado que o usuário entra no sistema. Ao se cadastrar, ele pode entrar diretamente no grupo dos Editores, dos Leitores ou dos Usuários.    No último ítem está a grande liberdade do Priki. Se você configurar para o novo usuário entrar com o status de Usuário. Isso indica ao Priki, que algum administrador terá que transformá-lo em Leitor ou Editor para que ele possa interajir com o sistema (desde que você não aceite edições e leituras anônimas). Ou seja, é como se você utilizasse um sistema de aprovação de usuários. Só lê e edita quem o administrador quer.   Se você configurar para entrar como Leitor, o administrador poderá definir quem pode alterar as páginas do Wiki, transformando manualmente os Leitores para Editores no painel administrativo. Neste caso, exemplifica a documentação de um projeto de uma empresa, por exemplo. Todos os usuários registrados seriam leitores (ou os clientes) e não poderiam alterar as páginas a não ser que o administrador desse esta permissão.   Ao configurar como Editor, cada novo usuário tem acesso a ler e editar as páginas sem a intervenção de administradores.       Visibilidade de cada página    É claro que, essa configuração é no geral. Cada página tem o seu nível de visibilidade por grupo. Ou seja, se uma pessoa estiver no grupo dos editores, ele não poderá ver uma página criada com " Vibilidade Admnistrativa ". A visibilidade aparece num quadro vermelho na edição de cada página. Ela pode ser pública, onde não necessita de cadastro para ler e editar; só para leitores, só para editores ou só para administradores.       Case sensitive   Esta opção indica ao Priki que ao efetuar o link para uma determinada página deve ser considerado o nome como sendo case sensitive ou insensitive. Por exemplo, temos uma página   case sensitive   com o nome " Roger Waters ", o Priki efetua o link para esta página apenas se texto digitado é exatamente " Roger Waters ". Num outro cenário, temos a página   case insensitive   com o nome " Orientação a Objetos ", o Priki desconsidera letras maiúsculas e minúsculas e efetua o link para esta página com textos " Orientação a objetos ", " orientação a objetos ", " ORIENTAÇÃO A OBJETOS ", e todas as outras combinações.       Suporte multi-línguas    O suporte atual a internacionalização permite mudar as informações contidas nos templates ou em mensagens de erro para diversas linguagens. Ainda não existe uma forma de associar duas páginas iguais em línguas diferentes. Estaremos desenvolvendo isso em breve juntamente com o suporte a sinônimos. </description>
	 <pubDate>Sat, 15 Dec 2007 17:18:53 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> O uso do Priki é bem simples. Como seu editor é em HTML e todas as formatações estão disponíveis, não é necessário utilizar tags, marcações ou qualquer espécie de palavra chave. Ou seja, deixe o editor trabalhar para você! </p> <p>   </p> <h2> Usuários </h2> <p> O Priki tem três formas de trabalho com usuários: </p> <ul> <li> Leitura e Edição de páginas sem necessitar de cadastro; </li> <li> Leitura e Edição com cadastro simples; </li> <li> Leitura e Edição com cadastro pelo usuário e aprovação pelos administradores. <br /> </li> </ul> <p> O que define que tipo de trabalho será utilizado é a configuração no painel administrativo. Lá você encontrará três definições que irão configurar cada modo de atuação: </p> <ul> <li> <strong> Aceitar leitores anônimos: </strong> Se você quiser que apenas usuários registrados tenham acesso as informações <br /> </li> <li> <strong> Aceitar editores anônimos: </strong> Se você quiser que apenas usuários registrados possam alterar as páginas. </li> <li> <strong> Cadastrar como: </strong> É o estado que o usuário entra no sistema. Ao se cadastrar, ele pode entrar diretamente no grupo dos Editores, dos Leitores ou dos Usuários. </li> </ul> <p> No último ítem está a grande liberdade do Priki. Se você configurar para o novo usuário entrar com o status de Usuário. Isso indica ao Priki, que algum administrador terá que transformá-lo em Leitor ou Editor para que ele possa interajir com o sistema (desde que você não aceite edições e leituras anônimas). Ou seja, é como se você utilizasse um sistema de aprovação de usuários. Só lê e edita quem o administrador quer. </p> <p> Se você configurar para entrar como Leitor, o administrador poderá definir quem pode alterar as páginas do Wiki, transformando manualmente os Leitores para Editores no painel administrativo. Neste caso, exemplifica a documentação de um projeto de uma empresa, por exemplo. Todos os usuários registrados seriam leitores (ou os clientes) e não poderiam alterar as páginas a não ser que o administrador desse esta permissão. </p> <p> Ao configurar como Editor, cada novo usuário tem acesso a ler e editar as páginas sem a intervenção de administradores. </p> <p>   </p> <h2> Visibilidade de cada página <br /> </h2> <p> É claro que, essa configuração é no geral. Cada página tem o seu nível de visibilidade por grupo. Ou seja, se uma pessoa estiver no grupo dos editores, ele não poderá ver uma página criada com " Vibilidade Admnistrativa ". A visibilidade aparece num quadro vermelho na edição de cada página. Ela pode ser pública, onde não necessita de cadastro para ler e editar; só para leitores, só para editores ou só para administradores. </p> <p>   </p> <h2> Case sensitive </h2> <p> Esta opção indica ao Priki que ao efetuar o link para uma determinada página deve ser considerado o nome como sendo case sensitive ou insensitive. Por exemplo, temos uma página <u> <em> case sensitive </em> </u> com o nome " Roger Waters ", o Priki efetua o link para esta página apenas se texto digitado é exatamente " Roger Waters ". Num outro cenário, temos a página <u> <em> case insensitive </em> </u> com o nome " Orientação a Objetos ", o Priki desconsidera letras maiúsculas e minúsculas e efetua o link para esta página com textos " Orientação a objetos ", " orientação a objetos ", " ORIENTAÇÃO A OBJETOS ", e todas as outras combinações. </p> <p>   </p> <h2> Suporte multi-línguas <br /> </h2> <p> O suporte atual a internacionalização permite mudar as informações contidas nos templates ou em mensagens de erro para diversas linguagens. Ainda não existe uma forma de associar duas páginas iguais em línguas diferentes. Estaremos desenvolvendo isso em breve juntamente com o suporte a sinônimos. </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Installing</title>
	 	 <link>http://wiki.com.br/wiki/Installing</link>
	 <guid>http://wiki.com.br/wiki/Installing</guid>
	 <description> Priki installation is really simple. First you have to install some Web Application Server. Tomcat is a good server.   With tomcat installed, follow these instructions.    Download Priki war file and  put it inside  the directory:  elt;TOMCAT_HOMEegt;/webapps    Restart tomcat  and let it unzip the war file. Go to  elt;TOMCAT_HOMEegt;/webapps/elt;PRIKI_FOLDERegt;/WEB-INF/classes   Open the property file  prevayler.properties . You can change these values to your configurations. Replace the value in  database.path  property pointing a directory that you want Priki save its content.   If you want execute Priki in a cluster of web applications you can set data replication properties:  database.mirroringType ,  database.mirroringPort    and  database.serverIP   . The type can be   none   if you aren ' t using replication,  server  if this tomcat is the server, or  client  if this tomcat is the client. If you choose server or client configurations you must pass the  port , and specially in client you must pass the  IP  of the server.   Now  restart  tomcat and load priki in your browser. Enter in administrator page clicking in  Admin . The default user is " admin " and password is " priki ". Change the default  name ,  slogan  and  Base Path  to your site. The Base Path is the default url to project. Example: http://localhost:8080/priki or http://myserver.com   See also: Troubleshooting    You do it! </description>
	 <pubDate>Sat, 15 Dec 2007 17:18:41 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Priki installation is really simple. First you have to install some Web Application Server. <a href="http://tomcat.apache.org">Tomcat</a> is a good server. </p> <p> With tomcat installed, follow these instructions. <br /> </p> <p> Download <a href="svn/priki/trunk/priki/target/dist/priki.war" title="Priki Binaries">Priki war file</a> and <strong> put it inside </strong> the directory: </p> <pre>&lt;TOMCAT_HOME&gt;/webapps </pre> <p> <strong> Restart tomcat </strong> and let it unzip the war file. Go to </p> <pre>&lt;TOMCAT_HOME&gt;/webapps/&lt;PRIKI_FOLDER&gt;/WEB-INF/classes </pre> <p> Open the property file <strong> prevayler.properties </strong>. You can change these values to your configurations. Replace the value in <strong> database.path </strong> property pointing a directory that you want Priki save its content. </p> <p> If you want execute Priki in a cluster of web applications you can set data replication properties: <strong> database.mirroringType </strong>, <strong> database.mirroringPort </strong> <strong> </strong> and <strong> database.serverIP </strong> <strong> </strong>. The type can be <strong> <em> none </em> </strong> if you aren ' t using replication, <strong> server </strong> if this tomcat is the server, or <strong> client </strong> if this tomcat is the client. If you choose server or client configurations you must pass the <strong> port </strong>, and specially in client you must pass the <strong> IP </strong> of the server. </p> <p> Now <strong> restart </strong> tomcat and load priki in your browser. Enter in administrator page clicking in <strong> Admin </strong>. The default user is " admin " and password is " priki ". Change the default <strong> name </strong>, <strong> slogan </strong> and <strong> Base Path </strong> to your site. The Base Path is the default url to project. Example: <a href="http://localhost:8080/priki" target="_blank">http://localhost:8080/priki</a> or <a href="http://myserver.com" target="_blank">http://myserver.com</a> </p> <p> See also: <a href="http://wiki.com.br/wiki/Troubleshooting">Troubleshooting</a> <br /> </p> <p> You do it! </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Quem usa o Priki</title>
	 	 <link>http://wiki.com.br/wiki/Quem+usa+o+Priki</link>
	 <guid>http://wiki.com.br/wiki/Quem+usa+o+Priki</guid>
	 <description> Lista dos sites públicos que utilizam o priki:     		Grupo Escoteiro Santa Mônica   Ajuri   Prevayler   XisPe   JavaFree (O priki é a base do JavaFreeCMS)    VitorPamplona.com   Zaboomba.org    Fora estes existem mais alguns sites privados. </description>
	 <pubDate>Sat, 15 Dec 2007 17:18:29 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Lista dos sites públicos que utilizam o priki: </p> <ul> <li> <a href="http://gesantamonica.org/" target="_blank"> 		Grupo Escoteiro Santa Mônica</a> </li> <li> <a href="ajuri/wiki/">Ajuri</a> </li> <li> <a href="http://prevayler.org">Prevayler</a> </li> <li> <a href="http://xispe.com.br">XisPe</a> </li> <li> <a href="http://javafree.org">JavaFree</a> (O priki é a base do <a href="https://javafreecms.dev.java.net">JavaFreeCMS</a>) <br /> </li> <li> <a href="http://VitorPamplona.com">VitorPamplona.com</a> </li> <li> <a href="http://zaboomba.org">Zaboomba.org</a> </li> </ul> <p> Fora estes existem mais alguns sites privados. </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Police</title>
	 	 <link>http://wiki.com.br/wiki/Police</link>
	 <guid>http://wiki.com.br/wiki/Police</guid>
	 <description> The Priki Police routines really work.    Priki is used as the core of JavaFreeCMS Project, used in JavaFree.org. JavaFree is a virtual Java community that is using JavaFreeCMS, and consequently Priki. In two months, the automated police routine of Priki already block 3000 bad urls. Priki police was always right!    The Police Routine consists in:    Block any text if it has more than 60 % of links   One time blocked, all urls and the user IP is saved in two lists: bad urls and bad users;   Each new text, the routine consults if the text has bad links or was sent by a bad user. If true, it blocks the text.   By the administration panel, users can block new Texts that priki cannot indetify as bad texts.   Also in administrator panel, users can set users and links as good users or good links.   </description>
	 <pubDate>Sat, 15 Dec 2007 17:18:05 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> The Priki <a href="http://wiki.com.br/wiki/Police">Police</a> routines really work. </p> <p> <br /> Priki is used as the core of JavaFreeCMS Project, used in JavaFree.org. JavaFree is a virtual Java community that is using JavaFreeCMS, and consequently Priki. In two months, the automated police routine of Priki already block 3000 bad urls. Priki police was always right! </p> <p> <br /> The <a href="http://wiki.com.br/wiki/Police">Police</a> Routine consists in: </p> <ol> <li> Block any text if it has more than 60 % of links </li> <li> One time blocked, all urls and the user IP is saved in two lists: bad urls and bad users; </li> <li> Each new text, the routine consults if the text has bad links or was sent by a bad user. If true, it blocks the text. </li> <li> By the administration panel, users can block new Texts that priki cannot indetify as bad texts. </li> <li> Also in administrator panel, users can set users and links as good users or good links. </li> </ol> <br /> ]]> </content:encoded>
      </item>
      <item>
	 <title>TO-DO List</title>
	 	 <link>http://wiki.com.br/wiki/TO-DO+List</link>
	 <guid>http://wiki.com.br/wiki/TO-DO+List</guid>
	 <description> Feature TO-DO List to Priki project    TO-DO  list    AJAX support (Login, Logout, Comment, Edit Wikiword).    Full English revision   Stress tests   Upload images and zip files (until 1MB).    Synonims   Invites   Access count by Wikiword   External linkage with JavaScript   Mark a Keyword to someone write about it.   Backups   Article of the day   Support to OpenID    Delete Wikiword   Change Menus on Administrator Panel   Draft   Right Menu Specification on Administator Panel   Change the layout size   </description>
	 <pubDate>Sat, 15 Dec 2007 17:14:38 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Feature <a href="http://wiki.com.br/wiki/TO-DO List">TO-DO List</a> to Priki project </p> <p> <strong> TO-DO </strong> list </p> <ul> <li> AJAX support (Login, Logout, Comment, Edit Wikiword). <br /> </li> <li> Full English revision </li> <li> Stress tests </li> <li> Upload images and zip files (until 1MB). <br /> </li> <li> Synonims </li> <li> Invites </li> <li> Access count by Wikiword </li> <li> External linkage with JavaScript </li> <li> Mark a Keyword to someone write about it. </li> <li> Backups </li> <li> Article of the day </li> <li> Support to OpenID <br /> </li> <li> Delete Wikiword </li> <li> Change Menus on Administrator Panel </li> <li> Draft </li> <li> Right Menu Specification on Administator Panel </li> <li> Change the layout size <br /> </li> </ul> ]]> </content:encoded>
      </item>
      <item>
	 <title>DONE List</title>
	 	 <link>http://wiki.com.br/wiki/DONE+List</link>
	 <guid>http://wiki.com.br/wiki/DONE+List</guid>
	 <description> Feature List to Priki project    Simple Wikiwords   HTML parser and formatter   History of description   HTML Editor   Web architecture for dynamic pages (Webwork and Velocity)   Redirect simple URL (/ wiki / *)   Easy captcha based anti-flood   Composite Wikiwords   List element in strings   Last changes   History Rollback   Links detector   Text posted by User (IP)   Time Rollback   User Rollback   User History   Readonly Wiki   Related content   Date formatter   Wikipolice   Sets a good IP.   Prevalence persistence   Default Layout   Search engine   Search with related content   No parser effect inside e lt; a e gt; and e lt; pre e gt; tags   Free / Public Comments (Policed)   Users   Permissions by User / Reader / Editor / Admin   Periodic Snapshot to Prevayler   Group banned urls by domain   More users with administrative permissions   Case insensitive Wikiwords   Public / Private Pages    Clean Layout    Internacionalization   URLs with special chars (UTF-8)   Rename Wikiword   RSS Generator   Last Changes as a Blog    Sort the keywords on the search page    Tags and Index by Tags.   Forgot my password   E-mails when page changes   Parser for Time, Date, Percent and Words with quotes as: o ' clock   </description>
	 <pubDate>Sat, 15 Dec 2007 17:14:30 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Feature List to Priki project </p> <ul> <li> Simple Wikiwords </li> <li> HTML parser and formatter </li> <li> History of description </li> <li> HTML Editor </li> <li> Web architecture for dynamic pages (Webwork and Velocity) </li> <li> Redirect simple URL (/ wiki / *) </li> <li> Easy captcha based anti-flood </li> <li> Composite Wikiwords </li> <li> List element in strings </li> <li> Last changes </li> <li> History Rollback </li> <li> Links detector </li> <li> Text posted by User (IP) </li> <li> Time Rollback </li> <li> User Rollback </li> <li> User History </li> <li> Readonly Wiki </li> <li> Related content </li> <li> Date formatter </li> <li> Wikipolice </li> <li> Sets a good IP. </li> <li> Prevalence persistence </li> <li> Default Layout </li> <li> Search engine </li> <li> Search with related content </li> <li> No parser effect inside & lt; a & gt; and & lt; pre & gt; tags </li> <li> Free / Public Comments (Policed) </li> <li> Users </li> <li> Permissions by User / Reader / Editor / Admin </li> <li> Periodic Snapshot to Prevayler </li> <li> Group banned urls by domain </li> <li> More users with administrative permissions </li> <li> Case insensitive Wikiwords </li> <li> Public / Private Pages <br /> </li> <li> Clean Layout <br /> </li> <li> Internacionalization </li> <li> URLs with special chars (UTF-8) </li> <li> Rename Wikiword </li> <li> RSS Generator </li> <li> Last Changes as a Blog <br /> </li> <li> Sort the keywords on the search page <br /> </li> <li> Tags and Index by Tags. </li> <li> Forgot my password </li> <li> E-mails when page changes </li> <li> Parser for Time, Date, Percent and Words with quotes as: o ' clock </li> <br /> </ul> ]]> </content:encoded>
      </item>
      <item>
	 <title>Development</title>
	 	 <link>http://wiki.com.br/wiki/Development</link>
	 <guid>http://wiki.com.br/wiki/Development</guid>
	 <description> Priki is developed by Vitor Fernando Pamplona. It is his hobbie: P   The source code is in a Subversion server: http://wiki.com.br/svn/priki /. We use the default structure of a svn project, so the trunk store the head version. There you will find three projects: priki, prikiEngine and priki_Ronie:     priki_Ronie  is the first an very old version of the business objects of priki developed by Ronie Ulliana. It stay there only for history.: P    priki_Engine  is the core of priki. There you will find all business objects, the parser and formatter classes. The business objects are domain objects with some business rules. Parser and Formatter are class that transform HTML codes in priki words and priki words in HTML code. Also there are unit tests for each routine in priki.     priki  is the web application project. It uses priki_Engine as core and creates a web interface to that core. There are all interface dependencies, like captcha API, Tiny MCE editor, pages and stylesheets, WebWork actions, Prevayler transactions, and all the rest.    These " modules " give to prikiEngine and an independency of view and persistence APIs and allow other people to use the same architecture of Priki in their projects. JavaFreeCMS is the first project that uses the priki core structure.   To contribute with us, download, run and study the code. Priki Google Group help us to discuss, with some interested people, the new features of Priki. If you wanna be a developer you must include yourself in this list.    See you there! </description>
	 <pubDate>Sat, 15 Dec 2007 17:14:21 -0500</pubDate>
	 <content:encoded> <![CDATA[ <p> Priki is developed by Vitor Fernando Pamplona. It is his hobbie: P </p> <p> The source code is in a Subversion server: <a href="http://wiki.com.br/svn/priki" target="_blank">http://wiki.com.br/svn/priki</a> /. We use the default structure of a svn project, so the trunk store the head version. There you will find three projects: priki, prikiEngine and priki_Ronie: </p> <ul> <li> <strong> priki_Ronie </strong> is the first an very old version of the business objects of priki developed by Ronie Ulliana. It stay there only for history.: P </li> <li> <strong> priki_Engine </strong> is the core of priki. There you will find all business objects, the parser and formatter classes. The business objects are domain objects with some business rules. Parser and Formatter are class that transform HTML codes in priki words and priki words in HTML code. Also there are unit tests for each routine in priki. <br /> </li> <li> <strong> priki </strong> is the web application project. It uses priki_Engine as core and creates a web interface to that core. There are all interface dependencies, like captcha API, Tiny MCE editor, pages and stylesheets, WebWork actions, Prevayler transactions, and all the rest. </li> </ul> <p> These " modules " give to prikiEngine and an independency of view and persistence APIs and allow other people to use the same architecture of Priki in their projects. <a href="https://javafreecms.dev.java.net" target="_blank" title="JavaFreeCMS project">JavaFreeCMS</a> is the first project that uses the priki core structure. </p> <p> To contribute with us, download, run and study the code. <a href="http://groups.google.com/group/priki" target="_blank">Priki Google Group</a> <a href="http://wiki.com.br/wiki/help">help</a> us to discuss, with some interested people, the new features of Priki. If you wanna be a developer you must include yourself in this list. <br /> </p> <p> See you there! </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Test</title>
	 	 <link>http://wiki.com.br/wiki/Test</link>
	 <guid>http://wiki.com.br/wiki/Test</guid>
	 <description> A new Test prevalent wiki cccccccccccccccccccccccccccc ccccccc ccccccccccccccccccccccccccccccccccccccccccccccccccc JUnit Java   Русский текст       Oh, very nice WYSIWYG editor.       Here ' s a table example:      Entry 1, 1       Entry 2, 1              Link in table:              </description>
	 <pubDate>Thu, 01 Nov 2007 19:56:13 -0400</pubDate>
	 <content:encoded> <![CDATA[ <p> A new <a href="http://wiki.com.br/wiki/Test">Test</a> prevalent wiki cccccccccccccccccccccccccccc <a href="bk">ccccccc</a> ccccccccccccccccccccccccccccccccccccccccccccccccccc JUnit Java </p> <p> Русский текст </p> <p>   </p> <p> Oh, very nice WYSIWYG editor. </p> <p>   </p> <p> Here ' s a table example: </p> <table> <tbody> <tr> <td> Entry 1, 1   </td> <td> <em> <strong> Entry 2, 1 </strong> </em> <br /> </td> </tr> <tr> <td>   </td> <td>   <a href="www.prevayler.org" target="_blank" title="A link to prevayler">Link in table: </a> <br /> </td> </tr> </tbody> </table> <p>   </p> <p>   </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>demo</title>
	 	 <link>http://wiki.com.br/wiki/demo</link>
	 <guid>http://wiki.com.br/wiki/demo</guid>
	 <description>Por favor usem a nossa base de teste: http://wiki.com.br/demo/wiki/</description>
	 <pubDate>Tue, 23 Oct 2007 17:54:06 -0400</pubDate>
	 <content:encoded> <![CDATA[ Por favor usem a nossa base de teste: <a href="http://wiki.com.br/demo/wiki/" target="_blank">http://wiki.com.br/demo/wiki/</a> ]]> </content:encoded>
      </item>
      <item>
	 <title>markup</title>
	 	 <link>http://wiki.com.br/wiki/markup</link>
	 <guid>http://wiki.com.br/wiki/markup</guid>
	 <description>Sorry for posting like this: what is the Wiki Mark-Up Language? Well, or more simple: how to create new pages and link to them?</description>
	 <pubDate>Fri, 07 Sep 2007 12:33:49 -0400</pubDate>
	 <content:encoded> <![CDATA[ Sorry for posting like this: what is the Wiki Mark-Up Language? Well, or more simple: how to create new pages and link to them? ]]> </content:encoded>
      </item>
      <item>
	 <title>help</title>
	 	 <link>http://wiki.com.br/wiki/help</link>
	 <guid>http://wiki.com.br/wiki/help</guid>
	 <description>   Help    To give assistance to someone    </description>
	 <pubDate>Mon, 09 Jul 2007 14:01:35 -0400</pubDate>
	 <content:encoded> <![CDATA[ <div align="center"> <h1> <strong> Help </strong> </h1> <p> To give assistance to someone   </p> </div> ]]> </content:encoded>
      </item>
      <item>
	 <title>teste do klaus</title>
	 	 <link>http://wiki.com.br/wiki/teste+do+klaus</link>
	 <guid>http://wiki.com.br/wiki/teste+do+klaus</guid>
	 <description>.</description>
	 <pubDate>Fri, 01 Jun 2007 05:02:28 -0400</pubDate>
	 <content:encoded> <![CDATA[ . ]]> </content:encoded>
      </item>
      <item>
	 <title>Front Page</title>
	 	 <link>http://wiki.com.br/wiki/Front+Page</link>
	 <guid>http://wiki.com.br/wiki/Front+Page</guid>
	 <description> Welcome to the Priki Project!   Priki is this WikiWikiWeb portal. It ' s a free software project, under GPL 2.0 license, 100 % covered by unit tests. You can test it here: http://wiki.com.br/demo    Main Priki features are:    Public and private pages per access group   Protection Anti-flood by captcha   Protection Anti-hackers with a police security implementation    Page Network in search   Internacionalization   Comments and users   Easy editing    History of each page.    Faster    Works on a cluster of web servers    Download And Install   Try the Test page or download Priki:    Binaries: http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war   Sources: http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip    Read Installing   Have you questions, ideas or suggestions? Join this discussion group   Join Us   Help the Priki Project. Join the developer team (Development). </description>
	 <pubDate>Sun, 01 Apr 2007 17:19:33 -0400</pubDate>
	 <content:encoded> <![CDATA[ <p> Welcome to the Priki Project! </p> <p> Priki is this WikiWikiWeb portal. It ' s a free software project, under GPL 2.0 license, 100 % covered by unit tests. You can test it here: <a href="http://wiki.com.br/demo" target="_blank">http://wiki.com.br/demo</a> <br /> </p> <p> Main Priki features are: </p> <ul> <li> Public and private pages per access group </li> <li> Protection Anti-flood by captcha </li> <li> Protection Anti-hackers with a police security implementation <br /> </li> <li> Page Network in search </li> <li> Internacionalization </li> <li> Comments and users </li> <li> Easy editing <br /> </li> <li> History of each page. <br /> </li> <li> Faster <br /> </li> <li> Works on a cluster of web servers </li> </ul> <h2> Download And Install </h2> <p> Try the <a href="http://wiki.com.br/wiki/Test">Test</a> page or download Priki: </p> <ol> <li> Binaries: <a href="http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war" target="_blank">http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki.war</a> </li> <li> Sources: <a href="http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip" target="_blank">http://wiki.com.br/svn/priki/trunk/priki/target/dist/priki-src.zip</a> </li> </ol> <p> Read <a href="http://wiki.com.br/wiki/Installing">Installing</a> </p> <p> Have you questions, ideas or suggestions? Join this <a href="http://groups.google.com/group/priki">discussion group</a> </p> <h2> Join Us </h2> <p> Help the Priki Project. Join the developer team (<a href="http://wiki.com.br/wiki/Development">Development</a>). </p> ]]> </content:encoded>
      </item>
      <item>
	 <title>Release Changes</title>
	 	 <link>http://wiki.com.br/wiki/Release+Changes</link>
	 <guid>http://wiki.com.br/wiki/Release+Changes</guid>
	 <description> Version 0.3   Private (Editor ' s, Admin ' s) pages.    UTF-8 Encoding URLs    Public / Private  Pages   Clean Layout    Internationalization     Version 0.2   Cases insensitive, now!    Case  insensitive  Wikiwords    Group banned urls by domain   Comments    Users  and roles     Group banned urls by domain    Version 0.1   Initial version of priki.    Wikiwords  network     Hard  police  algorithm    HTML  Editor   Readonly Wiki    Prevalence  persistence   Search engine  </description>
	 <pubDate>Sun, 01 Apr 2007 02:48:48 -0400</pubDate>
	 <content:encoded> <![CDATA[ <h2> Version 0.3 </h2> <p> Private (Editor ' s, Admin ' s) pages. </p> <ul> <li> UTF-8 Encoding URLs </li> <li> <strong> Public / Private </strong> Pages </li> <li> Clean Layout </li> <li> <strong> Internationalization </strong> </li> </ul> <h2> Version 0.2 </h2> <p> Cases insensitive, now! </p> <ul> <li> Case <strong> insensitive </strong> Wikiwords <br /> </li> <li> Group banned urls by domain </li> <li> Comments </li> <li> <strong> Users </strong> and roles <strong> </strong> </li> <li> Group banned urls by domain </li> </ul> <h2> Version 0.1 </h2> <p> Initial version of priki. </p> <ul> <li> Wikiwords <strong> network </strong> <br /> </li> <li> Hard <strong> police </strong> algorithm </li> <li> <strong> HTML </strong> Editor </li> <li> Readonly Wiki </li> <li> <strong> Prevalence </strong> persistence </li> <li> Search engine </li> </ul> ]]> </content:encoded>
      </item>
      <item>
	 <title>Impressum</title>
	 	 <link>http://wiki.com.br/wiki/Impressum</link>
	 <guid>http://wiki.com.br/wiki/Impressum</guid>
	 <description>You can contact us in Priki Google Group, where all new project features are discussed.</description>
	 <pubDate>Thu, 15 Mar 2007 14:08:18 -0400</pubDate>
	 <content:encoded> <![CDATA[ You can contact us in <a href="http://groups.google.com/group/priki" target="_blank" title="Priki Google Group">Priki Google Group</a>, where all new project features are discussed. ]]> </content:encoded>
      </item>
      <item>
	 <title>Contact</title>
	 	 <link>http://wiki.com.br/wiki/Contact</link>
	 <guid>http://wiki.com.br/wiki/Contact</guid>
	 <description>You can contact us in Priki Google Group, where all new project features are discussed. </description>
	 <pubDate>Sun, 06 Aug 2006 14:09:55 -0400</pubDate>
	 <content:encoded> <![CDATA[ You can contact us in <a title="Priki Google Group" target="_blank" href="http://groups.google.com/group/priki">Priki Google Group</a>, where all new project features are discussed. <br /> ]]> </content:encoded>
      </item>
   </channel>

</rss>

