You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2004/01/28 04:05:34 UTC

Wiki Code formatting problem...

Gang, 
do we have direct access to the Wiki files??

I would like to once and for all clean up the {{{ }}} issue, with this little 
script

for FILE in `ls .` ; do cat $FILE | sed -r 's/^\{\{\{(.*)\}\}\}$/\1/' 
>~tmpWiki ; mv ~tmpWiki $FILE ; done

Niclas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: Wiki Code formatting problem...

Posted by Leo Simons <le...@apache.org>.
Niclas Hedhman wrote:
> Gang, 
> do we have direct access to the Wiki files??

minotaur.apache.org:/www/wiki.apache.org/avalon/data/text/

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org