Add deprecation notice to README
This commit is contained in:
parent
93fb55b53e
commit
ab799fef5b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
# upload-generator
|
# upload-generator (ARCHIVE)
|
||||||
|
|
||||||
|
> This project has been superseded by my current web gallery build system. It won't receive any more updates.
|
||||||
|
|
||||||
Script to generate multi-gallery upload-ready files.
|
Script to generate multi-gallery upload-ready files.
|
||||||
|
|
||||||
|
|
@ -62,6 +64,7 @@ Input descriptions should be formatted as BBCode. The following tags are accepte
|
||||||
[b]Bold text[/b]
|
[b]Bold text[/b]
|
||||||
[i]Italic text[/i]
|
[i]Italic text[/i]
|
||||||
[u]Underline text[/u]
|
[u]Underline text[/u]
|
||||||
|
[center]Center-aligned text[/center]
|
||||||
[url=https://github.com/BadMannersXYZ]URL link[/url]
|
[url=https://github.com/BadMannersXYZ]URL link[/url]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue