Bug#986991: xnee: incorrect URL in homepage

2021-04-15 Thread Paul Wise
On Thu, 2021-04-15 at 15:55 +0200, Henrik Sandklef wrote:

> First of all, thanks for looking in to this.

Oh, I didn't expect you to be subscribed, thanks for that.

> My name is Henrik Sandklef and I (poorly) maintain GNU Xnee.

Thanks for that too.

> Not enough to make a new release I am afraid.
> So, those plans are moved to /dev/null.

No problem.

> https://github.com/hesa/gnu-xnee
> https://github.com/hesa/gnu-xnee/commit/233d0a3e45b2ad86319d3372916ddd61b26cb5f6
> https://cvs.savannah.gnu.org/viewvc/xnee/xnee/NEWS?r1=1.110=1.111

If you have time, I would suggest a few potential actions:

Try to re-do the conversion from CVS to git using reposurgeon, since it
produces a better conversion. I wrote the attached draft cvs2git script
that uses reposurgeon and then does some cleanup on the repository with
git and git-filter-repo. It is fairly complete. In particular it drops
bogus log messages, adds git style authors and converts CVS tags and
branches to git tags and branches. Please review the script and the
resulting git repository before using it though.

http://www.catb.org/esr/reposurgeon/
https://github.com/newren/git-filter-repo

Delete and recreate the GitHub repository.

Push the new git conversion to GitHub.

Enable git in the Savannah project and push to the repository.

Remove the CVS repository for the code from the Savannah project.

Decide on whether you want GitHub or Savannah or both for hosting.

> Re-added "/xnee" to sandklef.com.

Thanks.

> [1] cert only valid for sandklef.com (not www.sandklef.com). If
> problematic, can we change the homepage to "sandklef.com/xnee"

If you control the server, it should be fairly easy to add both domains
to the Lets Encrypt certificate config. Of course changing the Homepage
to the working domain or to xnee.wordpress.com is fine too.

PS: I note the GNU link on https://sandklef.com/ is broken too.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


cvs2git
Description: application/shellscript


signature.asc
Description: This is a digitally signed message part


Bug#986991: xnee: incorrect URL in homepage

2021-04-15 Thread Henrik Sandklef
Hi

First of all, thanks for looking in to this.

My name is Henrik Sandklef and I (poorly) maintain GNU Xnee.

On 2021-04-15 09:24, Paul Wise wrote:
> On Thu, 15 Apr 2021 15:10:47 +0800 Paul Wise wrote:
> 
>> the code seems to remain on GNU Savannah though.
> 
> I subsequently found the author has also published the code on their
> GitHub account, but without any tags for releases. There is also a
> commit from 2018 saying that version 3.20 is being prepared. This
> commit also appears on the GNU Savannah CVS repository though. It might
> be worth asking the author what their plans are for project hosting.

Not enough to make a new release I am afraid. So, those plans are moved
to /dev/null.

> https://github.com/hesa/gnu-xnee
> https://github.com/hesa/gnu-xnee/commit/233d0a3e45b2ad86319d3372916ddd61b26cb5f6
> https://cvs.savannah.gnu.org/viewvc/xnee/xnee/NEWS?r1=1.110=1.111

Re-added "/xnee" to sandklef.com. Tested the following:

$ apt-cache show xnee | grep Homepage
Homepage: http://www.sandklef.com/xnee/

$ curl -sL http://www.sandklef.com/xnee >/dev/null; echo $?
0

$ curl -sL https://www.sandklef.com/xnee >/dev/null; echo $?
60
Uh oh .. note https[1]


/h

[1] cert only valid for sandklef.com (not www.sandklef.com). If
problematic, can we change the homepage to "sandklef.com/xnee"



Bug#986991: xnee: incorrect URL in homepage

2021-04-15 Thread Paul Wise
On Thu, 15 Apr 2021 15:10:47 +0800 Paul Wise wrote:

> the code seems to remain on GNU Savannah though.

I subsequently found the author has also published the code on their
GitHub account, but without any tags for releases. There is also a
commit from 2018 saying that version 3.20 is being prepared. This
commit also appears on the GNU Savannah CVS repository though. It might
be worth asking the author what their plans are for project hosting.

https://github.com/hesa/gnu-xnee
https://github.com/hesa/gnu-xnee/commit/233d0a3e45b2ad86319d3372916ddd61b26cb5f6
https://cvs.savannah.gnu.org/viewvc/xnee/xnee/NEWS?r1=1.110=1.111

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#986991: xnee: incorrect URL in homepage

2021-04-15 Thread Paul Wise
Source: xnee
Severity: minor
Usertags: homepage

The Xnee upstream author appears to have moved the Xnee homepage from
their website to the GNU website and then to a WordPress website but
the code seems to remain on GNU Savannah though.

   $ apt-cache show xnee | grep Homepage
   Homepage: http://www.sandklef.com/xnee/
   
   $ curl -sL http://www.sandklef.com/xnee/ | html2markdown
   # Not Found
   
   The requested URL was not found on this server.
   
   * * *
   
   Apache/2.4.38 (Debian) Server at sandklef.com Port 443
   
   $ curl -sL http://www.sandklef.com/ | html2markdown | grep -i xnee
   ![](images/xnee_512x512.png)
 * [GNU Xnee](http://www.gnu.org/software/xnee/) \- Recorder and replayer 
for X11
   the GNU project as code/license evaluator and developer (GNU Xnee). After 
some
   
   $ curl -s http://www.gnu.org/software/xnee/ | html2markdown 
   # Found
   
   The document has moved [here](https://xnee.wordpress.com/).
   
   * * *
   
   Apache/2.4.7 Server at www.gnu.org Port 80
   
   $ curl -s https://xnee.wordpress.com/ | html2markdown | head
   Skip to content
   
   Follow:
   
   [RSS](https://xnee.wordpress.com/feed/)
   [Twitter](http://twitter.com/)
   
   [GNU Xnee](https://xnee.wordpress.com/)
   
   recorder/replay for GNU/Linux and other X11 based systems

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part