linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yunseong Kim <yskelg@gmail.com>
To: Adrian Hunter <adrian.hunter@intel.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Namhyung Kim <namhyung@kernel.org>
Cc: linux-perf-users@vger.kernel.org, Ian Rogers <irogers@google.com>,
	Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Subject: Re: Migrating from perf.wiki.kernel.org to RTD
Date: Mon, 28 Oct 2024 02:08:45 +0900	[thread overview]
Message-ID: <3a6a3cab-6d4f-4136-97d9-3042279eb7a8@gmail.com> (raw)
In-Reply-To: <533a9e5e-b320-41d6-8d8a-223f69d719f5@intel.com>

Hi Adrian,

On 10/24/24 2:58 오후, Adrian Hunter wrote:
> I would prefer the source.  Does anyone have that?

Looking through the archives, I found a source version that predates
September 30th.
Link:
https://web.archive.org/web/20240526075334/https://perf.wiki.kernel.org/index.php?title=Perf_tools_support_for_Intel%C2%AE_Processor_Trace&action=edit

The Markdown version is available here:
https://github.com/perfwiki/main/blob/main/docs/perf-tools-support-for-intel-processor-trace.md

You can edit it directly:
https://github.com/perfwiki/main/edit/main/docs/perf-tools-support-for-intel-processor-trace.md

Once finalized, it will be visible here:
https://perfwiki.github.io/main/perf-tools-support-for-intel-processor-trace/

>>>> Intel PT Link:
>>>> https://web.archive.org/web/20240930185823/https://
>>>> perf.wiki.kernel.org/index.php/
>>>> Perf_tools_support_for_Intel%C2%AE_Processor_Trace
>>>> Top-Down_Analysis Link:
>>>> https://web.archive.org/web/20240930164757/https://
>>>> perf.wiki.kernel.org/index.php/Top-Down_Analysis
>>
>>> The corresponding pages in the new site are:
>>
>>>  https://perfwiki.github.io/main/perf-tools-support-for-intel-
>>> processor-trace/
>>
>>>  https://perfwiki.github.io/main/top-down-analysis/
>> It is unfortunate that we can't have some sort of mapping from the old
>> URLs to the new ones, I can imagine other sites having links that now
>> will get broken 😕
> Why do we need mappings?  Just use the same page names and have the
> redirect keep the final part of the url.

If possible, I'll try to set up a redirection. Thank you for suggesting
this good idea.

> By the way, the new "wiki" doesn't seem to render "page not found"
> properly for non-existent pages:
>
> 	https://perfwiki.github.io/main/not-a-page

I'll work on fixing this as soon as possible. I see that it's showing a
404 page but the webpage style is broken.

On 10/24/24 3:07 오후, Adrian Hunter wrote:
> On 23/10/24 21:17, Yunseong Kim wrote:
>> Hi Adrian,
>>
>> Intel PT Link:
>>
https://web.archive.org/web/20240930185823/https://perf.wiki.kernel.org/index.php/Perf_tools_support_for_Intel%C2%AE_Processor_Trace
>>
>> Top-Down_Analysis Link:
>>
https://web.archive.org/web/20240930164757/https://perf.wiki.kernel.org/index.php/Top-Down_Analysis
>>>
>>> Do we still have the old pages?  I would like to check that the Intel PT
>>> page is not missing anything or munged.
>>> I do not understand.  Is it a wiki anymore?  If so, what is
>>> needed to edit a page?
>>
>> If you need to update the page directly, I can grant you permission to
>> do so. This is similar to the previous login system based on Media Wiki.
>
> Yes please.

Are you using the GitHub account from that link?
https://github.com/ahunter6

I've sent an writer access request so you can work directly on the
documentation in the repository.

> I updated the latest manual pages last month.
>
> It is disappointing you did not contact people still updating the
> old wiki.

I apologize Adrian, You're right. I missed the part you worked hard on.
This was due to my inexperience. I will do better moving forward. I'll
double check against the web archive from September 30th to make sure I
haven't missed anything.

It may take some time for me to complete the work, but I'll do my best
to make it as quickly as possible. Thank you Adrian for providing
valuable feedback from the perspective of users who have been using the
wiki page.

Warm regards,
Yunseong Kim

  reply	other threads:[~2024-10-27 17:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-11 20:24 Migrating from perf.wiki.kernel.org to RTD Konstantin Ryabitsev
2024-10-11 21:37 ` Ian Rogers
2024-10-11 22:39   ` Konstantin Ryabitsev
2024-10-15 18:25     ` Konstantin Ryabitsev
2024-10-16  1:51       ` Namhyung Kim
2024-10-18 23:47         ` Ian Rogers
2024-10-20  4:49           ` Yunseong Kim
2024-10-23 17:34             ` Adrian Hunter
2024-10-23 18:17               ` Yunseong Kim
2024-10-23 21:54                 ` Namhyung Kim
2024-10-23 22:33                   ` Arnaldo Carvalho de Melo
2024-10-24  2:20                     ` Ian Rogers
2024-10-24  5:58                     ` Adrian Hunter
2024-10-27 17:08                       ` Yunseong Kim [this message]
2024-10-28 16:03                         ` Adrian Hunter
2024-10-28 16:22                         ` Konstantin Ryabitsev
2024-10-28 17:49                           ` Yunseong Kim
2024-10-24  6:07                 ` Adrian Hunter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3a6a3cab-6d4f-4136-97d9-3042279eb7a8@gmail.com \
    --to=yskelg@gmail.com \
    --cc=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=irogers@google.com \
    --cc=konstantin@linuxfoundation.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=namhyung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).