mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 22:32:19 +00:00
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:
parent
fba95df450
commit
156b79e02e
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user