Changed project site.

develop
Трацевский Александр 15 years ago
parent d5e944bf33
commit d697a0572f

@ -8,7 +8,7 @@ View0_ServiceName=khtml
View0_ServiceType=text/html View0_ServiceType=text/html
View0_URL=http://www.calculate-linux.org View0_URL=http://www.calculate-linux.org
#?os_locale_language==ru# #?os_locale_language==ru#
View0_URL=http://www.calculate-linux.ru View0_URL=http://www.calculate-linux.org
#os_locale_language# #os_locale_language#
#ширина окна браузера от экрана #ширина окна браузера от экрана
Width=1000 Width=1000

@ -15,5 +15,5 @@ MediumFontSize=11
#Домашняя страница #Домашняя страница
HomeURL=http://www.calculate-linux.org HomeURL=http://www.calculate-linux.org
#?os_locale_language==ru# #?os_locale_language==ru#
HomeURL=http://www.calculate-linux.ru HomeURL=http://www.calculate-linux.org
#os_locale_language# #os_locale_language#

@ -5,7 +5,7 @@ user_pref("browser.download.useDownloadDir", false);
#домашняя страница #домашняя страница
user_pref("browser.startup.homepage", "http://www.calculate-linux.org"); user_pref("browser.startup.homepage", "http://www.calculate-linux.org");
#?os_locale_language==ru# #?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# #os_locale_language#
#версия последнего браузера, открывшего текущий профиль (нужно чтобы не отправлял на сайт firefox) #версия последнего браузера, открывшего текущий профиль (нужно чтобы не отправлял на сайт firefox)
user_pref("browser.startup.homepage_override.mstone", "rv:1.9.1.3"); user_pref("browser.startup.homepage_override.mstone", "rv:1.9.1.3");

@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

@ -1,6 +1,6 @@
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -1,6 +1,6 @@
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -1,6 +1,6 @@
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
#-*- coding: utf-8 -*- #-*- 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

@ -2,7 +2,7 @@
# setup.py --- Setup script for calculate-client # 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with 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", description = "Client for the calculate-server",
author = "Calculate Pack", author = "Calculate Pack",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",
url = "http://calculate-linux.ru", url = "http://calculate-linux.org",
license = "http://www.apache.org/licenses/LICENSE-2.0", license = "http://www.apache.org/licenses/LICENSE-2.0",
package_dir = {'calculate-client': "."}, package_dir = {'calculate-client': "."},
packages = ['calculate-client.pym'], packages = ['calculate-client.pym'],

Loading…
Cancel
Save