forked from olbat/ut1-blacklists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.erb
16 lines (12 loc) · 877 Bytes
/
README.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UT1 Blacklists
This repository mirrors the blacklists of the [UT1](http://www.ut-capitole.fr) website, managed by [Fabrice Prigent](http://www.ut-capitole.fr/m-fabrice-prigent--15063.kjsp?RH=1319195296040). It is synchronized with the website once per day.
__Note__: this repository is only intended to mirror lists, to modify/update them please [contact](#see-also) the maintainer(s)
## Lists
| Name | Size | Description |
|:-----|:-----|:------------|
<%- @lists.each do |name, info| -%>
| [<%= name %>](blacklists/<%= name %>) | <%= info[:size] %> | <%= info[:desc] %> |
<% end -%>
__Note__: the lists are available to download and use under the condition of the [Creative Commons BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) license
## See also
More information are available on the [project's website](http://dsi.ut-capitole.fr/blacklists/index_en.php).