From: Joseph Spiros Date: Tue, 8 Jun 2010 14:33:02 +0000 (-0400) Subject: Initial commit, at version α 1 (0.0.1). X-Git-Tag: 0.0.1^0 X-Git-Url: http://git.ithinksw.org/Delicious.safariextension.git/commitdiff_plain/47d1c9e215974d79f65949f1a428b3ccd9140d42 Initial commit, at version α 1 (0.0.1). --- 47d1c9e215974d79f65949f1a428b3ccd9140d42 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..a52e649 --- /dev/null +++ b/Info.plist @@ -0,0 +1,50 @@ + + + + + Author + iThink Software + CFBundleDisplayName + Delicious + CFBundleIdentifier + com.ithinksw.safariextensions.delicious + CFBundleInfoDictionaryVersion + 6.0 + CFBundleShortVersionString + α 1 + CFBundleVersion + 0.0.1 + Chrome + + Bars + + + Filename + toolbar.html + Identifier + com.ithinksw.safariextensions.delicious.bar + Label + Delicious + + + + Content + + Scripts + + + Description + Integrates Safari with the Delicious social bookmarking service. + ExtensionInfoDictionaryVersion + 1.0 + Permissions + + Website Access + + + Update Manifest URL + http://download.ithinksw.com/safariextensions/.update.plist + Website + http://ithinksw.com/ + + diff --git a/Settings.plist b/Settings.plist new file mode 100644 index 0000000..4f05ddf --- /dev/null +++ b/Settings.plist @@ -0,0 +1,16 @@ + + + + + + DefaultValue + + Key + com.ithinksw.safariextensions.delicious.username + Title + Delicious username + Type + TextField + + + diff --git a/URLBarReloadButton.png b/URLBarReloadButton.png new file mode 100644 index 0000000..25fab47 Binary files /dev/null and b/URLBarReloadButton.png differ diff --git a/URLBarStopButton.png b/URLBarStopButton.png new file mode 100644 index 0000000..b7c61d7 Binary files /dev/null and b/URLBarStopButton.png differ diff --git a/toolbar.html b/toolbar.html new file mode 100644 index 0000000..9c5511c --- /dev/null +++ b/toolbar.html @@ -0,0 +1,102 @@ + + + + + + +Toolbar + +
+ \ No newline at end of file