Fix old upstream URLs for visible parts.

Signed-off-by: Chris <xchrisx@uber.space>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Chris 5 years ago committed by Michele Calgaro
parent 778e3a690f
commit 9b2c6a2830
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,4 +1,4 @@
KOffice is based on KDE ( http://www.kde.org ) which is needed to run KOffice. KOffice is based on TDE ( http://www.trinitydesktop.org ) which is needed to run KOffice.
You need tdelibs and tdebase installed if you want to compile and run You need tdelibs and tdebase installed if you want to compile and run
KOffice. Look in the tdelibs sourcedir for the file COMPILING for help. Also KOffice. Look in the tdelibs sourcedir for the file COMPILING for help. Also
look at the website as there are many helpfiles available. look at the website as there are many helpfiles available.
@ -44,7 +44,7 @@ this is done is because those developers want to have a good office suite, and
they don't mind sharing it with you. they don't mind sharing it with you.
If you feel you found a bug or missing feature you can always contact the If you feel you found a bug or missing feature you can always contact the
developers of KOffice (via http://www.koffice.org ) or delve into the software developers of KOffice (via http://www.trinitydesktop.org ) or delve into the software
yourself. yourself.
The part that is shared between all KOffice applications can be found in the lib The part that is shared between all KOffice applications can be found in the lib
@ -72,21 +72,3 @@ document structure (not the XML DTD), see the lib/store/SPEC file.
If you want to see more/fix bugs in this file, feel free to ask or add it If you want to see more/fix bugs in this file, feel free to ask or add it
yourself. yourself.
Contacts:
=========
User mailing list: mailto:koffice@kde.org
Developer mailing list: mailto:koffice-devel@kde.org
Subscribing and list information: http://www.kde.org/mailinglists
Archives: http://lists.kde.org
If you have questions about this README file or about KOffice in general,
please mail to the KOffice mailing list: mailto:koffice@kde.org
Thomas Zander
Chris Lee

@ -34,8 +34,7 @@ TDEAboutData * newChalkAboutData()
TDEAboutData::License_GPL, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1999-2006 The Chalk team.\n"), I18N_NOOP("(c) 1999-2006 The Chalk team.\n"),
"", "",
"http://www.koffice.org/chalk", "bugs.trinitydesktop.org");
"submit@bugs.kde.org");
aboutData->addAuthor("Adrian Page", 0, "Adrian.Page@tesco.net"); aboutData->addAuthor("Adrian Page", 0, "Adrian.Page@tesco.net");
aboutData->addAuthor("Alan Horkan", 0, "", "http://www.openclipart.org"); aboutData->addAuthor("Alan Horkan", 0, "", "http://www.openclipart.org");
aboutData->addAuthor("Bart Coppens", 0, "kde@bartcoppens.be"); aboutData->addAuthor("Bart Coppens", 0, "kde@bartcoppens.be");

