-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
141 lines (106 loc) · 7.68 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
####################################################################################
##### #####
##### CivY C.V. Management System #####
##### #####
####################################################################################
The entire CMS consists of 7 screens ( screen1, screen2, ... )
To customize CivY just replace the files specified after the ==> mark.
The files must be opened in notepad for editing
==========================================================================
Note : the format for images must be same as the default images.
Eg 1.jpg cannot be used instead of 1.png
Content in new line will be displayed in new line and will not be wrapped
============================== screen1 ====================================
== Main Heading for Screen1 ==> civy/innertxt/index_innertxt/headline ==
Menu options for Screen1 are stored in one file 'menu_options'
and their corresponding links are stored in the second file 'menu_targets'
in the same order.
eg look at the table below.
------------------------------------------------------------------
| Google | www.google.com |
------------------------------------------------------------------
| Yahoo | www.yahoo.com |
------------------------------------------------------------------
| Msn | www.msn.com |
------------------------------------------------------------------
== Detailed content for Screen1 ==> civy/innertxt/index_innertxt/index_detailed ==
== Facebook Page address for user==> civy/innertxt/index_innertxt/fbaddr ==
== Email ID for user==> civy/innertxt/index_innertxt/mailaddr ==
== Twitter ID for user==> civy/innertxt/index_innertxt/twaddr ==
== Phone number for user==> civy/innertxt/index_innertxt/phoneaddr ==
=========================== Screen 2 ===============================
== Title for screen2 ==> civy/innertxt/index_innertxt/screen2_title ==
==========================================================================
== Screen2 slide show images ==
Place the slide show images in ==> slider-master/ directory
any number of images are allowed
Images must be of type jpg or jpeg or png only
==========================================================================
==========================================================================
== Title for screen3 ==> civy/innertxt/index_innertxt/screen3_title ==
== Screen3 works portfolio gallery ==
Caption for work1 ==> civy/innertxt/index_innertxt/work1_title
Detailed content in Popup Box for work1 ==> civy/innertxt/index_innertxt/work1_content
Caption for work2 ==> civy/innertxt/index_innertxt/work2_title
Detailed content in Popup Box for work2 ==> civy/innertxt/index_innertxt/work2_content
Caption for work3 ==> civy/innertxt/index_innertxt/work3_title
Detailed content in Popup Box for work3 ==> civy/innertxt/index_innertxt/work3_content
Caption for work4 ==> civy/innertxt/index_innertxt/work4_title
Detailed content in Popup Box for work4 ==> civy/innertxt/index_innertxt/work4_content
The images for the works are stored in pics/index_content/screen2/
Only 4 images are allowed
The must be of .jpg format only
The file names must strictly be as follows :
work_img_1.jpg
work_img_2.jpg
work_img_3.jpg
work_img_4.jpg
==========================================================================
============================== Screen4 ============================
Title for screen4 ==> civy/innertxt/index_innertxt/screen4_title
Graduation College Name and address ==> civy/innertxt/index_innertxt/grad_college
Junior College Name and address ==> civy/innertxt/index_innertxt/jr_college
High School Name and address ==> civy/innertxt/index_innertxt/high_school
Name of Primary Valued Certificate ( 10th Standard ) ==> civy/innertxt/index_innertxt/edu_title1
File containing subjects list for Primary Valued Certificate ==> civy/innertxt/index_innertxt/edu1_sub_list
File containing marks list for Primary Valued Certificate ==> civy/innertxt/index_innertxt/edu1_marks_list
File containing aggregated percentage for Primary Valued Certificate ==> civy/innertxt/index_innertxt/edu1_percentage
Name of Secondary Valued Certificate ( 12th Standard ) ==> civy/innertxt/index_innertxt/edu_title2
File containing stream information (Science, Commerce or Arts) for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu2_stream
File containing subjects list for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu2_sub_list
File containing marks list for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu2_marks_list
File containing aggregated percentage for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu2_percentage
Name of Degree Valued Certificate ( Degree ) ==> civy/innertxt/index_innertxt/edu_title3
File containing stream information (Science, Commerce or Arts) for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu3_stream
File containing subjects list for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu3_sub_list
File containing marks list for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu3_marks_list
File containing aggregated percentage for Secondary Valued Certificate ==> civy/innertxt/index_innertxt/edu3_percentage
============================== Screen 5 ============================
Title for screen5 ==> civy/innertxt/index_innertxt/screen5_title
Screen 5 allows to display custom html content
If you know basic html then you can easily display any desired content using the screen5_main file
The screen5_main file contains raw html tags
Location of screen5_main file ==> civy/innertxt/index_innertxt/screen5_main
============================== Screen 6 ============================
Title for screen6 ==> civy/innertxt/index_innertxt/screen6_title
Screen 6 allows to display custom html content
If you know basic html then you can easily display any desired content using the screen6_main file
The screen6_main file contains raw html tags
Location of screen6_main file ==> civy/innertxt/index_innertxt/screen6_main
==================================================================================
The messages sent by visitor are stored in civy/messages in separate text files for each message.
The site administrator can view these messages by accessing the ' messages ' directory.
====================================================================================
The administrator can also upload a pdf version of the resume which can be downloaded by the visitors.
The pdf file must be saved in the ' downloads ' directory.
The pdf file must be named ' resume.pdf '.
====================================================================================
The background image for screen1 remains same whenever refreshed.
It can be changed from civy/pics/mainbg/
The background image for screen1 can have any name but must be in jpg format
The background images for other screens are selected randomly from the available backgrounds.
The background images which can be randomly picked can be selected from civy/pics/bg directory.
You can specify any number of images for using as background , the images must be in jpg format.
====================================================================================
The profile photo can be changed from civy/pics/dp
The color of border for profile picture is specified in civy/pics/dp/dp_border