2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/views/square/feeds.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/views/square/side.html:
--------------------------------------------------------------------------------
1 |
11 |
12 |
--------------------------------------------------------------------------------
/app/views/square/square.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
米饭广场 - 大家都在问:
8 |
11 |
12 |
13 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/app/views/template/README.md:
--------------------------------------------------------------------------------
1 | 这里是 指令 模版。
--------------------------------------------------------------------------------
/app/views/template/error-msg.html:
--------------------------------------------------------------------------------
1 |
{{errorMsg}}
--------------------------------------------------------------------------------
/app/views/template/logintip.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/views/template/more.html:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/app/views/template/sending-btn.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/views/template/sns-login.html:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/app/views/template/sub-nav.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/views/template/ui-loading.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/views/template/usermenu.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/bower.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mifan.us",
3 | "version": "0.0.0",
4 | "dependencies": {
5 | "angular": "1.2.15",
6 | "angular-resource": "1.2.15",
7 | "angular-cookies": "1.2.15",
8 | "angular-sanitize": "1.2.15",
9 | "angular-route": "1.2.15",
10 | "sass-css3-mixins": "*",
11 | "sass-easing": "*",
12 | "angular-touch": "~1.2.20",
13 | "binnng/time.js": "*",
14 | "binnng/debug.js": "*"
15 | },
16 | "devDependencies": {
17 | "angular-mocks": "1.2.15",
18 | "angular-scenario": "1.2.15"
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "mifan.us",
3 | "version": "0.0.0",
4 | "dependencies": {},
5 | "devDependencies": {
6 | "grunt": "~0.4.1",
7 | "grunt-autoprefixer": "~0.4.0",
8 | "grunt-bower-install": "~1.0.0",
9 | "grunt-concurrent": "~0.5.0",
10 | "grunt-contrib-clean": "~0.5.0",
11 | "grunt-contrib-compass": "~0.7.2",
12 | "grunt-contrib-concat": "~0.3.0",
13 | "grunt-contrib-connect": "~0.5.0",
14 | "grunt-contrib-copy": "~0.4.1",
15 | "grunt-contrib-cssmin": "~0.7.0",
16 | "grunt-contrib-htmlmin": "~0.1.3",
17 | "grunt-contrib-imagemin": "~0.3.0",
18 | "grunt-contrib-jshint": "~0.7.1",
19 | "grunt-contrib-uglify": "~0.2.0",
20 | "grunt-contrib-watch": "~0.5.2",
21 | "grunt-google-cdn": "~0.2.0",
22 | "grunt-newer": "~0.6.1",
23 | "grunt-ngmin": "~0.0.2",
24 | "grunt-rev": "~0.1.0",
25 | "grunt-svgmin": "~0.2.0",
26 | "grunt-usemin": "~2.0.0",
27 | "jshint-stylish": "~0.1.3",
28 | "load-grunt-tasks": "~0.4.0",
29 | "time-grunt": "~0.2.1",
30 | "grunt-karma": "~0.8.3",
31 | "karma-phantomjs-launcher": "~0.1.4",
32 | "karma": "~0.12.16",
33 | "karma-jasmine": "~0.2.2",
34 | "grunt-ng-template": "~0.1.1",
35 | "ip": "~0.3.0",
36 | "grunt-regex-replace": "~0.2.6",
37 | "grunt-contrib-rename": "0.0.3",
38 | "md5": "~1.0.0",
39 | "grunt-sftp-deploy": "~0.2.1",
40 | "grunt-open": "~0.2.3"
41 | },
42 | "engines": {
43 | "node": ">=0.10.0"
44 | },
45 | "scripts": {
46 | "test": "grunt test"
47 | }
48 | }
--------------------------------------------------------------------------------
/service/admin/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
403 Forbidden
4 |
5 |
6 |
7 |
Directory access is forbidden.
8 |
9 |
10 |
--------------------------------------------------------------------------------
/service/application/cache/.htaccess:
--------------------------------------------------------------------------------
1 | deny from all
--------------------------------------------------------------------------------
/service/application/cache/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
403 Forbidden
4 |
5 |
6 |
7 |
Directory access is forbidden.
8 |
9 |
10 |
--------------------------------------------------------------------------------
/service/application/config/hooks.php:
--------------------------------------------------------------------------------
1 | 'Acl',
16 | 'function' => 'filter',
17 | 'filename' => 'acl.php',
18 | 'filepath' => 'hooks',
19 | //'params' => '',
20 | );
21 |
22 |
23 | /* End of file hooks.php */
24 | /* Location: ./application/config/hooks.php */
--------------------------------------------------------------------------------
/service/application/config/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
403 Forbidden
4 |
5 |
6 |
7 |
Directory access is forbidden.
8 |
9 |
10 |
--------------------------------------------------------------------------------
/service/application/config/ldap.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/service/application/config/memcached.php:
--------------------------------------------------------------------------------
1 | array(
14 | 'hostname' => '115.29.49.123',
15 | 'port' => '11211',
16 | 'weight' => '1',
17 | ),
18 | );
19 |
20 |
21 | /* End of file memcached.php */
22 | /* Location: ./application/config/memcached.php */
--------------------------------------------------------------------------------
/service/application/config/profiler.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
403 Forbidden
4 |
5 |
6 |
7 |
Directory access is forbidden.
8 |
9 |
10 |