Thread overview
Need a fancy domain for your project? <package>.dub.pm has you covered!
Feb 23, 2017
Seb
Mar 31, 2018
Seb
Mar 31, 2018
bauss
Apr 03, 2018
WebFreak001
Apr 03, 2018
Tony
Apr 03, 2018
Seb
February 23, 2017
Hey all,

As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package page, so now you can browse e.g.

eventcore.dub.pm
vibe-core.dub.pm
...


In the future the package pages might be served directly without redirects (vote for this behavior at [1])

If you don't like the layout, design or features of the dub-registry, it's just a PR away [2]!

Last, but not least a reminder that if you need a <your-fancy-project>.dlang.io or <your-fancy-project>.dlang.rocks subdomain for your project, I am happy to set the DNS for you.
Just give me a short ping [3].

Cheers and happy hacking!

Seb

[1] https://github.com/dlang/dub/issues/781
[2] https://github.com/dlang/dub-registry
[3] https://seb.wilzba.ch/contact
March 31, 2018
On Thursday, 23 February 2017 at 14:16:35 UTC, Seb wrote:
> Hey all,
>
> As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package page, so now you can browse e.g.
>
> eventcore.dub.pm
> vibe-core.dub.pm
> ...
>
>
> In the future the package pages might be served directly without redirects (vote for this behavior at [1])
>
> If you don't like the layout, design or features of the dub-registry, it's just a PR away [2]!
>
> Last, but not least a reminder that if you need a <your-fancy-project>.dlang.io or <your-fancy-project>.dlang.rocks subdomain for your project, I am happy to set the DNS for you.
> Just give me a short ping [3].
>
> Cheers and happy hacking!
>
> Seb
>
> [1] https://github.com/dlang/dub/issues/781
> [2] https://github.com/dlang/dub-registry
> [3] https://seb.wilzba.ch/contact

As Letsencrypt now supports SSL wildcards, *.dub.pm are now all accessible via SSL:

https://mir.dub.pm
https://container.dub.pm
March 31, 2018
On Thursday, 23 February 2017 at 14:16:35 UTC, Seb wrote:
> Hey all,
>
> As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package page, so now you can browse e.g.
>
> [...]

This is pretty cool.
April 03, 2018
On Thursday, 23 February 2017 at 14:16:35 UTC, Seb wrote:
> Hey all,
>
> As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package page, so now you can browse e.g.
>
> [...]

would be cool if you could set the page it redirects to in the dub project settings, like set it to package page or documentation page or github page or website page.
April 03, 2018
Not a big deal since the same table is on code.dlang.org, but on the https://dub.pm/index.htm table, the headings "Name", "Registered" and "Score" are all active links, but the sort is not currently working.


April 03, 2018
On Tuesday, 3 April 2018 at 21:28:01 UTC, Tony wrote:
> Not a big deal since the same table is on code.dlang.org, but on the https://dub.pm/index.htm table, the headings "Name", "Registered" and "Score" are all active links, but the sort is not currently working.

Yes, that's expected.
dub.pm is a __static__ page and we are currently in the progress of splitting up the documentation from code.dlang.org to dub.pm

See e.g. https://github.com/dlang/dub-registry/pull/308