Commit 4ac96f70 authored by Claudio Valerio's avatar Claudio Valerio

changed the base url reference to openboard.org

parent 8123279b
......@@ -10,9 +10,9 @@ AppName=OpenBoard
AppVerName=OpenBoard 1.0
AppPublisher=Open Education Foundation
AppPublisherURL=http://dev.open-sankore.org
AppSupportURL=http://dev.open-sankore.org
AppUpdatesURL=http://dev.open-sankore.org
AppPublisherURL=http://get.openboard.org
AppSupportURL=http://www.openboard.org
AppUpdatesURL=http://get.openboard.org
DefaultDirName={pf}\OpenBoard
DefaultGroupName=OpenBoard
......
......@@ -366,7 +366,7 @@ echo "Architecture: $ARCHITECTURE" >> "$CONTROL_FILE"
echo "Essential: no" >> "$CONTROL_FILE"
echo "Installed-Size: `du -s $PACKAGE_DIRECTORY | awk '{ print $1 }'`" >> "$CONTROL_FILE"
echo "Maintainer: ${APPLICATION_NAME} Developers team <dev@oe-f.org>" >> "$CONTROL_FILE"
echo "Homepage: http://oe-f.org" >> "$CONTROL_FILE"
echo "Homepage: http://www.openboard.org" >> "$CONTROL_FILE"
echo -n "Depends: " >> "$CONTROL_FILE"
unset tab
declare -a tab
......
......@@ -33,17 +33,17 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open-Sankoré\000"
VALUE "CompanyName", "Open Education Foudation\000"
VALUE "FileDescription", "Sankore 3.1\000"
VALUE "FileDescription", "OpenBoard\000"
VALUE "FileVersion", UBVERSION
VALUE "LegalCopyright", "(c) Webdoc SA, 2009-2012. All rights reserved\000"
VALUE "LegalCopyright", "(c) Open Education Foundation 2013. All rights reserved\000"
VALUE "OriginalFilename", "Sankore 3.1.exe\000"
VALUE "OriginalFilename", "OpenBoard.exe\000"
VALUE "ProductName", "Sankore 3.1\000"
VALUE "ProductName", "OpenBoard\000"
VALUE "ProductVersion", UBVERSION
......
......@@ -481,7 +481,7 @@ void UBApplicationController::checkUpdate()
{
if(mHttp)
delete mHttp;
QUrl url("http://oe-f.org/update.json");
QUrl url("http://get.openboard.org/update.json");
mHttp = new QHttp(url.host());
connect(mHttp, SIGNAL(requestFinished(int,bool)), this, SLOT(updateRequestFinished(int,bool)));
mHttp->get(url.path());
......
......@@ -200,7 +200,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
void UBSettings::init()
{
productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.oe-f.org");
productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.openboard.org");
softwareHomeUrl = productWebUrl->get().toString();
......
......@@ -278,7 +278,7 @@ QString UBYouTubePublisher::youtubeMetadata()
workingDescription = workingDescription.left(4900) + "...";
}
workingDescription += "\n\nhttp://www.oe-f.org";
workingDescription += "\n\nhttp://www.openboard.org";
if(workingDescription.length() == 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment