some basic anti-spam measures

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17386 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-02-28 22:37:59 +00:00
parent fba95df450
commit 156b79e02e
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-02-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.in.in (i18n.php): make the target depend on postats.sh.
* postats.sh: make the e-mail addresses less readable.
2007-02-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* es.po: update from Eulogio Serradilla.

View File

@ -517,7 +517,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc
}' \
${top_srcdir}/lib/ui/*.ui ${top_srcdir}/lib/ui/*.inc > $@
i18n.php: $(POFILES)
i18n.php: $(POFILES) postats.sh
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
force:

View File

@ -106,7 +106,7 @@ run_msgfmt () {
input=`echo $input | sed 's/ */ /g' | cut -d ' ' -f 2-`
translator=`echo $input | cut -d '<' -f 1 | sed 's/ *$//'`
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1`
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1 | sed -e 's/@/ () /' -e 's/\./ ! /g'`
}
unset input