@ -54,7 +54,7 @@ td.mdname { font-weight: bold; color: #602020; }
<div id="nav_header_bottom" align="right"> <div id="nav_header_bottom" align="right">
<span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span> <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
<span id="nav_header_bottom_left"> <span id="nav_header_bottom_left">
/ <a href="http://www.koffice.org">KOffice</a> / <a href="http://www.trinitydesktop.org">KOffice</a>
/ <a href="@topdir@">API Docs</a> / <a href="@topdir@">API Docs</a>
</span> </span>
</div> </div>

@ -131,7 +131,7 @@ SvgExport::visitVDocument( VDocument& document )
// add some PR. one line is more than enough. // add some PR. one line is more than enough.
*m_defs << *m_defs <<
"<!-- Created using Karbon14, part of koffice: http://www.koffice.org/karbon -->" << endl; "<!-- Created using Karbon14, part of koffice: http://www.trinitydesktop.org -->" << endl;
*m_defs << *m_defs <<
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"" << "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"" <<

@ -80,7 +80,7 @@ bool WMLWorker::doOpenDocument(void)
{ {
result = "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"\n"; result = "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"\n";
result += " \"http://www.wapforum.org/DTD/wml_1.1.xml\" >\n"; result += " \"http://www.wapforum.org/DTD/wml_1.1.xml\" >\n";
result += "<!-- Created using KWord, see www.koffice.org/kword -->\n"; result += "<!-- Created using KWord, see www.trinitydesktop.org -->\n";
result += "<wml>\n"; result += "<wml>\n";
result += "<card>\n"; result += "<card>\n";

@ -19,8 +19,7 @@ TDEAboutData * newKarbonAboutData()
description, description,
TDEAboutData::License_GPL, TDEAboutData::License_GPL,
I18N_NOOP( "(c) 2001-2006, The Karbon Developers" ), I18N_NOOP( "(c) 2001-2006, The Karbon Developers" ),
I18N_NOOP( "You are invited to participate in any way." ), I18N_NOOP( "You are invited to participate in any way." ) );
"http://www.koffice.org/karbon/");
aboutData->addAuthor( aboutData->addAuthor(
"Rob Buis", "Rob Buis",
0, 0,

@ -35,9 +35,7 @@ TDEAboutData * newKChartAboutData()
{ {
TDEAboutData * aboutData= new TDEAboutData("kchart", I18N_NOOP("KChart"), TDEAboutData * aboutData= new TDEAboutData("kchart", I18N_NOOP("KChart"),
version, description, TDEAboutData::License_GPL, version, description, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB"), I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB") );
I18N_NOOP("The drawing engine which forms the base of KChart\nis also available as a commercial product\nfrom Klarälvdalens Datakonsult AB.\nContact info@klaralvdalens-datakonsult.se\nfor more information."),
"http://www.koffice.org/kchart/");
aboutData->addAuthor("Kalle Dalheimer", 0, "kalle@kde.org"); aboutData->addAuthor("Kalle Dalheimer", 0, "kalle@kde.org");
aboutData->addAuthor("Laurent Montel", 0, "lmontel@mandrakesoft.com"); aboutData->addAuthor("Laurent Montel", 0, "lmontel@mandrakesoft.com");
aboutData->addAuthor("Karl-Heinz Zimmer", 0, "khz@kde.org"); aboutData->addAuthor("Karl-Heinz Zimmer", 0, "khz@kde.org");

@ -49,12 +49,11 @@ TDEAboutData* Kexi::createAboutData()
TDEAboutData::License_LGPL_V2, TDEAboutData::License_LGPL_V2,
I18N_NOOP( "(c) 2002-2007, Kexi Team\n" I18N_NOOP( "(c) 2002-2007, Kexi Team\n"
"(c) 2003-2007, OpenOffice Polska LLC\n"), "(c) 2003-2007, OpenOffice Polska LLC\n"),
I18N_NOOP( "This software is developed by Kexi Team - an international group\n" I18N_NOOP( "This software was developed by Kexi Team - an international group\n"
"of independent developers, with additional assistance and support\n" "of independent developers, with additional assistance and support\n"
"from the OpenOffice Polska company.\n\n" "from the OpenOffice Polska company and now maintained by the TDE team.\n\n"
"Visit the company Home Page: http://www.openoffice.com.pl"), "Visit the company Home Page: http://www.openoffice.com.pl"),
"http://www.koffice.org/kexi", "bugs.trinitydesktop.org"
"submit@bugs.kde.org"
); );
// authors sorted by last contribution date // authors sorted by last contribution date
aboutData->addAuthor("Jarosław Staniek / OpenOffice Polska", I18N_NOOP("Project maintainer & developer, design, KexiDB, commercially supported version, win32 port"), "js@iidea.pl"); aboutData->addAuthor("Jarosław Staniek / OpenOffice Polska", I18N_NOOP("Project maintainer & developer, design, KexiDB, commercially supported version, win32 port"), "js@iidea.pl");

@ -121,8 +121,7 @@ int main(int argc, char** argv)
"(c) 2003-2006, Kexi Team\n" "(c) 2003-2006, Kexi Team\n"
"(c) 2003-2006, OpenOffice Polska Ltd.\n", "(c) 2003-2006, OpenOffice Polska Ltd.\n",
"", "",
"http://www.koffice.org/kexi", "bugs.trinitydesktop.org"
"submit@bugs.kde.org"
) )
); );
TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );

