summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 11:11:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-19 11:15:55 +0900
commitd7362b5922f5e6b481001c86b58e8ae4d82d685f (patch)
tree8caa3c2d03d94cca5c280012c92d9e52e4a7a2db
parentcddf3dc2d52572b8146060a04369f317e64c8eed (diff)
downloadbasket-d7362b5922f5e6b481001c86b58e8ae4d82d685f.tar.gz
basket-d7362b5922f5e6b481001c86b58e8ae4d82d685f.zip
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kontact_plugin/basket.desktop1
-rw-r--r--src/aboutdata.cpp4
-rw-r--r--src/formatimporter.cpp2
-rw-r--r--src/htmlexporter.cpp3
-rw-r--r--src/likeback.h1
-rw-r--r--src/notefactory.cpp4
-rw-r--r--translations/messages/basket.pot42
7 files changed, 23 insertions, 34 deletions
diff --git a/kontact_plugin/basket.desktop b/kontact_plugin/basket.desktop
index f3bf408..eaf6749 100644
--- a/kontact_plugin/basket.desktop
+++ b/kontact_plugin/basket.desktop
@@ -16,7 +16,6 @@ X-TDE-KontactPartExecutableName=basket
X-TDE-KontactPartLoadOnStart=true
X-TDE-KontactPluginHasSummary=false
-X-TDE-PluginInfo-Website=http://basket.kde.org/
X-TDE-PluginInfo-Name=kontact_basketplugin
X-TDE-PluginInfo-Version=1.0.3.1
X-TDE-PluginInfo-License=GPL
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp
index 1ae0e98..8507426 100644
--- a/src/aboutdata.cpp
+++ b/src/aboutdata.cpp
@@ -34,9 +34,7 @@ static const char description[] = I18N_NOOP(
AboutData::AboutData()
: TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"),
VERSION, description, TDEAboutData::License_GPL_V2,
- "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0,
- "http://basket.kde.org/",
- "basket-devel@lists.sourceforge.net" )
+ "(c) 2003-2007, S\303\251bastien Lao\303\273t", NULL, NULL, NULL)
{
addAuthor( "Kelvie Wong",
I18N_NOOP("Maintainer"),
diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp
index 2a4c1c2..b87a350 100644
--- a/src/formatimporter.cpp
+++ b/src/formatimporter.cpp
@@ -133,7 +133,7 @@ void FormatImporter::importBaskets()
// Move the folder to the new repository (normal basket) or copy the folder (mirorred folder):
TQString folderName = *it;
if (folderName.startsWith("/")) { // It was a folder mirror:
- KMessageBox::information(0, i18n("<p>Folder mirroring is not possible anymore (see <a href='http://basket.kde.org/'>basket.kde.org</a> for more information).</p>"
+ KMessageBox::information(0, i18n("<p>Folder mirroring is not possible anymore.</p>"
"<p>The folder <b>%1</b> has been copied for the basket needs. You can either delete this folder or delete the basket, or use both. But remember that "
"modifying one will not modify the other anymore as they are now separate entities.</p>").arg(folderName), i18n("Folder Mirror Import"),
"", KMessageBox::AllowLink);
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp
index c9fe762..a81c13f 100644
--- a/src/htmlexporter.cpp
+++ b/src/htmlexporter.cpp
@@ -217,7 +217,7 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket)
"<html>\n"
" <head>\n"
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n"
- " <meta name=\"Generator\" content=\"" << kapp->aboutData()->programName() << " " << VERSION << " http://basket.kde.org/\">\n"
+ " <meta name=\"Generator\" content=\"" << kapp->aboutData()->programName() << " " << VERSION << "\">\n"
" <style type=\"text/css\">\n"
// " @media print {\n"
// " span.printable { display: inline; }\n"
@@ -320,7 +320,6 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket)
" </div>\n"
" <p class=\"credits\">%1</p>\n").arg(
i18n("Made with %1, a TDE tool to take notes and keep information at hand.")
- .arg("<a href=\"http://basket.kde.org/\">%1</a> %2")
.arg(kapp->aboutData()->programName(), VERSION));
// Copy a transparent GIF image in the folder, needed for the JavaScript hack:
diff --git a/src/likeback.h b/src/likeback.h
index 7a2c90f..16ac184 100644
--- a/src/likeback.h
+++ b/src/likeback.h
@@ -69,7 +69,6 @@ class LikeBackDialog;
* likeBack->sendACommentAction(actionCollection());
* @endcode
*
- * @see Visit http://basket.kde.org/likeback.php for more information, screenshots, a tutorial, hints, return of experiences, and to download the server-side developer interface...
* @author Sebastien Laout <slaout@linux62.org>
*/
class LikeBack : public TQObject
diff --git a/src/notefactory.cpp b/src/notefactory.cpp
index 2b87549..7195640 100644
--- a/src/notefactory.cpp
+++ b/src/notefactory.cpp
@@ -447,9 +447,7 @@ Note* NoteFactory::dropNote(TQMimeSource *source, Basket *parent, bool fromDrop,
/* Unsucceful drop */
note = createNoteUnknown(source, parent);
TQString message = i18n("<p>%1 doesn't support the data you've dropped.<br>"
- "It however created a generic note, allowing you to drag or copy it to an application that understand it.</p>"
- "<p>If you want the support of these data, please contact developer or visit the "
- "<a href=\"http://basket.kde.org/dropdb.php\">BasKet Drop Database</a>.</p>").arg(kapp->aboutData()->programName());
+ "It however created a generic note, allowing you to drag or copy it to an application that understand it.</p>").arg(kapp->aboutData()->programName());
KMessageBox::information(parent, message, i18n("Unsupported MIME Type(s)"),
"unsupportedDropInfo", KMessageBox::AllowLink);
return note;
diff --git a/translations/messages/basket.pot b/translations/messages/basket.pot
index e39e6ed..d3a8a72 100644
--- a/translations/messages/basket.pot
+++ b/translations/messages/basket.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-11-22 18:59+0800\n"
+"POT-Creation-Date: 2020-12-19 11:10+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -42,25 +42,25 @@ msgstr ""
msgid "BasKet Note Pads"
msgstr ""
-#: src/aboutdata.cpp:42
+#: src/aboutdata.cpp:40
msgid "Maintainer"
msgstr ""
-#: src/aboutdata.cpp:46
+#: src/aboutdata.cpp:44
msgid "Original Author"
msgstr ""
-#: src/aboutdata.cpp:50
+#: src/aboutdata.cpp:48
msgid "Basket encryption, Kontact integration, KnowIt importer"
msgstr ""
-#: src/aboutdata.cpp:54
+#: src/aboutdata.cpp:52
msgid ""
"Baskets auto lock, save-status icon, HTML copy/paste, basket name tooltip, "
"drop to basket name"
msgstr ""
-#: src/aboutdata.cpp:58 src/basketproperties.cpp:65
+#: src/aboutdata.cpp:56 src/basketproperties.cpp:65
#: src/newbasketdialog.cpp:107
msgid "Icon"
msgstr ""
@@ -1303,12 +1303,10 @@ msgstr ""
#: src/formatimporter.cpp:136
msgid ""
-"<p>Folder mirroring is not possible anymore (see <a "
-"href='http://basket.kde.org/'>basket.kde.org</a> for more "
-"information).</p><p>The folder <b>%1</b> has been copied for the basket "
-"needs. You can either delete this folder or delete the basket, or use both. "
-"But remember that modifying one will not modify the other anymore as they "
-"are now separate entities.</p>"
+"<p>Folder mirroring is not possible anymore.</p><p>The folder <b>%1</b> has "
+"been copied for the basket needs. You can either delete this folder or "
+"delete the basket, or use both. But remember that modifying one will not "
+"modify the other anymore as they are now separate entities.</p>"
msgstr ""
#: src/formatimporter.cpp:138
@@ -2255,40 +2253,38 @@ msgstr ""
msgid ""
"<p>%1 doesn't support the data you've dropped.<br>It however created a "
"generic note, allowing you to drag or copy it to an application that "
-"understand it.</p><p>If you want the support of these data, please contact "
-"developer or visit the <a href=\"http://basket.kde.org/dropdb.php\">BasKet "
-"Drop Database</a>.</p>"
+"understand it.</p>"
msgstr ""
-#: src/notefactory.cpp:453
+#: src/notefactory.cpp:451
msgid "Unsupported MIME Type(s)"
msgstr ""
-#: src/notefactory.cpp:507
+#: src/notefactory.cpp:505
msgid "&Move Here\tShift"
msgstr ""
-#: src/notefactory.cpp:508
+#: src/notefactory.cpp:506
msgid "&Copy Here\tCtrl"
msgstr ""
-#: src/notefactory.cpp:509
+#: src/notefactory.cpp:507
msgid "&Link Here\tCtrl+Shift"
msgstr ""
-#: src/notefactory.cpp:511
+#: src/notefactory.cpp:509
msgid "C&ancel\tEscape"
msgstr ""
-#: src/notefactory.cpp:995
+#: src/notefactory.cpp:993
msgid "Import Icon as Image"
msgstr ""
-#: src/notefactory.cpp:995
+#: src/notefactory.cpp:993
msgid "Choose the size of the icon to import as an image:"
msgstr ""
-#: src/notefactory.cpp:1008
+#: src/notefactory.cpp:1006
msgid "Load File Content into a Note"
msgstr ""