pax_global_header 0000666 0000000 0000000 00000000064 11037423147 0014514 g ustar 00root root 0000000 0000000 52 comment=6791d03706feff6b27003090c8a62d098c98188e
scuttle-0.7.4/ 0000775 0000000 0000000 00000000000 11037423147 0013207 5 ustar 00root root 0000000 0000000 scuttle-0.7.4/.cvsignore 0000664 0000000 0000000 00000000043 11037423147 0015204 0 ustar 00root root 0000000 0000000 *.~*~
#*#
*.project
config.inc.php
scuttle-0.7.4/.htaccess 0000664 0000000 0000000 00000000525 11037423147 0015007 0 ustar 00root root 0000000 0000000 # Rewrite clean URLs onto real files
Options +FollowSymlinks
AcceptPathInfo On
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L]
scuttle-0.7.4/AUTHORS 0000664 0000000 0000000 00000000564 11037423147 0014264 0 ustar 00root root 0000000 0000000 Scuttle contains code from the following applications:
------------
GPL Licenced
------------
phpBB2 (database abstraction layer)
http://www.phpbb.com/
php-gettext
Danilo Segan
http://savannah.nongnu.org/projects/php-gettext/
UTF8 Helper Functions
Andreas Gohr
XSPF Web Music Player (Flash)
http://musicplayer.sourceforge.net/ scuttle-0.7.4/about.php 0000664 0000000 0000000 00000002165 11037423147 0015036 0 ustar 00root root 0000000 0000000 loadTemplate('about.tpl', $tplVars);
?> scuttle-0.7.4/ajaxDelete.php 0000664 0000000 0000000 00000003100 11037423147 0015760 0 ustar 00root root 0000000 0000000 editAllowed($bookmark)) {
$result = T_('You are not allowed to delete this bookmark');
} elseif ($bookmarkservice->deleteBookmark($bookmark)) {
$result = 'true';
} else {
$result = T_('Failed to delete bookmark');
}
?>
deleteConfirmed