diff options
| author | 2023-12-21 16:29:38 -0800 | |
|---|---|---|
| committer | 2023-12-21 16:29:38 -0800 | |
| commit | bc69e6014dc7b7bf3ec9a7a142b1ec20ea0cb0af (patch) | |
| tree | 4dadf6fc4088eba768bc30758b2395bf811aa84f | |
| parent | 4dd811b81a76c8adc3a7d5d40f35b3ef2b434cd4 (diff) | |
| download | scuttle-bc69e6014dc7b7bf3ec9a7a142b1ec20ea0cb0af.tar.gz scuttle-bc69e6014dc7b7bf3ec9a7a142b1ec20ea0cb0af.zip | |
Update README.md
fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #  SemanticScuttle -SemanticScuttle is a social bookmarking tool experimenting with new features like structured (heirarchical) tags and collaborative descriptions of tags. Originally a fork of Scuttle, it has overtaken its ancestor in stability, features and usability. The querwurzel [fork](https://github.com/querwurzel/semantic-scuttle) brought the software up to PHP 7.3 compatibility, but is no longer in development. This fork's aims are to: +SemanticScuttle is a social bookmarking tool experimenting with new features like structured (hierarchical) tags and collaborative descriptions of tags. Originally a fork of Scuttle, it has overtaken its ancestor in stability, features and usability. The querwurzel [fork](https://github.com/querwurzel/semantic-scuttle) brought the software up to PHP 7.3 compatibility, but is no longer in development. This fork's aims are to: * bring app compatibility up to PHP 8.2 (for at least the MySQL/mysqli database option, possibly others), avoiding the "Deprecated" messages under PHP 8.2 that will be the "Fatal Error"s of a future PHP version; * correct broken links in the documentation; and to * bundle a responsive theme (forked from [sscuttlizr](https://github.com/jonrandoem/sscuttlizr)) with minimal features, designed for cases in which this app is embedded in a larger system. |