You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ TootPress brings your data back and copies your toots from Mastodon to WordPress
20
20
2. Rename the downloaded folder to "tootpress"
21
21
2. Upload the folder to the WordPress Plugin Directory
22
22
3. Activate the plugin in WordPress
23
-
4. Follow the configuration manual
23
+
4. Follow the configuration steps below
24
24
25
25
## Configuration
26
26
@@ -77,13 +77,17 @@ Following toot types are excluded from the data transfer.
77
77
* Replys
78
78
* Private Toots
79
79
80
+
## Architecture
81
+
82
+
Data storage and process logic is separated from the WordPress Framework. The toots are not saved in the table wp_posts. And TootPress is not registering a custom post type for the toots as well.
83
+
80
84
## CSS classes
81
85
82
86
TootPress comes with basic CSS Styles. For best fit it is required to add additional styles in your theme. All TootPress UI elements can be addressed with individual CSS selectors. Please use the browser development tools to find the right classes.
83
87
84
88
## Data & Files
85
89
86
-
TootPress creates 2 folders within wp-content/uploads.
90
+
TootPress creates 2 folders within the WordPress Uploads Directory.
87
91
88
92
* tootpress-mastodonapidata = Archive of the received Mastodon API data
89
93
* tootpress-images = Toot Image Folder
@@ -147,7 +151,7 @@ This repository follows the git-flow workflow to a large extent.
147
151
* feature branches contain dedicated features in development
148
152
* bugfix branches contain dedicated bugfixes in development
149
153
150
-
Hotfix and release branches will not be applied.
154
+
Hotfix and release branches will not be applied in most cases.
151
155
152
156
## Live Demo
153
157
@@ -163,6 +167,10 @@ Hotfix and release branches will not be applied.
Copy file name to clipboardExpand all lines: readme.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,10 @@ Following toot types are excluded from the data transfer.
83
83
* Replys
84
84
* Private Toots
85
85
86
+
= Architecture =
87
+
88
+
Data storage and process logic is separated from the WordPress Framework. The toots are not saved in the table wp_posts. And TootPress is not registering a custom post type for the toots as well.
89
+
86
90
= CSS classes =
87
91
88
92
TootPress comes with basic CSS Styles. For best fit it is required to add additional styles in your theme. All TootPress UI elements can be addressed with individual CSS selectors. Please use the browser development tools to find the right classes.
@@ -94,7 +98,7 @@ TootPress creates 2 folders within the WordPress Uploads Directory.
94
98
* tootpress-mastodonapidata = Archive of the received Mastodon API data
0 commit comments