MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Vlinux1",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "309": {
                "pageid": 309,
                "ns": 0,
                "title": "Restricted formats",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{Intro|Functionality which is considered to infringe on some software patents, or it is possible copyright violation, prevents various frequently requested packages to be included in openSUSE. Here is explanation of the issues and suggestions how to solve the problems.}}\n\n\n{{Warning|Please do ''not'' add links to software packages which contain intellectual property protected by patent laws.}}\n\nopenSUSE supports the use of [[Free Software Philosophy|Free (Libre) and Open Source Software]]. However, retail versions may include additional packages that have been licensed by Novell or other distributors for distribution.\n\nThe reasons why a certain software package is not included in the main openSUSE are the following:\n* The software is proprietary software, it does not conform to the [http://www.opensource.org/docs/definition.php Open Source definition].\n* The software is providing functionality which is patented and the patent holder is preventing distribution of the software  \n* The software violates laws concerning software distribution in jurisdictions where Novell conducts business.\n\nSome proprietary software and drivers may be available from their respective owners and licensed vendors. Patent-encumbered software may be obtained from vendors which have been able to strike licensing deals with the patent holders.\n\n==MPEG-2==\n\nMPEG-2 patent holders (assembled in the [http://www.chiariglione.org/mpeg/ Moving Picture Experts Group (MPEG).]) do not provide patent licenses which are compatible with the distribution of free software. This means that MPEG-2 decoders and encoders cannot be part of openSUSE. Even though Kaffeine and Xine are included in the distribution, the required decoder modules cannot be provided, at least not under a free license.\n\n===DVB TV Viewers===\nAll DVB video data is encoded using [[#MPEG-2|MPEG-2]]. Some more expensive DVB cards contain an MPEG-2 decoder and at least some of them are supported under Linux.\n\n===DVD Video===\nAll video data on DVDs is usually encoded using [[#MPEG-2|MPEG-2]].\n\nIn addition, region-coded DVDs are encrypted with the [http://en.wikipedia.org/wiki/Content_Scramble_System Content Scrambling System (CSS)].\nThere is an opensource project called '''libdvdcss''' that bypasses this encryption. Though the encryption is weak, using any method or device to bypass this is classed as a 'circumvention device' in jurisdictions such as the US, Australia and many EU jurisdictions, and distribution of such software is considered illegal in those jurisdictions and may be prosecuted if it is not certified. For certification, it may not allow copying and has to forbid fast-forward over some DVD tracks which often contain advertising.\n\n===Possible Solutions===\nIf you do not require compatibility with a DVD player, consider encoding videos as [[Ogg]] [[Theora]].\n\n----\n==MP3==\nEven though MPEG Audio Layer 3 (MP3) is an ISO standard, the MP3 patent holders ([http://www.mp3licensing.com/patents/index.html patents]) do not license MP3 encoders or decoders under an open source license.\n\n===Possible Solutions===\nYou can use the Fluendo MP3 decoder which is a fully licensed yet free GStreamer plugin for MP3, and can be used via [[amaroK]] or [[banshee]]. [http://www.justuber.com/blog/2007/02/09/mp3-on-opensuse-5-minute-fix  This tutorial demonstrates] how to get up and running with MP3 on openSUSE in less than 5 minutes.\n\nAs an alternative, encode your audio files in [[Ogg]] [[Vorbis]], [[FLAC]], [[Speex]], or other such freely used and available audio codecs.\n\nThe mp3 licensing [http://www.mp3licensing.com/help/ FAQ] and  [http://www.mp3licensing.com/royalty/emd.html royalty] pages state that that ''no license is needed for private, non-commercial activities (e.g., home-entertainment, receiving broadcasts and creating a personal music library), not generating revenue or other consideration of any kind or for entities with associated annual gross revenue less than US$ 100.000''.\n\n----\n==NTFS==\n\nThere are no NTFS patents known. Instead of patents (which are made public), Microsoft apparently chose to use Non-disclosure agreements to impede the ability of open source projects to implement support for NTFS. Everything which is known to the public about the internals of NTFS has been reverse engineered therefore. As that reverse engineering has been conducted in compliance with respective laws, the information about the NTFS data structures obtained by this reverse engineering can and is legally used in free software.\n\nUnfortunately, the data format of the NTFS journal log has not been successfully reverse engineered yet, so if the NTFS journal log is dirty (contains data of not committed transactions), the free software cannot read the current state of the NTFS partition, only the state which is committed in the filesystem itself. This is however not an issue if the NTFS partition is in clean state.\n\n===Possible Solutions===\n[[NTFS|NTFS-3g]] provides read-write support to NTFS partitions, excluding transactions which are not committed to the filesystem itself, but only present in the NTFS journal log. If the partition is clean and properly disconnected by Windows, this is however not a problem.\n\nFAT32 is well-supported by both Windows and Linux, but has some limitations:\n* Does not support some characters in filenames which are allowed by POSIX, e.g. the colon: \u201c:\u201d\n* For formatting partitions greater than 32GB, the Windows XP automatically switches to NTFS, but a command line tool can be used to create FAT32 partitions which are bigger than 32GB.\n\nThere are drivers and software for Windows which allow limited access to ext2:\n* [http://www.fs-driver.org Ext2 IFS] is a \u201cfreeware\u201d (not free software) installable ext2 file system for Windows. It integrates with the Windows kernel thereby providing access to files on ext2 (and ext3) partitions seamlessly to all applications. It may however lead to blue screens under Windows XP.\n* [http://www.chrysocome.net/explore2fs explore2fs] supports [[ext2]] and [[ext3]] from within Windows.\n* [http://ext2fsd.sourceforge.net/ ext2fsd] is an open-source ext2 (and ext3, with some limitations) driver for Windows. While still under development, its current feature set may already suffice.\n\n[[cifs]] allows Linux to access Windows shares and [[Samba]] enables a Linux host to provide Windows shares itself to a network.\n\n----\n\n==Proprietary Linux kernel modules which include Linux headers==\n\n===NVIDIA Graphics Drivers===\nThree classes of drivers support [[NVIDIA]] cards:\n# The open source '''nv''' driver which has severe limitations (does not even support some new cards like the Quadro 570FX, does not have proper dual head support and has no 3D support) It is included in X.org and is used by default.\n# The closed source, proprietary '''nvidia''' driver which requires the '''nvidia kernel module''' which many kernel developers regard as being in violation of the [[GPL]]. \n# There is the reverse engineered '''nouveau''' driver which is based on the '''nv''' driver. It aims to provide proper dual head support and 3D support.\n\n===ATI Graphics Drivers===\nThree classes of drivers support [[ATI]] cards:\n# X.org includes F/LOSS drivers for many (older) ATI graphics adapters. These are used by default.\n# The closed source, proprietary '''ATI''' graphics drivers which requires the '''ati kernel module''' which many kernel developers consider this driver to violate the [[GPL]] license of the kernel.\n# ATI has released some register specifications of their recent chipsets but has not released any documentation about the 3D functionality of their newer cards. The new '''ativivo''' and '''radeonhd''' drivers support (alpha quality) newer ATI R500/R600 graphics adapters. See the corresponding [http://news.opensuse.org/?p=265 openSUSE news item]\n\n----\n\n==See also==\n* [http://software.opensuse.org/codecs Proprietary Multimedia Support in]\n* [[Application black list]]\n\n----\n\n==External links==\n*[http://opensuse-community.org openSUSE-Community.org]\n\n[[Category:Policies and Guidelines]]\n\n[[de:Eingeschr\u00e4nkte Formate]]\n[[fr:Restricted Formats]]\n[[ja:\u5236\u9650\u3055\u308c\u3066\u3044\u308b\u898f\u683c]]\n[[ru:Restricted Formats]]"
                    }
                ]
            },
            "380": {
                "pageid": 380,
                "ns": 0,
                "title": "Terms of site",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "See [[:en:Terms of site|Terms of site]] on the English wiki.\n\n\n[[Category:Policies and guidelines]]"
                    }
                ]
            }
        }
    }
}