Re: [Imdbpy-help] website redesign - first proposal

2011-10-03 Thread Davide Alberani
On Tue, Aug 23, 2011 at 15:04, ronaldhatcher ronaldhatc...@mac.com wrote:

 since most of my other work is in git so I think it would be great.

And now bitbucket also supports Git. :-)
  http://blog.bitbucket.org/2011/10/03/bitbucket-now-rocks-git/


-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-10-01 Thread Davide Alberani
On Fri, Sep 30, 2011 at 18:43, Alberto Malagoli albem...@gmail.com wrote:

 What's the best way to coordinate the effort?  A repository somewhere?

 Well, probably a repository would be a good idea, anyway I have a kind of
 hate against them, I always have problems and I've never completly
 understood them :P

Eheh, no problem.
I've arranged a Mercurial repository on sourceforge:
  http://imdbpy.hg.sourceforge.net/hgweb/imdbpy/imdbpy-site/

You can clone it (using the 'hg' command from the mercurial package):
  hg clone 
ssh://your_user_n...@imdbpy.hg.sourceforge.net/hgroot/imdbpy/imdbpy-site

and added a site-sync rsync script to it, to syncronize
the local content to http://imdbpy.sf.net/new/ (for now)
If you are working on a Windows environment, let me
know: I'm sure there are replacements for these tools.

Basic introduction to the sf repository is here:
  https://sourceforge.net/apps/trac/sourceforge/wiki/Mercurial

Veery basically:
- to add a new file or directory: hg add FILE_NAME
- to update from the repository: hg pull
- once you're happy with a set of changes you made:
  # download new things
 hg pull
  # apply them to the local files - there may be conflicts.
 hg update
 # if any, resolve conflicts; then save your changes locally:
 hg commit -m 'description of what was changes'
 # send your changes to the server:
 hg push
- to see if there's something new in the repository:
 hg in
- to see if you've something not committed (locally!):
 hg status
- to see if you've something to send to the repository:
  hg out
- to see what you've changed and not committed yet (locally!):
  hg diff

A very good introduction:
   http://hginit.com/

But fear not: you only need very basic operations, trust me. :-)
And if you need any help, ask!

 and here you can find a zipped version of it:
 http://dl.dropbox.com/u/921872/IxD/IMDbPY/IMDbPY.7z

Copied to the repository and synced on the web site (on the /new path,
for now)

 I will not work on the website on this weekend

Eh, I'm busy too. :-/

 Bye, have a good weekend!

You too!


-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-09-30 Thread Alberto Malagoli
 As usual, very very cool. :-)  I like a lot the various effects.


Thanks! I'm happy to hear you like it :)

  I would like to ask if someone could help me on that, because it's a big
  work and if I do it all alone I will probably make mistakes... Thanks!

 I can surely, in the weekend (which and of which month, is still to
 be decided... :)


ahah! ok! thanks..


 What's the best way to coordinate the effort?  A repository somewhere?


Well, probably a repository would be a good idea, anyway I have a kind of
hate against them, I always have problems and I've never completly
understood them :P
Anyway, we can try.. I know how to use SVN, but other ones, but I can still
learn some new one if it's better than SVN!

I will however post the link to the new version of the website:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

and here you can find a zipped version of it:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/IMDbPY.7z
with everything inside; in it you will find also a TODO with what it still
have to be done (in italian)

I will write here anyway a short summary of the same list:
- finish polls (style + old polls)
- add a paypal link (on the homepage) + for each developer, a link to the
amazon wishlist
- simplify text and get rid of unused one
- finish to posy remaining text from the old website + add links and check
the existing ones
- add the link to OpenHatch
- icons on ecosystem - ...more have a white background, which must be
removed

During the last days I completly rewritten the style part, making it
consistent in the entire website, so by now I can say it's finished.

We only have to copy text from the old website. But in fact the only text
which have to be copied is the one inside tables, for example from
programs or sites, services and papers!
Another thing that we should do is to copy links and check if they works...
When you copy the text, you only have to follow what I've already done.

I will not work on the website on this weekend, so if you have time and you
want to start copying text, than you can create a zip with modified pages
and send it to me, or let me know on which pages you are working on, so I
will not work on them too...

One last thing: if I forget something, like I haven't added something to the
new website which was on the old one, let me know!

Bye, have a good weekend!
   Alberto Malagoli
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-09-22 Thread Alberto Malagoli
After a long time, I had my computer back and I had a chance to work on the
IMDbPY website, so here you are the last version:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

As always let me know what do you think about it..

