[llvm-dev] [web] sub-domain

Sean Silva via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 10 21:03:21 PST 2015


On Tue, Nov 10, 2015 at 3:12 PM, Jingyue Wu via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> So that people have a shorter link to go to that entry page directly. It's
> especially useful for non-LLVM folks who want to try out LLVM's CUDA
> support. Many researchers fall into this category btw because LLVM used to
> support very little CUDA. They don't like to search llvm.org for what
> they want.
>

If your primary concern is accessibility, I would wait a week or so and see
if CompileCudaWithLLVM does/doesn't make it to the top results for "llvm
cuda" on search engines. I expect it will. AFAIK almost nobody actually
manually navigates through LLVM's docs (they are horrible for that).

If you just need a short link for a presentation or whatever, the simplest
solution might just be to use a URL shortener if you want to have a short
link. E.g. http://tinyurl.com/llvmcuda
Unless you guys are planning on putting a ton of content, I think that a
subdomain is probably overkill. We do have http://openmp.llvm.org that has
its own associated repository, -commits list, -dev list, etc. for the
openmp runtime libs. Are you guys planning on doing something similar?
Generally speaking

Another possibility is making a docs/cuda directory if you guys are
planning on putting a significant amount of documentation content. The
resulting URL for docs/cuda/index.rst would then be llvm.org/docs/cuda
which is reasonable. (be careful if you decide to do this, to not break URL
compatibility; leave the previous pages empty with a link to the new
locations)

-- Sean Silva


>
> On Tue, Nov 10, 2015 at 2:59 PM, C Bergström <cbergstrom at pathscale.com>
> wrote:
>
>> What does a subdomain do that the page you added doesn't? Just seems
>> like more maintenance burden (not my problem of course..)
>>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151110/44554a3b/attachment.html>


More information about the llvm-dev mailing list