Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eivindarvesen/startpage
Custom browser startpage
https://github.com/eivindarvesen/startpage
css html javascript startpage
Last synced: about 12 hours ago
JSON representation
Custom browser startpage
- Host: GitHub
- URL: https://github.com/eivindarvesen/startpage
- Owner: EivindArvesen
- License: mit
- Created: 2015-08-09T22:32:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T09:47:49.000Z (over 4 years ago)
- Last Synced: 2023-07-31T13:56:44.857Z (over 1 year ago)
- Topics: css, html, javascript, startpage
- Language: CSS
- Homepage: https://eivindarvesen.github.io/startpage/
- Size: 1.04 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Custom Startpage
Live demo at [https://EivindArvesen.github.com/startpage/](https://EivindArvesen.github.com/startpage/)A crudely hacked together startpage with various features.
Not yet thoroughly tested, probably won't play nice with IE < 9.
## Features
- Categorized links
- Autocompleted search (using DDG)
- URLs in search-field redirects## Customize
You can customize the category names and as well as the site titles and urls in
```
sites.json
```## Installation
To setup dependencies, you need to
```
git submodule init
git submodule update
```
or alternatively run the included bash-script that does this for you:
```
bash setup.sh
```## License
[MIT](LICENSE.txt).