DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] update the code browse link to point to elixir
@ 2019-08-05 13:39 Ali Alnubani
  2019-08-27  9:32 ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Ali Alnubani @ 2019-08-05 13:39 UTC (permalink / raw)
  To: web; +Cc: Thomas Monjalon

The DPDK source code is indexed with the Elixir Cross-Referencer,
and is available at both code.dpdk.org, and lxr.dpdk.org.

Suggested-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 content/contribute/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/contribute/_index.md b/content/contribute/_index.md
index 5afc23c..be2bc1a 100644
--- a/content/contribute/_index.md
+++ b/content/contribute/_index.md
@@ -34,7 +34,7 @@ Or if git is blocked in your network:
 git clone http://dpdk.org/git/dpdk
 ```
 
-The source code can be [browsed online](//git.dpdk.org/dpdk/tree/).
+The source code can be [browsed online](//code.dpdk.org/dpdk/latest/source).
 
 ## Contribute by sending patches {#send}
 ---
-- 
2.11.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-08-05 13:39 [dpdk-web] [PATCH] update the code browse link to point to elixir Ali Alnubani
@ 2019-08-27  9:32 ` Ferruh Yigit
  2019-08-27 10:47   ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Ferruh Yigit @ 2019-08-27  9:32 UTC (permalink / raw)
  To: Ali Alnubani, web; +Cc: Thomas Monjalon

On 8/5/2019 2:39 PM, Ali Alnubani wrote:
> The DPDK source code is indexed with the Elixir Cross-Referencer,
> and is available at both code.dpdk.org, and lxr.dpdk.org.

+1, thanks :)

I will announce this in wider internal group.

> 
> Suggested-by: Thomas Monjalon <thomas@monjalon.net>
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
> ---
>  content/contribute/_index.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/content/contribute/_index.md b/content/contribute/_index.md
> index 5afc23c..be2bc1a 100644
> --- a/content/contribute/_index.md
> +++ b/content/contribute/_index.md
> @@ -34,7 +34,7 @@ Or if git is blocked in your network:
>  git clone http://dpdk.org/git/dpdk
>  ```
>  
> -The source code can be [browsed online](//git.dpdk.org/dpdk/tree/).
> +The source code can be [browsed online](//code.dpdk.org/dpdk/latest/source).
>  
>  ## Contribute by sending patches {#send}
>  ---
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-08-27  9:32 ` Ferruh Yigit
@ 2019-08-27 10:47   ` Ferruh Yigit
  2019-09-01 11:58     ` Ali Alnubani
  0 siblings, 1 reply; 8+ messages in thread
From: Ferruh Yigit @ 2019-08-27 10:47 UTC (permalink / raw)
  To: Ali Alnubani, web; +Cc: Thomas Monjalon

On 8/27/2019 10:32 AM, Ferruh Yigit wrote:
> On 8/5/2019 2:39 PM, Ali Alnubani wrote:
>> The DPDK source code is indexed with the Elixir Cross-Referencer,
>> and is available at both code.dpdk.org, and lxr.dpdk.org.
> 
> +1, thanks :)
> 
> I will announce this in wider internal group.

I did share, and get a comment to have this link in somewhere in dpdk.org,
what do you think?

> 
>>
>> Suggested-by: Thomas Monjalon <thomas@monjalon.net>
>> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
>> ---
>>  content/contribute/_index.md | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/content/contribute/_index.md b/content/contribute/_index.md
>> index 5afc23c..be2bc1a 100644
>> --- a/content/contribute/_index.md
>> +++ b/content/contribute/_index.md
>> @@ -34,7 +34,7 @@ Or if git is blocked in your network:
>>  git clone http://dpdk.org/git/dpdk
>>  ```
>>  
>> -The source code can be [browsed online](//git.dpdk.org/dpdk/tree/).
>> +The source code can be [browsed online](//code.dpdk.org/dpdk/latest/source).
>>  
>>  ## Contribute by sending patches {#send}
>>  ---
>>
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-08-27 10:47   ` Ferruh Yigit
@ 2019-09-01 11:58     ` Ali Alnubani
  2019-09-04  8:08       ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Ali Alnubani @ 2019-09-01 11:58 UTC (permalink / raw)
  To: Ferruh Yigit, web; +Cc: Thomas Monjalon

Hi Ferruh,

> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@intel.com>
> Sent: Tuesday, August 27, 2019 1:48 PM
> To: Ali Alnubani <alialnu@mellanox.com>; web@dpdk.org
> Cc: Thomas Monjalon <thomas@monjalon.net>
> Subject: Re: [dpdk-web] [PATCH] update the code browse link to point to
> elixir
> 
> On 8/27/2019 10:32 AM, Ferruh Yigit wrote:
> > On 8/5/2019 2:39 PM, Ali Alnubani wrote:
> >> The DPDK source code is indexed with the Elixir Cross-Referencer, and
> >> is available at both code.dpdk.org, and lxr.dpdk.org.
> >
> > +1, thanks :)
> >
> > I will announce this in wider internal group.
> 
> I did share, and get a comment to have this link in somewhere in dpdk.org,
> what do you think?
Do you mean in www.dpdk.org? If you do, It's already in https://www.dpdk.org/contribute/.

> 
> >
> >>
> >> Suggested-by: Thomas Monjalon <thomas@monjalon.net>
> >> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>

Sorry for the late response.

Regards,
Ali

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-09-01 11:58     ` Ali Alnubani
@ 2019-09-04  8:08       ` Ferruh Yigit
  2019-09-04  8:17         ` Thomas Monjalon
  0 siblings, 1 reply; 8+ messages in thread
