my-simon 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. data/README.md +3 -20
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/my-simon.gemspec +3 -78
  5. metadata +2 -77
  6. data/DOC/Launch Check List.docx +0 -0
  7. data/DOC/Launch Check List.pdf +0 -0
  8. data/build/rakefile.rb +0 -12
  9. data/config.rb +0 -24
  10. data/scaffolding/simon/controller.tpl +0 -9
  11. data/scaffolding/simon/model.tpl +0 -10
  12. data/scaffolding/simon/view.tpl +0 -5
  13. data/scaffolding/standards/html_template.html +0 -44
  14. data/scaffolding/standards/html_template.php +0 -44
  15. data/scaffolding/standards/jquery_plugin_template.js +0 -45
  16. data/scaffolding/standards/js_template.js +0 -43
  17. data/www/.htaccess +0 -488
  18. data/www/404.html +0 -32
  19. data/www/crossdomain.xml +0 -25
  20. data/www/favicon.ico +0 -0
  21. data/www/index.php +0 -17
  22. data/www/lib/js/homePage.js +0 -43
  23. data/www/lib/js/jquery/JQbook.js +0 -809
  24. data/www/lib/js/jquery/jquery-1.8.0.min.js +0 -27
  25. data/www/lib/js/jquery/jquery.alphanumeric.js +0 -82
  26. data/www/lib/js/jquery/jquery.cookie.js +0 -96
  27. data/www/lib/js/jquery/jquery.easing.1.3.js +0 -207
  28. data/www/lib/js/main.js +0 -117
  29. data/www/lib/js/master.js +0 -6
  30. data/www/lib/js/plugins/handlebars-1.0.rc.1.js +0 -1920
  31. data/www/lib/js/plugins/modernizr-1.7.min.js +0 -2
  32. data/www/lib/js/plugins/swfobject.js +0 -777
  33. data/www/lib/js/plugins_mod/README.txt +0 -3
  34. data/www/lib/php/app.php +0 -53
  35. data/www/lib/php/controller/index.php +0 -10
  36. data/www/lib/php/controller/regex.php +0 -23
  37. data/www/lib/php/model/Book.php +0 -8
  38. data/www/lib/php/model/Model.php +0 -8
  39. data/www/lib/php/plugins/php-activerecord/ActiveRecord.php +0 -44
  40. data/www/lib/php/plugins/php-activerecord/lib/CallBack.php +0 -226
  41. data/www/lib/php/plugins/php-activerecord/lib/Column.php +0 -155
  42. data/www/lib/php/plugins/php-activerecord/lib/Config.php +0 -288
  43. data/www/lib/php/plugins/php-activerecord/lib/Connection.php +0 -456
  44. data/www/lib/php/plugins/php-activerecord/lib/ConnectionManager.php +0 -38
  45. data/www/lib/php/plugins/php-activerecord/lib/DateTime.php +0 -45
  46. data/www/lib/php/plugins/php-activerecord/lib/Exceptions.php +0 -137
  47. data/www/lib/php/plugins/php-activerecord/lib/Expressions.php +0 -183
  48. data/www/lib/php/plugins/php-activerecord/lib/Inflector.php +0 -115
  49. data/www/lib/php/plugins/php-activerecord/lib/Model.php +0 -1673
  50. data/www/lib/php/plugins/php-activerecord/lib/Reflections.php +0 -86
  51. data/www/lib/php/plugins/php-activerecord/lib/Relationship.php +0 -637
  52. data/www/lib/php/plugins/php-activerecord/lib/SQLBuilder.php +0 -396
  53. data/www/lib/php/plugins/php-activerecord/lib/Serialization.php +0 -302
  54. data/www/lib/php/plugins/php-activerecord/lib/Singleton.php +0 -57
  55. data/www/lib/php/plugins/php-activerecord/lib/Table.php +0 -547
  56. data/www/lib/php/plugins/php-activerecord/lib/Utils.php +0 -351
  57. data/www/lib/php/plugins/php-activerecord/lib/Validations.php +0 -833
  58. data/www/lib/php/plugins/php-activerecord/lib/adapters/MysqlAdapter.php +0 -73
  59. data/www/lib/php/plugins/php-activerecord/lib/adapters/OciAdapter.php +0 -121
  60. data/www/lib/php/plugins/php-activerecord/lib/adapters/PgsqlAdapter.php +0 -104
  61. data/www/lib/php/plugins/php-activerecord/lib/adapters/SqliteAdapter.php +0 -81
  62. data/www/lib/php/system/Config.php +0 -174
  63. data/www/lib/php/system/config.routes.php +0 -29
  64. data/www/lib/php/system/router.php +0 -220
  65. data/www/lib/php/template/footer.php +0 -59
  66. data/www/lib/php/template/header.php +0 -74
  67. data/www/lib/php/view/index.php +0 -5
  68. data/www/media/images/facebook_share.jpg +0 -0
  69. data/www/robots.txt +0 -5
  70. data/www/sandbox/readme.txt +0 -3
  71. data/www/sass/javascript.scss +0 -1
  72. data/www/sass/layout.scss +0 -128
  73. data/www/sass/master.scss +0 -4
  74. data/www/sass/reset.scss +0 -47
  75. data/www/sass/typography.scss +0 -24
  76. data/www/styles/javascript.css +0 -1
  77. data/www/styles/layout.css +0 -186
  78. data/www/styles/master.css +0 -4
  79. data/www/styles/reset.css +0 -60
  80. data/www/styles/typography.css +0 -24
