Error: Attribute without value at line:23 column:25
1. <news><message><npm_id>358</npm_id><npm_title>Blij van software raid</npm_title><npm_message><posting><p>Af en toe word ik best blij van software raid :)
2.
3. Momenteel wordt er een disk opnieuw gebouwd, maar het systeem is gewoon 'up and running' gebleven:
4.
5. > md2 : active raid1 hdc3[2] hda3[0]
6. > 59027392 blocks [2/1] [U_]
7. > [=>...................] recovery = 9.9% (5847680/59027392) > finish=57.3min speed=15456K/sec
8.
9. Best ok na een eerdere harddisk crash waarbij het een en ander (lees: veel data) verloren ging.</p></posting></npm_message><npm_poster>Tijn</npm_poster><npm_ts>19 augustus 2006, 08:16</npm_ts><npm_rdf_ts>%Europe/Berlin %302 %2006, %08:%Aug</npm_rdf_ts><npm_date>19 augustus 2006</npm_date><npm_time>08:16</npm_time><npm_tod>'s ochtends</npm_tod><npm_link_uri></npm_link_uri><npm_link_nm></npm_link_nm><npc_id>4</npc_id><npc_nm>Life</npc_nm><npp_npm_id></npp_npm_id><npct_count>0</npct_count></message><message><npm_id>353</npm_id><npm_title>rt2500 driver how to</npm_title><npm_message><posting><p>Van het weekend mijn linksys WMP54G wireless NIC aan de praat gekregen met native drivers (open source)! Hoe? Dat lees je achter de link (Engels)...</p></posting></npm_message><npm_poster>Tijn</npm_poster><npm_ts> 8 januari 2006, 13:38</npm_ts><npm_rdf_ts>%Europe/Berlin %568 %2006, %13:%Jan</npm_rdf_ts><npm_date> 8 januari 2006</npm_date><npm_time>13:38</npm_time><npm_tod>tijdens de lunch</npm_tod><npm_link_uri>http://martijn.zw9.nl/static/computer/linksys_wmp54g_v4_eu_gentoo_linux_rt2500.html</npm_link_uri><npm_link_nm>How to setup a linksys WMP54G in Gentoo Linux using the net-wireless/rt2500 package (</npm_link_nm><npc_id>4</npc_id><npc_nm>Life</npc_nm><npp_npm_id></npp_npm_id><npct_count>0</npct_count></message><message><npm_id>351</npm_id><npm_title>Sascha</npm_title><npm_message><posting><p>Sinds dit weekend loopt er een nieuwe viervoeter rond in huize Meijers: Sascha.
10.
11. Een heel eind rijden naar Almelo (en ook weer terug) om d'r te halen. Het was nog niet helemaal de meest favoriete bezigheid om mee te rijden in de auto, of was het toch de spanning?
12.
13. Buiten spelen gaat inmiddels goed (met de bal!). De televisie is nog wel erg eng en plassen kan ook gewoon nog overal. Maar opgepast hoor, want de slinger van de klok, de teva's of pappa's sloffen: ze zijn allemaal niet veilig!</p></posting></npm_message><npm_poster>Tijn</npm_poster><npm_ts>12 december 2005, 20:40</npm_ts><npm_rdf_ts>%Europe/Berlin %861 %2005, %20:%Dec</npm_rdf_ts><npm_date>12 december 2005</npm_date><npm_time>20:40</npm_time><npm_tod>'s avonds</npm_tod><npm_link_uri></npm_link_uri><npm_link_nm></npm_link_nm><npc_id>4</npc_id><npc_nm>Life</npc_nm><npp_npm_id>351</npp_npm_id><npct_count>0</npct_count></message><message><npm_id>338</npm_id><npm_title>mod_gzip, maar dan voor Apache2</npm_title><npm_message><posting><p>Voorheen gebruikte ik mod_gzip voor compressie van html bestandjes over
14. http geserveerd met apache. Vandaag eens uitgezocht hoe dat werkt onder Apache2. Da's echt verbazingwekkend simpel en het scheelt zo rond de 70% bandbreedte met een paar testjes die ik gedaan heb (via pipeboost.com).
15.
16. Instructies zijn als volgt:
17.
18. > First, check that you have mod_deflate.so in your /etc/apache2/modules
19. directory. Inside the apache configuration file, /etc/apache2/conf/commonapache2.conf. You should have (under a default installation) something that looks like this:
20. > <Directory />
21. > Options -All -Multiviews
22. > AllowOverride None
23. > <IfModule mod_access.c>
+------------------------^
24. > Order deny,allow
25. > Deny from all
26. > </IfModule>
27. > </Directory>
28. >
29. > Inside this directive, it is necessary to add the following line:
30. >
31. > AddOutputFilterByType DEFLATE text/html
32. >
33. > The end result should look like this:
34. >
35. > <Directory />
36. > Options -All -Multiviews
37. > AllowOverride None
38. > AddOutputFilterByType DEFLATE text/html
39. > <IfModule mod_access.c>
40. > Order deny,allow
41. > Deny from all
42. > </IfModule>
43. > </Directory>
44. >
45. > Save the file and quit.</p></posting></npm_message><npm_poster>Tijn</npm_poster><npm_ts>31 juli 2005, 17:26</npm_ts><npm_rdf_ts>%Europe/Berlin %685 %2005, %17:%Jul</npm_rdf_ts><npm_date>31 juli 2005</npm_date><npm_time>17:26</npm_time><npm_tod>voor het avondeten</npm_tod><npm_link_uri></npm_link_uri><npm_link_nm></npm_link_nm><npc_id>4</npc_id><npc_nm>Life</npc_nm><npp_npm_id></npp_npm_id><npct_count>1</npct_count></message><form action="/nieuws/" method="post"><fieldset><legend> Kies: </legend><div class="formrow">
46. <div class="formlabel"><label for="category" accesskey="s"><span class="accesskey">S</span>electeer een categorie</label></div><div class="formwidget"><select id="category" name="category"><option value="0" selected="selected">Alle nieuwsberichten</option><option value="4" >Life</option><option value="11" >Love</option><option value="12" >Worries</option></select></div></div><div><input type="hidden" name="action" value="category" /></div><div class="formrow"><div class="formlabel"> </div><div class="formwidget">
47. <input type="submit" value="Kies categorie" />
48. </div></div></fieldset></form></news>