From: Ferruh Yigit @ 2019-09-04  8:08 UTC (permalink / raw)
  To: Ali Alnubani, web; +Cc: Thomas Monjalon

On 9/1/2019 12:58 PM, Ali Alnubani wrote:
> Hi Ferruh,
> 
>> -----Original Message-----
>> From: Ferruh Yigit <ferruh.yigit@intel.com>
>> Sent: Tuesday, August 27, 2019 1:48 PM
>> To: Ali Alnubani <alialnu@mellanox.com>; web@dpdk.org
>> Cc: Thomas Monjalon <thomas@monjalon.net>
>> Subject: Re: [dpdk-web] [PATCH] update the code browse link to point to
>> elixir
>>
>> On 8/27/2019 10:32 AM, Ferruh Yigit wrote:
>>> On 8/5/2019 2:39 PM, Ali Alnubani wrote:
>>>> The DPDK source code is indexed with the Elixir Cross-Referencer, and
>>>> is available at both code.dpdk.org, and lxr.dpdk.org.
>>>
>>> +1, thanks :)
>>>
>>> I will announce this in wider internal group.
>>
>> I did share, and get a comment to have this link in somewhere in dpdk.org,
>> what do you think?
> Do you mean in www.dpdk.org? If you do, It's already in https://www.dpdk.org/contribute/.

I can't find the link to lxr from that web page.
There is a "The source code can be browsed online." which is a link
"https://git.dpdk.org/dpdk/tree/", perhaps it can point to lxr?

> 
>>
>>>
>>>>
>>>> Suggested-by: Thomas Monjalon <thomas@monjalon.net>
>>>> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
> 
> Sorry for the late response.
> 
> Regards,
> Ali
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-09-04  8:08       ` Ferruh Yigit
@ 2019-09-04  8:17         ` Thomas Monjalon
  2019-09-04  8:28           ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2019-09-04  8:17 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Ali Alnubani, web

04/09/2019 10:08, Ferruh Yigit:
> On 9/1/2019 12:58 PM, Ali Alnubani wrote:
> >> From: Ferruh Yigit <ferruh.yigit@intel.com>
> >> I did share, and get a comment to have this link in somewhere in dpdk.org,
> >> what do you think?
> > Do you mean in www.dpdk.org? If you do, It's already in https://www.dpdk.org/contribute/.
> 
> I can't find the link to lxr from that web page.
> There is a "The source code can be browsed online." which is a link
> "https://git.dpdk.org/dpdk/tree/", perhaps it can point to lxr?

I think you need to refresh the page :)
There is now a section "Online Tools"



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-09-04  8:17         ` Thomas Monjalon
@ 2019-09-04  8:28           ` Ferruh Yigit
  2019-09-04  8:43             ` Ferruh Yigit
  0 siblings, 1 reply; 8+ messages in thread
From: Ferruh Yigit @ 2019-09-04  8:28 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Ali Alnubani, web

On 9/4/2019 9:17 AM, Thomas Monjalon wrote:
> 04/09/2019 10:08, Ferruh Yigit:
>> On 9/1/2019 12:58 PM, Ali Alnubani wrote:
>>>> From: Ferruh Yigit <ferruh.yigit@intel.com>
>>>> I did share, and get a comment to have this link in somewhere in dpdk.org,
>>>> what do you think?
>>> Do you mean in www.dpdk.org? If you do, It's already in https://www.dpdk.org/contribute/.
>>
>> I can't find the link to lxr from that web page.
>> There is a "The source code can be browsed online." which is a link
>> "https://git.dpdk.org/dpdk/tree/", perhaps it can point to lxr?
> 
> I think you need to refresh the page :)
> There is now a section "Online Tools"
> 

No, I can't see the "Online Tools" section.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [dpdk-web] [PATCH] update the code browse link to point to elixir
  2019-09-04  8:28           ` Ferruh Yigit
@ 2019-09-04  8:43             ` Ferruh Yigit
  0 siblings, 0 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-09-04  8:43 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Ali Alnubani, web

On 9/4/2019 9:28 AM, Ferruh Yigit wrote:
> On 9/4/2019 9:17 AM, Thomas Monjalon wrote:
>> 04/09/2019 10:08, Ferruh Yigit:
>>> On 9/1/2019 12:58 PM, Ali Alnubani wrote:
>>>>> From: Ferruh Yigit <ferruh.yigit@intel.com>
>>>>> I did share, and get a comment to have this link in somewhere in dpdk.org,
>>>>> what do you think?
>>>> Do you mean in www.dpdk.org? If you do, It's already in https://www.dpdk.org/contribute/.
>>>
>>> I can't find the link to lxr from that web page.
>>> There is a "The source code can be browsed online." which is a link
>>> "https://git.dpdk.org/dpdk/tree/", perhaps it can point to lxr?
>>
>> I think you need to refresh the page :)
>> There is now a section "Online Tools"
>>
> 
> No, I can't see the "Online Tools" section.
> 

I can see it,
I was checking "core.dpdk.org/contribute" but the link is in
"www.dpdk.org/contribute"

A little confusing to have two contribute pages.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-04  8:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 13:39 [dpdk-web] [PATCH] update the code browse link to point to elixir Ali Alnubani
2019-08-27  9:32 ` Ferruh Yigit
2019-08-27 10:47   ` Ferruh Yigit
2019-09-01 11:58     ` Ali Alnubani
2019-09-04  8:08       ` Ferruh Yigit
2019-09-04  8:17         ` Thomas Monjalon
2019-09-04  8:28           ` Ferruh Yigit
2019-09-04  8:43             ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).