-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
551 lines (458 loc) · 23.5 KB
/
Copy pathindex.html
File metadata and controls
551 lines (458 loc) · 23.5 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!--
Access keys:
H = homepage
S = search input field
L = latest article on the homepage
F = portfolio
A = about page
N = next portfolio preview item
P = previous prtoflio preview item
G = www.gorgnegre.cat
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/terms/" xml:lang="en" lang="en">
<head>
<title> → Gorg Negre Rural — Ecotourism & Astrophysics | Gorg Negre
Rural ← </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="author" content="Gorg Negre" />
<meta name="description" content="Website of Gorg Negre, a farmhouse
near Manresa in Central Catalonia." />
<meta name="keywords" content="Gorg Negre, , rural tourism, astronomy,
astrophysics, horses, horsemanship, bees, Manresa, Catalunya,
Catalonia, Barcelona, joga, linux" />
<link rel="alternate" href="http://feeds.feedburner.com/gorgnegre" title="Gorg Negre Rural" type="application/atom+xml" />
<!-- Original atom.xml made redundant by feedburner goodness. -->
<!-- <link rel="alternate" href="/atom.xml" title="Gorg Negre Rural" type="application/atom+xml" /> -->
<meta name="robots" content="noydir, noopd" /> <!-- Opt out of ODP -->
<link rel="start" href="/" />
<link rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0" />
<link rel="stylesheet" href="/files/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/files/css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/files/css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="/files/css/syntax.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/files/css/imagemenu.css" type="text/css" media="screen" />
<link rel="shortcut icon" type="image/x-icon" href="/files/images/favicon.ico" />
<link rel="canonical" href="http://www.gorgnegre.com/index.html" />
<script type="text/javascript" src="/files/js/cumulus.js"></script>
<script type="text/javascript" src="/files/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/files/js/jquery.color.min.js"></script>
<script type="text/javascript" src="/files/js/easySlider.min.js"></script>
<script type="text/javascript">$(document).ready(function(){$("#slider").easySlider();});</script>
<!-- image menu: not working, from http://algorithmique.net/ -->
<script type="text/javascript" charset="utf-8" src="/files/js/imagemenu.js"></script>
<script type="text/javascript">
$("#twitter_link").fadeOut()
$("#twitter").mouseenter(twitterExpand);
$("#twitter").mouseleave(twitterCollapse);
$("#rss_link").fadeOut()
$("#rss").mouseenter(rssExpand);
$("#rss").mouseleave(rssCollapse);
$("#github_link").fadeOut()
$("#github").mouseenter(githubExpand);
$("#github").mouseleave(githubCollapse);
$("#viadeo_link").fadeOut()
$("#viadeo").mouseenter(viadeoExpand);
$("#viadeo").mouseleave(viadeoCollapse);
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34187626-1']);
_gaq.push(['_setDomainName', 'gorgnegre.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<!-- begin image menu -->
<div id="info">
<a href="/files/pages/about.html#notebook">
<img src="/files/images/menu-info.png" alt="About & Contact"
title="About and Contact" />
<span id="info_link">
About and Contact
</span>
</a>
</div>
<div id="sitemap">
<a href="/files/pages/sitemap.html">
<img src="/files/images/menu-sitemap.png" alt="Site Map"
title="Site Map" />
<span id="sitemap_link">
Site Map
</span>
</a>
</div>
<div id="rss">
<a href="http://feeds.feedburner.com/GorgNegre">
<img src="/files/images/menu-rss.png" alt="RSS feed"
title="RSS feed"> /
<span id="rss_link">
RSS feed
</span>
</a>
</div>
<div id="twitter">
<a href="http://twitter.com/gorgnegre">
<img src="/files/images/menu-twitter.png" alt="Follow our
tweets: @gorgnegre" title="Follow our tweets: @gorgnegre" />
<span id="twitter_link">
Follow our tweets: @gorgnegre
</span>
</a>
</div>
<div id="github">
<a href="https://github.com/gorgnegre" title="Our sources" >
<img src="/files/images/menu-github.png" alt="Our sources"
title="Our sources" />
<span id="github_link">
Our sources
</span>
</a>
</div>
<!-- end image menu -->
<div id="header" class="center">
<div class="logo floatLeft"><a
href="http://www.gorgnegre.cat" title="Masia de turisme Gorg
Negre. Astronomia Rural." tabindex="0" accesskey="G"> <img
width="224px" height="224px" alt="Gorg Negre
logo. Astronomia rural." src="/files/images/gorgnegre-logo.png" /></a>
</div>
<div class="hero floatRight">
<h1 style="float:left;">
<a href="/" title="Return to homepage" tabindex="0" accesskey="H">
<span class="hoverline">Gorg</span><span
class="middot">·</span><span
class="hoverline">Negre</span>
</a>
</h1>
<p style="margin-top:32px;float:right;color:#0d1d26"
class="moin">::<span style="letter-spacing:-0px;">F</span>arming <span class="ampheader">&</span> Stars::</p>
<p style="clear:both;">You might be looking for <a
href="http://www.gorgnegre.cat">our rural
turism farmhouse</a>.</p><br />
<p style="clear:both;">This is a site about some of the
things we most care about: <a href="">farming</a> and
the beautiful <a href="">rural tourist</a> landscapes of
central Catalunya. There's also a collection of
articles about <a
href="/astronomy/">astrophysics</a>, <a
href="/philosophy/">philosophy</a>, <a
href="/yoga">yoga</a>, <a
href="/categories/linux/">Linux</a> and free software, plus
a few other bits and bobs.</p>
</div>
<div class="skip">
<span>Straight to: <a
href="/#portfolio" title="Skip straight to our
guesthouse pages" tabindex="0" accesskey="F">§
Rural Guesthouse</a> or <a href="/#notebook" title="Skip
straight to the latest article" tabindex="0"
accesskey="L">§ Latest article</a></span>
</div>
</div> <!-- /#header.center -->
<div id="nav" class="clear">
<ul class="nav nav-header caps">
<li><a href="/categories/ecotourism#cover" title="Rural Tourism, horses, bees, ...the farm" tabindex="0">Ecotourism</a></li>
<li><a href="/categories/astronomy#cover" title="Our astrophysical observatory" tabindex="0">Astronomy</a></li>
<li class="joga"><a href="/categories/joga#cover" title="Our online yoga site">Yoga</a></li>
<li><a class="independencia" href="/categories/philosophy#cover" title="Politics & Ontology">Philosophy <div><img src="/files/images/estelada1.png" /></div></a></li>
<li class="tux"><a href="/categories/linux#cover" title="Configuration of and tips about Linux and open source software">Linux</a></li>
</ul>
<div class="sitesearch floatRight">
<div class="sitesearch">
<!-- Google Custom Search Element -->
<form id="cerca" action="http://www.google.com/cse" class="center_column" />
<fieldset>
<input type="hidden" name="cx" value="015779281193674713371:eokl8wmwkca" />
<input type="hidden" name="ie" value="UTF-8" />
<input id="search" class="text-input" type="text" name="q" size="15" tabindex="0" accesskey="S" value="turisme rural"
onfocus="if (this.value == 'turisme rural')
{this.value = '';}" onblur="if (this.value == '') {this.value
= 'turisme rural';}" />
<input id="searchsubmit" type="submit" name="sa" value="Search" tabindex="0" />
</fieldset>
<!--
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {style : google.loader.themes.ESPRESSO});
google.setOnLoadCallback(function() {
var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl(
'015779281193674713371:eokl8wmwkca', customSearchOptions);
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
-->
</div>
</div>
<div class="clear"></div>
</div> <!-- /#nav.clear -->
<div id="cover" class="clear">
<div class="index colFive floatLeft">
<h2>News from our <em>Rural Farmhouse</em>…</h2>
<ul>
<li>
<a href="/Philosophy/Politics/Presidentials-in-Catalonia-2012-11-25.html#notebook" title="Presidentials in Catalonia (2012-11-25)">
<span class="date">
<span class="day">27</span>
<span class="month"><abbr>Sep</abbr></span>
</span>
<span class="title">Presidentials in Catalonia (2012-11-25)</span>
</a>
</li>
<li>
<a href="/linux/public-encryption-key.html#notebook" title="Public Encryption Key">
<span class="date">
<span class="day">19</span>
<span class="month"><abbr>Aug</abbr></span>
</span>
<span class="title">Public Encryption Key</span>
</a>
</li>
<li>
<a href="/linux/tree-command-as-a-sitemap-generator.html#notebook" title="Tree Command as a Sitemap Generator">
<span class="date">
<span class="day">22</span>
<span class="month"><abbr>Jul</abbr></span>
</span>
<span class="title">Tree Command as a Sitemap Generator</span>
</a>
</li>
</ul>
<p class="more"><a class="internal floatRight" href="/news.html#cover" title="View the notebook archives">…flick through the news</a></p>
</div> <!-- /.index.colSix.floatLeft -->
<!-- <div class="subhero-preview colFour floatRight"> -->
<div class="index colFive floatRight">
<h2>Recent <em>Articles</em>…</h2>
<ul>
<li>
<a href="/linux/using-emacs-orgmode-to-blog-with-jekyll.html#notebook" title="Blogging with Emacs Org-mode and Jekyll">
<span class="date">
<span class="day">17</span>
<span class="month"><abbr>Jul</abbr></span>
</span>
<span class="title">Blogging with Emacs Org-mode and Jekyll</span>
</a>
</li>
<li>
<a href="/joga/curs-guiat-de-ioga-iyengar.html#notebook" title="Parighasana">
<span class="date">
<span class="day">01</span>
<span class="month"><abbr>Jan</abbr></span>
</span>
<span class="title">Parighasana</span>
</a>
</li>
</ul>
<p class="more"><a class="internal floatRight" href="/files/pages/archives.html#cover" title="View the notebook archives">…flick through the articles</a></p>
</div>
<div class="clear"></div>
</div> <!-- /#cover.clear -->
<div id="notebook" class="center clear">
<div class="page-nav-top">
</div> <!-- /.page-nav-top -->
<div class="entry-content colEight">
<h2 class="clear">
<a href="/Philosophy/Politics/Presidentials-in-Catalonia-2012-11-25.html#notebook" title="Presidentials in Catalonia (2012-11-25)">
Presidentials in Catalonia (2012-11-25)
</a>
</h2>
<span class="date" title="2012-09-27T00:00:00+02:00">
<span class="published">Published •</span>
<span class="day">27</span>
<span class="month"><abbr>Sep</abbr></span>
<span class="year">2012</span>
</span>
<span class="floatRight tags">
• Philosophy
• Politics
• Catalan
• Independence_Act
</span>
<p>
Catalan people have been called by the Parliament to Presidential
Elections, scheduled for the last Sunday of November. Some insights
follow.
</p>
<p>
Catalonia is living days of hope and excitement about the possibility of
improving their political balance within Spain. For the second time since
2010, over a million Catalans have demonstrated in Barcelona claiming
for their own state. On September 11 2012 one and a half million people
marched <a href="http://youtu.be/_xFDj27y_xE">peacefully</a> and <a href="http://www.flickr.com/photos/assemblea/sets/72157631523400718/">festively</a> for a few hours under the slogan:
"Catalonia, a new state of Europe".
</p>
<p>
The news is this time the President of Catalonia, MH Artur Mas, has
taken on the popular claim and has offered to lead the process of
building new <a href="http://www.youtube.com/watch?v=V4oFEXWCmlc">"structures of state"</a> to better suit the long-standing
political pursuits of the Catalan people. Following the ongoing open
debate in the streets of Barcelona over the construction of a new state,
presidential parliamentary elections have been called for 25/N.
</p>
<p>
Before its dissolution, the current Catalan Parliament has agreed by 2/3
of the parliamentarians to summon the yet-unelected next Government to
organise a self-determination referendum over the next few years —which
is something that Spain strongly opposes and would not allow. It's the
right to self-determination that centres the Catalan campaign, and there
is the spread willingness that all civil institutions (and particularly
political parties) should take a clear stand regarding their support to
a self-determination referendum.
</p>
<p>
From the standpoint of a liberal democracy, after the public display of
civic power in Barcelona (the demonstration gathered about 1/5 of the
country's population), it seems fitting that the Parliament agrees to
extend to the next-to-be president of Catalonia an invitation to work
towards auto-determination. But that view is not shared in Madrid. The
biggest Spanish political forces both in the government (PP, Mariano
Rajoy) and in the opposition (PSOE) have joined efforts to oppose the
Catalan self-determination referendum. Their view is that the Spanish
Constitution sets that it is Spain which is a sovereign estate, and it's
their understanding that in use of this sovereignty all Spaniards
should have a vote in the event of such a self-determination referendum
in Catalonia (provided that they allowed such referendum, which
neither PP nor PSOE seem willing to, anyway).
</p>
<p>
Catalans won't understand why should any club member depend on the views
of other members in order to withdraw from the club. As a husband does
not need his wife's agreement to file a divorce. On the other hand,
Castilians have never understood Catalans as fellow club members but as
subordinates due to right of conquest (1714-09-11). At this time and
age! (An attempt to such a democratic amputation had not been seen in
Spain since the outlaw of Herri Batasuna in the Basque Country in the
mid-nineties. And then, that was justified by the war on terrorism.)
In this setting, the President of Catalonia has proved a brilliant
tactician. Pressed by Generalitat's drastic dire straits, Mr. Mas <a href="http://www.youtube.com/watch?v=V4oFEXWCmlc">has put himself</a> in front of the civic movement with solemnity, authority and
wit, setting the tempo of the current events. I had not enjoyed so much
of a politician since the speeches of our first Obama.
</p>
<p>
May no-one be abandoned.
</p>
<p><br/><br/>
<!-- hhmts start --> <!-- hhmts end --></p>
<div class="meta">
<!-- <span class="pdf">Download a <a href="/Philosophy/Politics/Presidentials-in-Catalonia-2012-11-25.html.pdf" title="Download a PDF, printer-friendly copy of this article"><acronym title="Portable Document Format">PDF</acronym>, printer-friendly version of this article</a>.</span> -->
<span class="permalink">For referencing: <a href="/Philosophy/Politics/Presidentials-in-Catalonia-2012-11-25.html" title="[Permalink] Presidentials in Catalonia (2012-11-25)">permalink to this article</a>.</span>
</div> <!-- /.meta -->
</div> <!-- /.entry-content.colEight -->
<div class="page-nav-bottom">
</div> <!-- /.page-nav-bottom -->
</div> <!-- #notebook.center.clear -->
<div id="portfolio" class="center clear">
<div class="portheader">
<h2><a href="http://www.gorgnegre.cat">Mas Gorg Negre</a> preview</h2>
</div>
<div id="slider">
<ul>
<li>
<a href="/files/images/banc-fusta/banc-fusta-3.jpg"><img src="/files/images/banc-fusta/banc-fusta-3.jpg" width="864" height="340" alt="Adobe Caslon" /></a>
</li>
<li>
<div style=" background: #203e52;color:#ffffff;">
<h2>What's Gorg Negre anyway?</h2>
<p>Gorg Negre Rural is a site where you get to know our
<strong>rural ecotourism facilities</strong> and we get to tell our work
in the fields of <strong>Astrophysics</strong>,
<strong>Philosophy</strong>, <strong>Yoga</strong> <span class="amp">&</span>
<strong>open source computing</strong>.</p>
</div>
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-4.jpg" width="864" height="340" alt="Aurora job/ticketing system header grid" />
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-5.jpg" width="864" height="340" alt="Fontis.com.au homepage header" />
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-6.jpg" width="864" height="340" alt="Got_It digital asset management system preview" />
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-7.jpg" width="864" height="340" alt="Got_It digital asset management system preview" />
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-8.jpg" width="864" height="340" alt="Got_It digital asset management system preview" />
</li>
<li>
<img src="/files/images/banc-fusta/banc-fusta-9.jpg" width="864" height="340" alt="Got_It digital asset management system preview" />
</li>
</ul>
</div> <!-- /#slider -->
</div> <!-- /#portfolio.center.clear -->
<p><br/><br/>
<!-- hhmts start --> <!-- hhmts end --></p>
<div id="footer" class="center clear">
<ul class="nav nav-footer caps">
<li><a href="/categories/ecotourism#cover" title="Rural Tourism, horses, bees, ...the farm" tabindex="0">Ecotourism</a></li>
<li><a href="/categories/astronomy#cover" title="Our astrophysical observatory" tabindex="0">Astronomy</a></li>
<li class="joga"><a href="/categories/joga#cover" title="Our online yoga site">Yoga</a></li>
<li><a class="independencia" href="/categories/philosophy#cover" title="Politics & Ontology">Philosophy <div><img src="/files/images/estelada1.png" /></div></a></li>
<li class="tux"><a href="/categories/linux#cover" title="Configuration of and tips about Linux and open source software">Linux</a></li>
</ul>
<span class="backtop floatRight"><a class="internal" href="#header" title="Return to the top of this page">Back to top ↑</a></span>
<div class="page-meta clear">
<span class="index">☞</span>
<p class="vcard center"><a href="/files/GorgNegre.vcf"
title="Download Gorg Negre’s addressbook vCard">Add us to your address book via vCard</a>.</p>
<div class="clear info">
<p class="copyright">
<!-- Content <span class="amp">&</span> Design by -->
<a href="/info/site.html">Gorg Negre</a>, <abbr class="date"
title="2012">MMXII</abbr> thereon.
</p>
<p><a rel="license"
href="http://creativecommons.org/licenses/by-nc-sa/3.0/"
title="Content, unless specificed, licensed under a Creative
Commons license">Some rights reserved</a>.
</p>
<p class="copyright">
The content for this site was written using <a
href="http://www.gnu.org/software/emacs/">Emacs</a> <a
href="http://org-mode.org">org-mode</a>. Powered by <a
href="http://github.com/gorgnegre/jekyll/" title="A static,
minimalist CMS">Jekyll</a>.
</p>
<p style="text-align:right;">…all in mostly valid <a
rel="external"
href="http://jigsaw.w3.org/css-validator/check/referer"><acronym
title="Cascading Style Sheets">CSS</acronym></a> <span
class="amp">&</span> <a rel="external"
href="http://validator.w3.org/check?uri=referer"><acronym
title="eXtensible Hyper Text Markup Language">XHTML</acronym></a>
as <a rel="external"
href="http://microformats.org/wiki/posh"><acronym title="plain old
semantic (X)HTML">POSH</acronym></a> as can be.</p>
</div>
<div class="floatRight" style="width:auto">
<p class="copyright">Avidly wandering dark skies
since <abbr class="date" title="1985">MCMLXXXV</abbr>.</p>
<p>Lovingly raising pleasure horses since <abbr class="date"
title="2011">MMXI</abbr>.</p>
<p class="copyright">Laboriously farming Mas Gorg Negre since <abbr class="date"
title="1463">MCDLXIII</abbr>.</p>
<!-- <p>
For an overview of the site, see the <a href="/files/pages/sitemap.html"
title="View the site map">site map</a> or <a
href="/files/pages/archives.html#cover" title="View the notebook
archives">notebook archives</a>.
</p>
-->
</div>
</div> <!-- /.page-meta.clear -->
</div> <!-- /#footer.center.clear -->
</div>
</body>
</html>