Bug fixes + rework of BasicSupport
[gofetch.git] / src / be / nikiroo / gofetch / support / Type.java
diff --git a/src/be/nikiroo/gofetch/support/Type.java b/src/be/nikiroo/gofetch/support/Type.java
new file mode 100644 (file)
index 0000000..dadbec1
--- /dev/null
@@ -0,0 +1,23 @@
+package be.nikiroo.gofetch.support;
+
+/**
+ * The support type (each website we support has a single type).
+ * 
+ * @author niki
+ */
+public enum Type {
+       /** EN: Any, but mostly IT/Sci */
+       SLASHDOT,
+       /** EN: Clone of Slashdot, mostly abandoned */
+       PIPEDOT,
+       /** EN: Linux */
+       LWN,
+       /** FR: Any */
+       LEMONDE,
+       /** EN: IT */
+       REGISTER,
+       /** FR: Linux */
+       TOO_LINUX,
+       /** FR: IT */
+       ERE_NUMERIQUE,
+}