I could say that the design part is almost finished, there are just some
things that I have to refine, but the bigger part is done.
Now there are 2 big jobs to do:
 - finishing to copy all text stuff from old site to the new one;
 - check all links if they works

I would like to ask if someone could help me on that, because it's a big
work and if I do it all alone I will probably make mistakes... Thanks!

Bye!
   Alberto Malagoli



2011/9/9 Davide Alberani davide.alber...@gmail.com

 On Thu, Sep 8, 2011 at 16:46, Alberto Malagoli albem...@gmail.com wrote:
  Sorry if I haven't posted any news or reply for a while but I had some
  problems with my computer, which is to the doctor by now.. :(

 No problem at all... I'm as busy as hell, at the moment. :-/

  Mhh, I don't think I need it by now, anyway my username is alpert_ (with
 an
  underscore at the end).

 Perfect.  Once you're ready, you can give me your public ssh key, so that
 you can directly upload files to the web server (if you need instructions,
 just ask).

 Bye!

 --
 Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
 http://www.mimante.net/

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-09-22 Thread Davide Alberani
On Thu, Sep 22, 2011 at 11:10, Alberto Malagoli albem...@gmail.com wrote:

 After a long time, I had my computer back and I had a chance to work on the
 IMDbPY website, so here you are the last version:
 http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

As usual, very very cool. :-)  I like a lot the various effects.

 I would like to ask if someone could help me on that, because it's a big
 work and if I do it all alone I will probably make mistakes... Thanks!

I can surely, in the weekend (which and of which month, is still to
be decided... :)

What's the best way to coordinate the effort?  A repository somewhere?


-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-09-09 Thread Davide Alberani
On Thu, Sep 8, 2011 at 16:46, Alberto Malagoli albem...@gmail.com wrote:
 Sorry if I haven't posted any news or reply for a while but I had some
 problems with my computer, which is to the doctor by now.. :(

No problem at all... I'm as busy as hell, at the moment. :-/

 Mhh, I don't think I need it by now, anyway my username is alpert_ (with an
 underscore at the end).

Perfect.  Once you're ready, you can give me your public ssh key, so that
you can directly upload files to the web server (if you need instructions,
just ask).

Bye!

-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-09-08 Thread Alberto Malagoli
Sorry if I haven't posted any news or reply for a while but I had some
problems with my computer, which is to the doctor by now.. :(
So I'm really sorry but I cannot work on the website for some days, and we
probably have to delay the release of it.

 No, the Symbian interface is no longer developed or supported. :-/
 
 I guess it can can removed.
 After all, there's no way that we'll return to work on a Symbian. :-)


ahah! ok :P


 By the way, if you need access to the sourceforge web server, let me know.
 What's your username on sourceforge?


Mhh, I don't think I need it by now, anyway my username is alpert_ (with an
underscore at the end).
Thanks!

   Alberto Malagoli
--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-31 Thread Davide Alberani
On Mon, Aug 29, 2011 at 23:21, Alberto Malagoli albem...@gmail.com wrote:

 No, the Symbian interface is no longer developed or supported. :-/

 Mhh, ok... I'm still thinking about where I could put it, but I have no
 ideas..

I guess it can can removed.
After all, there's no way that we'll return to work on a Symbian. :-)

 I'm working also on new pages like the downloads one. Here's the last
 version:
 http://dl.dropbox.com/u/921872/IxD/IMDbPY/downloads.html

 From now on, you can start navigating the website through the menu on top.
 Take a look at the home page also (I added some new stuff).

Wow!  This site is awesome! It's really wonderful.

 Taking a look at the documentation part, I have to say that by now is a bit
 confusing. Contents should be organized in a different way. I don't want to
 say that it has to be changed now, but a reorganization of the documentation
 could be a necessary future work.

