README.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. ##########################################################################################
  2. _ _ _ _
  3. __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____
  4. / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __|
  5. | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \
  6. \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/
  7. |_| |___/
  8. ##########################################################################################
  9. ##########################################################################################
  10. ##### Omega Theme
  11. ##########################################################################################
  12. Informational: http://himer.us/omega960
  13. Documentation: http://himer.us/omega-docs
  14. Project Page: http://drupal.org/project/omega
  15. Issue Queue: http://drupal.org/project/issues/omega
  16. Usage Stats: http://drupal.org/project/usage/omega
  17. Twitter: http://twitter.com/Omeglicon
  18. Maintainer(s):
  19. Jake Strawn
  20. http://himerus.com
  21. http://developmentgeeks.com
  22. http://facebook.com/developmentgeeks
  23. http://drupal.org/user/159141
  24. http://twitter.com/himerus
  25. Sebastian Siemssen
  26. http://twitter.com/thefubhy
  27. http://drupal.org/user/761344
  28. ##########################################################################################
  29. Omega Theme Information
  30. =======================
  31. The Omega theme is the most powerful and flexible base theme available for Drupal 7.
  32. Omega includes HTML5, CSS3 responsive layouts, customizable grids based on 960.gs, advanced
  33. preprocess functionality, and integration with Delta/Context modules to provide different
  34. layouts based on context.
  35. Omega 3.x has been completely rewritten for performance enhancements and a host of new
  36. features. Every region/zone is now fully configurable in the theme settings UI, and can be
  37. placed anywhere you like on a page without having to edit/manipulate templates.
  38. Additional 960gs/Omega Resources
  39. ================================
  40. Documentation: http://himer.us/omega-docs
  41. Project Page: http://drupal.org/project/omega
  42. Issue Queue: http://drupal.org/project/issues/omega
  43. Creating your Omega Sub Theme (Automagically)
  44. =============================================
  45. @todo - rewrite this section
  46. Creating your Omega Sub Theme (Manually)
  47. ========================================
  48. * Copying the appropriate starterkit from omega/starterkits
  49. * move copy to /sites/all/themes
  50. * Rename the folder
  51. * Rename the copied folder to YOUR_THEME
  52. * Renaming the .info file
  53. * Rename the .info file to YOUR_THEME.info
  54. * Renaming the appropriate responsive CSS files
  55. * Rename starterkit-omega-html5-alpha-default.css to YOUR-THEME-alpha-default.css
  56. * Rename starterkit-omega-html5-alpha-default-narrow.css to YOUR-THEME-alpha-default-narrow.css
  57. * Rename starterkit-omega-html5-alpha-default-normal.css to YOUR-THEME-alpha-default-normal.css
  58. * Rename starterkit-omega-html5-alpha-default-wide.css to YOUR-THEME-alpha-default-wide.css
  59. * Editing the .info
  60. * Remove the following lines
  61. * hidden = TRUE
  62. * starterkit = TRUE
  63. * Change the following lines to suit your needs
  64. * name = My Custom Theme
  65. * description = My own custom Omega subtheme
  66. * Turn on your subtheme
  67. * visit /admin/appearance
  68. * Click “Enable and set default” on the appropriate subtheme you’ve created.
  69. Contributors
  70. ============
  71. - himerus (Jake Strawn)
  72. - fubhy (Sebastian Siemssen)