wbwriter 1.50.15__tar.gz → 1.51.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wbwriter might be problematic. Click here for more details.

Files changed (78) hide show
  1. {wbwriter-1.50.15 → wbwriter-1.51.1}/PKG-INFO +1 -1
  2. wbwriter-1.51.1/wbwriter/locale/de/LC_MESSAGES/django.po +122 -0
  3. wbwriter-1.51.1/wbwriter/locale/fr/LC_MESSAGES/django.po +122 -0
  4. {wbwriter-1.50.15 → wbwriter-1.51.1}/.gitignore +0 -0
  5. {wbwriter-1.50.15 → wbwriter-1.51.1}/pyproject.toml +0 -0
  6. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/__init__.py +0 -0
  7. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/admin.py +0 -0
  8. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/apps.py +0 -0
  9. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/dynamic_preferences_registry.py +0 -0
  10. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/factories/__init__.py +0 -0
  11. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/factories/article.py +0 -0
  12. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/factories/meta_information.py +0 -0
  13. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/filters/__init__.py +0 -0
  14. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/filters/article.py +0 -0
  15. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/filters/metainformationinstance.py +0 -0
  16. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/0001_initial_squashed_squashed_0008_alter_article_author_alter_article_feedback_contact_and_more.py +0 -0
  17. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/0009_dependantarticle.py +0 -0
  18. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/0010_alter_article_options.py +0 -0
  19. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/0011_auto_20240103_0953.py +0 -0
  20. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/0012_i18n.py +0 -0
  21. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/migrations/__init__.py +0 -0
  22. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/__init__.py +0 -0
  23. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/article.py +0 -0
  24. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/article_type.py +0 -0
  25. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/block.py +0 -0
  26. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/block_parameter.py +0 -0
  27. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/in_editor_template.py +0 -0
  28. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/meta_information.py +0 -0
  29. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/mixins.py +0 -0
  30. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/publication_models.py +0 -0
  31. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/style.py +0 -0
  32. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/models/template.py +0 -0
  33. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/pdf_generator.py +0 -0
  34. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/publication_parser.py +0 -0
  35. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/__init__.py +0 -0
  36. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/article.py +0 -0
  37. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/article_type.py +0 -0
  38. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/in_editor_template.py +0 -0
  39. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/meta_information.py +0 -0
  40. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/serializers/publication.py +0 -0
  41. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templates/wbwriter/article_pdf.html +0 -0
  42. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templates/wbwriter/templatetags/cite_article.html +0 -0
  43. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templates/wbwriter/templatetags/table_of_contents.html +0 -0
  44. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templates/wbwriter/templatetags/table_of_contents_articles.html +0 -0
  45. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templatetags/__init__.py +0 -0
  46. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/templatetags/writer.py +0 -0
  47. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/__init__.py +0 -0
  48. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/conftest.py +0 -0
  49. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/signals.py +0 -0
  50. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/test_filter.py +0 -0
  51. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/test_model.py +0 -0
  52. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/test_writer.py +0 -0
  53. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/tests/tests.py +0 -0
  54. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/typings.py +0 -0
  55. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/urls.py +0 -0
  56. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/__init__.py +0 -0
  57. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/article.py +0 -0
  58. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/article_type.py +0 -0
  59. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/buttons.py +0 -0
  60. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/__init__.py +0 -0
  61. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/article.py +0 -0
  62. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/article_type.py +0 -0
  63. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/in_editor_template.py +0 -0
  64. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/meta_information.py +0 -0
  65. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/meta_information_instance.py +0 -0
  66. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/display/publication.py +0 -0
  67. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/documentation/article.md +0 -0
  68. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/endpoints/__init__.py +0 -0
  69. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/endpoints/article.py +0 -0
  70. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/endpoints/meta_information.py +0 -0
  71. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/in_editor_template.py +0 -0
  72. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/menu.py +0 -0
  73. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/meta_information.py +0 -0
  74. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/meta_information_instance.py +0 -0
  75. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/publication.py +0 -0
  76. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/titles/__init__.py +0 -0
  77. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/titles/publication_title_config.py +0 -0
  78. {wbwriter-1.50.15 → wbwriter-1.51.1}/wbwriter/viewsets/titles/reviewer_article_title_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbwriter
