www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Need a fancy domain for your project? <package>.dub.pm has you

reply Seb <seb wilzba.ch> writes:
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
Feb 23 2017
next sibling parent Seb <seb wilzba.ch> writes:
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
Mar 31 2018
prev sibling next sibling parent bauss <jj_1337 live.dk> writes:
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.
Mar 31 2018
prev sibling parent reply WebFreak001 <d.forum webfreak.org> writes:
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.
Apr 03 2018
parent reply Tony <tonytdominguez aol.com> writes:
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.
Apr 03 2018
parent Seb <seb wilzba.ch> writes:
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
Apr 03 2018