Skip to content

Commit e373693

Browse files
committed
Step #2 in getting svn/www up to date
git-svn-id: svn://svn.rockbox.org/rockbox/www@16564 a1c6a512-1295-4272-9138-f99709370657
1 parent 4b917cf commit e373693

File tree

267 files changed

+1638
-3145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+1638
-3145
lines changed

.htaccess

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
deny from 69.41.161.28
2+
3+
RedirectMatch ^/devconwest2007(.*) http://scorche.cleansoap.org/rockbox/dcw.html
4+
RedirectPermanent /patches.shtml http://www.rockbox.org/tracker/index.php?type=4
5+
RedirectPermanent /bugs.shtml http://www.rockbox.org/tracker/index.php?type=2
6+
RedirectPermanent /requests.shtml http://www.rockbox.org/tracker/index.php?type=1
7+
RedirectMatch ^/langs(.*) http://www.rockbox.org/twiki/bin/view/Main/LangFiles
8+
RedirectMatch ^/fonts(.*) http://www.rockbox.org/dl.cgi?bin=fonts
9+
10+
AddType application/octet-stream .mod .ajz .lng .fnt .voice
11+
AddType text/xml .rss
12+
AddDefaultcharset On
13+
14+
### FS #5617 - Redirect from static pages to wiki ###
15+
# Root
16+
#RedirectPermanent /activity.html http://www.rockbox.org/
17+
#RedirectPermanent /status.html http://www.rockbox.org/
18+
#RedirectPermanent /tools.html http://www.rockbox.org/
19+
#RedirectPermanent /usb-howto.html http://www.rockbox.org/
20+
#RedirectPermanent /lock.html http://www.rockbox.org/
21+
22+
RedirectPermanent /bugs.html http://www.rockbox.org/tracker/index.php?type=2
23+
RedirectPermanent /cross-gcc.html http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler
24+
RedirectPermanent /patches.html http://www.rockbox.org/tracker/index.php?type=4
25+
RedirectPermanent /requests.html http://www.rockbox.org/tracker/index.php?type=1
26+
RedirectPermanent /screenshots.html http://www.rockbox.org/twiki/bin/view/Main/ScreenShots
27+
RedirectPermanent /TODO http://www.rockbox.org/twiki/bin/view/Main/ReleaseTodo
28+
29+
# /screenshots dir
30+
RedirectPermanent /screenshots/index.html http://www.rockbox.org/twiki/bin/view/Main/ScreenShots
31+
#RedirectPermanent /screenshots/ http://www.rockbox.org/twiki/bin/view/Main/ScreenShots
32+
33+
# /docs dir
34+
#RedirectPermanent /docs/mpeghdr.html http://www.rockbox.org/
35+
#RedirectPermanent /docs/rocklatin.html http://www.rockbox.org/
36+
#RedirectPermanent /docs/repairbattery.html http://www.rockbox.org/
37+
#RedirectPermanent /docs/repairlcd.html http://www.rockbox.org/
38+
#RedirectPermanent /docs/contributing.html http://www.rockbox.org/
39+
#RedirectPermanent /docs/license.html http://www.rockbox.org/
40+
RedirectPermanent /docs/rvf.html http://www.rockbox.org/twiki/bin/view/Main/VideoTutorial
41+
RedirectPermanent /docs/index.html http://www.rockbox.org/twiki/bin/view/Main/DocsIndex
42+
RedirectPermanent /docs/nodo.html http://www.rockbox.org/twiki/bin/view/Main/NoDo
43+
RedirectPermanent /docs/battery-faq.html http://www.rockbox.org/twiki/bin/view/Main/BatteryFAQ
44+
RedirectPermanent /docs/credits.html http://svn.rockbox.org/viewvc.cgi/trunk/docs/CREDITS
45+
RedirectPermanent /docs/cygwin_sdk.html http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment
46+
RedirectPermanent /docs/custom_wps_format.html http://www.rockbox.org/twiki/bin/view/Main/CustomWPS
47+
RedirectPermanent /docs/datasheets.html http://www.rockbox.org/twiki/bin/view/Main/DataSheets
48+
RedirectPermanent /docs/devicechart.html http://www.rockbox.org/twiki/bin/view/Main/DeviceChart
49+
RedirectPermanent /docs/faq.html http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
50+
RedirectPermanent /docs/features.html http://www.rockbox.org/twiki/bin/view/Main/FeatureComparison
51+
RedirectPermanent /docs/firsttime.html http://www.rockbox.org/twiki/bin/view/Main/DevelopmentGuide
52+
RedirectPermanent /docs/flash.html http://www.rockbox.org/twiki/bin/view/Main/FlashingRockbox
53+
RedirectPermanent /docs/how_to_compile.html http://www.rockbox.org/twiki/bin/view/Main/HowToCompile
54+
RedirectPermanent /docs/patch.html http://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches
55+
RedirectPermanent /docs/ports.html http://www.rockbox.org/twiki/bin/view/Main/PortPinAssignments
56+
RedirectPermanent /docs/rvf.html http://www.rockbox.org/twiki/bin/view/Main/VideoTutorial
57+
RedirectPermanent /docs/tools.html http://www.rockbox.org/twiki/bin/view/Main/UsefulTools
58+
#RedirectPermanent /docs/ http://www.rockbox.org/twiki/bin/view/Main/DocsIndex
59+
60+
# /schematics dir
61+
RedirectPermanent /schematics/index.html http://www.rockbox.org/twiki/bin/view/Main/HardwareSchematics
62+
#RedirectPermanent /schematics/ http://www.rockbox.org/twiki/bin/view/Main/HardwareSchematics
63+
64+
# /sh-win dir
65+
RedirectPermanent /sh-win/index.html http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment
66+
#RedirectPermanent /sh-win/ http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment
67+
68+
# /mods dir
69+
#RedirectPermanent /mods/harddisk.html http://www.rockbox.org/
70+
RedirectPermanent /mods/index.html http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#Hardware
71+
RedirectPermanent /mods/disassemble.html http://www.rockbox.org/twiki/bin/view/Main/DisassemblePlayer
72+
RedirectPermanent /mods/disassemble2.html http://www.rockbox.org/twiki/bin/view/Main/DisassemblePlayer2
73+
RedirectPermanent /mods/reassemble.html http://www.rockbox.org/twiki/bin/view/Main/ReassemblePlayer
74+
RedirectPermanent /mods/rs232.html http://www.rockbox.org/twiki
75+
#RedirectPermanent /mods/ http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#Hardware
76+
77+
# twiki/index.html
78+
RedirectPermanent /twiki/index.html http://www.rockbox.org/twiki/bin/view/Main/WebHome
79+
80+
RedirectPermanent /wiki/ http://www.rockbox.org/twiki/bin/view/Main/
81+
82+
RedirectMatch ^/viewcvs.cgi/(.*) http://svn.rockbox.org/viewvc.cgi/trunk/$1?view=log

