diff options
| -rw-r--r-- | doc/snac.5 | 2 | ||||
| -rw-r--r-- | doc/snac.8 | 6 |
2 files changed, 4 insertions, 4 deletions
| @@ -104,7 +104,7 @@ tweaking the server configuration). | |||
| 104 | This subdirectory stores all activities generated by this user as hardlinks to | 104 | This subdirectory stores all activities generated by this user as hardlinks to |
| 105 | their analogue entries in the | 105 | their analogue entries in the |
| 106 | .Pa timeline/ | 106 | .Pa timeline/ |
| 107 | subdirectory. These files are never deleted. | 107 | subdirectory. |
| 108 | .It Pa followers/ | 108 | .It Pa followers/ |
| 109 | This subdirectory stores the 'Follow' ActivityPub message from each | 109 | This subdirectory stores the 'Follow' ActivityPub message from each |
| 110 | Fediverse user that is following this user as a JSON file. Each file name is | 110 | Fediverse user that is following this user as a JSON file. Each file name is |
| @@ -122,8 +122,9 @@ This is the maximum timeline entries shown in the web interface. | |||
| 122 | Entries in the timeline older that this number of days are purged. | 122 | Entries in the timeline older that this number of days are purged. |
| 123 | If you don't want any timeline purging and enjoy your data drives | 123 | If you don't want any timeline purging and enjoy your data drives |
| 124 | fill up with old crap and finally burst in flames, you can disable | 124 | fill up with old crap and finally burst in flames, you can disable |
| 125 | purging by setting this to 0 (this only applies to the private timeline, | 125 | purging by setting this to 0. |
| 126 | the local timeline is never touched). | 126 | .It Ic local_purge_days |
| 127 | Same as before, but for the user-generated entries in the local timeline. | ||
| 127 | .It Ic css_urls | 128 | .It Ic css_urls |
| 128 | This is a list of URLs to CSS files that will be inserted, in this order, | 129 | This is a list of URLs to CSS files that will be inserted, in this order, |
| 129 | in the HTML before the user CSS. Use these files to configure the global | 130 | in the HTML before the user CSS. Use these files to configure the global |
| @@ -159,7 +160,6 @@ shooting themselves in the foot by destroying everything. | |||
| 159 | .Ss Old Data Purging | 160 | .Ss Old Data Purging |
| 160 | From version 2.06, there is no longer a need to add a special | 161 | From version 2.06, there is no longer a need to add a special |
| 161 | cron job for purging old data, as this is managed internally. | 162 | cron job for purging old data, as this is managed internally. |
| 162 | The user-generated data (the local timeline) is never deleted. | ||
| 163 | .Ss ActivityPub Support | 163 | .Ss ActivityPub Support |
| 164 | These are the following activities and objects that | 164 | These are the following activities and objects that |
| 165 | .Nm | 165 | .Nm |