Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).