Page 1 of 1

2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sun Jan 28, 2018 2:15 pm
by vasile
Everything should be here: https://github.com/vasile-gh/spamgourmet-clone.

Many thanks to Josh Parris, cgz and cndpost.

Vasile

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Fri Feb 02, 2018 3:55 pm
by josh
awesome

Re: script to clone spamgourmet - update SF repo please

PostPosted: Mon Feb 12, 2018 9:20 pm
by vasile
Hi Josh,

I noticed some behavior and webpage differences between my clone and spamgourmet.

For example my clone does not allow editing appearance of address nor does it allow deleting addresses.

Would it be possible to sync the sourceforge repository with the current code?

thanks in advance

Kind regards

Vasile

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Fri Feb 16, 2018 2:07 am
by josh
wow - I haven't tried to update in so long that I'm locked out - I spent some time trying to get a certificate in place, but I've got issues.

Maybe we should switch repositories?

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Fri Feb 16, 2018 5:00 pm
by vasile
thanks Josh,

For my part I like github :-)

If you do switch, would be also be worth addressing the password field length - it was insufficient in r42 - line 199 of my script:
Code: Select all
sed -i 's/Password` varchar.50./Password` varchar(80)/' ./code/conf/db.sql

since 50 chars is not enough for the bcrypted password.

rgds

Vasile

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sun Feb 18, 2018 8:19 pm
by josh
and now it's actually 100.

I guess I have to do a db dump that has the table structures, but also has the translated dialog phrases for the website.

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sat Feb 24, 2018 9:37 am
by vasile
I guess I have to do a db dump that has the table structures, but also has the translated dialog phrases for the website.


Yeah, that'd be nice :-)

Any luck with SF?

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sun Feb 25, 2018 7:58 pm
by josh
Every time I sit down to do it, something goes wrong - this time it's:

The sourceforge.net website is temporarily in static offline mode.
Only a very limited set of project pages are available until the main website returns to service.

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sun Feb 25, 2018 8:04 pm
by josh
So I went to sign up on github and the 'spamgourmet' username is already taken - created only 21 hours ago - ouch!

any good alternatives to github these days?

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Sun Feb 25, 2018 9:17 pm
by josh
if only I had a website where I could put an archive of the code and the database dump...

Oh, yeah:

http://www.spamgourmet.com/sg.tgz

Re: 2018-01-28 - script to clone spamgourmet - inside

PostPosted: Mon Feb 26, 2018 10:02 pm
by vasile
re: spamgourmet username: great :-(

But you don't need to use that username. You can just pick any name and then create a spamgourmet project under that username. And assuming you would get the name, the repository would look like https://github.com/spamgourmet/spamgourmet which looks odd.

IMO https://github.com/JosiahHamilton/spamgourmet would look much better :D

If not, I am fairly confident that if you contact that user they may be OK with transferring it to you - did you try it?

Also, thanks for the dump - I will work on my script to use that archive.

best

Vasile

PS. to avoid the issue you had, I took the liberty to create the JosiahHamilton username on github - if you want to take it over just give me a shout, if not I'll just delete it...