Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jun 2, 2024
1 parent a435d21 commit 296a976
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# World Football Clubs
# World Football Clubs (& Stadiums)


## What's `football.db`?

A free open public domain football database & schema
for use in any (programming) language (e.g. uses plain text data sets).
More [`football.db` Project Site »](http://openfootball.github.io)




## Intro

Free open public domain football data for the world's football clubs. Example:
Free open public domain football data for the world's football clubs (& stadiums). Example:

```
= England
Arsenal FC, 1886, @ Emirates Stadium, London
| Arsenal | FC Arsenal
Chelsea FC, 1905, @ Stamford Bridge, London
Expand All @@ -32,19 +38,22 @@ Wimbledon FC, London
## Build Your Own `football.db` Copy

Use the `sportdb` command line tool to build your own `football.db` copy
from the plain text data sets. [More »](https://github.com/openfootball/datafile)
from the plain text data sets. [More »](https://github.com/openfootball/quick-starter)



## How-To-Update or How-To-Add More Clubs
## How-To-Update or How-To-Add More Clubs (& Stadiums)

Add more clubs to the .txt datasets. For new clubs add a new line and for new club name variants add a variant using `|`. See the many examples in the .txt datesets :-).

Note: You do NOT need to update / change all the READMEs - these "summaries" get auto-generated from the .txt datasets (from time-to-time with a build script).




## Questions? Comments?

Send them along to the
[Open Sports & Friends Forum/Mailing List](http://groups.google.com/group/opensport).
Thanks!
Yes, you can. More than welcome.
See [Help & Support »](https://github.com/openfootball/help)


0 comments on commit 296a976

Please sign in to comment.