bcms_garment_district 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. data/COPYRIGHT.txt +24 -0
  2. data/GPL.txt +674 -0
  3. data/LICENSE.txt +165 -0
  4. data/README.rdoc +3 -0
  5. data/Rakefile +42 -0
  6. data/app/assets/javascripts/bcms_garment_district/application.js +15 -0
  7. data/app/assets/javascripts/bcms_garment_district/markdown_blocks.js +2 -0
  8. data/app/assets/stylesheets/bcms_garment_district/application.css +13 -0
  9. data/app/assets/stylesheets/bcms_garment_district/markdown_blocks.css +4 -0
  10. data/app/controllers/bcms_garment_district/application_controller.rb +4 -0
  11. data/app/controllers/bcms_garment_district/markdown_blocks_controller.rb +6 -0
  12. data/app/helpers/bcms_garment_district/application_helper.rb +4 -0
  13. data/app/helpers/bcms_garment_district/markdown_blocks_helper.rb +4 -0
  14. data/app/models/bcms_garment_district/markdown_block.rb +12 -0
  15. data/app/views/bcms_garment_district/markdown_blocks/_form.html.erb +2 -0
  16. data/app/views/bcms_garment_district/markdown_blocks/render.html.erb +1 -0
  17. data/app/views/layouts/bcms_garment_district/application.html.erb +14 -0
  18. data/config/cucumber.yml +8 -0
  19. data/config/routes.rb +3 -0
  20. data/db/migrate/20130602050053_create_bcms_garment_district_markdown_blocks.rb +11 -0
  21. data/lib/bcms_garment_district/engine.rb +7 -0
  22. data/lib/bcms_garment_district/version.rb +3 -0
  23. data/lib/bcms_garment_district.rb +4 -0
  24. data/lib/generators/bcms_garment_district/install/USAGE +3 -0
  25. data/lib/generators/bcms_garment_district/install/install_generator.rb +21 -0
  26. data/lib/tasks/bcms_garment_district_tasks.rake +4 -0
  27. data/lib/tasks/cucumber.rake +65 -0
  28. metadata +302 -0
data/COPYRIGHT.txt ADDED
@@ -0,0 +1,24 @@
1
+ All BrowserCMS code is Copyright (C) 1998-2011 by BrowserMedia, LLC.
2
+ Other code in this module is copyright (C) 2013 by Marnen Laibow-Koser <marnen@marnen.org>, or other contributors as indicated.
3
+
4
+ This program is free software: you can redistribute it and/or modify
5
+ it under the terms of the GNU Lesser General Public License as published by
6
+ the Free Software Foundation, either version 3 of the License, or
7
+ (at your option) any later version.
8
+
9
+ This program is distributed in the hope that it will be useful,
10
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ GNU Lesser General Public License for more details.
13
+
14
+ You should have received a copy of the GNU Lesser General Public License
15
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ BrowserCMS is a registered trademark of BrowserMedia, LLC.
18
+
19
+ BrowserCMS includes works under other copyright notices and distributed
20
+ according to the terms of the GNU Lesser Public License or a compatible
21
+ license, including:
22
+
23
+ - jQuery - Copyright (C) 2009 John Resig
24
+ - CKEditor - Copyright (C) 2003-2009 Frederico Caldeira Knabben