Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added the GPL


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4060 a1c6a512-1295-4272-9138-f99709370657

+17 -1
+6
www/docs/Makefile
··· 67 67 credits.html: credits.t credits.raw $(TXT2HTML) 68 68 $(ACTION) $< 69 69 70 + license.raw: $(DOCS)/COPYING $(TXT2HTML) 71 + $(TXT2HTML) < $< > $@ 72 + 73 + license.html: license.t license.raw $(TXT2HTML) 74 + $(ACTION) $< 75 + 70 76 %.html : %.t 71 77 $(ACTION) $<
+3 -1
www/docs/index.t
··· 22 22 href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your 23 23 Archos. (Jean Boullier) 24 24 25 + <li><a href="license.html">The GNU General Public License</a> under which terms Rockbox may be distributed 26 + 25 27 </ul> 26 28 27 29 <h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2> ··· 36 38 <li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows) 37 39 <li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style) 38 40 <li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style) 41 + <li> <a href="http://www.mcintoshfamily.pwp.blueyonder.co.uk/rockbox/buildingInEclipse.htm">How to build and debug Rockbox in the Eclipse IDE</a> 39 42 <li> <a href="flash.html">How to flash Rockbox on your Archos</a> 40 43 </ul> 41 44 ··· 49 52 <li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a> 50 53 <li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>) 51 54 <li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a> 52 - <li><a href="id3v2.2.0.html">ID3 v2.2 specification</a> 53 55 </ul> 54 56 55 57 <h3>Rockbox Design Docs</h3>
+8
www/docs/license.t
··· 1 + #define _PAGE_ GNU General Public License 2 + #include "head.t" 3 + 4 + <pre> 5 + #include "license.raw" 6 + </pre> 7 + 8 + #include "foot.t"