Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
add build readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Mar 25, 2017
1 parent d2d6bd5 commit d40fa35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# blob-domain

[![Build Status](https://travis-ci.org/Blobfolio/blob-domain.svg?branch=master)](https://travis-ci.org/Blobfolio/blob-domain)

blob-domain uses the [Public Suffix List](https://publicsuffix.org/list/) to construct and validate the suffix portion of a domain name.

This repository will be updated monthly, but if you need more up-to-date sources, you can recompile the database files locally by running the included build script:

```php
//run it in the terminal of your choice:
php build/build.php
```

This will store local copies of the data it retrieves in `build/src`.

An updated `lib/blobfolio/domain/data.php` file will be generated at the end of the build process.

0 comments on commit d40fa35

Please sign in to comment.