3
- Version: 1.50.15
3
+ Version: 1.51.1
4
4
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
5
  Requires-Dist: reportlab==3.*
6
6
  Requires-Dist: wbcore
@@ -0,0 +1,122 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2025-05-20 09:32+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ #: wbwriter/models/article.py:776
21
+ msgid "Status needs to be approved in order to allow publication"
22
+ msgstr ""
23
+
24
+ #: wbwriter/models/article.py:783
25
+ msgid "unvalid type for publication"
26
+ msgstr ""
27
+
28
+ #: wbwriter/models/article.py:795
29
+ msgid "invalid parser"
30
+ msgstr ""
31
+
32
+ #: wbwriter/viewsets/display/article.py:27
33
+ msgid "Article"
34
+ msgstr ""
35
+
36
+ #: wbwriter/viewsets/display/article.py:38
37
+ msgid "Uses Articles"
38
+ msgstr ""
39
+
40
+ #: wbwriter/viewsets/display/article.py:58
41
+ msgid "Used in Articles"
42
+ msgstr ""
43
+
44
+ #: wbwriter/viewsets/display/article.py:78
45
+ #: wbwriter/viewsets/display/article.py:83
46
+ msgid "Status"
47
+ msgstr ""
48
+
49
+ #: wbwriter/viewsets/display/article.py:97
50
+ #: wbwriter/viewsets/display/article.py:102
51
+ msgid "Author & Reviewers"
52
+ msgstr ""
53
+
54
+ #: wbwriter/viewsets/display/article.py:117
55
+ msgid "Additional Information"
56
+ msgstr ""
57
+
58
+ #: wbwriter/viewsets/display/article.py:168
59
+ #: wbwriter/viewsets/display/article.py:174
60
+ msgid "Metadata"
61
+ msgstr ""
62
+
63
+ #: wbwriter/viewsets/display/article.py:199
64
+ #: wbwriter/viewsets/display/article.py:204
65
+ msgid "Content & Tags"
66
+ msgstr ""
67
+
68
+ #: wbwriter/viewsets/display/article.py:240
69
+ msgid "General Information"
70
+ msgstr ""
71
+
72
+ #: wbwriter/viewsets/display/article.py:268
73
+ msgid "ID"
74
+ msgstr ""
75
+
76
+ #: wbwriter/viewsets/display/article.py:269
77
+ msgid "Title"
78
+ msgstr ""
79
+
80
+ #: wbwriter/viewsets/display/article.py:270
81
+ msgid "Teaser image"
82
+ msgstr ""
83
+
84
+ #: wbwriter/viewsets/display/article.py:271
85
+ msgid "Type"
86
+ msgstr ""
87
+
88
+ #: wbwriter/viewsets/display/article.py:272
89
+ msgid "Last Modification Date"
90
+ msgstr ""
91
+
92
+ #: wbwriter/viewsets/display/article.py:273
93
+ msgid "Creation Date"
94
+ msgstr ""
95
+
96
+ #: wbwriter/viewsets/display/article.py:274
97
+ msgid "Tags"
98
+ msgstr ""
99
+
100
+ #: wbwriter/viewsets/display/article.py:275
101
+ msgid "Author"
102
+ msgstr ""
103
+
104
+ #: wbwriter/viewsets/display/article.py:276
105
+ msgid "Reviewer"
106
+ msgstr ""
107
+
108
+ #: wbwriter/viewsets/display/article.py:277
109
+ msgid "Peer Reviewer"
110
+ msgstr ""
111
+
112
+ #: wbwriter/viewsets/display/article.py:278
113
+ msgid "QA Reviewer"
114
+ msgstr ""
115
+
116
+ #: wbwriter/viewsets/display/article.py:382
117
+ msgid "Public"
118
+ msgstr ""
119
+
120
+ #: wbwriter/viewsets/display/article.py:387
121
+ msgid "Private"
122
+ msgstr ""
@@ -0,0 +1,122 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2025-05-20 09:32+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+ #: wbwriter/models/article.py:776
21
+ msgid "Status needs to be approved in order to allow publication"
22
+ msgstr ""
23
+
24
+ #: wbwriter/models/article.py:783
25
+ msgid "unvalid type for publication"
26
+ msgstr ""
27
+
28
+ #: wbwriter/models/article.py:795
29
+ msgid "invalid parser"
30
+ msgstr ""
31
+
32
+ #: wbwriter/viewsets/display/article.py:27
33
+ msgid "Article"
34
+ msgstr ""
35
+
36
+ #: wbwriter/viewsets/display/article.py:38
37
+ msgid "Uses Articles"
38
+ msgstr ""
39
+
40
+ #: wbwriter/viewsets/display/article.py:58
41
+ msgid "Used in Articles"
42
+ msgstr ""
43
+
44
+ #: wbwriter/viewsets/display/article.py:78
45
+ #: wbwriter/viewsets/display/article.py:83
46
+ msgid "Status"
47
+ msgstr ""
48
+
49
+ #: wbwriter/viewsets/display/article.py:97
50
+ #: wbwriter/viewsets/display/article.py:102
51
+ msgid "Author & Reviewers"
52
+ msgstr ""
53
+
54
+ #: wbwriter/viewsets/display/article.py:117
55
+ msgid "Additional Information"
56
+ msgstr ""
57
+
58
+ #: wbwriter/viewsets/display/article.py:168
59
+ #: wbwriter/viewsets/display/article.py:174
60
+ msgid "Metadata"
61
+ msgstr ""
62
+
63
+ #: wbwriter/viewsets/display/article.py:199
64
+ #: wbwriter/viewsets/display/article.py:204
65
+ msgid "Content & Tags"
66
+ msgstr ""
67
+
68
+ #: wbwriter/viewsets/display/article.py:240
69
+ msgid "General Information"
70
+ msgstr ""
71
+
72
+ #: wbwriter/viewsets/display/article.py:268
73
+ msgid "ID"
74
+ msgstr ""
75
+
76
+ #: wbwriter/viewsets/display/article.py:269
77
+ msgid "Title"
78
+ msgstr ""
79
+
80
+ #: wbwriter/viewsets/display/article.py:270
81
+ msgid "Teaser image"
82
+ msgstr ""
83
+
84
+ #: wbwriter/viewsets/display/article.py:271
85
+ msgid "Type"
86
+ msgstr ""
87
+
88
+ #: wbwriter/viewsets/display/article.py:272
89
+ msgid "Last Modification Date"
90
+ msgstr ""
91
+
92
+ #: wbwriter/viewsets/display/article.py:273
93
+ msgid "Creation Date"
94
+ msgstr ""
95
+
96
+ #: wbwriter/viewsets/display/article.py:274
97
+ msgid "Tags"
98
+ msgstr ""
99
+
100
+ #: wbwriter/viewsets/display/article.py:275
101
+ msgid "Author"
102
+ msgstr ""
103
+
104
+ #: wbwriter/viewsets/display/article.py:276
105
+ msgid "Reviewer"
106
+ msgstr ""
107
+
108
+ #: wbwriter/viewsets/display/article.py:277
109
+ msgid "Peer Reviewer"
110
+ msgstr ""
111
+
112
+ #: wbwriter/viewsets/display/article.py:278
113
+ msgid "QA Reviewer"
114
+ msgstr ""
115
+
116
+ #: wbwriter/viewsets/display/article.py:382
117
+ msgid "Public"
118
+ msgstr ""
119
+
120
+ #: wbwriter/viewsets/display/article.py:387
121
+ msgid "Private"
122
+ msgstr ""
File without changes
File without changes
File without changes
File without changes
File without changes