True, I've always created a new text document every time there was
something new, but they are too many and too long. :-(

By the way, if you need access to the sourceforge web server, let me know.
What's your username on sourceforge?

-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-29 Thread Alberto Malagoli

  I also would like to ask you if there are any plans about a Python 3
  porting...

 Not sure about it: it also depends on the porting of our dependencies,
 like SQLAlchemy/SQLObject.


Got it...


- I cannot understend the difference, under the downloads page,
 between
  official packages and unofficial packages. May I merge them into one
 or
  not?

 If you want, yes.
 The difference is that the official ones were made by the package managers
 of the distribution, the other by me, so they may not be fully compliant
 with
 the policies of the distribution.


Ok. I kept the distinction like in current version, just adding a small
explanation.


- Is the mobile version still under development? Where can I put it,
 under
  a development page or under the downloads page?

 No, the Symbian interface is no longer developed or supported. :-/


Mhh, ok... I'm still thinking about where I could put it, but I have no
ideas..


   I fixed some problems on the home page, and added some new stuff, so
 check
  it:
  http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html
 
  I also created the License page:

 Good - I link them!


Great! I'm happy to hear that!
Anyway, if you have any comment, no problem, let me know.

I'm working also on new pages like the downloads one. Here's the last
version:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/downloads.html

From now on, you can start navigating the website through the menu on top.
Take a look at the home page also (I added some new stuff).

Please give me some feedback on my last work, if you have suggestions or
modifications.

I started working also on the support page (you can take a look at it, the
link on the menu works), but I still haven't finished it. By now, I left
almost everything the same, and what I changed is the mailing lists
appearance.
Taking a look at the documentation part, I have to say that by now is a bit
confusing. Contents should be organized in a different way. I don't want to
say that it has to be changed now, but a reorganization of the documentation
could be a necessary future work.

   Alberto Malagoli
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-29 Thread Ronald Hatcher
So it is! I don't know how I missed that but it works well for me

Can't wait for the new web look - it's really shaping up nicely

On 23 Aug 2011, at 20:32, Davide Alberani wrote:

 On Tue, Aug 23, 2011 at 15:04, ronaldhatcher ronaldhatc...@mac.com wrote:
 was wondering what the changes of moving
 from hg to git would be?
 
 Not much, not only for the fact that I slightly prefer mercurial. :-D
 No, seriously: they are both wonderful tools, and both github
 and bitbucket are great services.  The differences from each
 other are very few, compared to the differences with svn.
 Did I already mentioned that I prefer mercurial? ;-)
 
 I personally find github excellent and since most
 of my other work is in git so I think it would be great.
 
 But IMDbPY already has a github official repository:
  https://github.com/alberanid/imdbpy
 
 I keep it in sync with the mercurial repository on bitbucket [0]
 using the hg-github plugin [1].
 So if you want to fork the project on github and develop
 using git, feel free!
 
 +++
 [0] http://bitbucket.org/alberanid/imdbpy/
 [1] http://hg-git.github.com/
 -- 
 Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
 http://www.mimante.net/


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-25 Thread Davide Alberani
On Wed, Aug 24, 2011 at 21:27, Alberto Malagoli albem...@gmail.com wrote:

 There are google analytics and piwik; do you need some stats?

 Yes, I would like to know which pages are the most visited one. So I will
 add these pages on the home as fast links..

Ok, I'll send you the data.


 That's great! I saw IMDB pages are chaged in the last few weeks, so the last
 fixes takes into account these changements?

Mosto of them, I hope.

 I also would like to ask you if there are any plans about a Python 3
 porting...

Not sure about it: it also depends on the porting of our dependencies,
like SQLAlchemy/SQLObject.

  - I cannot understend the difference, under the downloads page, between
 official packages and unofficial packages. May I merge them into one or
 not?

If you want, yes.
The difference is that the official ones were made by the package managers
of the distribution, the other by me, so they may not be fully compliant with
the policies of the distribution.

  - Is the mobile version still under development? Where can I put it, under
 a development page or under the downloads page?

No, the Symbian interface is no longer developed or supported. :-/

 I fixed some problems on the home page, and added some new stuff, so check
 it:
 http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

 I also created the License page:

Good - I link them!


Thanks!

-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-24 Thread Alberto Malagoli

 Yeah, I like it a lot, thanks!
 Nice design: very clean.


Thank you too! I'm really happy to hear that you like it!



   - links in the middle of the page are like fast paths to the most used
  pages. Is there a guests counter in the current website, so we could know
  which pages are currently the most visited ones?

 There are google analytics and piwik; do you need some stats?


Yes, I would like to know which pages are the most visited one. So I will
add these pages on the home as fast links..


 By the way, in the last week a lot of bugs were fixed, and so I think
 we can be ready for a news release...


That's great! I saw IMDB pages are chaged in the last few weeks, so the last
fixes takes into account these changements?
I also would like to ask you if there are any plans about a Python 3
porting...


 let's say before the end
 of September. :-)  It would be cool to have the new web site, for it.


That sounds good to me :) I think it's a good idea to have the new website
ready with the release of the new version.
But there is still a lot to do, so if we don't have it ready for the end of
september, we could publish it anyway, and add a label like beta version,
near the logo or something.. Anyway, we will see!

I just have 2 more questions:
 - I cannot understend the difference, under the downloads page, between
official packages and unofficial packages. May I merge them into one or
not?
 - Is the mobile version still under development? Where can I put it, under
a development page or under the downloads page?

I fixed some problems on the home page, and added some new stuff, so check
it:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

I also created the License page:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/gpl_license.html
Tha tpage will be shown in place of the current one, which points out to the
plain GPL license.
In fact it's still the GPL license page but only with a new look :D

   Alberto Malagoli
--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


[Imdbpy-help] website redesign - first proposal

2011-08-23 Thread Alberto Malagoli
Hello!
I came back from holidays, and started working on the new website..
I would like to show you a first example of the new website:
http://dl.dropbox.com/u/921872/IxD/IMDbPY/index.html

This is the home page. It's a really raw and sharp version, which needs a
lot of changes, and shouldn't be considered the final version.
Anyway, let me know if you like it and if I'm on the right direction, and if
there is something that I have to change or improve (or remove). Of course
if you don't like it no problem!! I will not complain :)

Just a few notes:
 - links in the middle of the page are like fast paths to the most used
pages. Is there a guests counter in the current website, so we could know
which pages are currently the most visited ones?
 - I have to finish the footer, that, by now, is only a dark strip on the
page bottom
 - there are problems with elements spacing that I have to work out...

Bye!
   Alberto Malagoli
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-23 Thread Davide Alberani
On Tue, Aug 23, 2011 at 12:29, Alberto Malagoli albem...@gmail.com wrote:

 Anyway, let me know if you like it

Hi!

Yeah, I like it a lot, thanks!
Nice design: very clean.

  - links in the middle of the page are like fast paths to the most used
 pages. Is there a guests counter in the current website, so we could know
 which pages are currently the most visited ones?

There are google analytics and piwik; do you need some stats?

By the way, in the last week a lot of bugs were fixed, and so I think
we can be ready for a news release... let's say before the end
of September. :-)  It would be cool to have the new web site, for it.


-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-23 Thread ronaldhatcher
I agree - this looks great! It's good to hear about a possible new release too. I was hoping to contribute some changes around the http defaults I looked at quite a while ago, and was wondering what the changes of moving from hgto git would be? I personally find github excellent and since most of my other work is in git so I think it would be great.Maybe a new release, new site and new source control?On 23 Aug, 2011,at 12:59 PM, Davide Alberani davide.alber...@gmail.com wrote:On Tue, Aug 23, 2011 at 12:29, Alberto Malagoli albem...@gmail.com wrote:

 Anyway, let me know if you like it

Hi!

Yeah, I like it a lot, thanks!
Nice design: very clean.

 - links in the middle of the page are like fast paths to the most used
 pages. Is there a guests counter in the current website, so we could know
 which pages are currently the most visited ones?

There are google analytics and piwik; do you need some stats?

By the way, in the last week a lot of bugs were fixed, and so I think
we can be ready for a news release... let's say before the end
of September. :-)  It would be cool to have the new web site, for it.


-- 
Davide Alberani davide.alber...@gmail.com [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign - first proposal

2011-08-23 Thread Davide Alberani
On Tue, Aug 23, 2011 at 15:04, ronaldhatcher ronaldhatc...@mac.com wrote:
  was wondering what the changes of moving
 from hg to git would be?

Not much, not only for the fact that I slightly prefer mercurial. :-D
No, seriously: they are both wonderful tools, and both github
and bitbucket are great services.  The differences from each
other are very few, compared to the differences with svn.
Did I already mentioned that I prefer mercurial? ;-)

 I personally find github excellent and since most
 of my other work is in git so I think it would be great.

But IMDbPY already has a github official repository:
  https://github.com/alberanid/imdbpy

I keep it in sync with the mercurial repository on bitbucket [0]
using the hg-github plugin [1].
So if you want to fork the project on github and develop
using git, feel free!

+++
[0] http://bitbucket.org/alberanid/imdbpy/
[1] http://hg-git.github.com/
-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-31 Thread Alberto Malagoli

 http://dl.dropbox.com/u/921872/IxD/IMDbPY%20logo.png



Cool!  I like the second of the second row, but I'm not sure if
 it can work on a light/white background...


That's right! I like it too :)
Don't worry, I would like to use the same colors I used on that mockup for
the header on top of the page. Do you like them?

 I still don't know how to replace the polls.. Which technology did you
 used
  to write the current website?



 It was manually coded by me in PHP, using a MySQL database.

 Since I'm out of ideas for new polls subjects, I think we can also
 leave it out, for the moment! :-)


