summaryrefslogtreecommitdiff
path: root/www/digest
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
commit6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch)
treed11bbebc69df06d60970d05b4816e13d93602f2d /www/digest
parent8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff)
downloadrockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip
Splitting out www
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/digest')
-rw-r--r--www/digest/Makefile31
-rw-r--r--www/digest/digest.t4
-rw-r--r--www/digest/digestfoot.t8
-rw-r--r--www/digest/digesthead.t45
-rw-r--r--www/digest/index.t31
-rw-r--r--www/digest/log.t1103
-rw-r--r--www/digest/mail.t3
-rwxr-xr-xwww/digest/mailify.pl130
-rw-r--r--www/digest/news.t11
-rwxr-xr-xwww/digest/rssify.pl32
-rw-r--r--www/digest/valid-rss.pngbin1523 -> 0 bytes
11 files changed, 0 insertions, 1398 deletions
diff --git a/www/digest/Makefile b/www/digest/Makefile
deleted file mode 100644
index 904815c667..0000000000
--- a/www/digest/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
1ACTION=@echo preprocessing $@; \
2 fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@
3
4SRC := $(wildcard *.t)
5OBJS := $(SRC:%.t=%.html)
6
7all: $(OBJS) digest.rss digest.mail
8
9digest.html: digest.t news.t digesthead.t log.t
10 $(ACTION)
11
12index.html: index.t ../head.t news.t ../foot.t
13
14%.html : %.t news.t digesthead.t log.t
15 $(ACTION)
16
17digest.mail: mail.t log.t mailify.pl
18 @echo mailifying $@;
19 fcpp -WWW -DMAKE_MAIL -Uunix -P -H -C -V -LL $< digest.temp
20 ./mailify.pl < digest.temp > digest.mail
21
22digest.rss: digest.t digesthead.t log.raw
23 @echo rssing $@;
24 @rm -f $@;
25 @fcpp -WWW -DMAKE_RSS -Uunix -P -H -C -V -LL >$@ $<
26
27log.raw: log.t rssify.pl digesthead.t
28 ./rssify.pl < $< >$@
29
30
31
diff --git a/www/digest/digest.t b/www/digest/digest.t
deleted file mode 100644
index a7b3cc8e3a..0000000000
--- a/www/digest/digest.t
+++ /dev/null
@@ -1,4 +0,0 @@
1#define DIGESTDATE 2003-april
2#include "digesthead.t"
3#include "log.raw"
4#include "digestfoot.t"
diff --git a/www/digest/digestfoot.t b/www/digest/digestfoot.t
deleted file mode 100644
index 41bcb1b913..0000000000
--- a/www/digest/digestfoot.t
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef MAKE_RSS
2#ifndef MAKE_MAIL
3#include "foot.t"
4#endif
5#else
6</channel>
7</rss>
8#endif
diff --git a/www/digest/digesthead.t b/www/digest/digesthead.t
deleted file mode 100644
index ec637dfe8c..0000000000
--- a/www/digest/digesthead.t
+++ /dev/null
@@ -1,45 +0,0 @@
1#ifndef MAKE_RSS
2#ifdef MAKE_MAIL
3#define ZAGOR Björn Stenberg
4#define BAGDER Daniel Stenberg
5#define LINUSN Linus Nielsen Feltzing
6
7#define NEWSDATE(x) Date: x
8#define ITEM ---
9#define NAME(x) x
10#define ENDDATE
11#define LINK(url,name) [URL]url[URL] [TEXT]name[TEXT]
12
13#else
14#define _PAGE_ Rockbox Digest
15#include "head.t"
16#include "news.t"
17
18<small>
19<a href="./">digest front page</a>
20&middot;
21<a href="./digest.rss">digest RSS feed</a>
22</small>
23<p>
24#endif
25#else
26<?xml version="1.0"?>
27<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
28<rss version="0.91">
29<channel>
30<title>Rockbox Digest</title>
31<link>http://rockbox.haxx.se/digest/digest.html</link>
32<description>Detailing the latest and the most significant subjects about Rockbox.</description>
33<language>en</language>
34
35#define NEWSDATE(x) <item><title>x</title><link>http://rockbox.haxx.se/digest/digest.html</link> <description> &lt;ol&gt;
36#define ENDDATE &lt;/ol&gt; </description></item>
37#define ITEM &lt;li&gt;
38#define NAME(x) x
39
40#define ZAGOR Bj&ouml;rn Stenberg
41#define BAGDER Daniel Stenberg
42#define LINUSN Linus Nielsen Feltzing
43
44#define LINK(url, name) &lt;a href=url&gt;name&lt;/a&gt;
45#endif
diff --git a/www/digest/index.t b/www/digest/index.t
deleted file mode 100644
index 4c191ba179..0000000000
--- a/www/digest/index.t
+++ /dev/null
@@ -1,31 +0,0 @@
1#define _PAGE_ Rockbox Digests - News From the Front
2#include "head.t"
3#include "news.t"
4
5<p> NAME(Jonas Häggqvist) is the editor of the Rockbox digest section. He tries to keep up
6 with discussions on IRC, the mailing list, the sourceforge trackers and CVS
7 commits to sum up what's going on in the project in a slightly digested
8 manner. Suitable for outsiders who don't care to follow the intense
9 development mailing list and similar.
10
11<p align="center">
12<big><a href="digest.html">The Most Recent Digest</a></big>
13
14<p> You can also access the digest as a <a href="digest.rss">RSS feed</a>.
15
16<p> You should be able to get a Rockbox sidebar in your Netscape/Mozilla
17browser using <a href="http://sidenews.net/">sidenews.net</a>.
18
19<p> The work on this was started on April 15th, 2003. On the day of the
20 Rockbox 2.0 release. If you found something you think are wrong, anything
21 I've missed in here or similar, drop me a mail at <a
22 href="mailto:rockbox-digest at haxx dot se">rockbox-digest at haxx dot
23 se</a>. If you have ideas or opinions about the actual subjects mentioned, <a
24 href="/mail/">join the mailing list</a> and post about it there.
25
26<p> <a
27href="http://feedvalidator.org/check.cgi?url=http://www.rockbox.org/digest/digest.rss">
28<img src="valid-rss.png" alt="[Valid RSS]" title="Validate my RSS feed"
29width="88" height="31" border="0" /></a>
30
31#include "foot.t"
diff --git a/www/digest/log.t b/www/digest/log.t
deleted file mode 100644
index cc013ec3ad..0000000000
--- a/www/digest/log.t
+++ /dev/null
@@ -1,1103 +0,0 @@
1NEWSDATE(2005-05-13)
2
3 ITEM NAME(Jens Arnold) checked in code that should fix the long-standing
4 LINK("http://sourceforge.net/tracker/index.php?func=detail&group_id=44306&atid=439118&aid=622799",
5 Red Led Death bug).
6
7 ITEM LINUSN has fixed the problem with the iRiver 1.65 firmware.
8
9 ITEM A Windows utility to patch iRiver firmware files has been
10 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverBoot", released).
11
12ENDDATE
13
14NEWSDATE(2005-05-06)
15
16 ITEM LINUSN now has an iRiver H320 which will be used in the future attempt
17 to port Rockbox to this device.
18
19ENDDATE
20
21NEWSDATE(2005-04-20)
22
23 ITEM LINUSN
24 LINK("http://www.rockbox.org/mail/archive/rockbox-archive-2005-04/0161.shtml",
25 announced) that he has played the first seconds of mp3 on his iRiver.
26
27ENDDATE
28
29NEWSDATE(2005-04-15)
30
31 ITEM The iRiver remote LCD driver is
32 LINK("http://www.rockbox.org/twiki/pub/Main/IriverPort/remote_lcd.jpg",
33 now working) - thanks to NAME(Rick La Charité), NAME(Christian Gmeiner) and
34 LINUSN for this progress.
35
36ENDDATE
37
38NEWSDATE(2005-04-12)
39
40 ITEM LINK("http://www.rockbox.org/digest/", Rockbox Digest) is now active
41 again.
42
43ENDDATE
44
45NEWSDATE(2005-04-10)
46
47 ITEM The iRiver bootloader has now
48 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverBoot", been tested)
49 with the 1.65 firmware from iRiver.
50
51ENDDATE
52
53NEWSDATE(2005-04-05)
54
55 ITEM Trigger recording has been
56 LINK("http://www.rockbox.org/mail/archive/rockbox-archive-2005-04/0050.shtml",
57 added to CVS). Thanks to NAME(Philipp Pertermann) for his work.
58
59ENDDATE
60
61NEWSDATE(2005-02-10)
62
63 ITEM A bunch of people have now tested the iRiver
64 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverBoot", bootloader).
65 A few bumps, but no bricked players!
66
67ENDDATE
68
69NEWSDATE(2005-02-08)
70
71 ITEM LINK("http://www.rockbox.org/twiki/bin/view/Main/RockboxShots", Evidence)
72 of Rockbox
73 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverBoot", booting) on
74 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverPort", iRiver).
75
76ENDDATE
77
78NEWSDATE(2004-12-23)
79
80 ITEM Rockbox v2.4 is LINK("http://www.rockbox.org/download/", released).
81 ITEM The LINK("http://www.rockbox.org/twiki/bin/view/Main/RockboxManual",
82 Rockbox 2.4 manual) is out.
83
84ENDDATE
85
86NEWSDATE(2004-12-17)
87
88 ITEM Rockbox started from
89 LINK("http://www.rockbox.org/twiki/bin/view/Main/FlashingRockbox", flash ROM)
90 finally available for players.
91
92ENDDATE
93
94NEWSDATE(2004-12-16)
95
96 ITEM The LINK("http://www.rockbox.org/twiki/bin/view/Main/RockboxManual",
97 Rockbox 2.3 manual) is out. Thanks go to NAME(Christi Alice Scarborough) for
98 her outstanding work!
99
100ENDDATE
101
102NEWSDATE(2004-11-09)
103
104 ITEM Some downtime due to planned server maintenance (replaced a harddisk).
105
106ENDDATE
107
108NEWSDATE(2004-11-01)
109
110 ITEM The site was down nearly four days due to hardware failure while the
111 admins were away.
112
113ENDDATE
114
115NEWSDATE(2004-10-26)
116
117 ITEM Rockbox v2.3 is LINK("http://www.rockbox.org/download/", released).
118
119ENDDATE
120
121NEWSDATE(2004-10-26)
122
123 ITEM iRiver progress: the LCD driver
124 LINK("http://www.rockbox.org/twiki/bin/view/Main/IriverPort#Writing_an_LCD_driver_",
125 is working)!
126
127ENDDATE
128
129NEWSDATE(2004-10-05)
130
131 ITEM Call for help: We need information from Ondio owners for our
132 LINK("http://www.rockbox.org/twiki/bin/view/Main/ArchosOndio",
133 Archos Ondio port).
134
135ENDDATE
136
137NEWSDATE(2004-10-01)
138
139 ITEM Touchdown! The Coldfire BDM wiggler is working on the iHP-120 target!
140 Time for some sweet GDB debugging...
141
142ENDDATE
143
144NEWSDATE(2004-09-24)
145
146 ITEM We finally have rockbox.org, thanks to Jeff at Misticriver.
147
148ENDDATE
149
150NEWSDATE(2004-09-13)
151
152 ITEM Call for help! Please donate your broken iRiver iHP-1xx to the project!
153
154ENDDATE
155
156NEWSDATE(2004-07-08)
157
158 ITEM Good news for Windows users! You can now install the
159 LINK("http://www.rockbox.org/daily.shtml", daily builds) with an installer
160 executable. Thanks to Christi Scarborough for that.
161
162ENDDATE
163
164NEWSDATE(2004-06-17)
165
166 ITEM We now have a LINK("http://www.rockbox.org/twiki", Wiki) for the
167 documentation. Feel free to join the documentation frenzy!
168
169ENDDATE
170
171NEWSDATE(2004-05-07)
172
173 ITEM The CVS repository has LINK("http://www.rockbox.org/cvs.html", moved)
174
175ENDDATE
176
177NEWSDATE(2004-03-14)
178
179 ITEM Rockbox can LINK("http://www.rockbox.org/lang/", talk) to you
180
181ENDDATE
182
183NEWSDATE(2004-03-11)
184
185 ITEM Version 2.2 is LINK("http://www.rockbox.org/download/", released)
186
187ENDDATE
188
189NEWSDATE(28-nov-2003)
190
191 ITEM Rockbox now finally runs on the Recorder V2.
192
193ENDDATE
194
195NEWSDATE(03-nov-2003)
196
197 ITEM LINUSN revamped the file split feature so it always splits on MP3
198 frame boundaries. As a bonus, the Play key can now be pressed to start a new
199 file during recording.
200
201 ITEM LINUSN applied a bunch of nice patches, like Line-In activation on
202 Players, a VU meter plugin, a NIM game for the Player, plus a few bug
203 fixes.
204
205 ITEM The Chip8 emulator has finally been added to the CVS!
206
207 ITEM Recording with flashed firmware is finally stable
208
209ENDDATE
210
211NEWSDATE(28-aug-2003)
212
213 ITEM Can Rockbox be made to
214 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0784.shtml",
215 play WAV) files?
216
217ENDDATE
218
219NEWSDATE(22-aug-2003)
220
221 ITEM NAME(Jesús Rodríguez Marcial) posted his brand new translation of
222 Rockbox into
223 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0576.shtml",
224 Galego).
225
226 ITEM BAGDER and
227 LINUSN posted a re-worked
228 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0584.shtml",
229 suggestion) previously posted about how to remap the keys of the Recorder
230 versions of Rockbox. Discussions followed.
231
232 ITEM NAME(idc-dragon) called for
233 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0596.shtml",
234 early adopter needed for player flashing).
235
236ENDDATE
237
238NEWSDATE(21-aug-2003)
239
240 ITEM NAME(Druzina Dobravec) brought a
241 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0530.shtml",
242 Slovenian language file) as
243 LINK("http://rockbox.haxx.se/lang/", language) number 20.
244
245ENDDATE
246
247NEWSDATE(13-aug-2003)
248
249 ITEM NAME(Bernhard) offered a
250 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0381.shtml",
251 good advice to windows people using Archos). He says
252 LINK("http://www.ct.heise.de/ct/03/16/links/208.shtml", DevEject) is a good
253 thing.
254
255ENDDATE
256
257NEWSDATE(11-aug-2003)
258
259 ITEM NAME(Todd Lowe) was searching for
260 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0345.shtml",
261 external battery pack options for FMR).
262
263ENDDATE
264
265NEWSDATE(9-aug-2003)
266
267 ITEM NAME(Magnus Holmgren) managed to improve the speed of the ROLO quite a
268 lot with his
269 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0325.shtml",
270 descrable in assembler fix).
271
272ENDDATE
273
274NEWSDATE(8-aug-2003)
275
276 ITEM NAME(doctor23) brought up the always-hot topic of
277 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0283.shtml",
278 Should I Buy a Recorder or FM Recorder?). The same issue was also brought up
279 by NAME(Brad) five days later in his
280 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0374.shtml",
281 JBR vs FMR? Which one is better) mail.
282
283ENDDATE
284
285NEWSDATE(6-aug-2003)
286
287 ITEM One of those interesting threads on
288 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0196.shtml",
289 should you really buy a JBFMR20?).
290
291ENDDATE
292
293NEWSDATE(5-aug-2003)
294
295 ITEM NAME(idc-dragon) posted that he
296 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0142.shtml",
297 needs some Player firmware version insight for flashing). There might be a
298 flashable player in the future if he gets sufficient help!
299
300ENDDATE
301
302NEWSDATE(4-aug-2003)
303
304 ITEM NAME(Gadi Cohen) brought a patch that now offers
305 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0074.shtml",
306 working hebrew) for Rockbox.
307
308ENDDATE
309
310NEWSDATE(3-aug-2003)
311
312 ITEM NAME(CombThins) brought a thought-through suggestion on
313 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0051.shtml",
314 how to support nested playlists).
315
316ENDDATE
317
318NEWSDATE(1-aug-2003)
319
320 ITEM NAME(idc-dragon) got a bunch of
321 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0001.shtml",
322 SST39 flash chips) he offered in case anyone feels like "patching" their
323 units to become flashable.
324
325 ITEM BAGDER
326 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0006.shtml",
327 announced UCL built in regular build process). So if you install 'uclpack'
328 properly, running make as usual will build you a .ucl file for flashing as
329 well!
330
331 ITEM NAME(Remo Hofer)
332 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-08/0013.shtml",
333 suggested) we move the fonts to .rockbox/fonts/ and the languages to
334 .rockbox/languages/. The suggestion got some support from various people.
335
336 ITEM BAGDER fixed daily-zips to include full download packages including most
337 of everything users want, in one single zip archive.
338
339ENDDATE
340
341NEWSDATE(31-jul-2003)
342
343 ITEM NAME(David Reis) posted about his new
344 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/1520.shtml",
345 favourites rock).
346
347ENDDATE
348
349NEWSDATE(29-jul-2003)
350
351 ITEM NAME(Thomas Paul Diffenbach) announced his intensions of a
352 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/1402.shtml",
353 battery run-time test) with his new code for longer run-time.
354
355ENDDATE
356
357NEWSDATE(21-jul-2003)
358
359 ITEM Starting today, BAGDER has modified the
360 LINK("http://rockbox.haxx.se/daily.shtml", daily build) scripts to create a
361 full zip archive for each day's daily build, including everything (all fonts,
362 all languages, all plugins, some docs, and the sokoban levels).
363
364ENDDATE
365
366NEWSDATE(18-jul-2003)
367
368 ITEM LINUSN fixed yet another FAT bug that could cause problems when writing
369 data. (It would make a false "disk full" message appear.)
370
371ENDDATE
372
373NEWSDATE(17-jul-2003)
374
375 ITEM The eternal but boring discussion
376 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/0840.shtml",
377 Forum vs. Mailinglist) was again brought up and discussed at length. None of
378 the core developers are in favour of letting any forum replace or take over
379 the main development mailing list. You're all free to start or use whatever
380 forums you want.
381
382ENDDATE
383
384NEWSDATE(16-jul-2003)
385
386 ITEM NAME(Svante T) proposed somone makes a
387 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/0755.shtml",
388 Rockbox Desktop Tool). I think the consensus from the following discussion
389 was that it would be cool... Now, does anyone want to write it too?
390
391ENDDATE
392
393NEWSDATE(9-jul-2003)
394
395 ITEM NAME(Jörg Hohensohn) released his first
396 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/0306.shtml",
397 Rockbox in flash). Full docs and instructions followed. These instructions
398 are now also available on the LINK("http://rockbox.haxx.se/docs/flash.html",
399 rockbox web site). This posting caused havoc and lots of activity on the
400 list.
401
402ENDDATE
403
404NEWSDATE(3-jul-2003)
405
406 ITEM NAME(Jörg Hohensohn) announced that
407 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/0110.shtml",
408 Rockbox runs from flash). It booted up and resumed music in 3 seconds!!
409
410ENDDATE
411
412NEWSDATE(2-jul-2003)
413
414 ITEM NAME(Hardeep Sidhu) committed his code that introduces
415 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-07/0068.shtml",
416 dynamic playlists) to Rockbox.
417
418ENDDATE
419
420NEWSDATE(29-jun-2003)
421
422 ITEM ZAGOR added the
423 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0707.shtml",
424 plugin system). Multiple plugins were added really quick.
425
426 ITEM BAGDER (digest author) is on vacation!
427
428ENDDATE
429
430NEWSDATE(20-jun-2003)
431
432 ITEM The CVS service of Sourceforge is currently not functioning very well,
433 and since Rockbox uses it extensively, the project, web site and associated
434 scripts suffer from this...
435
436 ITEM NAME(Tony Agee) once again recycled the question
437 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0572.shtml",
438 Why doesnt Archos buy/use RockBox software?)
439
440ENDDATE
441
442NEWSDATE(19-jun-2003)
443
444 ITEM LINUSN committed code that fixes the full-disk problem.
445
446ENDDATE
447
448NEWSDATE(16-jun-2003)
449
450 ITEM NAME(Margin Borus) wrote about
451 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0429.shtml",
452 Free HD space and PANIC). Rockbox does not always show free disk space
453 correctly because it relies on the fs info block, which windows seems
454 notoriously bad at doing, and Rockbox does not deal with full disks properly
455
456 ITEM NAME(Andreas Stemmer) brought updates to FAQ entry 74, regarding digital
457 I/O on Archos.
458
459ENDDATE
460
461NEWSDATE(12-jun-2003)
462
463 ITEM ZAGOR once again brought up the subject of the "
464 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0334.shtml",
465 Red Led Dead)" error and testing...
466
467ENDDATE
468
469NEWSDATE(11-jun-2003)
470
471 ITEM BAGDER mention his intentions to commit the bookmark patch code soon.
472 This was later postponed due to how this functionality collides somewhat with
473 NAME(Hardeep Sidhu)'s dynamic playlist feature...
474
475ENDDATE
476
477NEWSDATE(10-jun-2003)
478
479 ITEM ZAGOR added more intervals to the time split feature for recording.
480
481 ITEM BAGDER committed
482 NAME(Robert Hak)'s work on making Sokoban load the game levels from disk,
483 which saved almost 30K of memory.
484
485 ITEM The demos are now re-enabled in the builds.
486
487ENDDATE
488
489NEWSDATE(8-jun-2003)
490
491 ITEM NAME(Owen Sebastian Hofmann) offered his
492 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0223.shtml",
493 virtual file structures) patch, that allows us to browse lists as if they are
494 directory trees.
495
496ENDDATE
497
498NEWSDATE(6-jun-2003)
499
500 ITEM Please friends, to unsubcribe from the Rockbox mailing lists, use
501 LINK("http://rockbox.haxx.se/mail/", the instructions). You followed them to
502 subscribe, and the process to unsubscribe is very similar!
503
504 ITEM NAME(Uwe Freese) announced his
505 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0193.shtml",
506 new ABSync release).
507
508 ITEM NAME(Steve) posted an innocent
509 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-06/0144.shtml",
510 question) which lead to a long and tedious discussion on mp3 playback using
511 high bitrates and whether or not that causes skips. No 320 kbit mp3 should
512 cause skips on Rockbox. Period. If you know any that do, please report!
513
514ENDDATE
515
516NEWSDATE(5-jun-2003)
517
518 ITEM Romanian and Czech translations were added. 19 languages supported now!
519
520 ITEM After another day with patch cleaning, we applied the code that allows
521 hiding of icons and changing boolean config items take effect
522 immediately. We're down on 16 open patches now.
523
524ENDDATE
525
526NEWSDATE(4-jun-2003)
527
528 ITEM ZAGOR and
529 BAGDER had a "Patch Tracker Cleaning Day". We sat down
530 together and went through the patches one by one, starting with the oldest
531 ones. This resulted in 20 closed patches, leaving 25 open ones at this
532 moment.
533
534 ITEM NAME(Thomas Paul Diffenbach) patch for new id3v2 parsing (plus genre and
535 composer support) was added.
536
537 ITEM NAME(Dave Jones) code that enables recordings split based on a set timer
538 was applied.
539
540 ITEM NAME(Magnus Holmgren) and
541 NAME(Mats Lidell) provided the patch for the status bar code cleanup
542 that ZAGOR and
543 BAGDER polished and committed.
544
545ENDDATE
546
547NEWSDATE(2-jun-2003)
548
549 ITEM NAME(Kjell Ericson) fixed a weird bug in the keyboard code for players.
550
551ENDDATE
552
553NEWSDATE(1-jun-2003)
554
555 ITEM LINUSN went on a bug-hunt and could close three
556 LINK("http://rockbox.haxx.se/bugs.shtml", bug reports) within 20 minutes.
557
558ENDDATE
559
560NEWSDATE(31-may-2003)
561
562 ITEM NAME(Kjell Ericson) did some more improvements on his jump scroll
563 feature and later it was also fixed to get saved properly.
564
565ENDDATE
566
567NEWSDATE(30-may-2003)
568
569 ITEM NAME(Hardeep Sidhu) announced his
570 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/1023.shtml",
571 Dynamic playlist patch).
572
573ENDDATE
574
575NEWSDATE(29-may-2003)
576
577 ITEM
578 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/1002.shtml",
579 where are the demos?) They are currently disabled in the daily builds due to
580 space reasons. When that problem is sorted out, they will be re-enabled
581 again.
582
583ENDDATE
584
585NEWSDATE(27-may-2003)
586 ITEM NAME(Jean Boullier) posted some
587 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0894.shtml",
588 financial information) about Archos 2002 results.
589
590ENDDATE
591
592NEWSDATE(25-may-2003)
593
594 ITEM NAME(Thomas Paul Diffenbach) posted his suggested
595 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0870.shtml",
596 modifications on genlang), to support lists easier/better.
597
598ENDDATE
599
600NEWSDATE(22-may-2003)
601
602 ITEM NAME(Roland)
603 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0810.shtml",
604 announced) his updated
605 LINK("http://rockbox.my-vserver.de/win32-sdk.html",
606 minimalistic rockbox sdk for win32).
607 NAME(Roland) boasts >500 downloads of
608 the previous version. Get it and post your comments!
609
610ENDDATE
611
612NEWSDATE(21-may-2003)
613
614 ITEM NAME(Kjell Ericson) is looking for comments on his new
615 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0756.shtml",
616 jump scroll feature for players). Experimental binary available for download.
617
618 ITEM NAME(Frank Incensed) asked the list if others also have experienced
619 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0739.shtml",
620 problems with Archos on Windows XP), and several guys joined in and explained
621 that they too experience crashes or other weird behaviors.
622
623 ITEM NAME(Garrett Derner) announced his
624 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0767.shtml",
625 text viewer with word wrap and scrollbar) and he is welcoming all feedback
626 you can give him on his effort. You also find
627 LINK("http://sourceforge.net/tracker/index.php?func=detail&aid=740697&group_id=44306&atid=439120",
628 his patch in the patch tracker).
629
630ENDDATE
631
632
633NEWSDATE(20-may-2003)
634
635 ITEM ZAGOR committed code that now finally makes the remote control
636 functional even while the keylock is activated in Rockbox.
637
638 ITEM Is it possible to "protect" ideas and intellectual properties produced
639 for Rockbox, or will companies be able to steal/borrow our ideas?
640 NAME(ds2list)
641 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0703.shtml",
642 brought up the subject).
643
644ENDDATE
645
646NEWSDATE(19-may-2003)
647
648 ITEM NAME(Jörn Hohensohn) announced his
649 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0604.shtml",
650 Survey for Rockbox in Flash) based on his changes previously mentioned
651 here. Do check them out and post your findings!
652
653 ITEM NAME(Stevie Oh)'s provided patch that improves VBRfix on files bigger
654 than 16MB was committed.
655
656ENDDATE
657
658NEWSDATE(18-may-2003)
659
660 ITEM As a follow-up to NAME(Mark Spooner)'s mail about the original FM
661 sounding better than Rockbox, LINUSN brought a new
662 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0563.shtml",
663 test image) for people to try and to say if it sounds
664 different/better/worse. The first reports have not clearly identified a
665 winner.
666
667ENDDATE
668
669NEWSDATE(17-may-2003)
670
671 ITEM LINUSN fixed the bug that made a bad voltage level show at startup
672
673 ITEM NAME(Jörn Hohensohn) added flash manufacturer ID to the View HW Info
674 screen in the debug view.
675
676 ITEM LINUSN added a "Save ROM Contents" menu option to the debug menu. If
677 selected, it'll dump the contents of the ROM in two files in the Archos' root
678 directory named "internal_rom_*.bin" (where * is replaced with the address
679 sequence of the dump)
680
681ENDDATE
682
683
684NEWSDATE(15-may-2003)
685
686 ITEM NAME(Mark Spooner) thinks his music
687 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0479.shtml",
688 sounds better with the original Archos firmware).
689
690ENDDATE
691
692NEWSDATE(13-may-2003)
693
694 ITEM NAME(Jörg C. Pochmann) says he want his scrolling files names to
695 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0430.shtml",
696 start scrolling from end of filename), and a few other ideas followed...
697
698ENDDATE
699
700NEWSDATE(12-may-2003)
701
702 ITEM NAME(Jean Boullier) wrote up a
703 LINK("http://perso.wanadoo.fr/jmb-data/Help-JBR.txt", help text) for people
704 to be put on the Archos and read using Rockbox.
705
706 ITEM NAME(Gonz) brought up the subject wondering if Rockbox could be made to
707 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0385.shtml",
708 sort the files to show playlists first).
709
710ENDDATE
711
712NEWSDATE(11-may-2003)
713
714 ITEM BAGDER made another fix on the daily-build scripts in an attempt to make
715 them work better even when the sourceforge CVS is this unreliable.
716
717ENDDATE
718
719NEWSDATE(9-may-2003)
720
721 ITEM LINUSN announced the
722 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0334.shtml",
723 removal of the 400 entries limit) in directories. The 10000 entries for
724 playlists were also made customizable. The 400-limit was the last entry in
725 the LINK("http://rockbox.haxx.se/docs/features.html", Feature Comparison
726 Chart) Rockbox didn't beat Archos at.
727
728 ITEM LINUSN also made the code enable ATA STANDBY when going into USB mode,
729 which seems to make the disk spin down when idle, when used on some operating
730 systems...
731
732ENDDATE
733
734NEWSDATE(8-may-2003)
735
736 ITEM NAME(Boris Maras) brought up the good old subject of
737 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0302.shtml",
738 searching for songs) in Rockbox, and he's building this on top of the patch
739 provided already by NAME(Stefan Meyer).
740
741 ITEM NAME(Josh) asked the list about tools that would
742 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0306.shtml",
743 auto-sync songs when connected). Ipod is said to have such a software and it
744 is said to please users there. (My note: but then, ipod users like everything
745 Apple says is good for them.)
746
747ENDDATE
748
749NEWSDATE(7-may-2003)
750
751 ITEM It seems we haven't had the daily builds updated properly the last
752 couple of days. The anonymous cvs update used in that process is notoriously
753 shaky and fails pretty often, but now it seems to have tricked us for several
754 days in a row...
755
756 ITEM NAME(Danan) introduced his
757 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0235.shtml",
758 audio thumbnails) patch, that makes your Archos play a specific mp3 when you
759 enter a directory, and thus improves "blind" maneuvering.
760
761ENDDATE
762
763NEWSDATE(6-may-2003)
764
765 ITEM NAME(Alan C) mailed in about his
766 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0240.shtml",
767 battery voltage problems) that truly show weird behaviors on his unit. Is it
768 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0254.shtml",
769 a Rockbox issue)?
770
771ENDDATE
772
773NEWSDATE(5-may-2003)
774
775 ITEM LINK("http://www.haxx.se/who.html", The Haxx guys) invites you to join
776 us to a LINK("http://www.haxx.se/home/snaxx/", pub evening) in the Swedish
777 capital Stockholm on June 5. (Inivitation link is in Swedish)
778
779 ITEM Learn how NAME(Dave Jones) made it possible to make
780 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0194.shtml",
781 3+ days recordings) with his Archos.
782
783ENDDATE
784
785NEWSDATE(3-may-2003)
786
787 ITEM LINUSN committed the
788 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0105.shtml",
789 first code for FM tuner) support on the FM Recorder.
790
791ENDDATE
792
793NEWSDATE(2-may-2003)
794
795 ITEM NAME(Stevie-O) presented his
796 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0090.shtml",
797 new menu design) suggestion (with binaries).
798
799ENDDATE
800
801NEWSDATE(1-may-2003)
802
803 ITEM NAME(Mike Holden) brought a very
804 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0008.shtml",
805 technical report) on his findings in the search for the Red Led Death.
806
807 ITEM There's now a mailing list setup. By subscribing to it, you'll get the
808 latest items off this digest sent out by mail on a weekly or biweekly basis.
809 The name of the mailing list is 'rockbox-news' and you find all the details
810 on the regular LINK("http://rockbox.haxx.se/mail/", mailing list page).
811
812 ITEM I heard a rumour from a person who actually has listened to radio on his
813 FM Recorder running Rockbox...
814
815 ITEM Lots of people shared their views in the
816 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-05/0026.shtml",
817 single play mode) thread, and it evolved slightly into a "can we really add
818 every imaginable feature to Rockbox"-discussion.
819
820ENDDATE
821
822NEWSDATE(30-apr-2003)
823
824 ITEM LINUSN made the
825 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1320.shtml",
826 disk spin down faster) while recording.
827
828 ITEM NAME(Roland) requested comments on his
829 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1313.shtml",
830 switch icons on/off in dir-browser patch).
831
832 ITEM NAME(Johan Vromans) provided his suggested Q73 for the
833 LINK("http://rockbox.haxx.se/docs/faq.html", FAQ), named
834 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1337.shtml",
835 Help! My recorder crashes when I copy files to it!).
836
837 ITEM Okay okay, I've already received a whole bunch of mails already,
838 expressing support for the weekly-digests-by-mail idea. Thanks. Please allow
839 me a few more days and I'll set it up and annouce it accordingly.
840
841ENDDATE
842
843NEWSDATE(29-apr-2003)
844
845 ITEM Would you like to get the digest mailed out once per week or perhaps
846 once every two weeks? If so, mail LINK("mailto:rockbox-digest at haxx.se",
847 rockbox-digest at haxx.se) and tell me. If I get a few interested people,
848 I'll setup a mailing list and mail out plain text versions. If not, then I'll
849 be happy with the HTML and RSS versions.
850
851ENDDATE
852
853
854NEWSDATE(28-apr-2003)
855
856 ITEM ZAGOR called out for a
857 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1232.shtml",
858 Brute Force Bug Hunt) in an attempt to track down the "red led dead" problems
859 that have haunted Rockbox the last couple of months. Join in and help!
860
861 ITEM BAGDER made the
862 LINK("http://rockbox.haxx.se/digest/digest.rss", RSS
863 feed) validate fine, to make people happier. I even added one of those
864 bragging buttons to the
865 LINK("http://rockbox.haxx.se/digest/", main page).
866 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1233.shtml",
867 Discussions) followed on how to write proper RSS stuff.
868
869 ITEM NAME(Mikkel Moe) brought translation number 17 to Rockbox: Norwegian.
870
871 ITEM NAME(Brent Geery) started a
872 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1257.shtml",
873 discussion) on why there aren't more settings to control the MAS for
874 recordings.
875
876ENDDATE
877
878NEWSDATE(26-apr-2003)
879
880 ITEM NAME(Alexandre Belloni)
881 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1122.shtml",
882 re-iterated) the issue of supporting the ext2fs or other file systems in
883 Rockbox. Your friendly editor likes to point out the good old
884 LINK("http://rockbox.haxx.se/docs/nodo.html#9", NODO) document that explains
885 this.
886
887ENDDATE
888
889NEWSDATE(24-apr-2003)
890
891 ITEM BAGDER attempts to produce an
892 LINK("http://rockbox.haxx.se/digest/digest.rss", RSS feed) for this digest
893 thing.
894
895 ITEM Several standard-builds of Rockbox now excess the maximum image size of
896 200K...
897
898 ITEM The "caption backlight" works on Player models too now.
899
900 ITEM NAME(Magnus Öman) brought the inverted cursor to the recording screen
901 as well.
902
903 ITEM The demos are now disabled globally to reduce the image size to start
904 working again.
905
906 ITEM LINUSN fixed a message-display problem that caused some playlist loadings
907 to go nuts.
908
909 ITEM NAME(John Hudak) expressed his confusion with
910 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0959.shtml",
911 using his Archos on a Mac), and he later posted
912 LINK("http://www.watervalley.net/cgi-bin/bb/YaBB.pl?board=Archos&action=display&num=1051203117", this summary) at watervalley.net. Other postings on the
913 thread by NAME(Wesley Simon) and NAME(Michael OQuinn) indicated that John's
914 problem may very well be due to a faulty Archos.
915
916 ITEM LINUSN
917 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1018.shtml",
918 yelled for help) about the PANIC problems that have been reported on various
919 recordings, as the problem is likely to be more filesystem-related rather
920 than recording-related.
921
922 ITEM A
923 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/1039.shtml",
924 long thread) adressed a possible flaw in the FAT driver and how it deals with
925 short names vs long names, but no consensus has yet been reached on this. It
926 seems that Microsoft's own specs differ on some details...
927
928 ITEM NAME(c s) mentioned his work on getting
929 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0996.shtml",
930 automobile ignition to stop play).
931
932ENDDATE
933
934NEWSDATE(23-apr-2003)
935
936 ITEM ZAGOR committed his fix that now makes the status bar on Recorders only
937 get updated when information actually has changed.
938
939 ITEM ZAGOR announced his
940 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0921.shtml",
941 linux-kernel patch) for improved FAT performance on Linux, expected to be
942 especially appreciated by USB 1.1 users. One measurement during testing
943 showed a cutback in time for the first copy from 52 seconds to 0.2...
944
945 ITEM ZAGOR added the "caption backlight" feature, which switches on the
946 backlight just before a song change, and keeps it lit for a backlight-timeout
947 period into the new song.
948
949 ITEM ZAGOR made the remote control's keys distinguishable from the ordinary
950 keys, so that they can now be used even though keylock is enabled.
951
952 ITEM BAGDER announced the presence of this digest on the
953 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0922.shtml",
954 mailing list) and on the
955 LINK("http://www2.funmp3players.com/forum/topic.asp?topic_id=6597&forum_id=8&Topic_Title=Rockbox+Digest&forum_title=General+%2D+Jukebox+Player%2FRecorder&M=False&S=True",
956 funmp3players forum).
957
958 ITEM BAGDER posted his
959 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0946.shtml",
960 suggested new keymapping) for Rockbox Recorders to the list.
961
962 ITEM BAGDER committed playlist code that reduces the number of times the
963 playlist is opened and closed, and it might make it slightly faster to skip
964 forward to next song in a playlist.
965
966 ITEM BAGDER made keyrepeat in the X11 simulator start working.
967
968ENDDATE
969
970NEWSDATE(22-apr-2003)
971
972 ITEM People discussed the chance of adding a feature that sorts files in the
973 dir browser according to the ID3 track number tag, and NAME(Chris Holt)
974 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0882.shtml",
975 explained) how it would be a painfully slow process and that renaming the
976 files to have them prefixed with the track number is the only sane way to
977 accomplish this.
978
979 ITEM NAME(Thomas Paul Diffenbach) mentioned
980 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0888.shtml",
981 his patch) that will allow a specific piece of the path name to get cut off
982 from the dir browser display.
983
984ENDDATE
985
986NEWSDATE(21-apr-2003)
987 ITEM NAME(Jeff Peterson) missed the
988 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0864.shtml",
989 FM tuning functions) in Rockbox for the FM Recorder, and correct, they are
990 not supported by any Rockbox code yet.
991
992 ITEM NAME(Paul van der Heu) pointed out the recently annonced
993 LINK("http://www.audio.philips.com/index.asp", Philips HDD100) portable mp3
994 player.
995
996 ITEM LINUSN added an option to record files with the "bit reservoir"
997 disabled, thus making recorded files to get edited (using external mp3
998 editing tools) easier and better.
999ENDDATE
1000
1001NEWSDATE(20-apr-2003)
1002
1003 ITEM NAME(Jörn) questioned the
1004 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0799.shtml", current use of F2 and F3) and several other guys seemed to agree.
1005 BAGDER
1006 intend to post a completely redesigned keymapping suggestion
1007 soon... NAME(Jörn) made the scroll and status bar ON/OFF possible to set
1008 using the menu.
1009
1010 ITEM NAME(Brent Geery) says no hardware player on the planet
1011 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0820.shtml",
1012 supports ID3 v1.2) and suggested Rockbox to be the first. Mixed emotions
1013 followed, but the general feeling seems to be that it shouldn't be hard to
1014 add code for, only slightly unnecessary.
1015
1016 ITEM
1017 LINUSN made mono recordings do a better Xing header. Later
1018 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0923.shtml",
1019 verified to work) by
1020 NAME(Jörn Pochmann).
1021ENDDATE
1022
1023NEWSDATE(19-apr-2003)
1024
1025 ITEM NAME(Stefan Meyer) submitted
1026 LINK("https://sourceforge.net/tracker/?func=detail&atid=439120&aid=723682&group_id=44306",
1027 his patch) that introduces file search in Rockbox.
1028
1029ENDDATE
1030
1031NEWSDATE(18-apr-2003)
1032
1033 ITEM NAME(Thomas Paul Diffenbach) brought up the subject of
1034 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0755.shtml",
1035 Rockbox 2.3 roadmap and plugins). Further explained in that thread, we plan
1036 to have Rockbox support loadable plugins to reduce footprint and allow a
1037 virtually unlimited number of functions and features.
1038
1039 ITEM NAME(Daniel Nguyen) started an avalanche by
1040 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0733.shtml",
1041 suggesting) that mailing list mails should use a [ROCKBOX] prefix in the
1042 subject lines. Various mail filtering arguments, tips and hints followed.
1043
1044 ITEM NAME(Jos Laake) found an
1045 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0748.shtml",
1046 odd recording bug) that
1047 LINUSN fixed almost immediate. It turned out to be a
1048 Xing header problem.
1049
1050 ITEM NAME(Lee Donaghy) posted a nice repeatable way to
1051 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0693.shtml",
1052 crash rockbox) with his mp3 song. This turned out to be the ID3 info funtion
1053 using a too small buffer for the first loaded frame.
1054ENDDATE
1055
1056NEWSDATE(17-apr-2003)
1057
1058 ITEM NAME(c s) announced his
1059 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0699.shtml",
1060 Alternating WPS Lines) proposal, with patch and mods available.
1061
1062 ITEM NAME(BoD) inroduced his
1063 LINK("http://www2.jraf.org:8042/tmp/jwpsbuilder/jwpsbuilder.html", WPS editor
1064 applet) to the the list.
1065
1066ENDDATE
1067
1068NEWSDATE(16-apr-2003)
1069
1070 ITEM NAME(Magnus Öman)'s "inverted cursor" patch was applied by
1071 LINUSN. There's a new setting in the display section for enabling it.
1072
1073 ITEM NAME(Thomas Paul Diffenbach)
1074 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0655.shtml",
1075 reminded us) about his ID3 tag parsing code patch number
1076 LINK("http://sourceforge.net/tracker/index.php?func=detail&aid=706111&group_id=44306&atid=439120",
1077 706111) and explained how it parses genres.
1078
1079 ITEM Does the FM Recorder <i>really</i> support digital in (SPDIF)? LINUSN
1080 hasn't found any connector for it on the PCB, but NAME(Gonz) received a LINK(
1081 "http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0679.shtml",
1082 reply from Archos) that claims it does... he followed up with a later
1083 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0696.shtml",
1084 report) and even later his
1085 LINK("http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-04/0752.shtml",
1086 reported success).
1087
1088ENDDATE
1089
1090NEWSDATE(15-apr-2003)
1091
1092 ITEM 2.0 was LINK("http://rockbox.haxx.se/download/", released). Much
1093 rejoicing.
1094
1095 ITEM The all LINK("http://rockbox.haxx.se/manual/manual.pdf", new pdf manual)
1096 deserves a special mentioning. NAME(Jose Maria Garcia Valdecasas Bernal) made
1097 a huge effort with that one.
1098
1099 ITEM Numerous fixed LINK("http://rockbox.haxx.se/bugs.shtml", bug reports) on
1100 sourceforge were closed.
1101
1102ENDDATE
1103
diff --git a/www/digest/mail.t b/www/digest/mail.t
deleted file mode 100644
index 9785a0d548..0000000000
--- a/www/digest/mail.t
+++ /dev/null
@@ -1,3 +0,0 @@
1#include "digesthead.t"
2#include "log.t"
3#include "digestfoot.t"
diff --git a/www/digest/mailify.pl b/www/digest/mailify.pl
deleted file mode 100755
index 4e0c7d60fd..0000000000
--- a/www/digest/mailify.pl
+++ /dev/null
@@ -1,130 +0,0 @@
1#!/usr/bin/perl
2
3my $end++;
4
5my @out;
6my $url;
7
8my $urlnum=1;
9
10sub showlinks {
11 my ($date)=@_;
12 if(scalar(keys %store)) {
13 print "\n";
14
15 for(sort {$store{$a} <=> $store{$b} } keys %store) {
16 my $url=$_;
17
18 $url =~ s/^\"(.*)\"/$1/g;
19 printf("[%d] = %s\n", $store{$_}, $url);
20 }
21 undef %store;
22 $urlnum=1; # reset to 1
23 }
24}
25
26sub showitem {
27 my @text=@_;
28
29 if(@text) {
30 my $c=3;
31 my $width=72;
32 print " * ";
33
34 my $thelot = join(" ", @text);
35
36 for (split(/[ \t\n]/, $thelot)) {
37 my $word = $_;
38
39 $word =~ s/[ \t]//g;
40
41 my $len = length($word);
42 if(!$len) {
43 next; # skip blanks
44 }
45
46 if($len + $c + 1> $width) {
47 print "\n ";
48 $c = 3;
49 }
50 elsif($c != 3) {
51 print " ";
52 $c++;
53 }
54 print $word;
55 $c += $len;
56 }
57 }
58 print "\n"; # end of item
59
60 # my @words=split(
61
62}
63
64sub date2secs {
65 my ($date)=@_;
66 my $secs = `date -d "$date" +"%s"`;
67 return 0+$secs;
68}
69
70while(<STDIN>) {
71 my $line = $_;
72
73 if($_ =~ /^Date: (.*)/) {
74 my $date=$1;
75 my $secs = date2secs($date);
76 my $tendaysago = time()-(14*24*60*60);
77 showitem(@out);
78 undef @out;
79 chomp;
80
81 showlinks();
82
83 if($secs < $tendaysago) {
84 last;
85 }
86
87 print "\n----------------------------------------------------------------------\n$_";
88 next;
89 }
90 elsif($line =~ /^ *(---)(.*)/) {
91
92 showitem(@out);
93
94 @out="";
95 $line = $2;
96 }
97
98 if($line =~ s/\[URL\](.*)\[URL\]//) {
99 $url=$1;
100
101 if(!$store{$url}) {
102 $footnote = "[$urlnum]";
103 $store{$url} = $urlnum;
104 $urlnum++;
105 }
106 else {
107 $footnote = "[".$store{$url}."]";
108 }
109 # print STDERR "Set $footnote for $url\n";
110 }
111 if($line =~ s/\[TEXT\](.*)\[TEXT\]/$1$footnote/) {
112 # print STDERR "Output $footnote (full TEXT)\n";
113 undef $text;
114 }
115 elsif(!$text && ($line =~ s/\[TEXT\](.*)/$1/)) {
116 # print STDERR "Detected start of TEXT\n";
117 $text = $1;
118 }
119 elsif($text && ($line =~ s/(.*)\[TEXT\]/$1$footnote/)) {
120 # print STDERR "Output $footnote (end-TEXT)\n";
121 undef $text;
122 }
123
124 push @out, $line;
125}
126
127if(@out) {
128 showitem(@out);
129}
130
diff --git a/www/digest/news.t b/www/digest/news.t
deleted file mode 100644
index a2feb49e11..0000000000
--- a/www/digest/news.t
+++ /dev/null
@@ -1,11 +0,0 @@
1#define ITEM <li class="news">
2#define NEWSDATE(x) <p><a name="x"></a><div class="newsdate">x</div> <p><ol>
3#define ENDDATE </ol>
4
5#define NAME(x) <b>x</b>
6
7#define ZAGOR <a href="http://bjorn.haxx.se/">Björn Stenberg</a>
8#define BAGDER <a href="http://daniel.haxx.se/">Daniel Stenberg</a>
9#define LINUSN NAME(Linus Nielsen Feltzing)
10
11#define LINK(url,name) <a href=url>name</a>
diff --git a/www/digest/rssify.pl b/www/digest/rssify.pl
deleted file mode 100755
index ba6fca7d8b..0000000000
--- a/www/digest/rssify.pl
+++ /dev/null
@@ -1,32 +0,0 @@
1#!/usr/bin/perl
2
3my $fill = "RRREEEPPP";
4
5my $end++;
6
7while(<STDIN>) {
8 my $line = $_;
9
10# $line =~ s/ZAGOR/Björn Stenberg/g;
11
12 $line =~ s/Ö/\&Ouml;/g;
13 $line =~ s/ö/\&ouml;/g;
14 $line =~ s/</\&lt;/g;
15 $line =~ s/>/\&gt;/g;
16
17 if($line =~ s/(LINK\((\"([^\"]*)\"))/$fill/) {
18 my $url = $2;
19 $url =~ s/@/\#%40;/g;
20 $url =~ s/=/\#%3D;/g;
21 $url =~ s/&/\&amp;/g;
22 $line =~ s/$fill/LINK\($url/;
23 }
24 print $line;
25
26 if($line =~ /^ *ENDDATE/) {
27 if($end++ == 15) {
28 last;
29 }
30
31 }
32}
diff --git a/www/digest/valid-rss.png b/www/digest/valid-rss.png
deleted file mode 100644
index 7ece2846da..0000000000
--- a/www/digest/valid-rss.png
+++ /dev/null
Binary files differ