@@ -3,70 +3,40 @@ OS2Web Meetings
3
3
4
4
Description
5
5
-----------
6
- This module provides contenttypes and views to display meetings from mm.
6
+ A light feature for import and presentation of meeting agendas and summaries.
7
+ This feature contains content types, vocabularies and views. This version of
8
+ the OS2Web Meetings feature does not depend on OS2Web core.
9
+
10
+ A cron job generates search data on updated meetings and store this data on
11
+ the meeting nodes. The search data is generated from bullet titles and body of
12
+ meeting bullet attachments.
7
13
8
14
Dependencies
9
15
-----------
10
- - autocomplete_deluxe
11
- - better_exposed_filters
12
- - computed_field
13
- - ctools
14
- - date
15
- - ds
16
- - entity
17
- - entityreference
18
- - expire
19
- - features
20
- - file
21
- - lightbox2
22
- - link
23
- - list
24
- - menu
25
- - node_reference
26
- - number
27
- - options
28
- - os2web_qbrick
29
- - page_manager
30
- - print
31
- - print_pdf
32
- - rules
33
- - strongarm
34
- - taxonomy
35
- - text
36
- - views
37
- - views_php
16
+ Date
17
+ Entity Reference
18
+ Features
19
+ File
20
+ List
21
+ Node Reference
22
+ Number
23
+ Strongarm
24
+ Taxonomy
25
+ Views
38
26
39
27
Installation
40
28
-----------
41
29
This module should reside in the modules directory of the installation,
42
- most commonly profiles/os2web/modules/, but alternativly in sites/all/modules
30
+ most commonly profiles/os2web/modules/, but alternately in sites/all/modules
43
31
(This could be for development purposes).
44
32
45
- See https://github.com/syddjurs/os2web/wiki for further instructions.
46
-
47
- This module can also be installed with drush make in your install profile.
48
-
49
- Licence and copyright
50
- ---------------------
51
- OS2Web is Copyright (c) 2012 Syddjurs Kommune, Denmark
33
+ Setup the cron job to update meeting search data on changed meetings.
52
34
53
- OS2Web is free software: you can redistribute it and/or modify
54
- it under the terms of the GNU General Public License as published by
55
- the Free Software Foundation, either version 3 of the License, or
56
- (at your option) any later version.
35
+ See https://github.com/OS2web/os2web/wiki for further instructions.
57
36
58
- OS2Web is distributed in the hope that it will be useful,
59
- but WITHOUT ANY WARRANTY; without even the implied warranty of
60
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61
- GNU General Public License for more details.
62
-
63
- You should have received a copy of the GNU General Public License
64
- along with this program. If not, see < http://www.gnu.org/licenses/ > .
37
+ This module can also be installed with drush make in your install profile.
65
38
66
39
Additional Info
67
40
---------------
68
41
This repository should be governed using Git Flow. for more information see
69
42
http://nvie.com/posts/a-successful-git-branching-model/
70
-
71
- Note: This module is still dependant on modules in the full OS2Web suite
72
- (https://github.com/OS2web/os2web ), as the seperation of those are still WIP.
0 commit comments