X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=README;h=7c4fcc2701700f770c0709aa248579f50a5efeea;hb=9f75360392735dca86e50ee8b87f76454acaa051;hp=b52025a33737f9f5a10656cdd61ccef1c2305abb;hpb=1e795659906b8bb88005f31ddf6ae827312ef37c;p=vlc diff --git a/README b/README index b52025a337..7c4fcc2701 100644 --- a/README +++ b/README @@ -20,12 +20,12 @@ Support . . . . . . . . . . http://www.videolan.org/support/ Forums . . . . . . . . . . http://forum.videolan.org/ Wiki . . . . . . . . . . . http://wiki.videolan.org/ The Developers site . . . . http://wiki.videolan.org/Developers_Corner -VLC hacking guide . . . . . http://wiki.videolan.org/Documentation:Hacker%27s_Guide +VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide Bugtracker . . . . . . . . http://trac.videolan.org/vlc/ The VideoLAN web site . . . http://www.videolan.org/ -Files: -====== +Source Code Content: +=================== ABOUT-NLS - Notes on the Free Translation Project. AUTHORS - VLC authors. COPYING - The GPL license. @@ -34,8 +34,6 @@ NEWS - Important modifications between the releases. README - This file. THANKS - VLC contributors. -Folders: -======== bin/ - VLC binaries. bindings/ - libVLC bindings to other languages. compat/ - compatibility library for operating systems missing @@ -45,14 +43,12 @@ contrib/ - external libraries retrieving facilities for systems that doc/ - Miscellaneous documentation. extras/analyser - Code analyser and editor specific files. extras/buildsystem - different buildsystems specific files. -extras/contrib/ - old contrib/. extras/misc - Files that don't fit in the other extras/ categories. extras/package - VLC packaging specific files such as spec files. -include/ - Include files. +include/ - Header files. lib/ - libVLC source code. modules/ - VLC plugins and modules. Most of the code is here. -po/ - languages related files. -projects/ - projects that uses libVLC such as the web browsers plugin. +po/ - VLC translations. share/ - Common Resources files. -src/ - VLC and libvlc source code. +src/ - libvlccore source code. test/ - testing system.