diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 13:54:50 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 13:54:50 +0000 |
commit | 6cf1d4304b81442790be9126e9b4e4ff89955905 (patch) | |
tree | 0a7c7dd1e49b0fa1a69dea908e439b3556faaf14 /tmpl | |
parent | 48c18b7e133b126c77bc6fb8c2880cb8ff7e0925 (diff) | |
download | mgapeople-6cf1d4304b81442790be9126e9b4e4ff89955905.tar mgapeople-6cf1d4304b81442790be9126e9b4e4ff89955905.tar.gz mgapeople-6cf1d4304b81442790be9126e9b4e4ff89955905.tar.bz2 mgapeople-6cf1d4304b81442790be9126e9b4e4ff89955905.tar.xz mgapeople-6cf1d4304b81442790be9126e9b4e4ff89955905.zip |
Add txt output for userindex
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/userindex.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpl/userindex.txt b/tmpl/userindex.txt new file mode 100644 index 0000000..54eb705 --- /dev/null +++ b/tmpl/userindex.txt @@ -0,0 +1,3 @@ +[% FOREACH user IN users -%] +[% user.value.uid.0 %]:[% user.value.cn.0 %] +[% END %] |