-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
40 lines (26 loc) · 1.35 KB
/
readme.txt
File metadata and controls
40 lines (26 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== Virtual llms.txt ===
Contributors: contributors
Tags: llms.txt, ai, plain-text, virtual-file, settings
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Serve a virtual llms.txt document from a per-site settings screen (plain text).
== Description ==
This plugin stores your llms.txt body in the WordPress database and serves it at your site's public URL ending in `llms.txt`, with the `text/plain` content type.
Each site in a multisite network has its own settings and document.
For background on the llms.txt convention, see the [llms.txt overview](https://llmstxt.org/).
== Installation ==
1. Upload the `virtual-llms-txt` folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Go to **Settings → Virtual llms.txt** and edit the document body.
== Frequently Asked Questions ==
= Will a physical llms.txt file on the server conflict? =
If the web server serves a real file at that path before WordPress runs, that file will take precedence. Remove or rename the physical file if you want this plugin to handle the URL.
= Does this work with multisite? =
Yes. Options are stored per site; configure each site separately.
== Changelog ==
= 1.0.0 =
* Initial release.