Add POT and MO files plus script to generate POT file

This commit is contained in:
2014-12-17 20:39:19 +01:00
parent ccab40b4e1
commit 14c1686d98
4 changed files with 509 additions and 0 deletions

20
iwla_get.sh Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
rm -f mega_log
for i in `seq 53 -1 2` ; do
[ ! -f "cybelle/soutade.fr_access.log.$i.gz" ] && continue
zcat "cybelle/soutade.fr_access.log.$i.gz" >> mega_log
echo "cybelle/soutade.fr_access.log.$i.gz"
done
#cat "cybelle/soutade.fr_access.log.2" >> mega_log
echo "cybelle/soutade.fr_access.log.1"
cat "cybelle/soutade.fr_access.log.1" >> mega_log
# cat "cybelle/soutade.fr_access.log" >> mega_log
cat mega_log | ./iwla.py -i -c
# cat "cybelle/soutade.fr_access.log.1" | ./iwla.py -i
# cat "cybelle/soutade.fr_access.log" | ./iwla.py -i
# TODO : reverse analysis
# -f option
# other when pages truncated