Git commit 2409d8ab5ddd51028d80bfeac379dd0a8c6af56b by Thomas Fischer.
Committed on 16/06/2017 at 20:36.
Pushed by thomasfischer into branch 'master'.

Rewriting all occurrences of references to defunct Gna! page

- Links to homepage or bug tracker at Gna!
- DBus addresses
etc.

Updating some copyright dates as well.

CCBUG: 381119

M  +2    -2    README
M  +1    -1    doc/index.docbook
M  +1    -1    doc/man-kbibtex.1.docbook
M  +1    -1    mime/bibliography.xml
M  +1    -1    src/io/fileexporterbibtexoutput.cpp
M  +1    -1    src/io/fileexporterpdf.cpp
M  +1    -1    src/io/fileexporterps.cpp
M  +2    -2    src/io/fileexporterxml.cpp
M  +1    -1    src/parts/partfactory.cpp
M  +2    -2    src/program/org.kde.kbibtex.appdata.xml
M  +1    -1    src/program/program.cpp
M  +2    -2    src/test/main.cpp

https://commits.kde.org/kbibtex/2409d8ab5ddd51028d80bfeac379dd0a8c6af56b

diff --git a/README b/README
index 54782a6f..e8068ac0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 KBibTeX
 =======
 
-Copyright: 2004-2015 Thomas Fischer <[email protected]>
+Copyright: 2004-2017 Thomas Fischer <[email protected]>
 
 Author/Maintainer: Thomas Fischer <[email protected]>
 
@@ -15,7 +15,7 @@ purpose is to provide a user-friendly interface to BibTeX 
files.
 Homepage
 --------
 
-Visit  http://home.gna.org/kbibtex/  for more information.
+Visit  https://userbase.kde.org/KBibTeX  for more information.
 
 
 Dependencies
diff --git a/doc/index.docbook b/doc/index.docbook
index a88c1ce0..04fec03f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -93,7 +93,7 @@
       This manual is intended for any individual, regardless of her or his 
experience with &latex;, &kde;, &kbibtex; or &Linux;.
     </para>
     <para>
-      Advanced users are not likely to read this manual, but all suggestions 
on documentation will be considered. If you would like to contribute to this 
project or the documentation, please consult the <ulink 
url="http://home.gna.org/kbibtex/";>&kbibtex; web page</ulink>.
+      Advanced users are not likely to read this manual, but all suggestions 
on documentation will be considered. If you would like to contribute to this 
project or the documentation, please consult the <ulink 
url="https://userbase.kde.org/KBibTeX";>&kbibtex; web page</ulink>.
     </para>
   </sect1>
 
diff --git a/doc/man-kbibtex.1.docbook b/doc/man-kbibtex.1.docbook
index 25892b0b..4c6c10e1 100644
--- a/doc/man-kbibtex.1.docbook
+++ b/doc/man-kbibtex.1.docbook
@@ -62,7 +62,7 @@ url="help:/kbibtex">help:/kbibtex</ulink>
 <member>kf5options(7)</member>
 <member>qt5options(7)</member>
 <member>There is also further information available at the <ulink
-url="http://home.gna.org/kbibtex/";>KBibTeX official website</ulink>.</member>
+url="https://userbase.kde.org/KBibTeX";>KBibTeX official 
website</ulink>.</member>
 </simplelist>
 
 </refsect1>
diff --git a/mime/bibliography.xml b/mime/bibliography.xml
index c3237a21..cf612557 100644
--- a/mime/bibliography.xml
+++ b/mime/bibliography.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  -  This file is part of KBibTeX: http://home.gna.org/kbibtex/
+  -  This file is part of KBibTeX: https://userbase.kde.org/KBibTeX
   -  Released under the GNU Public License version 2 or later
   -  Original author: Thomas Fischer <[email protected]>
   -->
diff --git a/src/io/fileexporterbibtexoutput.cpp 
b/src/io/fileexporterbibtexoutput.cpp
index b96ecefd..d98b9db3 100644
--- a/src/io/fileexporterbibtexoutput.cpp
+++ b/src/io/fileexporterbibtexoutput.cpp
@@ -135,7 +135,7 @@ bool FileExporterBibTeXOutput::writeLatexFile(const QString 
&filename)
         if (kpsewhich(QStringLiteral("babel.sty")))
             ts << "\\usepackage[" << m_latexLanguage << "]{babel}\n";
         if (kpsewhich(QStringLiteral("hyperref.sty")))
