-
Notifications
You must be signed in to change notification settings - Fork 84
Provide a contact address #150
Comments
How about this:
|
Sounds great, just please do at least some basic JavaScript encoding to mitigate spams. |
Partially fixed in SHA: f56eb6f You can add the JavaScript email encoding thing. I don't know how to do that. |
Scott, how do you preprocess the rdlist.yaml file to create the rdlist.json file? If I create a JavaScript function that obfuscates the plain text e-mail addresses, can you call that function while creating the rdlist.json file? |
Look at the Makefile…it runs a JavaScript file under tools/rdlist.js. It’s a bit involved. But check it out and see if it makes sense. On Oct 29, 2013, at 2:04 AM, György Balássy [email protected] wrote:
|
I added plain obfuscation to the process of creating the rdlist.json file and deobfuscation to the AngularJS controller. (See Issue msrd#150 for more details.) Unfortunately I could not fully test it, so please verify before merging.
Fails on the first null email, which is the first entry (Adam Cogan). You can simply test this by running |
Currently if someone visits the site, she cannot find any contact e-mail address on the page. If we do not want to publish the e-mail address of the RDs, I think at least a single e-mail address of the webmaster or the RD program manager would be very useful on the page.
The text was updated successfully, but these errors were encountered: