Rev 17648 | Rev 18030 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17648 | Rev 17858 | ||
---|---|---|---|
Line 68... | Line 68... | ||
68 | data=module=$(dt1[3;])\ |
68 | data=module=$(dt1[3;])\ |
69 | module_author=$(dt2[2;])\ |
69 | module_author=$(dt2[2;])\ |
70 | module_version=$(dt2[5;])\ |
70 | module_version=$(dt2[5;])\ |
71 | module_mail=$t_email2\ |
71 | module_mail=$t_email2\ |
72 | module_maintainer_mail=$(dt2[4;]) |
72 | module_maintainer_mail=$(dt2[4;]) |
- | 73 | !if $(dt2[4;])!=$empty |
|
73 |
|
74 | local_email=$(dt2[4;]) |
- | 75 | !else |
|
- | 76 | local_email=$t_email2 |
|
- | 77 | !endif |
|
74 |
|
78 | tmp=!nospace $(dt2[1;]) |
75 |
|
79 | !if oef isitemof $tmp |
76 |
|
80 | t_email1=!replace internal xiao@unice.fr by $DEBUG_MODULE in $(dt1[2;]) |
77 |
|
81 | tmp=!replace internal def/ by $empty in $(dt1[5;]) |
78 |
|
82 | tmp=!replace internal .def by $empty in $tmp |
79 |
|
83 | data=$data\ |
80 | \ |
84 | \ |
81 | OEF_exo=$tmp\ |
85 | OEF_exo=$tmp\ |
82 | OEF_author=$(dt1[1;])\ |
86 | OEF_author=$(dt1[1;])\ |
83 | OEF_email=$t_email1 |
87 | OEF_email=$t_email1 |
84 | local_email=!append item $t_email1 to $local_email |
88 | local_email=!append item $t_email1 to $local_email |
85 |
|
89 | !endif |
86 | data=$data\ |
90 | data=$data\ |
87 | \ |
91 | \ |
88 | Server=$httpd_HTTP_HOST\ |
92 | Server=$httpd_HTTP_HOST\ |
89 | Server_version=$wims_version\ |
93 | Server_version=$wims_version\ |
90 | Server_seed=$(dt1[4;])\ |
94 | Server_seed=$(dt1[4;])\ |