Commits on Source (105)
Showing
- .gitignore 3 additions, 2 deletions.gitignore
- .gitlab-ci.yml 51 additions, 0 deletions.gitlab-ci.yml
- Gruntfile.js 53 additions, 31 deletionsGruntfile.js
- README.md 3 additions, 1 deletionREADME.md
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 61 additions, 154 deletionscomposer.lock
- config.sample.php 9 additions, 1 deletionconfig.sample.php
- package-lock.json 4470 additions, 0 deletionspackage-lock.json
- package.json 13 additions, 8 deletionspackage.json
- www/css/search-5.0.css 2 additions, 0 deletionswww/css/search-5.0.css
- www/css/search-5.0.css.map 1 addition, 0 deletionswww/css/search-5.0.css.map
- www/css/search-google-5.0.css 2 additions, 0 deletionswww/css/search-google-5.0.css
- www/css/search-google-5.0.css.map 1 addition, 0 deletionswww/css/search-google-5.0.css.map
- www/css/search-google.css 2 additions, 0 deletionswww/css/search-google.css
- www/css/search.css 2 additions, 0 deletionswww/css/search.css
- www/failCount.php 43 additions, 0 deletionswww/failCount.php
- www/images/050419.jpg 0 additions, 0 deletionswww/images/050419.jpg
- www/images/search-bg-1280.jpg 0 additions, 0 deletionswww/images/search-bg-1280.jpg
- www/images/search-bg-1280.webp 0 additions, 0 deletionswww/images/search-bg-1280.webp
- www/images/search-bg-1920.jpg 0 additions, 0 deletionswww/images/search-bg-1920.jpg
.gitlab-ci.yml
0 → 100644
... | ... | @@ -5,7 +5,7 @@ |
} | ||
}, | ||
"require": { | ||
"unl/php-wdn-templates": "^4.1", | ||
"unl/php-wdn-templates": "^5.3", | ||
"ezyang/htmlpurifier": "^4.7" | ||
} | ||
} |
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -4,17 +4,22 @@ |
"description": "A web application for searching UNL websites via Google Custom Search.", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-less": "^1.0.1", | ||
"grunt-contrib-requirejs": "^0.4.4", | ||
"autoprefixer": "^9.1.1", | ||
"cssnano": "^4.0.5", | ||
"grunt": "^1.1.0", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-less": "^2.0.0", | ||
"grunt-contrib-requirejs": "^1.0.0", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-curl": "^2.2.0", | ||
"less-plugin-autoprefix": "^1.4.2", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-curl": "^2.5.1", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.1", | ||
"less-plugin-autoprefix": "^2.0.0", | ||
"less-plugin-clean-css": "^1.5.1", | ||
"load-grunt-tasks": "^3.2.0", | ||
"lodash": "^3.10.1" | ||
"lodash": "^3.10.1", | ||
"node-sass": "^4.14.1" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
... | ... |
www/css/search-5.0.css
0 → 100644
www/css/search-5.0.css.map
0 → 100644
www/css/search-google-5.0.css
0 → 100644
www/css/search-google-5.0.css.map
0 → 100644
www/css/search-google.css
0 → 100644
www/css/search.css
0 → 100644
www/failCount.php
0 → 100644
www/images/050419.jpg
deleted
100644 → 0
40.4 KiB
www/images/search-bg-1280.jpg
0 → 100644
38.2 KiB
www/images/search-bg-1280.webp
0 → 100644
15.6 KiB
www/images/search-bg-1920.jpg
0 → 100644
63.6 KiB