Dirty stub.
[wl-mobile.git] / res / layout / about.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7
8         <ScrollView android:id="@+id/ScrollView01" android:layout_width="fill_parent" android:layout_height="wrap_content">
9                 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
10                     android:orientation="vertical"
11                     android:layout_width="fill_parent"
12                     android:layout_height="fill_parent"
13                     >
14
15                             <TextView
16                                         android:layout_width="fill_parent"
17                                 android:layout_height="wrap_content"
18                                 android:padding="10sp"
19                                 android:textStyle="bold"
20                                 android:textSize="16sp"
21                                 android:text="About" 
22                             />
23                             
24                                 <TextView
25                                         android:layout_width="fill_parent"
26                                 android:layout_height="wrap_content"
27                                 android:padding="10sp"
28                                 android:textSize="12sp"
29                                 android:text='Web library with the school obligatory readings "Wolne Lektury" (www.wolnelektury.pl) is a project carried out by Modern Poland Foundation. Wolne Lektury website works since 2007. It provides the visitors with the school readings recommended Ministerstwo Edukacji Narodowej which entered the public domain. The literary works are drawn up, annotated and available in several formats (html, epub, mp3, ogg, odt, txt and pdf). Under the Polish law, they can be read online, downloaded, cited and shared.'
30                             />
31                             
32                                 <TextView
33                                         android:layout_width="fill_parent"
34                                 android:layout_height="wrap_content"
35                                 android:padding="10sp"
36                                 android:textSize="12sp"
37                                 android:text='Wolne Lektury project team comprises experienced editors and teachers so that our website content is solid and reliable. To create it, we cooperate with National Library which provides us with the best available editions of the books as well as the critical studies of the school readings, published in Digital National Library Polona. Together we try our best to make the texts of the books (our cultural legacy) available for everyone, regardless of where one is living, how much money does one have or whether one is handicapped or not. It is possible only due to the public domain concept, meaning a collection of literary works that are not copyrighted, as well as high technologies - tools that let us increase availability of the text published on the Internet.'
38                             />
39
40                                 <TextView
41                                         android:layout_width="fill_parent"
42                                 android:layout_height="wrap_content"
43                                 android:padding="10sp"
44                                 android:textSize="12sp"
45                                 android:text='Wolne Lektury project is completely uncommercial and it is carried out pro publico bono. Therefore the support of the eminent personages conncted with culture and sciences is very important for us. Wolne Lektury project is held under the honorary patronage of Ministerstwo Kultury i Dziedzictwa Narodowego, Ministerstwo Edukacji Narodowej and Polish Writers Association. In the Honorary Comitee of Wolne Lektury agreed to sit Professor Maria Janion, Professor Grażyna Borkowska, Professor Przemysław Czapliński, Professor Mieczysław Dąbrowski, Professor Ewa Kraskowska, Professor Małgorzata Czermińska, Professor Jerzy Jarzębski and Professor Piotr Śliwiński.'
46                             />
47
48                                 <TextView
49                                         android:layout_width="fill_parent"
50                                 android:layout_height="wrap_content"
51                                 android:padding="10sp"
52                                 android:textSize="12sp"
53                                 android:text='Digitalisation and proofreading is provided by the National Library. The website was designed by 2ia. The author of the programming language of the repository of Free Literature texts, based on the XML language is Dariusz Gałecki. Grynhoff, Woźny, Maliński office provides us with the legal service. Web hosting is provided by EO Networks company. Publishing house Korporacja Ha!Art helps us in proofreading. The logo of Wolne Lektury is a creation of PZL agency. The project is held under media patronage of: Dziennik, Elle, Tok.fm, Biblioteka Analiz, Tygodnik Powszechny, Przekrój and TVP Kultura.'
54                             />                          
55
56                             <TextView
57                                         android:layout_width="fill_parent"
58                                 android:layout_height="wrap_content"
59                                 android:padding="10sp"
60                                 android:textStyle="bold"
61                                 android:textSize="16sp"
62                                 android:text="About the foundation" 
63                             />
64
65                                 <TextView
66                                         android:layout_width="fill_parent"
67                                 android:layout_height="wrap_content"
68                                 android:padding="10sp"
69                                 android:textSize="12sp"
70                                 android:text='Modern Poland Foundation was established because education of children is a key to the future. One of the most important objectives that Polish education has to approach is a struggle with digital retardation. The skill in using a computer and the Internet is a kind of elemental knowledge in the age of information society. One who does not have it, is condemned to a vegetative existence on the fringes of modern world.'
71                             />  
72
73                                 <TextView
74                                         android:layout_width="fill_parent"
75                                 android:layout_height="wrap_content"
76                                 android:padding="10sp"
77                                 android:textSize="12sp"
78                                 android:text='It is the reason why for seven years we have helped (and still do) the children in understanding and using the high technologies. Modern Poland Foundation wants to give a thousands of children what is the most valuable: knowledge and abilities letting them understand modern world and take advantage of its opportunities.'
79                             />  
80
81                                 <TextView
82                                         android:layout_width="fill_parent"
83                                 android:layout_height="wrap_content"
84                                 android:padding="10sp"
85                                 android:textSize="12sp"
86                                 android:text='Modern Poland Fundation - apart from Wolne Lektury project - is as well coordinating Wolne Podręczniki project. It is created by a social movement of voluteering teachers. With the use of the Internet, they are writing new coursebooks for Polish pupils. Wolne Podręczniki are published openly-licensed (meaning it gives the user certain copyright freedom i.e. the books can be copied, distributed and updated without the necessity of asking the team of authors for permission). Every teacher will be able to supplement, expand and improve the coursebooks in accordance with to their own needs and experience. Thanks to the open source the price of the traditional coursebooks published in printed format will seriously decrease and the access to the electronic coursebooks will be free.'
87                             />  
88         </LinearLayout>
89     </ScrollView>
90 </LinearLayout>