Website Template

14 views
Skip to first unread message

Kantesh Raj

unread,
Dec 26, 2012, 10:58:58 AM12/26/12
to fossa...@googlegroups.com
Hey,

I have modified template of Foss Academy. Please check mail attachment and also, suggest changes.

@Satyakaam: please create a twitter handler @fossacademy
snapshot1.png

satyaakam goswami

unread,
Dec 26, 2012, 11:24:13 AM12/26/12
to fossa...@googlegroups.com
On Wed, Dec 26, 2012 at 9:28 PM, Kantesh Raj <kante...@gmail.com> wrote:
Hey,

I have modified template of Foss Academy. Please check mail attachment and also, suggest changes.

@Satyakaam: please create a twitter handler @fossacademy

The top header is looking very dark , the twitter handle is   @fossacademy1 ok i have merged your last changes and will be testing it now , the wiki steps to installed needs to be fixed will be updating it too in next half an hour or so.


-Satya

Kantesh Raj

unread,
Dec 26, 2012, 12:45:44 PM12/26/12
to fossa...@googlegroups.com
hey,

The top header is looking very dark , 

I guess, top header is looking dark due to logo. Please check attached image.
I try to make other template asap. 
Other UI developer in mailing list are also requested to upload template. 

the twitter handle is   @fossacademy1 ,
Will update in code.

 ok i have merged your last changes and will be testing it now , the wiki steps to installed needs to be fixed will be updating it too in next half an hour or so.
Steps in wiki is not working. its better to follow steps, i have mention in my mail in previous thread.

snapshot3.png

satyaakam goswami

unread,
Dec 26, 2012, 8:09:34 PM12/26/12
to fossa...@googlegroups.com

 
ok i have merged your last changes and will be testing it now , the wiki steps to installed needs to be fixed will be updating it too in next half an hour or so.
Steps in wiki is not working. its better to follow steps, i have mention in my mail in previous thread.

You mean the steps i changed yesterday , let me check again and freeze on the steps. , yes the logo is something we have to have in  different colours , think if we need to print in on white background .

-Satya


Kantesh Raj

unread,
Dec 27, 2012, 12:39:21 AM12/27/12
to fossa...@googlegroups.com
Hi,

You mean the steps i changed yesterday , let me check again and freeze on the steps. 
 
The steps on wiki will produce MOZBADGES related error. For solving this error, we have to use settings.py file along with settings_local.dist.py file because all setting related to MOZBAGES is in actual settings.py file.
Please verify the steps on wiki.

After performing steps mentioned on wiki, site is working on your pc without any error??

I have successfully setup its environment using steps, i mentioned in other thread of mailing list.


Kantesh

satyaakam goswami

unread,
Dec 27, 2012, 12:43:46 AM12/27/12
to fossa...@googlegroups.com

I have successfully setup its environment using steps, i mentioned in other thread of mailing list.

i want to avoid the step about renaming and including the present settings.py just fix it and send a pull request to me i will merge.

-Satya

Kantesh Raj

unread,
Dec 27, 2012, 1:18:20 AM12/27/12
to fossa...@googlegroups.com
i want to avoid the step about renaming and including the present settings.py just fix it and send a pull request to me i will merge.

ok, i hv modify  settings_local.dist.py and make it independent of settings.py.

Kantesh Raj

unread,
Dec 27, 2012, 1:20:10 AM12/27/12
to fossa...@googlegroups.com
Please Also update this on wiki (because this error occur on many PC):


FOR undefined symbol: SSLv2_method error

There seems to be a regression bug from an earlier version of M2Crypto. For solving this please follow following step:
Note: Please install it in virtualenv

Download M2Crypto source from here: http://chandlerproject.org/Projects/MeTooCrypto#Downloads
then, run following command: 
1> tar -xzf M2Crypto-0.21.1.tar.gz
2> cd M2Crypto-0.21.1/SWIG
3> nano _ssl.i.patch and paste following code(ctrl+shift+v):
--- SWIG/_ssl.i 2011-01-15 20:10:06.000000000 +0100
+++ SWIG/_ssl.i 2012-06-17 17:39:05.292769292 +0200
@@ -48,8 +48,10 @@
 %rename(ssl_get_alert_desc_v) SSL_alert_desc_string_long;
 extern const char *SSL_alert_desc_string_long(int);

+#ifndef OPENSSL_NO_SSL2
 %rename(sslv2_method) SSLv2_method;
 extern SSL_METHOD *SSLv2_method(void);
+#endif
 %rename(sslv3_method) SSLv3_method;
 extern SSL_METHOD *SSLv3_method(void);
 %rename(sslv23_method) SSLv23_method;
 
4> patch _ssl.i _ssl.i.patch
5> python setup.py build
6>  python setup.py install

Reply all
Reply to author
Forward
0 new messages