Piero V.

Plugin RewriteURLs (v2.0) [Flatpress]

Italiano

Ho scritto questo plugin che è un’alternativa a PrettyURLs, plugin che è incluso con Flatpress ma che ha un po’ di bug e richiede certi lavori di patch per gli sviluppatori di plugin.

Come tale ha gli URL compatibili con PrettyURLs e quindi anche il file .htaccess.

Se usavate già PrettyURLs l’unica cosa richiesta è di disabilitarlo ed abilitare RewriteURLs, altrimenti dovete anche creare un file .htaccess simile a questo (se usate Apache HTTPD):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /root/to/fp
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /flatpresssvn/index.php [L]
</IfModule>

Altrimenti dovete modificare la configurazione del vostro server (per esempio se usate LigHTTPD).

In questa versione ho migliorato l’algoritmo e ho fatto qualche altra piccola correzione.

N.B.: il primo caricamento appena abilitato sarà più lungo in quanto il plugin deve crearsi una cache.

Se aggiorni semplicemente il plugin, elimina la cache dal pannello “Manutenzione” o il plugin non funzionerà!

Devo ringraziare NoWhereMan perché senza di lui questo plugin non sarebbe fatto bene. … [Leggi il resto]

Small bug in Dokucaptcha plugin

Hi, I discovered a small bug in the plugin Dokucaptcha.

There was a & instead of &amp;.

Now it’s fixed and I suggest you to download again.

Ho scoperto un piccolo bug nel plugin Dokucaptcha.

Cera un & al posto di un &amp;.

Ora è sistemato, perciò vi consiglio di scaricarlo di nuovo.

Bug in RewriteURLs

Italiano

Ho corretto due bug nel Plugin RewriteURLs 1.1.

Sono giusto due sciocchezze però vi invito lo stesso a riscaricarlo.

Purtroppo in questo periodo sono saturato da un altro progetto, però sto lo stesso cercando di scrivere la nuova versione.

Licenza: GNU GPL v2

Download: rewriteurls_v1.1.tar.gz

Download:

English

I’ve fixed two bugs in Plugin RewriteURLs 1.1.

They’re very small but I suggest you to update the plugin.

Unfortunately at the moment I’m working on another important project but I’m trying to write the new version of this plugin.

License: GNU GPL v2

Download: rewriteurls_v1.1.tar.gz

Plugin Dokucaptcha (v1.0) [Flatpress]

SMALL UPDATE: There was an error that broke HTML Validation. Now it’s fixed. (12/1/2011).

Italiano

Ho portato il plugin captcha di Dokuwiki (da qui il nome) a Flatpress.

In realtà è un insieme di software di più persone ma trovate tutti i dettagli nel file authors.txt.

Ha diverse modalità di funzionamento: Testuale, Javascript, Immagine o Audio.

Potete scegliere la vostra preferita da Amministrazione -> Plugin -> Dokucaptcha.

Lingue incluse: en-us e it-it.

Licenza: GNU GPL solo versione 2.

Download: dokucaptcha_v1.0.tar.gz.

English

Sorry for the ugly English. I hope you can understand.

I’ve made the porting of Dokuwiki’s captcha plugin (it’s called so because of this) to Flatpress.

It includes many softwares. Authors of that are in authors.txt.

It has some captcha types: Textual, Javascript, Image or Audio.

You can select your favourite mode from Admin -> Plugins -> Dokucaptcha.

Languages: en-us e it-it.

License: GNU GPL only version 2.

Download: dokucaptcha_v1.0.tar.gz.

Plugin RewriteURLs (v1.1) [Flatpress]

IMPORTANT UPDATE: Two Bug Fixed (6/1/2011).

Italiano

Ho rilasciato questa nuova versione di RewriteURLs perché ho scoperto un bug abbastanza grave.

Se non volete riscaricarlo, basta correggere a linea 229 il @$e[2]<$maxday che deve essere @$e[2]<=$maxday.

Grazie e scusate per non essermene accorto prima.

Licenza: GNU GPLv2

Download: rewriteurls_v1.1.tar.gz

English

I’ve released a new version of RewriteURLs because there was a nasty bug.

If you don’t want to download again, edit at line 229: @$e[2]<$maxday must be @$e[2]<=$maxday.

Thanks and sorry for haven’t discovered the bug earlier.

Licenza: GNU GPLv2

Download: rewriteurls_v1.1.tar.gz