generateBasisElement_VossUrlBEData.php
5.17 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?php
$min = 0;
$max = 100;
ini_set('error_reporting', false);
$useTitle = false;
require('../links2scan/scanTheLinksFromVoss.php');
$FILE='../links2scan/ooexport.html';
$_LOSP_CHARSET='utf-8';
$GLOBALS['nichtgefunden'] = 0;
$Result_array = readFormatedFile($FILE);
//print_r($Result_array);
$Account_ID = 173;
$AuthorProfileID = 396;
$PartOfID = 1872;
$_POST = array ( 'makeNew' => array() );
$AddToLinkList = array(
0 => array(
'UrlBC' => 'AuthorProfileID'
),
1 => array(
'UrlBC' => $PartOfID
),
// 2 => array(
// 'UrlBC' => 8 // 8 => 'Economy',
// )
);
$USENOT = array( 'Vorwort', 'Einleitung', 'Ausblick', 'Zur Autorin' );
$TAG2TAG = array(
'Wasser und Abwasser' => 'Wasser'
) ;
$CAT2CAT = array(
'Weltbilder und Menschenbilder für eine andere Welt' => 'Welt-/Menschenbilder',
'Aspekte Solidarischen Wirtschaftens' => 'Aspekte',
'Zur Geschichte Solidarischer Ökonomien in Deutschland' => 'Geschichte',
'Anders Arbeiten, anders Wohnen' => 'Arbeiten/Wohnen',
'Frauenbetriebe und -projekte' => 'Frauenprojekte',
'Was Menschen zum Leben brauchen' => 'Lebensgrundlagen',
'Gartenbau, Landwirtschaft und Ernährung' => 'Landwirtschaft',
'Genossenschaften' => 'Genossenschaften',
// 'Wer erklärt die Welt?' => 'Wer erklärt die Welt?',
'Solidarisch Wirtschaften mit und ohne Geld' => 'Wirtschaften',
'Vernetzungszusammenhänge, Verbände und Unterstützungsstrukturen' => 'Strukturen',
// 'Eine Welt' => 'Eine Welt',
);
$AlreadyIn = array();
/**
* @todo wenn Controller::doUebergangFormAuthorisationListManipulation terminiert wird muss auch hier aktualisiert werden 100731|f
*/
foreach ($Result_array as $i => $values) {
if($i>=$min && $i<=$max) {
if(array_search($values['link'], $AlreadyIn)===false) {
$Title = $TagList = $CatList = $Kapitel ='';
if($useTitle) {
$string = file_get_contents($values['link']);
preg_match('/<title>(.*)<\/title>/U', $string, $hits);
if(trim($hits[1])) {
$Title = '<p>Titel: '.utf8_encode($hits[1]).'</p>';
}
}
$Kapitel = $values['h1'];
// $TagList = getTag($values['h1']);
// $CatList = getCat($values['h1']);
if(array_key_exists('h2', $values)) {
$Kapitel .= ' => '.$values['h2'];
// $TagList .= getTag($values['h2']);
$CatList .= getCat($values['h2']);
}
if(array_key_exists('h3', $values)) {
$Kapitel .= ' => '.$values['h3'];
$TagList .= getTag($values['h3']);
// $CatList .= getCat($values['h3']);
}
echo "\n".$i.' '.$values['info']. "\n \t* Link: ".$values['link']." \n \t* Title: $Title\n \t* Text: ". $Kapitel ." ... \n\t* TagList: ". substr($TagList, 0, strlen($TagList)-2) ." \n\t* CatList: ".substr($CatList, 0, strlen($CatList)-2)." ";
$Text = $Title.'<p> aus der Linksammlung des Buches <b><a href="https://mensch.coop/index.php?p[]=showSingle&p[]=ID&p[]=1872&lang=deu">Wegweiser Solidarische Ökonomie ¡Anders Wirtschaften ist möglich!</a></b> von Elisabeth Voß <br/>
siehe Kapitel '.$Kapitel.'</p>';
$_POST['makeNew'][] =array(
'BEName' => array(
'UrlBE' => array(
'MTextID' => null,
'PartOfID' => $PartOfID, // $AuthorProfileID,
'losp_classname' => 'UrlBE',
'Subject' => $values['info'],
'LanguageCode' => 'deu',
'Url' => $values['link'],
'Text' => $Text,
'TagCloud' => array(
'form_newTag' => substr($TagList, 0, strlen($TagList)-2)
),
'BECategoryChoiceBEID' => null,
'Category' => array (
'form_newCategory' => substr($CatList, 0, strlen($CatList)-2),
// 'form_CategoryArray' => array( 3 )
),
'AuthorProfileID' => $AuthorProfileID,
'ReadNickName' => null,
'WriteNickName' => null,
'RightManagement' => array(
'RightManagementBC' => array(
'RightManagementValues' => array(
'TagContentList' => array(
'BCReadRight' => 'a',
'BCWriteRight' => 'w',
),
'CategoryContentList' => array(
'BCReadRight' => 'a',
'BCWriteRight' => 'w',
),
'LinkList' => array(
'BCReadRight' => 'r',
'BCWriteRight' => 'w',
),
'ThreadBC' => array(
'BCReadRight' => 'a',
'BCWriteRight' => 'u',
),
)
)
),
'Submit' => 'OK'
)
),
'AddToLinkList' => $AddToLinkList
);
$AlreadyIn[] = $values['link'];
}
}
}
function getTag($param_string) {
if(checkIsNotInList($param_string)) {
// echo "\n($param_string=";
global $TAG2TAG;
if(array_key_exists($param_string, $TAG2TAG)) {
// echo $TAG2TAG[$param_string]."\n)";
return $TAG2TAG[$param_string].', ';
}
if(strpos($param_string, ',')===false && strpos($param_string, 'und' )===false) {
// echo "$param_string\n)";
return $param_string.', ';
}
}
}
function getCat($param_string) {
if(checkIsNotInList($param_string)) {
global $CAT2CAT;
if(array_key_exists($param_string, $CAT2CAT)) {
return $CAT2CAT[$param_string].', ';
}
return $param_string.', ';
}
}
function checkIsNotInList($param_string) {
global $USENOT;
if(array_search($param_string, $USENOT) === false) {
return true;
} else {
return false;
}
}
?>