cdk / cdk-paper-3

Repository with the Latex source code for the CDK III paper.
3 stars 10 forks source link

make clear pointer on the SF project page about the new "front page" #69

Closed egonw closed 7 years ago

johnmay commented 7 years ago

We can just redirect?

rajarshi commented 7 years ago

I'd go for a redirect

johnmay commented 7 years ago

Definitely read it's possible but can't find the link on how to do it now

tomas-pluskal commented 7 years ago

It's easy to do with JavaScript, isn't it?

window.location.replace('https://cdk.github.io');
steinbeck commented 7 years ago

Guys, the new web page looks fantastic!

Cheers,

Chris

— Prof. Dr. Christoph Steinbeck Friedrich-Schiller-University Jena, Germany Phone Secretariat: +49-3641-948171 http://orcid.org/0000-0001-6966-0814

What is man but that lofty spirit - that sense of enterprise. ... Kirk, "I, Mudd," stardate 4513.3..

On 26 Apr 02017, at 18:11, Tomáš Pluskal notifications@github.com wrote:

It's easy to do with JavaScript, isn't it?

window.location.replace('https://cdk.github.io');

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

johnmay commented 7 years ago

@tomas-pluskal or .htaccess but that's not the difficult bit. It definitely possible to do it from (cdk.sourforge.net - which isn't actually used) but not sure from sourceforge.net/projects/cdk...

johnmay commented 7 years ago

Should be clear now: https://sourceforge.net/projects/cdk/

Marked as moved... of course we still use the mailing lists..

johnmay commented 7 years ago

Out of interest Egon, are you manually pushing the github to SF?

egonw commented 7 years ago
  1. I'm backing up stuff from SF...
  2. we still haven't finalized defining a replacement for the mailing lists

Yes, regarding git, I'm doing that whenever I pull changes into my local checkout:

git fetch origin; git rebase origin/master; git push sf; git push github

(the second push is to my GH copy of the repos, for my development branches, tho not so many nowadays...)

egonw commented 7 years ago

http://cdk.sf.net/ still redirects to an old page, i.e. https://sourceforge.net/apps/mediawiki/cdk/index.php?title=Main_Page

johnmay commented 7 years ago

Have just logged into the sftp, removed the index.html and replaced with the index.php as suggested by their help section. Might take a while to take effect.

egonw commented 7 years ago

Oh, excellent... it's been too long for me... I did not even remember that.

egonw commented 7 years ago

(PS, I don't want to delete the SF project, so that it cannot be taken over by someone else...)

johnmay commented 7 years ago

No I agree.. okay should be live now watch out for browser caching.

johnmay commented 7 years ago

Here's how you can grab the site if you're interested:

scp -r jwmay@web.sourceforge.net:/home/project-web/cdk/htdocs htdocs

obviously with your username