-            ts << "\\usepackage[pdfproducer={KBibTeX: 
http://home.gna.org/kbibtex/},pdftex]{hyperref}\n";;
+            ts << "\\usepackage[pdfproducer={KBibTeX: 
https://userbase.kde.org/KBibTeX},pdftex]{hyperref}\n";;
         else if (kpsewhich(QStringLiteral("url.sty")))
             ts << "\\usepackage{url}\n";
         if (m_latexBibStyle.startsWith(QStringLiteral("apacite")) && 
kpsewhich(QStringLiteral("apacite.sty")))
diff --git a/src/io/fileexporterpdf.cpp b/src/io/fileexporterpdf.cpp
index 7a4e9442..8d615608 100644
--- a/src/io/fileexporterpdf.cpp
+++ b/src/io/fileexporterpdf.cpp
@@ -153,7 +153,7 @@ bool FileExporterPDF::writeLatexFile(const QString 
&filename)
         if (kpsewhich(QStringLiteral("babel.sty")))
             ts << "\\usepackage[" << m_babelLanguage << "]{babel}" << endl;
         if (kpsewhich(QStringLiteral("hyperref.sty")))
-            ts << "\\usepackage[pdfborder={0 0 0},pdfproducer={KBibTeX: 
http://home.gna.org/kbibtex/},pdftex]{hyperref}"; << endl;
+            ts << "\\usepackage[pdfborder={0 0 0},pdfproducer={KBibTeX: 
https://userbase.kde.org/KBibTeX},pdftex]{hyperref}"; << endl;
         else if (kpsewhich(QStringLiteral("url.sty")))
             ts << "\\usepackage{url}" << endl;
         if (m_bibliographyStyle.startsWith(QStringLiteral("apacite")) && 
kpsewhich(QStringLiteral("apacite.sty")))
diff --git a/src/io/fileexporterps.cpp b/src/io/fileexporterps.cpp
index 4a5e42df..bf212023 100644
--- a/src/io/fileexporterps.cpp
+++ b/src/io/fileexporterps.cpp
@@ -155,7 +155,7 @@ bool FileExporterPS::beautifyPostscriptFile(const QString 
&filename, const QStri
             if (i < 32 && line.startsWith(QStringLiteral("%%Title:")))
                 line = "%%Title: " + title;
             else if (i < 32 && line.startsWith(QStringLiteral("%%Creator:")))
-                line += QStringLiteral("; exported from within KBibTeX: 
http://home.gna.org/kbibtex/";);
+                line += QStringLiteral("; exported from within KBibTeX: 
https://userbase.kde.org/KBibTeX";);
             lines += line;
             ++i;
         }
diff --git a/src/io/fileexporterxml.cpp b/src/io/fileexporterxml.cpp
index 3320130a..96fae803 100644
--- a/src/io/fileexporterxml.cpp
+++ b/src/io/fileexporterxml.cpp
@@ -53,7 +53,7 @@ bool FileExporterXML::save(QIODevice *iodevice, const File 
*bibtexfile, QStringL
 
     stream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << endl;
     stream << "<!-- XML document written by KBibTeXIO as part of KBibTeX -->" 
<< endl;
-    stream << "<!-- http://home.gna.org/kbibtex/ -->" << endl;
+    stream << "<!-- https://userbase.kde.org/KBibTeX -->" << endl;
     stream << "<bibliography>" << endl;
 
     for (File::ConstIterator it = bibtexfile->constBegin(); it != 
bibtexfile->constEnd() && result && !m_cancelFlag; ++it)
@@ -77,7 +77,7 @@ bool FileExporterXML::save(QIODevice *iodevice, const 
QSharedPointer<const Eleme
 
     stream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << endl;
     stream << "<!-- XML document written by KBibTeXIO as part of KBibTeX -->" 
<< endl;
-    stream << "<!-- http://home.gna.org/kbibtex/ -->" << endl;
+    stream << "<!-- https://userbase.kde.org/KBibTeX -->" << endl;
 
     const bool result = write(stream, element.data());
 
diff --git a/src/parts/partfactory.cpp b/src/parts/partfactory.cpp
index 7758d727..0afc0804 100644
--- a/src/parts/partfactory.cpp
+++ b/src/parts/partfactory.cpp
@@ -32,7 +32,7 @@ public:
     KAboutData aboutData;
 
     Private()
-            : aboutData(QStringLiteral("kbibtexpart"), i18n("KBibTeXPart"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2017 Thomas Fischer"), QString(), 
QStringLiteral("http://home.gna.org/kbibtex/";))
+            : aboutData(QStringLiteral("kbibtexpart"), i18n("KBibTeXPart"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2017 Thomas Fischer"), QString(), 
QStringLiteral("https://userbase.kde.org/KBibTeX";))
     {
         aboutData.setOrganizationDomain(QByteArray("kde.org"));
         aboutData.setDesktopFileName(QStringLiteral("org.kde.kbibtex"));
diff --git a/src/program/org.kde.kbibtex.appdata.xml 
b/src/program/org.kde.kbibtex.appdata.xml
index 684c00a5..d73a8d60 100644
--- a/src/program/org.kde.kbibtex.appdata.xml
+++ b/src/program/org.kde.kbibtex.appdata.xml
@@ -217,12 +217,12 @@
       <li xml:lang="x-test">xxImport your Zotero library.xx</li>
     </ul>
   </description>
-  <url type="homepage">http://home.gna.org/kbibtex/</url>
+  <url type="homepage">https://userbase.kde.org/KBibTeX</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kbibtex</url>
   <url 
type="help">http://docs.kde.org/development/en/extragear-office/kbibtex/index.html</url>
   <screenshots>
     <screenshot type="default">
-      
<image>http://home.gna.org/kbibtex/screenshots/kbibtex-20110213.png</image>
+      
<image>https://userbase.kde.org/images.userbase/7/7f/20150602-kbibtex-kf5.png</image>
     </screenshot>
   </screenshots>
   <project_group>KDE</project_group>
diff --git a/src/program/program.cpp b/src/program/program.cpp
index 16483f4d..633c1b00 100644
--- a/src/program/program.cpp
+++ b/src/program/program.cpp
@@ -43,7 +43,7 @@ int main(int argc, char *argv[])
 
     KLocalizedString::setApplicationDomain("kbibtex");
 
-    KAboutData aboutData(QStringLiteral("kbibtex"), i18n("KBibTeX"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2017 Thomas Fischer"), QString(), 
QStringLiteral("http://home.gna.org/kbibtex/";));
+    KAboutData aboutData(QStringLiteral("kbibtex"), i18n("KBibTeX"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2017 Thomas Fischer"), QString(), 
QStringLiteral("https://userbase.kde.org/KBibTeX";));
 
     aboutData.setOrganizationDomain(QByteArray("kde.org"));
     aboutData.setDesktopFileName(QStringLiteral("org.kde.kbibtex"));
diff --git a/src/test/main.cpp b/src/test/main.cpp
index 80127321..75e40fd9 100644
--- a/src/test/main.cpp
+++ b/src/test/main.cpp
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2004-2014 by Thomas Fischer <[email protected]> *
+ *   Copyright (C) 2004-2017 by Thomas Fischer <[email protected]> *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
 {
     QApplication programCore(argc, argv);
 
-    KAboutData aboutData(QStringLiteral("kbibtextest"), i18n("KBibTeX Test"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2015 Thomas Fischer"), QString(), 
QStringLiteral("http://home.gna.org/kbibtex/";));
+    KAboutData aboutData(QStringLiteral("kbibtextest"), i18n("KBibTeX Test"), 
QLatin1String(versionNumber), i18n("A BibTeX editor by KDE"), 
KAboutLicense::GPL_V2, i18n("Copyright 2004-2017 Thomas Fischer"), QString(), 
QStringLiteral("https://userbase.kde.org/KBibTeX";));
     aboutData.addAuthor(i18n("Thomas Fischer"), i18n("Maintainer"), 
QStringLiteral("[email protected]"));
     KAboutData::setApplicationData(aboutData);
 

Reply via email to