Rename catalogue to documents.
[redakcja.git] / src / documents / constants.py
diff --git a/src/documents/constants.py b/src/documents/constants.py
new file mode 100644 (file)
index 0000000..4775d18
--- /dev/null
@@ -0,0 +1,14 @@
+# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
+TRIM_BEGIN = " TRIM_BEGIN "
+TRIM_END = " TRIM_END "
+
+MASTERS = ['powiesc',
+           'opowiadanie',
+           'liryka_l',
+           'liryka_lp',
+           'dramat_wierszowany_l',
+           'dramat_wierszowany_lp',
+           'dramat_wspolczesny',
+           ]