I have just added The Dark Theme to Drupal Themes. I thought that it would have been harder than it was. Here is what I did
- export CVSROOT=:pserver:_userid_@cvs.drupal.org:/cvs/drupal-contrib
- cvs login (entered password when prompted)
- cvs checkout -l contributions/themes
- cd contributions/themes/
- cp -r _path-to_/dark .
- cvs add dark
- cvs add dark/*
- cvs dark/images/*
- cvs commit -m "Initial commit."
Later I made an update to the screenshot, so I have to create a new version, as follows
- cvs commit -f dark/screenshot.png
On the Drupal web site, I created a new project,
- Project Type: Theme
- Full Project Name: The Dark Theme
- Full Description: ....
- Short Project Name: dark
- Hompage: http://drupal.org/project/dark/
- Documentation: http://drupal.org/project/dark/
- CVS Tree: http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/dark/
- Demo Site: Http://amadain.net/
And there you go! The Dark Theme is now available at on http://drupal.org/project/dark/.
Enjoy.








Nice Drupal theme. Also,
Nice Drupal theme.
Also, very simplified drupal theme CVS howto.
Post new comment