SemanticScuttle/README.md

31 lines
1.9 KiB
Markdown
Raw Normal View History

2023-12-21 07:47:10 +01:00
# ![Bookmark star icon](icon.png) SemanticScuttle
2019-01-20 22:19:33 +01:00
2023-12-22 01:29:38 +01:00
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:
2023-12-21 02:48:01 +01:00
* 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;
2023-12-21 02:37:59 +01:00
* 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.
* secure the application (see warning).
## Warning
2023-12-21 21:23:15 +01:00
We offer no warranty, express or implied, regarding the security of this application. No security testing has been performed, but a visual review has revealed highly questionable coding practices. Many of the associated risks may be mitigated by turning off anonymous editing and user registration capabilities after a single administrative user has been created (see configuration.rst file in doc folder), and/or not exposing the application to the internet.
2019-01-20 22:19:33 +01:00
## Features
* LDAP/Active Directory authentication
* RSS feed support: global feed, user feeds, per-tag feeds, private feeds
* Public and private bookmarks
* Delicious and Browser bookmark import
* Theming support
* Firefox plugin
2023-12-21 08:01:11 +01:00
## Screenshots
![Screenshot 1](Screenshot1.jpg)
![Screenshot 2](Screenshot2.jpg)
2019-01-20 22:19:33 +01:00
## Origin
* https://sourceforge.net/projects/semanticscuttle/
* https://github.com/cweiske/SemanticScuttle
2023-12-20 23:22:28 +01:00
* https://github.com/querwurzel/semantic-scuttle
* https://github.com/jonrandoem/sscuttlizr