Hi, On Thu, Mar 29, 2018 at 6:37 PM, Ian Luo <[email protected]> wrote: > On Tue, Mar 27, 2018 at 10:02 PM, Huxing Zhang <[email protected]> wrote: > >> Hi, >> >> On Tue, Mar 27, 2018 at 9:26 PM, Wang Xin <[email protected]> wrote: >> > Hi,all >> > Now we have two duplicated projects: >> > https://github.com/dubbo/dubbo forked from >> https://github.com/apache/incubator-dubbo >> > https://github.com/dubbo/dubbo.github.io copied from >> https://github.com/apache/incubator-dubbo-website >> > >> > I think : if we delete https://github.com/dubbo/dubbo, we can >> focus on https://github.com/apache/incubator-dubbo >> >> +1. >> >> One thing that need to be mentioned is that check if we can redirect >> from dubbo/dubbo to apache/incubator-dubbo. >> I am not sure if it is possible, since dubbo/dubbo is forked from >> apache/incubator-dubbo. >> Even if it isn't possible, I still think it can be deleted given that >> it has only 13 stars and 10 watches. >> >> > >> > https://github.com/dubbo/dubbo.github.io is a >> duplicate,although it is still useful now. >> >> +1 >> >> > We need to keep this for a long period, this project helps to redirect > dubbo.io to dubbo.apache.org. Since dubbo.io is well-known in the > community, we may need to consider to keep it permanently.
Ok. It looks like dubbo/dubbo.github.io is still in use. So let's keep it until we find a better way to do the redirect. > > >> It is a temporary repo during dubbo.io repo transition. >> I've checked that dubbo.io now redirects to dubbo.apache.org. >> >> ~ curl dubbo.io >> <!DOCTYPE html> >> <html lang="en-US"> >> <head> >> <meta charset="UTF-8"> >> <meta http-equiv="Refresh" content="3; url=http://dubbo.apache.org" /> >> <title>DUBBO</title> >> <script type="text/javascript"> >> window.location.href="http://dubbo.apache.org"; >> </script> >> </head> >> <body> >> <a href="http://dubbo.apache.org">http://dubbo.apache.org</a> >> </body> >> </html> >> >> Once we confirm that dubbo/dubbo.github.io is not being used, we can >> remove it. >> >> >> > >> > >> > What do you think about? >> > >> > >> > Xin Wang >> > [email protected]<mailto:[email protected]> >> > >> > >> > >> >> >> >> -- >> Best Regards! >> Huxing >> -- Best Regards! Huxing
