├── cache ├── .cvsignore └── .htaccess ├── tests ├── dox.html ├── FactoryTest.php ├── data │ ├── BookmarkTest_deliciousbookmarks_private.xml │ ├── BookmarkTest_deliciousbookmarks_longdesc_3469257.xml │ ├── BookmarkTest_deliciousbookmarks.xml │ └── BookmarkTest_netscapebookmarks.html ├── phpunit.xml ├── LAUNCH_TESTS ├── www │ ├── importTest.php │ ├── importNetscapeTest.php │ ├── editTest.php │ ├── indexTest.php │ └── searchTest.php ├── prepare.php ├── UserArrayTest.php ├── Model │ └── BookmarkTest.php ├── AllTests.php └── Api │ └── OpenSearchTest.php ├── data ├── schema │ ├── 5.sql │ ├── 4.sql │ ├── 2.sql │ ├── 6.sql │ └── 1.sql ├── locales │ ├── de_AT │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── de_DE │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── dk_DK │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── en_GB │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── es_ES │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── fr_CA │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── fr_FR │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── hi_IN │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── it_IT │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── ja_JP │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── lt_LT │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── nl_NL │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── ru_RU │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── tr_TR │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ ├── vn_VN │ │ └── LC_MESSAGES │ │ │ └── messages.mo │ └── zh_CN │ │ └── LC_MESSAGES │ │ └── messages.mo └── templates │ └── default │ ├── error.404.tpl.php │ ├── error.500.tpl.php │ ├── bookmarks-thumbnail.inc.tpl.php │ ├── tagdelete.tpl.php │ ├── sidebar.tpl.php │ ├── sidebar.block.watchstatus.php │ ├── sidebar.block.common.php │ ├── tags.tpl.php │ ├── users.tpl.php │ ├── bottom.inc.php │ ├── tagedit.tpl.php │ ├── sidebar.block.users.php │ ├── password.tpl.php │ ├── tagrename.tpl.php │ ├── admin.tpl.php │ ├── sidebar.block.related.php │ ├── sidebar.block.popular.php │ ├── importStructure.tpl.php │ ├── rss.tpl.php │ ├── sidebar.block.recent.php │ ├── login.tpl.php │ ├── bookmarks-vote.inc.tpl.php │ ├── tagcommondescriptionedit.tpl.php │ ├── sidebar.block.tagactions.php │ ├── sidebar.block.search.php │ ├── tag2tagdelete.tpl.php │ ├── bookmarks-vote-horizontal.inc.tpl.php │ ├── importDelicious.tpl.php │ ├── sidebar.block.menu2.php │ ├── toolbar.inc.php │ ├── bookmarkcommondescriptionedit.tpl.php │ ├── tag2tagadd.tpl.php │ ├── about.tpl.php │ ├── sidebar.block.linked.php │ ├── importNetscape.tpl.php │ ├── editprofile-sslclientcerts.tpl.php │ ├── profile.tpl.php │ ├── search.menu.php │ ├── register.tpl.php │ ├── tag2tagedit.tpl.php │ └── sidebar.block.watchlist.php ├── www ├── player │ ├── load.swf │ ├── play.swf │ ├── stop.swf │ ├── error.swf │ ├── musicplayer_f6.swf │ └── license.txt ├── themes │ ├── default │ │ ├── icon.png │ │ └── images │ │ │ ├── logo.png │ │ │ ├── rss.gif │ │ │ ├── b_edit.png │ │ │ ├── bg_bar.png │ │ │ ├── loading.gif │ │ │ ├── logo_24.gif │ │ │ ├── bg_admin.png │ │ │ ├── bg_header.png │ │ │ ├── vote-for.png │ │ │ ├── bg_sidebar.png │ │ │ ├── logo-empty.png │ │ │ ├── vote-against.png │ │ │ ├── thumbs_up.orig.png │ │ │ ├── vote-for-voted.png │ │ │ └── vote-against-voted.png │ └── testdummy │ │ ├── images │ │ └── logo.png │ │ └── scuttle.css ├── js │ ├── jquery-ui-1.8.11 │ │ └── themes │ │ │ └── base │ │ │ ├── jquery.ui.base.css │ │ │ ├── images │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ └── jquery.ui.core.css │ └── jstree-1.0-rc2 │ │ └── themes │ │ ├── apple │ │ ├── bg.jpg │ │ ├── d.png │ │ ├── throbber.gif │ │ └── dot_for_ie.gif │ │ ├── classic │ │ ├── d.png │ │ ├── throbber.gif │ │ └── dot_for_ie.gif │ │ ├── default │ │ ├── d.gif │ │ ├── d.png │ │ └── throbber.gif │ │ └── default-rtl │ │ ├── d.gif │ │ ├── d.png │ │ ├── dots.gif │ │ └── throbber.gif ├── ajaxVote.php ├── api │ ├── tags_get.php │ ├── tags_rename.php │ ├── opensearch.php │ ├── posts_delete.php │ ├── posts_dates.php │ ├── export_gcs.php │ ├── posts_public.php │ ├── posts_update.php │ ├── posts_all.php │ ├── httpauth.inc.php │ └── export_csv.php ├── www-header.php ├── ajaxGetNewPrivateKey.php ├── .htaccess ├── about.php ├── go.php ├── ajax │ ├── getadmintags.php │ ├── getcontacttags.php │ └── gettags.php ├── gsearch │ └── context.php ├── ajaxGetTitle.php ├── ajaxIsAvailable.php ├── vote.php ├── ajaxDelete.php ├── users.php ├── watch.php ├── tag2tagedit.php └── tagdelete.php ├── src ├── SemanticScuttle │ ├── utf8.php │ ├── header-standalone.php │ ├── Model │ │ ├── UserArray.php │ │ ├── RemoteUser.php │ │ └── Bookmark.php │ ├── Environment.php │ ├── DbService.php │ ├── Thumbnailer │ │ └── Null.php │ ├── Service.php │ ├── Service │ │ ├── Thumbnails.php │ │ └── Cache.php │ └── UrlHelper.php └── php-gettext │ ├── examples │ ├── locale │ │ ├── de_CH │ │ │ └── LC_MESSAGES │ │ │ │ ├── messages.mo │ │ │ │ └── messages.po │ │ └── sr_CS │ │ │ └── LC_MESSAGES │ │ │ ├── messages.mo │ │ │ └── messages.po │ ├── update │ └── index.php │ ├── AUTHORS │ ├── Makefile │ └── tests │ ├── ParsingTest.php │ └── LocalesTest.php ├── .gitignore ├── html.properties ├── doc ├── developers │ ├── doc-TODO.rst │ ├── api.rst │ ├── debugging.rst │ ├── running-unit-tests.rst │ ├── rules.rst │ ├── release-new-version.rst │ └── translation.rst ├── allinone.rst ├── AUTHORS ├── index.rst ├── tools.rst ├── themes.rst └── README.rst ├── scripts ├── create-testuser.php ├── update-translation-base.php ├── compile-translation.php ├── update-translation.php ├── create-testbookmarks.php ├── database-dump.php ├── database-restore.php └── fix-unfiled-tags.php ├── res └── docs │ └── header.tpl.html └── .travis.yml /cache/.cvsignore: -------------------------------------------------------------------------------- 1 | *.cache -------------------------------------------------------------------------------- /tests/dox.html: -------------------------------------------------------------------------------- 1 |

TagsCache