You are here

README.txt in Omega Tools 7.2

Same filename and directory in other branches
  1. 7.4 README.txt
  2. 7.3 README.txt
##########################################################################################
      _                _                                  _                     _
   __| | _____   _____| | ___  _ __  _ __ ___   ___ _ __ | |_    __ _  ___  ___| | _____
  / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|  / _` |/ _ \/ _ \ |/ / __|
 | (_| |  __/\ V /  __/ | (_) | |_) | | | | | |  __/ | | | |_  | (_| |  __/  __/   <\__ \
  \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|  \__, |\___|\___|_|\_\___/
                              |_|                               |___/
##########################################################################################

##########################################################################################
##### Omega Tools
##########################################################################################
Informational:  http://himer.us/omega960
Project Page:   http://drupal.org/project/omega_tools
Issue Queue:    http://drupal.org/project/issues/omega_tools
Usage Stats:    http://drupal.org/project/usage/omega_tools
Twitter:        http://twitter.com/Omeglicon
Maintainer(s):  Jake Strawn 
                http://himerus.com
                http://developmentgeeks.com
                http://facebook.com/developmentgeeks
                http://drupal.org/user/159141
                http://twitter.com/himerus
##########################################################################################

Omega Tools Information
=======================
The Omega Tools module is a supplemental helper module for the Omega theme. It allows for
creating subthemes via drush on the fly, and exporting and reverting theme settings that 
can then be pasted into the .info file for your Omega subtheme

Drush Subtheme Usage
====================

$ drush omega-subtheme "New Theme Name"
  -- Creates an HTML5 subtheme (new_theme_name) in the default sites/all/themes
  
$ drush omega-subtheme "New Theme Name" html5
  -- Creates an HTML5 subtheme (new_theme_name) in the default sites/all/themes
  
$ drush omega-subtheme "New Theme Name" xhtml
  -- Creates an XHTML subtheme (new_theme_name) in the default sites/all/themes
  
$ drush omega-subtheme "New Theme Name" --destination=example.com
  -- Creates an HTML5 subtheme (new_theme_name) in the default sites/example.com/themes

File

README.txt
View source
  1. ##########################################################################################
  2. _ _ _ _
  3. __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
  4. / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
  5. | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
  6. \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
  7. |_| |___/
  8. ##########################################################################################
  9. ##########################################################################################
  10. ##### Omega Tools
  11. ##########################################################################################
  12. Informational: http://himer.us/omega960
  13. Project Page: http://drupal.org/project/omega_tools
  14. Issue Queue: http://drupal.org/project/issues/omega_tools
  15. Usage Stats: http://drupal.org/project/usage/omega_tools
  16. Twitter: http://twitter.com/Omeglicon
  17. Maintainer(s): Jake Strawn
  18. http://himerus.com
  19. http://developmentgeeks.com
  20. http://facebook.com/developmentgeeks
  21. http://drupal.org/user/159141
  22. http://twitter.com/himerus
  23. ##########################################################################################
  24. Omega Tools Information
  25. =======================
  26. The Omega Tools module is a supplemental helper module for the Omega theme. It allows for
  27. creating subthemes via drush on the fly, and exporting and reverting theme settings that
  28. can then be pasted into the .info file for your Omega subtheme
  29. Drush Subtheme Usage
  30. ====================
  31. $ drush omega-subtheme "New Theme Name"
  32. -- Creates an HTML5 subtheme (new_theme_name) in the default sites/all/themes
  33. $ drush omega-subtheme "New Theme Name" html5
  34. -- Creates an HTML5 subtheme (new_theme_name) in the default sites/all/themes
  35. $ drush omega-subtheme "New Theme Name" xhtml
  36. -- Creates an XHTML subtheme (new_theme_name) in the default sites/all/themes
  37. $ drush omega-subtheme "New Theme Name" --destination=example.com
  38. -- Creates an HTML5 subtheme (new_theme_name) in the default sites/example.com/themes