summaryrefslogtreecommitdiff
path: root/manual/getting_started (follow)
Commit message (Collapse)AuthorAge
...
* Add note about the unsupported v2 model to the Fuze manual.Alex Parker2010-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24240 a1c6a512-1295-4272-9138-f99709370657
* Cowon D2 manual: Platform specific information and installation instructionsTomer Shalev2009-12-15
| | | | | | | | | | | FS#10735 - Platform files for Cowon D2 manual Author: Aleksei Kaveshnikov (4nykey) I've modified the original patch to comply with current state of both the player and manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24008 a1c6a512-1295-4272-9138-f99709370657
* Manual: Apply dos2unix to replace CR+LF end-of-line with LFTomer Shalev2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23924 a1c6a512-1295-4272-9138-f99709370657
* Gigibeat S Manual - redo r23795 to look like it was originally meant to look.Michael Chicoine2009-11-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23797 a1c6a512-1295-4272-9138-f99709370657
* Gigibeat S Manual - Correct display of manual installation items 'Single ↵Michael Chicoine2009-11-29
| | | | | | Boot' and 'Dual Boot' - add missing frequencies to Recording Settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23795 a1c6a512-1295-4272-9138-f99709370657
* Manual updatesMichael Chicoine2009-11-29
| | | | | | | Correct gramatics, missing spacing, typos, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23788 a1c6a512-1295-4272-9138-f99709370657
* No SansaAMS have a recovery mode, and set the Rockbox bootloader to be in flash.Alex Parker2009-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23684 a1c6a512-1295-4272-9138-f99709370657
* The Clip has no recovery mode.Alex Parker2009-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23683 a1c6a512-1295-4272-9138-f99709370657
* Update Sansa Clip install instructions in the manual.Alex Parker2009-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23682 a1c6a512-1295-4272-9138-f99709370657
* The downloaded bootloader is bootloader-e200v2.sansa or ↵Frank Gevaerts2009-11-11
| | | | | | bootloader-fuze.sansa, not bootloader-e200v2.bin or bootloader-fuze.bin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23611 a1c6a512-1295-4272-9138-f99709370657
* Make it clear in the beast manual that you need to play Russian dolls with ↵Alex Parker2009-11-07
| | | | | | the OF you download from Toshiba - it is inside an exe file which is inside an iso file which is inside a zip file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23548 a1c6a512-1295-4272-9138-f99709370657
* Correct beast manual install instructions in Windows.Alex Parker2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23467 a1c6a512-1295-4272-9138-f99709370657
* Add Mac OSX beastpatcher download location to manual.Alex Parker2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23426 a1c6a512-1295-4272-9138-f99709370657
* Correct typo that stopped the download link to the Fuze OF appearing in the ↵Alex Parker2009-10-30
| | | | | | manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23422 a1c6a512-1295-4272-9138-f99709370657
* Add beastpatcher download location to the Gigabeat S manual, and add ↵Alex Parker2009-10-19
| | | | | | dual-boot bootloader install instructions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23266 a1c6a512-1295-4272-9138-f99709370657
* Changes to build a Nano2G manual. It is now just missing the ↵Dave Chapman2009-10-13
| | | | | | ipodnano2g-front.* images git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23160 a1c6a512-1295-4272-9138-f99709370657
* Implement the Sansa e200v2 manual. Please let me know about any ↵Alex Parker2009-09-30
| | | | | | errors/omissions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22861 a1c6a512-1295-4272-9138-f99709370657
* Introduce a new environment 'rbtabular' to make all the tables look the ↵Alexander Levin2009-08-24
| | | | | | same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22503 a1c6a512-1295-4272-9138-f99709370657
* Start of an Iaudio M3 manual: add the necessary platform files (name the ↵Marianne Arnold2009-07-04
| | | | | | remote keymap file 'iaudio' because the keymap is shared with M5 and X5 and could be reused there), add pictures of the remote with labels and place it below the player image, already fill out some installation instructions which are very similar to the other Iaudios. The manual still needs a way to mention main unit and remote control buttons in text descriptions, the second column in the button tables needs to be filled out (using IAUDIO_RC_PAD and adding this to the M5 and X5 platform files) - and screenshots are needed too... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21645 a1c6a512-1295-4272-9138-f99709370657
* Remove the 'hand-made' MASCODEC UseOption from the platform files and ↵Marianne Arnold2009-06-20
| | | | | | replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
* Initial work on the Fuze manualRafaël Carré2009-05-22
| | | | | | | | | Still missing: - svg/pdf/nice png front image - plugin keymaps - manual install instructions for sansav2 (and mkamsboot binaries) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21031 a1c6a512-1295-4272-9138-f99709370657
* Properly capitalise "Rockbox", and rewrite a couple of small sections. Some ↵Alex Parker2009-05-10
| | | | | | of this is taken from FS#9880 by Johannes Linke. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20900 a1c6a512-1295-4272-9138-f99709370657
* Don't instruct Ipod 1G/2G users to use USB.Jonas Häggqvist2009-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20544 a1c6a512-1295-4272-9138-f99709370657
* Update Beast installation instructions to use beastpatcher and remove ↵Alex Parker2009-02-22
| | | | | | instructions for fixing partition table as this will shortly be done on-the-fly by the bootloader. Download locations for beastpatcher still required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20084 a1c6a512-1295-4272-9138-f99709370657
* Update the Beast (Gigabeat S) manual with some real installation ↵Alex Parker2009-02-21
| | | | | | | | | | instructions. Still missing download locations etc. as there has been no release as of yet. To be changed to use "beastpatcher" in the future. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20079 a1c6a512-1295-4272-9138-f99709370657
* Reorganise/partially rewrite the installation chapter to present Rockbox ↵Alex Parker2009-02-17
| | | | | | | | | | Utility as the preferred installation method, and don't have important information only under manual install. For now retain manual install as a subsection. Patch originally in FS#9895 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20034 a1c6a512-1295-4272-9138-f99709370657
* Some various pieces of manual work: Fixed installation instructions for the ↵Robert Menes2009-01-29
| | | | | | e200 and c200 under Mac OS X, added a warning about v2 firmwares to the Sansa install page, and the very beginnings of a Sansa Clip manual (which still needs a lot of work!) Also fixed up the blind descriptions for the Archos Player and Recorder, and some little typo fixes here and there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19878 a1c6a512-1295-4272-9138-f99709370657
* Apply some KISS philosophy to dealing with versioning in the manuals as per ↵Marc Guay2009-01-03
| | | | | | discussion with gevaerts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19652 a1c6a512-1295-4272-9138-f99709370657
* merge r19537 from the 3.1 branch (use correct version numbers)Frank Gevaerts2009-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19647 a1c6a512-1295-4272-9138-f99709370657
* Remove reference to 3.0 from the installation chapter. Closes FS#9704.Marc Guay2009-01-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19644 a1c6a512-1295-4272-9138-f99709370657
* Unbreak the changelog and don't say that releases include fonts, they don't ;)Nils Wallménius2008-12-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19604 a1c6a512-1295-4272-9138-f99709370657
* merge 19488 back from the 3.1 branchFrank Gevaerts2008-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19538 a1c6a512-1295-4272-9138-f99709370657
* Add fixes and improvements that were only applied to the 3.0 branchFrank Gevaerts2008-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19529 a1c6a512-1295-4272-9138-f99709370657
* Fix up the iPod install section of the manual to bring itRobert Menes2008-12-19
| | | | | | | | | more up to date (especially the Mac OS X install instructions), and also some general cleanup of language. Also added myself to the manual credits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19487 a1c6a512-1295-4272-9138-f99709370657
* Use caps macro instead of textsc to prevent the heavy HTML issue.Dominik Riebeling2008-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19387 a1c6a512-1295-4272-9138-f99709370657
* Rename h100 manual name "h1xx" to "h100" to be in line with other players.Dominik Riebeling2008-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19361 a1c6a512-1295-4272-9138-f99709370657
* Update the release version part of the installation section to mention 3.0Marc Guay2008-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18731 a1c6a512-1295-4272-9138-f99709370657
* Small cleanup of the factory bootloader description.Marc Guay2008-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18729 a1c6a512-1295-4272-9138-f99709370657
* Unify the wording of the two/three components message in the manual.Marc Guay2008-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18728 a1c6a512-1295-4272-9138-f99709370657
* Add mention of the incompatibility with the 4th gen nano to the manual.Marc Guay2008-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18727 a1c6a512-1295-4272-9138-f99709370657
* Change UMS to MSC in the Sansa e200 uninstallation instructions, as it is ↵Marc Guay2008-10-07
| | | | | | referred to as such both by the installation instructions and the OF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18724 a1c6a512-1295-4272-9138-f99709370657
* merge some fixes from the release branch that also apply to trunkFrank Gevaerts2008-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18591 a1c6a512-1295-4272-9138-f99709370657
* Make the wiki base url show up correctly in the html output.Dominik Riebeling2008-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18292 a1c6a512-1295-4272-9138-f99709370657
* add some spacing to link the icons more clearly to their explanation in the textFrank Gevaerts2008-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18271 a1c6a512-1295-4272-9138-f99709370657
* some minor editsFrank Gevaerts2008-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18270 a1c6a512-1295-4272-9138-f99709370657
* Rename the 'Getting started' chapter to 'Introduction' and fix a typoNils Wallménius2008-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18269 a1c6a512-1295-4272-9138-f99709370657
* Fix the language in the x5/m5 uninstallation instructionsFrank Gevaerts2008-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18266 a1c6a512-1295-4272-9138-f99709370657
* General language cleanup and small restrucuring of the source code of misc. ↵Thom Johansen2008-07-14
| | | | | | parts of the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18043 a1c6a512-1295-4272-9138-f99709370657
* Small rewording of the iAudio installation instructions. Gets rid of ↵Marc Guay2008-07-07
| | | | | | another old fixme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17978 a1c6a512-1295-4272-9138-f99709370657
* Various improvements to the installation chapter, most of which are related ↵Marc Guay2008-06-28
| | | | | | to English spelling and grammar. Based on FS#8715. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17826 a1c6a512-1295-4272-9138-f99709370657