Personal fork of https://github.com/buckaroo-labs/SemanticScuttle for patches and such.
Find a file
2024-02-29 08:59:33 -08:00
cache PHP 7.3 compat, bug fixes 2019-01-21 22:15:21 +01:00
data Update about.tpl.php 2023-12-20 23:05:01 -08:00
doc correct links 2023-12-20 15:41:12 -08:00
scripts script to use with errbot's exec plugin 2016-05-09 21:41:32 +02:00
src Fix error: Using ${var} in strings is deprecated 2024-02-29 08:59:33 -08:00
tests Fix bug #161: URLs broken on 1&1 server 2013-08-20 20:58:28 +02:00
www add 'minimal' theme 2023-12-20 21:39:10 -08:00
.gitignore ignore test configs 2011-05-19 07:39:42 +02:00
.travis.yml travis-ci: install another pear dep 2012-01-25 23:14:07 +01:00
build.properties.dist make pear channel update deployment work via phing! 2010-08-22 11:10:15 +00:00
build.xml Merge branch '0.98' 2013-03-21 06:31:16 +01:00
html.properties add sourceforge logo to pirum html file 2010-08-22 12:45:14 +00:00
icon.png Create icon.png 2023-12-20 22:45:48 -08:00
README.md Update README.md 2023-12-21 19:29:26 -08:00
Screenshot1.jpg Add files via upload 2023-12-20 22:59:59 -08:00
Screenshot2.jpg Add files via upload 2023-12-20 22:59:59 -08:00

Bookmark star icon SemanticScuttle

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 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) with minimal features, designed for cases in which this app is embedded in a larger system.

Warning

Although a visual code review leads to the conclusion that due attention has been paid to application security by previous developers, we offer no warranty, express or implied, regarding the security of this application. Many of the risks associated insecure application code 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), giving the application read-only access to the database after setup and data loading is complete, and/or not exposing the application to the internet.

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

Screenshots

Screenshot 1 Screenshot 2

Origin