data/www/sass/master.scss DELETED
@@ -1,4 +0,0 @@
1
- /* master.css */
2
- @import url(reset.css) screen;
3
- @import url(layout.css) screen;
4
- @import url(typography.css) screen;
data/www/sass/reset.scss DELETED
@@ -1,47 +0,0 @@
1
- /* http://meyerweb.com/eric/tools/css/reset/
2
- v2.0 | 20110126
3
- License: none (public domain)
4
- */
5
- html, body, div, span, applet, object, iframe,
6
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7
- a, abbr, acronym, address, big, cite, code,
8
- del, dfn, em, img, ins, kbd, q, s, samp,
9
- small, strike, strong, sub, sup, tt, var,
10
- b, u, i, center,
11
- dl, dt, dd, ol, ul, li,
12
- fieldset, form, label, legend,
13
- table, caption, tbody, tfoot, thead, tr, th, td,
14
- article, aside, canvas, details, embed,
15
- figure, figcaption, footer, header, hgroup,
16
- menu, nav, output, ruby, section, summary,
17
- time, mark, audio, video {
18
- margin: 0;
19
- padding: 0;
20
- border: 0;
21
- font-size: 100%;
22
- font: inherit;
23
- vertical-align: baseline;
24
- }
25
- /* HTML5 display-role reset for older browsers */
26
- article, aside, details, figcaption, figure,
27
- footer, header, hgroup, menu, nav, section {
28
- display: block;
29
- }
30
- body {
31
- line-height: 1;
32
- }
33
- ol, ul {
34
- list-style: none;
35
- }
36
- blockquote, q {
37
- quotes: none;
38
- }
39
- blockquote:before, blockquote:after,
40
- q:before, q:after {
41
- content: '';
42
- content: none;
43
- }
44
- table {
45
- border-collapse: collapse;
46
- border-spacing: 0;
47
- }
@@ -1,24 +0,0 @@
1
- /* YUI Font CSS
2
- Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
- Code licensed under the BSD License:
4
- http://developer.yahoo.net/yui/license.txt
5
- version: 2.5.1
6
- Px %
7
- 10 77
8
- 11 85
9
- 12 93
10
- 13 100
11
- 14 108
12
- 15 116
13
- 16 123.1
14
- 17 131
15
- 18 138.5
16
- 19 146.5
17
- 20 153.9
18
- 21 161.6
19
- 22 167
20
- 23 174
21
- 24 182
22
- 25 189
23
- 26 197
24
- */
@@ -1 +0,0 @@
1
- /* javascript.css */
@@ -1,186 +0,0 @@
1
- /*
2
- Global
3
- */
4
- /* line 4, ../sass/layout.scss */
5
- .ir {
6
- display: block;
7
- text-indent: -999em;
8
- overflow: hidden;
9
- background-repeat: no-repeat;
10
- text-align: left;
11
- direction: ltr;
12
- }
13
-
14
- /* line 5, ../sass/layout.scss */
15
- .hidden {
16
- display: none;
17
- visibility: hidden;
18
- }
19
-
20
- /* line 6, ../sass/layout.scss */
21
- .visuallyhidden {
22
- border: 0;
23
- clip: rect(0 0 0 0);
24
- height: 1px;
25
- margin: -1px;
26
- overflow: hidden;
27
- padding: 0;
28
- position: absolute;
29
- width: 1px;
30
- }
31
-
32
- /* line 8, ../sass/layout.scss */
33
- .visuallyhidden.focusable:active,
34
- .visuallyhidden.focusable:focus {
35
- clip: auto;
36
- height: auto;
37
- margin: 0;
38
- overflow: visible;
39
- position: static;
40
- width: auto;
41
- }
42
-
43
- /* line 9, ../sass/layout.scss */
44
- .invisible {
45
- visibility: hidden;
46
- }
47
-
48
- /* line 10, ../sass/layout.scss */
49
- .clearfix:before, .clearfix:after {
50
- content: "\0020";
51
- display: block;
52
- height: 0;
53
- overflow: hidden;
54
- }
55
-
56
- /* line 11, ../sass/layout.scss */
57
- .clearfix:after {
58
- clear: both;
59
- }
60
-
61
- /* line 12, ../sass/layout.scss */
62
- .clearfix {
63
- zoom: 1;
64
- }
65
-
66
- /* line 13, ../sass/layout.scss */
67
- a {
68
- color: black;
69
- }
70
-
71
- /*
72
- Body
73
- */
74
- /*
75
- PageWrapper
76
- */
77
- /*
78
- Header
79
- */
80
- /*
81
- Content MainContent
82
- */
83
- /*
84
- Footer
85
- */
86
- /* Smartphones (portrait and landscape) ----------- */
87
- @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
88
- /* Styles */
89
- }
90
- /* Smartphones (landscape) ----------- */
91
- @media only screen and (min-width: 321px) {
92
- /* Styles */
93
- }
94
- /* Smartphones (portrait) ----------- */
95
- @media only screen and (max-width: 320px) {
96
- /* Styles */
97
- }
98
- /* iPads (portrait and landscape) ----------- */
99
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
100
- /* Styles */
101
- }
102
- /* iPads (landscape) ----------- */
103
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
104
- /* Styles */
105
- }
106
- /* iPads (portrait) ----------- */
107
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
108
- /* Styles */
109
- }
110
- /* Desktops and laptops ----------- */
111
- @media only screen and (min-width: 1224px) {
112
- /* Styles */
113
- }
114
- /* Large screens ----------- */
115
- @media only screen and (min-width: 1824px) {
116
- /* Styles */
117
- }
118
- /* iPhone 4 ----------- */
119
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
120
- /* Styles */
121
- }
122
- /*
123
- For Printing support
124
- */
125
- @media print {
126
- /* line 116, ../sass/layout.scss */
127
- * {
128
- background: transparent !important;
129
- color: black !important;
130
- text-shadow: none !important;
131
- filter: none !important;
132
- -ms-filter: none !important;
133
- }
134
-
135
- /* line 118, ../sass/layout.scss */
136
- a, a:visited {
137
- color: #444 !important;
138
- text-decoration: underline;
139
- }
140
-
141
- /* line 119, ../sass/layout.scss */
142
- a[href]:after {
143
- content: " (" attr(href) ")";
144
- }
145
-
146
- /* line 120, ../sass/layout.scss */
147
- abbr[title]:after {
148
- content: " (" attr(title) ")";
149
- }
150
-
151
- /* line 121, ../sass/layout.scss */
152
- .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
153
- content: "";
154
- }
155
-
156
- /* line 122, ../sass/layout.scss */
157
- pre, blockquote {
158
- border: 1px solid #999;
159
- page-break-inside: avoid;
160
- }
161
-
162
- /* line 123, ../sass/layout.scss */
163
- thead {
164
- display: table-header-group;
165
- }
166
-
167
- /* line 124, ../sass/layout.scss */
168
- tr, img {
169
- page-break-inside: avoid;
170
- }
171
-
172
- @page {
173
- margin: 0.5cm;
174
- }
175
-
176
- /* line 126, ../sass/layout.scss */
177
- p, h2, h3 {
178
- orphans: 3;
179
- widows: 3;
180
- }
181
-
182
- /* line 127, ../sass/layout.scss */
183
- h2, h3 {
184
- page-break-after: avoid;
185
- }
186
- }
@@ -1,4 +0,0 @@
1
- @import url(reset.css) screen;
2
- @import url(layout.css) screen;
3
- @import url(typography.css) screen;
4
- /* master.css */
data/www/styles/reset.css DELETED
@@ -1,60 +0,0 @@
1
- /* http://meyerweb.com/eric/tools/css/reset/
2
- v2.0 | 20110126
3
- License: none (public domain)
4
- */
5
- /* line 17, ../sass/reset.scss */
6
- html, body, div, span, applet, object, iframe,
7
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
- a, abbr, acronym, address, big, cite, code,
9
- del, dfn, em, img, ins, kbd, q, s, samp,
10
- small, strike, strong, sub, sup, tt, var,
11
- b, u, i, center,
12
- dl, dt, dd, ol, ul, li,
13
- fieldset, form, label, legend,
14
- table, caption, tbody, tfoot, thead, tr, th, td,
15
- article, aside, canvas, details, embed,
16
- figure, figcaption, footer, header, hgroup,
17
- menu, nav, output, ruby, section, summary,
18
- time, mark, audio, video {
19
- margin: 0;
20
- padding: 0;
21
- border: 0;
22
- font-size: 100%;
23
- font: inherit;
24
- vertical-align: baseline;
25
- }
26
-
27
- /* HTML5 display-role reset for older browsers */
28
- /* line 27, ../sass/reset.scss */
29
- article, aside, details, figcaption, figure,
30
- footer, header, hgroup, menu, nav, section {
31
- display: block;
32
- }
33
-
34
- /* line 30, ../sass/reset.scss */
35
- body {
36
- line-height: 1;
37
- }
38
-
39
- /* line 33, ../sass/reset.scss */
40
- ol, ul {
41
- list-style: none;
42
- }
43
-
44
- /* line 36, ../sass/reset.scss */
45
- blockquote, q {
46
- quotes: none;
47
- }
48
-
49
- /* line 40, ../sass/reset.scss */
50
- blockquote:before, blockquote:after,
51
- q:before, q:after {
52
- content: '';
53
- content: none;
54
- }
55
-
56
- /* line 44, ../sass/reset.scss */
57
- table {
58
- border-collapse: collapse;
59
- border-spacing: 0;
60
- }
@@ -1,24 +0,0 @@
1
- /* YUI Font CSS
2
- Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
- Code licensed under the BSD License:
4
- http://developer.yahoo.net/yui/license.txt
5
- version: 2.5.1
6
- Px %
7
- 10 77
8
- 11 85
9
- 12 93
10
- 13 100
11
- 14 108
12
- 15 116
13
- 16 123.1
14
- 17 131
15
- 18 138.5
16
- 19 146.5
17
- 20 153.9
18
- 21 161.6
19
- 22 167
20
- 23 174
21
- 24 182
22
- 25 189
23
- 26 197
24
- */