Remove dead website PipeDot
[gofetch.git] / src / be / nikiroo / gofetch / support / Type.java
CommitLineData
3e62b034
NR
1package be.nikiroo.gofetch.support;
2
3/**
4 * The support type (each website we support has a single type).
5 *
6 * @author niki
7 */
8public enum Type {
9 /** EN: Any, but mostly IT/Sci */
10 SLASHDOT,
3e62b034
NR
11 /** EN: Linux */
12 LWN,
13 /** FR: Any */
14 LEMONDE,
15 /** EN: IT */
16 REGISTER,
17 /** FR: Linux */
18 TOO_LINUX,
19 /** FR: IT */
20 ERE_NUMERIQUE,
127e065f
NR
21 /** EN: IT */
22 PHORONIX,
9cf08a99
NR
23 /** FR: Any */
24 SEPT_SUR_SEPT,
b19b3632
NR
25 /** EN: IT */
26 REDDIT,
3e62b034 27}