diff --git a/client-profiles/50-default-CLD/.kde4/share/apps/konqueror/profiles/webbrowsing b/client-profiles/50-default-CLD/.kde4/share/apps/konqueror/profiles/webbrowsing index a2e2b6d..b709676 100644 --- a/client-profiles/50-default-CLD/.kde4/share/apps/konqueror/profiles/webbrowsing +++ b/client-profiles/50-default-CLD/.kde4/share/apps/konqueror/profiles/webbrowsing @@ -8,7 +8,7 @@ View0_ServiceName=khtml View0_ServiceType=text/html View0_URL=http://www.calculate-linux.org #?os_locale_language==ru# -View0_URL=http://www.calculate-linux.ru +View0_URL=http://www.calculate-linux.org #os_locale_language# #ширина окна браузера от экрана Width=1000 diff --git a/client-profiles/50-default-CLD/.kde4/share/config/konquerorrc b/client-profiles/50-default-CLD/.kde4/share/config/konquerorrc index 53b25b4..1a2bf3d 100644 --- a/client-profiles/50-default-CLD/.kde4/share/config/konquerorrc +++ b/client-profiles/50-default-CLD/.kde4/share/config/konquerorrc @@ -15,5 +15,5 @@ MediumFontSize=11 #Домашняя страница HomeURL=http://www.calculate-linux.org #?os_locale_language==ru# -HomeURL=http://www.calculate-linux.ru +HomeURL=http://www.calculate-linux.org #os_locale_language# diff --git a/client-profiles/60-default-desktop/.mozilla/firefox/calculate.default/prefs.js b/client-profiles/60-default-desktop/.mozilla/firefox/calculate.default/prefs.js index 58eed65..6b8e1e5 100644 --- a/client-profiles/60-default-desktop/.mozilla/firefox/calculate.default/prefs.js +++ b/client-profiles/60-default-desktop/.mozilla/firefox/calculate.default/prefs.js @@ -5,7 +5,7 @@ user_pref("browser.download.useDownloadDir", false); #домашняя страница user_pref("browser.startup.homepage", "http://www.calculate-linux.org"); #?os_locale_language==ru# -user_pref("browser.startup.homepage", "http://www.calculate-linux.ru"); +user_pref("browser.startup.homepage", "http://www.calculate-linux.org"); #os_locale_language# #версия последнего браузера, открывшего текущий профиль (нужно чтобы не отправлял на сайт firefox) user_pref("browser.startup.homepage_override.mstone", "rv:1.9.1.3"); diff --git a/lib/cl_keys.c b/lib/cl_keys.c index c0f21f2..101d6f2 100644 --- a/lib/cl_keys.c +++ b/lib/cl_keys.c @@ -1,4 +1,4 @@ -//Copyright 2007 Calculate Pack, http://www.calculate-linux.ru +//Copyright 2007 Calculate Pack, http://www.calculate-linux.org // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pym/cl_client.py b/pym/cl_client.py index a8dbda2..efa0a78 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/cl_fill_client.py b/pym/cl_fill_client.py index 988c0fb..954e3fc 100644 --- a/pym/cl_fill_client.py +++ b/pym/cl_fill_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index 68dd091..8485500 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/cl-client b/scripts/cl-client index 9fe8e63..9ebdf2f 100644 --- a/scripts/cl-client +++ b/scripts/cl-client @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/cl-createhome b/scripts/cl-createhome index 06a662e..4513fd2 100644 --- a/scripts/cl-createhome +++ b/scripts/cl-createhome @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/cl-sync b/scripts/cl-sync index cde1e60..9da22a8 100644 --- a/scripts/cl-sync +++ b/scripts/cl-sync @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index fd8aa60..6a8fa84 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # setup.py --- Setup script for calculate-client -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -147,7 +147,7 @@ setup( description = "Client for the calculate-server", author = "Calculate Pack", author_email = "support@calculate.ru", - url = "http://calculate-linux.ru", + url = "http://calculate-linux.org", license = "http://www.apache.org/licenses/LICENSE-2.0", package_dir = {'calculate-client': "."}, packages = ['calculate-client.pym'],