CVS edit link for michaeldhart
Hi! I have been building themes now for a while with Drupal, and have been building sites with Drupal since 3.8 (I think). Mostly they have been for private projects. Recently, I have been studying and applying myself to produce better-quality themes and such for potential clients as a freelancer.This, along with a growing sense that I have benefited much from the Drupal community and contributed little, has prompted me to want to begin contributing themes to the community. So, I have my first theme ready to open to the community.
In the past I have contributed testing, and possibly a few code fixes here and there. As my PHP skills progress, I may want to contribute modules to the community. I'm looking forward to helping Drupal continue to be the great community and software I've always found it to be.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | summer_city.tar_.gz | 135.92 KB | michaeldhart |
| #3 | summer_city.zip | 138.79 KB | michaeldhart |
| #1 | summer_city.tar_.gz | 732.29 KB | michaeldhart |
Comments
Comment #1
michaeldhart commentedHere is my proposed first contribution: a Drupal 6.x Zen subtheme called Summer City. You can see it live currently at http://www.hartfamilynyc.net
Comment #2
wadmiraal commentedHi,
... etc, you should just write:
(You don't need to specify "sreenshot" if the name is "screenshot.png".)
Otherwise, not to bad :-)
Comment #3
michaeldhart commentedHi Wadmiraal!
Thanks so much for taking a look for me. I've reviewed the code and made the requested changes. I was wondering about the font license myself. I did some research on it and seems there are differing opinions on what license it is released under. :) So, for the sake of keeping it legal and up to Drupal standards, I've changed the font import to one using the Google font API. There are released under Open Font License, which, as I understand it, is GPL compatible.
Attached is the updated code.
What are some next steps?
Comment #4
michaeldhart commentedOops, here's the tar.gz
Comment #5
avpadernoFor files committed in Drupal.org repository, we prefer they are licensed under GPL License.
Comment #6
wadmiraal commentedHi all, sorry, have been really busy lately.
@kiamlaluno
The Google Font API links to an external font file, on their server. So the font is not included with the tar.gz itself (thus, not on the Drupal server).
So I guess it's ok, isn't it ? Setting it to RTBC in case it is... (I am going on vacation, so won't be able to set it before a week or 2)
Comment #7
avpadernoI was referring to the file border-radius.htc, which is available from third-party sites. Basing on what reported in http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser, the code is developed on http://code.google.com/p/curved-corner/, where the code is reported to be GPL 3, which is then not compatible with GPL 2.
Comment #8
avpaderno