Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shampine/basis
A single page.. no seriously it's 1 page.. placeholder or error message page.
https://github.com/shampine/basis
domain-parking parking php placeholder single-page-app
Last synced: 30 days ago
JSON representation
A single page.. no seriously it's 1 page.. placeholder or error message page.
- Host: GitHub
- URL: https://github.com/shampine/basis
- Owner: shampine
- License: mit
- Created: 2014-04-18T06:51:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T06:09:58.000Z (over 10 years ago)
- Last Synced: 2024-10-14T07:11:45.267Z (2 months ago)
- Topics: domain-parking, parking, php, placeholder, single-page-app
- Language: PHP
- Size: 203 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
basis
=======I realized I had a bunch of domains and I don't want them pointing at my providers ad filled landing pages.
Just a single page, with only cdn loaded resources.
### features
Lightweight with only jQuery & Open Sans Google web font out of the box - although Bootstrap and Font Awesome are commented out, if they are so desired.
Built to be minimalist, single files, with an additional `sites.json` file for multiple sites.
Default htaccess removes www and redirects to non-www version of the site.
### multi-site usage
This is designed to allow you to verify && setup Google Analytics tracking on the placeholder, to do so a sites.json file needs to be added in the root of the project. This is the structure of the file:
```
[
{ "hostname": "example.com", "analytics": "UA-87654321-2", "meta": "fm3KIzzmuVHnxf5GapPI3fYCppTpbwKrT0rZ" },
{ "hostname": "test.com", "analytics": "UA-12345678-1", "meta": "kjd0UmMZykbFY5AmQi3Cvm5AX5NOyPi8fljo" }
]
```### license
MIT