Makefile

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,27 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -
22

33
SRC := $(wildcard *.t)
44
SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5-
bugs.shtml requests.shtml patches.shtml manual.shtml
5+
bugs.shtml requests.shtml patches.shtml manual.shtml \
6+
recent.shtml
67

78
OBJS := $(SRC:%.t=%.html) $(SOBJS) head.tmpl
89

910
.SUFFIXES: .t .html
1011

1112
%.html : %.t
1213
$(ACTION) $<
14+
@sed -i '/^$$/d' $@
1315

1416
%.shtml : %.t
1517
$(ACTION) $<
18+
@sed -i '/^$$/d' $@
1619

1720
all: $(OBJS) since25.html since20060801.html since-4weeks.html
18-
@(cd schematics; $(MAKE))
19-
@(cd docs; $(MAKE))
20-
@(cd mods; $(MAKE))
21-
@(cd internals; $(MAKE))
22-
@(cd irc; $(MAKE))
23-
@(cd mail; $(MAKE))
24-
@(cd devcon; $(MAKE))
25-
@(cd sh-win; $(MAKE))
26-
@(cd download; $(MAKE))
27-
@(cd manual; $(MAKE))
28-
@(cd manual-1.2; $(MAKE))
29-
# @(cd fonts; $(MAKE))
30-
@(cd screenshots; $(MAKE))
31-
@(cd digest; $(MAKE))
32-
@(cd playerhistory; $(MAKE))
33-
# @(cd devcon2006; $(MAKE))
34-
@(cd doom; $(MAKE))
21+
@(cd irc && $(MAKE))
22+
@(cd mail && $(MAKE))
23+
@(cd devcon && $(MAKE))
24+
@(cd digest && $(MAKE))
25+
@(cd doom && $(MAKE))
3526

3627
since20060801.html:
3728
ln -sf /home/dast/daniel_html/rockbox/since-200608.html since20060801.html
@@ -43,9 +34,9 @@ head.tmpl: head.t
4334
$(ACTION) -DTWIKI $<
4435
sed -i '/^$$/d' $@
4536

46-
main.html: main.t activity.html head.t
37+
main.html: main.t head.t
4738

48-
main.shtml: main.t activity.html head.t
39+
main.shtml: main.t head.t
4940

5041
index.shtml: main.shtml head.t
5142
ln -sf main.shtml index.shtml
@@ -61,20 +52,8 @@ since25.html:
6152

6253
clean:
6354
rm $(OBJS)
64-
@(cd schematics; $(MAKE) clean)
65-
@(cd docs; $(MAKE) clean)
66-
@(cd mods; $(MAKE) clean)
67-
@(cd internals; $(MAKE) clean)
68-
@(cd irc; $(MAKE) clean)
69-
@(cd mail; $(MAKE) clean)
70-
@(cd devcon; $(MAKE) clean)
71-
@(cd sh-win; $(MAKE) clean)
72-
@(cd download; $(MAKE) clean)
73-
@(cd manual; $(MAKE) clean)
74-
@(cd manual-1.2; $(MAKE) clean)
75-
# @(cd fonts; $(MAKE) clean)
76-
@(cd screenshots; $(MAKE) clean)
77-
@(cd digest; $(MAKE) clean)
78-
@(cd playerhistory; $(MAKE) clean)
79-
# @(cd devcon2006; $(MAKE) clean)
80-
@(cd doom; $(MAKE) clean)
55+
@(cd irc && $(MAKE) clean)
56+
@(cd mail && $(MAKE) clean)
57+
@(cd devcon && $(MAKE) clean)
58+
@(cd digest && $(MAKE) clean)
59+
@(cd doom && $(MAKE) clean)

activity.t

Lines changed: 0 additions & 42 deletions
This file was deleted.

bugs.t

Lines changed: 0 additions & 30 deletions
This file was deleted.

cvs.t

Lines changed: 0 additions & 9 deletions
This file was deleted.

daily.t

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)