@ -33,8 +33,7 @@ TDEAboutData * newKFormulaAboutData()
{ {
TDEAboutData * aboutData = new TDEAboutData( "kformula", I18N_NOOP( "KFormula" ), TDEAboutData * aboutData = new TDEAboutData( "kformula", I18N_NOOP( "KFormula" ),
version, description, TDEAboutData::License_GPL, version, description, TDEAboutData::License_GPL,
"(c) 1998-2006, The KFormula Team", 0, "(c) 1998-2006, The KFormula Team", 0 );
"http://www.koffice.org/kformula/" );
aboutData->addAuthor( "Alfredo Beaumont", aboutData->addAuthor( "Alfredo Beaumont",
I18N_NOOP( "current maintainer" ), I18N_NOOP( "current maintainer" ),
"alfredo.beaumont@gmail.com", "alfredo.beaumont@gmail.com",

@ -32,8 +32,7 @@ TDEAboutData * newKivioAboutData()
{ {
TDEAboutData * aboutData=new TDEAboutData( "kivio", I18N_NOOP("Kivio"), TDEAboutData * aboutData=new TDEAboutData( "kivio", I18N_NOOP("Kivio"),
version, description, TDEAboutData::License_GPL, version, description, TDEAboutData::License_GPL,
I18N_NOOP("(C) 2000-2006, The Kivio Team"), 0, I18N_NOOP("(C) 2000-2006, The Kivio Team"), 0 );
"http://www.koffice.org/kivio/");
aboutData->addAuthor("Peter Simonsson", I18N_NOOP("Maintainer"), "psn@linux.se"); aboutData->addAuthor("Peter Simonsson", I18N_NOOP("Maintainer"), "psn@linux.se");
aboutData->addAuthor("Ian Reinhart Geiser", I18N_NOOP("Development"), "geiseri@kde.org"); aboutData->addAuthor("Ian Reinhart Geiser", I18N_NOOP("Development"), "geiseri@kde.org");
aboutData->addAuthor("Laurent Montel", I18N_NOOP("Development"), "montel@kde.org"); aboutData->addAuthor("Laurent Montel", I18N_NOOP("Development"), "montel@kde.org");

@ -34,8 +34,7 @@ TDEAboutData * newAboutData()
{ {
TDEAboutData * aboutData=new TDEAboutData( "kplato", I18N_NOOP("KPlato"), TDEAboutData * aboutData=new TDEAboutData( "kplato", I18N_NOOP("KPlato"),
KPLATO_VERSION, KPLATO_DESCRIPTION, TDEAboutData::License_GPL, KPLATO_VERSION, KPLATO_DESCRIPTION, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0, I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0 );
"http://www.koffice.org/kplato/" );
aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :) aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :)
aboutData->addAuthor("Bo Thorsen", 0, "bo@sonofthor.dk"); aboutData->addAuthor("Bo Thorsen", 0, "bo@sonofthor.dk");
aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk"); aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk");

@ -31,8 +31,7 @@ TDEAboutData * newKPresenterAboutData()
{ {
TDEAboutData * aboutData=new TDEAboutData( "kpresenter", I18N_NOOP("KPresenter"), TDEAboutData * aboutData=new TDEAboutData( "kpresenter", I18N_NOOP("KPresenter"),
version, description, TDEAboutData::License_LGPL, version, description, TDEAboutData::License_LGPL,
I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0, I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0 );
"http://www.koffice.org/kpresenter/");
aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org"); aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org");
aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org"); aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
aboutData->addAuthor("David Faure", 0, "faure@kde.org"); aboutData->addAuthor("David Faure", 0, "faure@kde.org");

@ -510,7 +510,7 @@ void KPrWebPresentation::createSlidesHTML( KProgress *progressBar )
htmlAuthor=escapeHtmlText( codec, author ); htmlAuthor=escapeHtmlText( codec, author );
else else
htmlAuthor=TQString("<a href=\"mailto:%1\">%2</a>").arg( escapeHtmlText( codec, email )).arg( escapeHtmlText( codec, author )); htmlAuthor=TQString("<a href=\"mailto:%1\">%2</a>").arg( escapeHtmlText( codec, email )).arg( escapeHtmlText( codec, author ));
streamOut << EscapeEncodingOnly ( codec, i18n( "Created on %1 by <i>%2</i> with <a href=\"http://www.koffice.org/kpresenter\">KPresenter</a>" ) streamOut << EscapeEncodingOnly ( codec, i18n( "Created on %1 by <i>%2</i> with <a href=\"http://www.trinitydesktop.org\">KPresenter</a>" )
.arg( TDEGlobal::locale()->formatDate ( TQDate::currentDate() ) ).arg( htmlAuthor ) ); .arg( TDEGlobal::locale()->formatDate ( TQDate::currentDate() ) ).arg( htmlAuthor ) );
streamOut << " </center><hr noshade=\"noshade\"" << ( isXML() ?" /":"") << ">\n"; streamOut << " </center><hr noshade=\"noshade\"" << ( isXML() ?" /":"") << ">\n";
@ -561,7 +561,7 @@ void KPrWebPresentation::createMainPage( KProgress *progressBar )
// footer: author name, e-mail // footer: author name, e-mail
TQString htmlAuthor = email.isEmpty() ? escapeHtmlText( codec, author ) : TQString htmlAuthor = email.isEmpty() ? escapeHtmlText( codec, author ) :
TQString("<a href=\"mailto:%1\">%2</a>").arg( escapeHtmlText( codec, email )).arg( escapeHtmlText( codec, author )); TQString("<a href=\"mailto:%1\">%2</a>").arg( escapeHtmlText( codec, email )).arg( escapeHtmlText( codec, author ));
streamOut << EscapeEncodingOnly ( codec, i18n( "Created on %1 by <i>%2</i> with <a href=\"http://www.koffice.org/kpresenter\">KPresenter</a>" ) streamOut << EscapeEncodingOnly ( codec, i18n( "Created on %1 by <i>%2</i> with <a href=\"http://www.trinitydesktop.org\">KPresenter</a>" )
.arg( TDEGlobal::locale()->formatDate ( TQDate::currentDate() ) ).arg( htmlAuthor ) ); .arg( TDEGlobal::locale()->formatDate ( TQDate::currentDate() ) ).arg( htmlAuthor ) );
streamOut << "</body>\n</html>\n"; streamOut << "</body>\n</html>\n";

@ -36,8 +36,7 @@ TDEAboutData * newAboutData()
{ {
TDEAboutData * aboutData = new TDEAboutData( "kspread", I18N_NOOP("KSpread"), TDEAboutData * aboutData = new TDEAboutData( "kspread", I18N_NOOP("KSpread"),
version, description, TDEAboutData::License_LGPL, version, description, TDEAboutData::License_LGPL,
I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0, I18N_NOOP("(c) 1998-2006, The KSpread Team"), 0 );
"http://www.koffice.org/kspread/");
aboutData->addAuthor("Torben Weis", 0, "weis@kde.org"); aboutData->addAuthor("Torben Weis", 0, "weis@kde.org");
aboutData->addAuthor("Laurent Montel", 0, "montel@kde.org"); aboutData->addAuthor("Laurent Montel", 0, "montel@kde.org");
aboutData->addAuthor("John Dailey", 0, "dailey@vt.edu"); aboutData->addAuthor("John Dailey", 0, "dailey@vt.edu");

@ -90,8 +90,7 @@ TDEAboutData* PluginInsertCalendar::createAboutData()
I18N_NOOP("KSpread Insert Calendar Plugin"), //short description I18N_NOOP("KSpread Insert Calendar Plugin"), //short description
TDEAboutData::License_BSD, //license type TDEAboutData::License_BSD, //license type
I18N_NOOP("(c) 2005, The KSpread Team"), //copyright I18N_NOOP("(c) 2005, The KSpread Team"), //copyright
0,//I18N_NOOP("The Insert Calendar plugin can be used in spreadsheets"), //text 0 ); //I18N_NOOP("The Insert Calendar plugin can be used in spreadsheets"), //text
"http://www.koffice.org/kspread/");
aboutData->addAuthor("Raphael Langerhorst", 0, "Raphael.Langerhorst@kdemail.net"); aboutData->addAuthor("Raphael Langerhorst", 0, "Raphael.Langerhorst@kdemail.net");
return aboutData; return aboutData;

@ -30,7 +30,7 @@ TDEAboutData *newKugarAboutData()
{ {
TDEAboutData * aboutData = new TDEAboutData( "kugar", I18N_NOOP( "Kugar" ), TDEAboutData * aboutData = new TDEAboutData( "kugar", I18N_NOOP( "Kugar" ),
VERSION, I18N_NOOP( "Report viewer(generator)" ), TDEAboutData::License_GPL, VERSION, I18N_NOOP( "Report viewer(generator)" ), TDEAboutData::License_GPL,
I18N_NOOP( "(c) 1999-2006, The Kugar Team" ), 0, "http://www.koffice.org" ); I18N_NOOP( "(c) 1999-2006, The Kugar Team" ), 0 );
aboutData->addAuthor( "Alexander Dymo", aboutData->addAuthor( "Alexander Dymo",
I18N_NOOP( "Maintainer, Report Designer, Kugar library enhancements" ), "cloudtemple@mksat.net", I18N_NOOP( "Maintainer, Report Designer, Kugar library enhancements" ), "cloudtemple@mksat.net",

@ -36,8 +36,7 @@ TDEAboutData * newKWordAboutData()
{ {
TDEAboutData * aboutData=new TDEAboutData( "kword", I18N_NOOP("KWord"), TDEAboutData * aboutData=new TDEAboutData( "kword", I18N_NOOP("KWord"),
KWORD_VERSION, KWORD_DESCRIPTION, TDEAboutData::License_LGPL, KWORD_VERSION, KWORD_DESCRIPTION, TDEAboutData::License_LGPL,
I18N_NOOP("(c) 1998-2006, The KWord Team"), 0, I18N_NOOP("(c) 1998-2006, The KWord Team"), 0 );
"http://www.koffice.org/kword/" );
aboutData->addAuthor("David Faure", 0, "faure@kde.org"); aboutData->addAuthor("David Faure", 0, "faure@kde.org");
aboutData->addAuthor("Reginald Stadlbauer", 0, "reggie@kde.org"); aboutData->addAuthor("Reginald Stadlbauer", 0, "reggie@kde.org");
aboutData->addAuthor("Thomas Zander"); aboutData->addAuthor("Thomas Zander");

Loading…
Cancel
Save