Revision 8b5381f3 okeanos_site/README

b/okeanos_site/README
39 39

  
40 40
- OKEANOS_VIDEO_URL
41 41
  Vimeo flash url.
42
  Make the following steps to retrieve the appropriate url
43

  
44
  - open vimeo video page
45
  - click on the embed button 
46
    (on the right side of the video container)
47
  - click on "old embed code" to view the flash embedable html code
48
  - extract the url from <embed src="<video url>"
42 49

  
43 50

  
44 51
Views
45 52
-----
46 53
The application contains 2 views. 
47 54

  
48
The okeanos_site.views.intro that displays the okeanos logo
55
The okeanos_site.views.intro that displays the ~okeanos logo
49 56
and redirects to `OKEANOS_SITE_URL`.
50 57

  
51 58
The okeanos_site.views.index that displays the introductory 
......
57 64
---------
58 65
The content of the info blocks (who/why/what) are placed in
59 66
templates/okeanos/pages directory.
60
For test purposes the templates currently make use of the 
61
`django.contrib.webdesign` template `lorem` tag.
62 67

  
63 68

  
64 69
Urls
65 70
----
66 71
The application contains a convenience `urls.py` file which
67
extends the synnefo urlpatterns with two extra urls.
72
extends the synnefo urlpatterns with two extra urls and modifies.
73

  
74

  
75
Deploying synnefo with ~okeanos intro pages
76
-------------------------------------------
77

  
78
A sample configuration file with documented settings 
79
modifications exists in okeanos_site/90-okeanos.conf.sample .
80

  
81
The sample configuration file contains all settings needed
82
for the smooth deployment of ~okeanos aplha release with no extra
83
modifications on the synnefo application settings.
68 84

  

Also available in: Unified diff