KDE System Administration/Controlling Access To Get New Stuff: Difference between revisions

    From KDE TechBase
    m (Text replace - "</code>" to "</syntaxhighlight>")
    (Replaced content with "{{Moved To Userbase}}")
     
    (One intermediate revision by one other user not shown)
    Line 1: Line 1:
    {{Template:I18n/Language Navigation Bar|SysAdmin/Controlling Access To Get New Stuff}}
    {{Moved To Userbase}}
     
    == Introduction and Scope ==
    Several KDE programs and utilities use the KNewStuff API to provide access to fresh content over the Internet.  If you wish to have more control over the content, you can alter the URLs used to access this content.
     
    For example, if you edit {{path|.kde/share/config/kdesktoprc}} you can change the URLs that Get New Wallpapers queries for wallpapers.  You could provide your own wallpaper feed entirely, or provide a filtered view on the kde-look.org wallpaper feed.
     
    You can also use Kiosk to lock this setting against meddlers.
     
    An example of what you should be looking for in the above file:
     
    <syntaxhighlight lang="ini">
    [KNewStuff]
    ProvidersUrl=http://download.kde.org/khotnewstuff/wallpaper-providers.xml
    </syntaxhighlight>
     
    ==Applications which use KNewStuff in KDE 3.5==
     
    * kdebase
    ** Kate (file templates)
    ** kdesktop (desktop wallpaper)
    * kdepim
    ** KOrganizer (interesting calendar downloads)
    * kdeedu
    ** kanagram
    ** khangman
    ** klettres
    ** kstars
    ** kvoctrain
    ** kwordquiz
    * kdenetwork
    ** Kopete (chat window styles)
    * kdeutils
    ** SuperKaramba (desktop widgets)
     
    ==Further Information==
    The file [http://websvn.kde.org/*checkout*/branches/KDE/3.5/kdelibs/knewstuff/README.knewstuff README.knewstuff] in the knewstuff directory of the kdelibs sources explains where you can get more information on the file formats used.

    Latest revision as of 13:20, 11 March 2016

    This page is now on the Userbase wiki.