That's right... Yeah, we can drop it for now, and get it back in a second
time!

   Alberto Malagoli
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-31 Thread Davide Alberani
On Sun, Jul 31, 2011 at 12:22, Alberto Malagoli albem...@gmail.com wrote:

 Don't worry, I would like to use the same colors I used on that mockup for
 the header on top of the page. Do you like them?

Hmmm... have I missed a link, here? :-)
I've seen only the logos.
Anyway, my taste for colors is not really meaningful, so I'm fine with
anything you think is ok. ;-)


-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-30 Thread Davide Alberani
On Fri, Jul 29, 2011 at 16:51, Alberto Malagoli albem...@gmail.com wrote:

 http://dl.dropbox.com/u/921872/IxD/IMDbPY%20logo.png

Cool!  I like the second of the second row, but I'm not sure if
it can work on a light/white background...

 Ok.. I decided to join some menus, for a simpler navigation, renaming some
 of them.

Ok, good for me.

 I still don't know how to replace the polls.. Which technology did you used
 to write the current website?

It was manually coded by me in PHP, using a MySQL database.
Since I'm out of ideas for new polls subjects, I think we can also
leave it out, for the moment! :-)

Thanks!
-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-22 Thread Davide Alberani
On Thu, Jul 21, 2011 at 09:25, Alberto Malagoli albem...@gmail.com wrote:

 By the way, could you add it to the list of programs using IMDbPY?

Done!  Thank you!

 Yes, I have some ideas, but I want to think about them a bit more, than I'll
 send you some mockups..
 But I want to inform you that in the next days I will be on holiday, so I'll
 start working on it the next week!

eheheh, we're in no hurry.  Have a nice holiday. :-)

 I also would like to ask you if want to add or remove something from the
 current website, I mean some parts or pages, some text,

Don't know... the altar tab can go away; the polls can be replaced
with something more functional than the ones I've written.
Besides that, it's just informative text.  I don't have any preferences
about how it's organized (ok: no frames and no blinking texts ;-)

 p.s. Anyway, I'm italian too :)

Noticed. :-)


Bye!

-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks  Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-21 Thread Alberto Malagoli
Hi!

Thanks!
 Unfortunately in the last months it's affected by many problems,
 due to the IMDb redesign and my total lack of free time. :-(


In fact, this is not a big problem by now, because in my program where I use
it, I just use a small part of it, and it work fine :)
By the way, could you add it to the list of programs using IMDbPY?
Here's the link:
https://code.google.com/p/almoviesrenamer/



  So, as an homage to the
  hard work you do on it, I would like to contribute to the project a bit
 by
  proposing a new style for the website.

 Ehi, thank you for the offer!  Any help is greatly appreciated.
 Do you have any ideas for the layout and the technologies to use?


You're welcome :)
Yes, I have some ideas, but I want to think about them a bit more, than I'll
send you some mockups..
But I want to inform you that in the next days I will be on holiday, so I'll
start working on it the next week!
I also would like to ask you if want to add or remove something from the
current website, I mean some parts or pages, some text, if you want to
change something or you prefer leaving the informative part (I mean text)
untouched.

Bye!

   Alberto Malagoli

p.s. Anyway, I'm italian too :)
--
5 Ways to Improve  Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


[Imdbpy-help] website redesign

2011-07-19 Thread Alberto Malagoli
Hello,
I am an habitual user of IMDbPY, I use it for my projects, and compared with
other similar tools I must say this is the best one! So, as an homage to the
hard work you do on it, I would like to contribute to the project a bit by
proposing a new style for the website. Of course I don't want to say that
you have to change the current one, but I would only try to create a new
one, and if you like it, well, we'll see..
I haven't created anything by now, I only would like to know if you like the
idea and if you have some preferences. If not, I'll start preparing
something and I'll show it.
Let me know.. Thanks!
   Alberto Malagoli
--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help


Re: [Imdbpy-help] website redesign

2011-07-19 Thread Davide Alberani
On Tue, Jul 19, 2011 at 16:57, Alberto Malagoli albem...@gmail.com wrote:
 Hello,
 I am an habitual user of IMDbPY, I use it for my projects, and compared with
 other similar tools I must say this is the best one!

Thanks!
Unfortunately in the last months it's affected by many problems,
due to the IMDb redesign and my total lack of free time. :-(

 So, as an homage to the
 hard work you do on it, I would like to contribute to the project a bit by
 proposing a new style for the website.

Ehi, thank you for the offer!  Any help is greatly appreciated.
Do you have any ideas for the layout and the technologies to use?


Thanks!

-- 
Davide Alberani davide.alber...@gmail.com  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help