Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Provide a contact address #150

Open
balassy opened this issue Oct 26, 2013 · 6 comments
Open

Provide a contact address #150

balassy opened this issue Oct 26, 2013 · 6 comments
Milestone

Comments

@balassy
Copy link
Contributor

balassy commented Oct 26, 2013

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.

@scottstanfield
Copy link
Member

How about this:

  • we display the RD email address under the face area. That was the intention, so this is a bug basically.
  • If people want to contact the "webmaster", we just send them here to the github site :)

@balassy
Copy link
Contributor Author

balassy commented Oct 27, 2013

Sounds great, just please do at least some basic JavaScript encoding to mitigate spams.
Thank you.

@scottstanfield
Copy link
Member

Partially fixed in SHA: f56eb6f

You can add the JavaScript email encoding thing. I don't know how to do that.

@balassy
Copy link
Contributor Author

balassy commented Oct 29, 2013

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?

@scottstanfield
Copy link
Member

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:

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?


Reply to this email directly or view it on GitHub.

balassy pushed a commit to balassy/msrd.io that referenced this issue Oct 31, 2013
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.
@scottstanfield
Copy link
Member

Fails on the first null email, which is the first entry (Adam Cogan).

You can simply test this by running make rdlist

@scottstanfield scottstanfield reopened this Jun 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants