Git Product home page Git Product logo

Comments (33)

eelsther avatar eelsther commented on August 15, 2024

I am contacting by email companies which have a website where it is not clear whether they use OCaml or not.

Concerning finding new companies, I suggest to send a message to the Caml-list asking for employees in companies using OCaml (not already in the list of known companies) to get their company's name in the list. What do you think ?

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

On Sat, 18 Aug 2012 10:51:03 -0700, Esther wrote:

I am contacting by email companies which have a website where it is
not clear whether they use OCaml or not.

Concerning finding new companies, I suggest to send a message to
the Caml-list asking for employees in companies using OCaml (not
already in the list of known companies) to get their company's name
in the list. What do you think ?

Good idea. You may want to upload your changes to
http://ocamlweb.forge.ocamlcore.org/www/ and refer to that site on
the list (as a temporary location).

Maybe, at the end of your mail, you can welcome other (potential)
contributors... ;)

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

Good idea. You may want to upload your changes to
http://ocamlweb.forge.ocamlcore.org/www/ and refer to that site on
the list (as a temporary location).

Yes, I could do that ! Is there a script to upload the changes on ocamlcore ? If not, how do I do that ?
I was more thinking about giving a simple list of already known companies (without all the detailed explanations).

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

On Sat, 18 Aug 2012 12:06:49 -0700, Esther wrote:

    Good idea. You may want to upload your changes to
    http://ocamlweb.forge.ocamlcore.org/www/ and refer to that site on
    the list (as a temporary location).

Yes, I could do that ! Is there a script to upload the changes on ocamlcore ?

make publish

I was more thinking about giving a simple list of already known companies
(without all the detailed explanations).

This would be OK too. But maybe some companies will want to change
their description, it is also a good opportunity to ask them.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

I also think it would be okay to polish up this page as best as possible
right now without contacting any companies, and defer contacting companies
till the site is live. It might be less confusing, and people will be more
inclined to take the request seriously if the page you refer to is a
published one.

On Sat, Aug 18, 2012 at 3:22 PM, Christophe Troestler <
[email protected]> wrote:

On Sat, 18 Aug 2012 12:06:49 -0700, Esther wrote:

Good idea. You may want to upload your changes to
http://ocamlweb.forge.ocamlcore.org/www/ and refer to that site on
the list (as a temporary location).

Yes, I could do that ! Is there a script to upload the changes on
ocamlcore ?

make publish

I was more thinking about giving a simple list of already known companies
(without all the detailed explanations).

This would be OK too. But maybe some companies will want to change
their description, it is also a good opportunity to ask them.


Reply to this email directly or view it on GitHubhttps://github.com/agarwal/ocamlweb/issues/4#issuecomment-7847228.

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

'make publish' doesn't work for me, I get some "Permission denied (publickey)"...
Do I have to copy my ssh key somewhere on ocamlcore ? I already have done it before.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

I get the same error.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

On Sat, 18 Aug 2012 12:50:07 -0700, Esther wrote:

'make publish' doesn't work for me, I get some "Permission denied
(publickey) "... Do I have to copy my ssh key somewhere on
ocamlcore ? I already have done it before.

You have to go to "My account", bottom of the page, "SSH Shared
Authorized Keys" and upload your public key.

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

My public key is already there since a long time now. It still doesn't work...

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

In the past, this update has taken over an hour. Maybe needs sometime still.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

On Sat, 18 Aug 2012 13:31:43 -0700, Esther wrote:

My public key is already there since a long time now. It still doesn't work...

Can you ssh to the box ?

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

No. I get the same error.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

Esther: note thta I modified the page to include a TOC.

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

commit db3cec0

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

commit 0fe72a8

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

commit 7a5a0ca

from v2.ocaml.org.

eelsther avatar eelsther commented on August 15, 2024

A JaneStreet employee asked me a relevant question.
Why do we sort the companies by country ?

When I created the page, I followed the former COCAN page display, but we could also sort companies alphabetically. It would solve the problem of companies having offices in different countries, like JaneStreet.

What do you think ?

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

Why do we sort the companies by country ?

I was going to bring this up at some point... I actually don't like it.
Sorting alphabetically would be good, but that is also very stagnant and
possibly the companies on the top of the page won't be the best examples,
but they'll be the most prominently displayed. So then I thought, maybe
randomize the order of the list every time you refresh the page, but that
would be too much change. It would be frustrating to have the page look
completely different every time.

So finally, my recommendation is: list the companies alphabetically, but
randomly select one to be listed at the very top, i.e. to showcase a
different company each time you visit the page. (I guess this would require
some javascript.)

Knowing the location is useful, and I wouldn't delete the information
completely, but just display it less promptly after each company's name.

-Ashish

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

On Wed, 22 Aug 2012 07:56:53 -0700, Ashish Agarwal wrote:

So finally, my recommendation is: list the companies alphabetically,
but randomly select one to be listed at the very top, i.e. to
showcase a different company each time you visit the page. (I guess
this would require some javascript.)

That will probably require to duplicate the information (once in HTML,
once inside the JS) if we want the page the show even with JS
disabled.

Maybe I can try to parse the page to get the list of companies and
generate some JS. For that we need to agree on a way to delimit
companies, e.g.

�$B!D�(B
. The content of that tag
will be the HTML the JS displays (possibly with specific CSS rules).

Knowing the location is useful, and I wouldn't delete the information
completely, but just display it less promptly after each company's name.

Fine with me.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

In this case, it may be even better that the JS processes the page itself.

from v2.ocaml.org.

samoht avatar samoht commented on August 15, 2024

can weberizer do that statically ? ie. we give it a well-formated list of companies, and it output the different HTML (and optionally the world map) ?

On Aug 24, 2012, at 10:37 PM, Christophe Troestler wrote:

In this case, it may be even better that the JS processes the page itself.


Reply to this email directly or view it on GitHub.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

I was thinking JS code that traverses the DOM to find all

elements, and displays the contents of a randomly selected
one of these at the top.

On Fri, Aug 24, 2012 at 4:37 PM, Christophe Troestler <
[email protected]> wrote:

In this case, it may be even better that the JS processes the page itself.


Reply to this email directly or view it on GitHubhttps://github.com/agarwal/ocamlweb/issues/4#issuecomment-8014153.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

Weberizer could do it, but then it is not really dynamic as you only get a
new company showcased each time we compile the site, not each time you
refresh the page.

On Fri, Aug 24, 2012 at 4:41 PM, Thomas Gazagnaire <[email protected]

wrote:

can weberizer do that statically ? ie. we give it a well-formated list of
companies, and it output the different HTML (and optionally the world map)
?

On Aug 24, 2012, at 10:37 PM, Christophe Troestler wrote:

In this case, it may be even better that the JS processes the page
itself.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com/agarwal/ocamlweb/issues/4#issuecomment-8014231.

from v2.ocaml.org.

samoht avatar samoht commented on August 15, 2024

Well I meant to generate the data used by JS to display the random showcased companies. But I scanning the DIVs will be good enough :-)

Thomas

Le 24 août 2012 à 22:42, Ashish Agarwal [email protected] a écrit :

Weberizer could do it, but then it is not really dynamic as you only get a
new company showcased each time we compile the site, not each time you
refresh the page.

On Fri, Aug 24, 2012 at 4:41 PM, Thomas Gazagnaire <[email protected]

wrote:

can weberizer do that statically ? ie. we give it a well-formated list of
companies, and it output the different HTML (and optionally the world map)
?

On Aug 24, 2012, at 10:37 PM, Christophe Troestler wrote:

In this case, it may be even better that the JS processes the page
itself.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com/agarwal/ocamlweb/issues/4#issuecomment-8014231.


Reply to this email directly or view it on GitHub.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

We have to check that the CSS code I use for the presentation of companies is OK with IE. If not, we have to add the CSS "content" directly to the HTML.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

Some minimal JS added.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

Disclaimer added in commit 94770b0.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

Argh. Again, does not seem to appear in https://github.com/agarwal/ocamlweb/commits/master

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

I have re-added the change 8735bfc

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

The original commit is there now. This is quite strange. I've emailed
github support about the other missing commit, which is still missing.

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

We have to check that the CSS code I use for the presentation of companies
is OK with IE. If not, we have to add the CSS "content" directly to the
HTML.

Just tested it on IE. Seems ok.

from v2.ocaml.org.

Chris00 avatar Chris00 commented on August 15, 2024

Is there still someting to do on this issue?

from v2.ocaml.org.

agarwal avatar agarwal commented on August 15, 2024

The page looks okay to me now. I'm assuming Esther has added all the
information she gathered for this by now. There was still the idea of
generating a world map. I'll create a separate Issue for that and label it
as a feature request.

On Fri, Jan 4, 2013 at 4:30 PM, Christophe Troestler <
[email protected]> wrote:

Is there still someting to do on this issue?


Reply to this email directly or view it on GitHubhttps://github.com/ocaml/ocaml.org/issues/4#issuecomment-11900669.

from v2.ocaml.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.