Template:LinksTo: Difference between revisions

    From KDE UserBase Wiki
    m (Reverted edits by Claus chr (talk) to last revision by 83.89.104.146)
    No edit summary
    (9 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    {{#dpl:
    {{#dpl:
    | namespace = Main
    | namespace =  
    | nottitleregexp = .*(/..(-..)?{{!}}_[(].*[)])$
    | nottitleregexp = .*((/[a-z][a-z](.{{!}}-..)?){{!}}([ _][(][a-z][a-z](...)?[)]))$
    | titleregexp = ^[A-J]
    | include = *
    | include = *
    | includematch = #\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}#
    | includematch = @\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}(\]{{!}}\{{!}}{{!}}#)@
    | includemaxlength = 0
    | includemaxlength = 0
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | resultsheader = There are %TOTALPAGES% pages beginning with A-J\n
    }}
    }}
    {{#dpl:
    {{#dpl:
    | namespace = User
    | namespace =  
    | nottitleregexp = .*(/..(-..)?{{!}}_[(].*[)])$
    | nottitleregexp = .*((/[a-z][a-z](.{{!}}-..)?){{!}}([ _][(][a-z][a-z](...)?[)]))$
    | titleregexp = ^K[A-Z]
    | include = *
    | include = *
    | includematch = #\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}#
    | includematch = @\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}(\]{{!}}\{{!}}{{!}}#)@
    | includemaxlength = 0
    | includemaxlength = 0
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | resultsheader = There are %TOTALPAGES% pages beginning with KA-KZ\n
    }}
    {{#dpl:
    | namespace =
    | nottitleregexp = .*((/[a-z][a-z](.{{!}}-..)?){{!}}([ _][(][a-z][a-z](...)?[)]))$
    | titleregexp = ^K[a-ce-z]
    | include = *
    | includematch = @\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}(\]{{!}}\{{!}}{{!}}#)@
    | includemaxlength = 0
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | resultsheader = There are %TOTALPAGES% pages beginning with Ka-Kc or Ke-Kz\n
    }}
    {{#dpl:
    | namespace =
    | nottitleregexp = .*((/[a-z][a-z](.{{!}}-..)?){{!}}([ _][(][a-z][a-z](...)?[)]))$
    | titleregexp = ^Kd
    | include = *
    | includematch = @\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}(\]{{!}}\{{!}}{{!}}#)@
    | includemaxlength = 0
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | resultsheader = There are %TOTALPAGES% pages beginning with Kd\n
    }}
    {{#dpl:
    | namespace =
    | nottitleregexp = .*((/[a-z][a-z](.{{!}}-..)?){{!}}([ _][(][a-z][a-z](...)?[)]))$
    | titleregexp = ^[L-Z]
    | include = *
    | includematch = @\[\[([Ss]pecial\:[mM]y[lL]anguage/)?{{{1}}}(\]{{!}}\{{!}}{{!}}#)@
    | includemaxlength = 0
    | format = ,\n* [[%PAGE%|%TITLE%]],,
    | resultsheader = There are %TOTALPAGES% pages beginning with L-Z\n
    }}
    }}
    <noinclude>
    <noinclude>
    ----
    ----
    Finds all English pages linking to the page given as argument. Usage <nowiki>{{LinksTo|</nowiki>'''''page name'''''<nowiki>}}</nowiki>, where '''''page name''''' is the name of the page. Note, that any space characters or underscores in the name should be replaced by <nowiki>[_ ]</nowiki> &mdash; that is: 'open square bracket', 'underscore', 'space', 'close square bracket'. This is because the links are found by s string search of the text of pages. In wiki format names can be written with either space or underscore, and for many pages both form occur.
    Finds all English pages in namespace Main linking to the page given as argument. Usage <nowiki>{{LinksTo|</nowiki>'''''page name'''''<nowiki>}}</nowiki>, where '''''page name''''' is the name of the page. Note, that any space characters or underscores in the name should be replaced by <nowiki>[_ ]</nowiki> &mdash; that is: 'open square bracket', 'underscore', 'space', 'close square bracket'. This is because the links are found by a string search of the text of pages. In wiki format names can be written with either space or underscore, and for many pages both form occur.
     
    {{Warning|1=Due to the limitations of the underlying database queries, the search is split in five parts, each searching less that 500 pages. To check that this limit is not exceeded, the number of pages in each search is also printed. Should one of the page counts exceed 500, some pages will have been ignored. The template then needs to be modified!}}


    As an example, <nowiki>{{LinksTo|Getting[_ ]Help}}</nowiki> gives
    As an example, <nowiki>{{LinksTo|Getting[_ ]Help}}</nowiki> gives
    {{LinksTo|Getting[_ ]Help}}
    {{LinksTo|Getting[_ ]Help}}
    [[Category:Template]]
    [[Category:Template]]
    </noinclude>
    </noinclude>

    Revision as of 17:11, 22 July 2013

    There are 2019 pages beginning with A-J

    There are 1436 pages beginning with KA-KZ

    There are 1165 pages beginning with Ka-Kc or Ke-Kz

    There are 388 pages beginning with Kd

    There are 2283 pages beginning with L-Z


    Finds all English pages in namespace Main linking to the page given as argument. Usage {{LinksTo|page name}}, where page name is the name of the page. Note, that any space characters or underscores in the name should be replaced by [_ ] — that is: 'open square bracket', 'underscore', 'space', 'close square bracket'. This is because the links are found by a string search of the text of pages. In wiki format names can be written with either space or underscore, and for many pages both form occur.

    Warning

    Due to the limitations of the underlying database queries, the search is split in five parts, each searching less that 500 pages. To check that this limit is not exceeded, the number of pages in each search is also printed. Should one of the page counts exceed 500, some pages will have been ignored. The template then needs to be modified!


    As an example, {{LinksTo|Getting[_ ]Help}} gives There are 2019 pages beginning with A-J

    歡迎!

    歡迎來到 KDE 社群 和 UserBase wiki。無論你是 KDE 軟體新手,老手或粉絲,這裡的頁面不但能幫你迅速上手,也能幫你更加的了解 KDE 社群及它的軟體產品。但是首先,給你一些東西刺激胃口。

    這裏有個 KDE 桌面的例子,請注意依照你的軟體版本和發行版,它的外觀可能會有些不同。舉個例子,這裏是Plasma桌面以及最新版本的KDE Frameworks 5(KDE架構5)的桌面截圖:



    您可以在螢幕截圖頁面找到更多新版和舊版的截圖。

    我們開始吧!

    現在注意了,是時候聚焦 KDE 了。

    欢迎!

    欢迎来到 KDE 社区和 UserBase wiki。不管您是新手、老用户、还是粉丝,这些页面既能让您更加了解 KDE 社区和 KDE 软件,也能帮您迅速上手。但是首先,给你来点真的!

    下面是 KDE 桌面的例子。请注意,桌面会因软件版本和发行版的不同而有些差异。这是 Plasma 桌面和最新版本的 KDE Framework 5 的截图:



    你可以在KDE 截图页面找到更多新版和旧版 KDE 的截图。

    开始吧!

    既然你都往下翻了,那么,是时候去进一步了解 KDE 了。

    Benvida/o!

    Reciba a nosa benvida ao KDE e ao wiki UserBase. Se é completamente novo en KDE, un usuario antigo ou un siareiro actual, estas páxinas axudarán a comprender máis acerca do KDE así omo a iniciarse. Mais, primeiro, algo para abri o apetito!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Pode ver máis capturas das versións actuais e anteriores do KDE na páxina depantallas do KDE.

    Imos!

    Agora que temos a súa atención é hora de coñecer o KDE, de maneira próxima e persoal.

    Welkom!

    Welkom bij de KDE-gemeenschap en de UserBase-wiki. Of u nu een nieuwe gebruiker bent van KDE-software, een oud-gebruiker, of een huidige enthousiaste gebruiker, door deze pagina's komt u meer te weten over zowel de KDE-gemeenschap als KDE-software. U vindt hier hulp bij het van start gaan. Maar eerst is hier iets om u te laten watertanden!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Meer schermafdrukken van huidige en vorige uitgaven vindt u op de pagina Schermafdrukken.

    Daar gaan we!

    Nu we uw interesse hebben gewekt, wordt het tijd u persoonlijk kennis te laten maken met KDE.

    Welcome!

    Welcome to the KDE community and to the UserBase wiki. Whether you are completely new to KDE software, a previous user or a current fan, these pages will help you learn more about both the KDE community and its software, as well as assist you in getting started. But first, something to whet your appetite!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    You can see more screenshots of current and previous releases in the Screenshots page.

    Let's Go!

    Now that we've got your attention, it's time to get to know KDE, up close and personal.

    Velkommen!

    Velkommen til KDE-fællesskabet og til UserBase-wiki'en. Hvad enten du lige er begyndt med KDEs software, er en tidligere bruger eller en nuværende fan, så vil disse sider lære dig mere om KDE-fællesskabet og vores software og hjælpe dig med at komme i gang. Men først en lille appetitvækker!

    Her er et eksempel på et KDE-skrivebord. Bemærk, at det kan se anderledes ud afhængigt af, hvilken version af softwaren og hvilken distribution du har. Som et eksempel er her et skærmbillede af et Plasma-skrivebord og den seneste version af KDE Frameworks 5:



    Du kan se flere skærmbilleder af både den seneste og ældre udgaver på denne side.

    Lad os komme i gang!

    Nu da vi har din opmærksomhed er det tid til at lære KDE at kende.

    Dobrodošli!

    Dobrodošli u KDE zajednicu i UserBase wiki. Bilo da ste potpuno novi korisnik KDE programa, ili ih koristite već duže vrijeme, ova stranica će vam zasigurno pomoći da nešto naučite više o KDE zajednici i KDE programima. Za početak nešto da vam otvori apetit!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Možete pogledati jos slika trenutnog kao i prethodnih izdanja na stranici Screenshots

    Idemo!

    Sada kada imamo vašu pažnju, vrijeme je da izbliza upoznate KDE.

    Kategorija:Početno upoznavanje

    Vitajte!

    Vitajte v KDE komunite a vo wiki UserBase. Či už ste úplne nový používateľ KDE softvéru, predchádzajúci používateľ alebo aktuálny fanúšik, tieto stránky vám pomôžu naučiť sa viac o KDE komunite a jej softvéri, ako aj vám pomôžu začať. Najprv však niečo na povzbudenie vášho apetítu!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Viac obrázkov aktuálnych a predošlých verzií nájdete na stránke Screenshoty.

    Začíname!

    Teraz keď sme si získali vašu pozornosť, je časť zoznámiť sa s KDE zblízka a osobne.

    مرحبا!

    Welcome to the KDE community and to the UserBase wiki. Whether you are completely new to KDE software, a previous user or a current fan, these pages will help you learn more about both the KDE community and its software, as well as assist you in getting started. But first, something to whet your appetite!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    You can see more screenshots of current and previous releases in the Screenshots page.

    Let's Go!

    Now that we've got your attention, it's time to get to know KDE, up close and personal.

    Bem-vindo!

    Bem-vindo à comunidade do KDE e à wiki de UserBase. Quer seja um novo utilizador ao programa KDE , um antigo utilizador ou um fã atual, estas páginas irão ajudá-lo a saber mais sobre a comunidade do KDE e o seu programa, e como começar. Mas antes, algo para aguçar o seu apetite!

    Aqui está um exemplo de um KDE desktop. Por favor, note que o aspeto pode variar com a versão e a distribuição do programa. Como um exemplo, tem aqui uma captura de ecrã de um Plasma Desktop e a versão mais recente de KDE Framesorks5:



    Pode ver outras capturas de ecrã das versões atuais e anteriores na página das 'Capturas de ecrã'.

    Vamos lá!

    Agora que nós já temos a sua atenção, é hora de conhecer o KDE mais de perto.

    Bem-vindo!

    Bem-vindo à comunidade KDE e à wiki UserBase. Se você for iniciante nos aplicativos do KDE, um usuário experiente ou um fã, estas páginas irão ajudá-lo a aprender mais sobre a comunidade KDE e seus aplicativos, assim como auxiliá-lo a começar. Mas primeiro, algo para abrir o seu apetite!

    Aqui está um exemplo de área de trabalho do KDE. Lembre-se de que o visual pode variar, dependendo da versão dos seus programas e da distribuição. Como exemplo, esta é uma captura de tela do Plasma Desktop e a versão mais recente do KDE Frameworks 5:



    Você pode ver mais imagens da versão atual e das anteriores na página Imagens.

    Vamos lá!

    Agora que já temos a sua atenção, é hora de conhecer o KDE mais de perto.

    Tervetuloa!

    Tervetuloa KDE-yhteisöön ja UserBase-wikiin. Ovatpa KDE-ohjelmat täysin uutta sinulle tai oletpa sitten aiempi käyttäjä tai nykyinen fani, nämä sivut auttavat sinua tietämään enemmän sekä KDE-yhteisöstä että sen ohjelmista, kuten myös alkuun pääsemissä. Ensin kuitenkin jotain, jolla herättää ruokahalusi!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Voit nähdä lisää ruudunkaappauksia nykyisistä ja aiemmista julkaisuista ruudunkaappaussivulla.

    Aloitetaan!

    Nyt kun olemme saaneet huomiosi, on aika tutustua KDE:hen lähemmin.

    Välkommen!

    Välkommen till KDE-gemenskapen och till UserBase-wikin. Oavsett om du är helt ny till KDE-program, en tidigare användare eller en aktiv beundrare kommer de här sidorna hjälpa dig att lära dig mer om både KDE-gemenskapen och dess programvara, samt hjälpa dig att komma igång. Men först lite ögongodis!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Det finns fler skärmdumpar av nuvarande och tidigare versioner på sidan med Skärmdumpar.

    Kom igång!

    Nu när vi har din uppmärksamhet är det dags att lära känna KDE, på nära håll.

    Benvenuto!

    Benvenuto nella comunità KDE e nel Wiki UserBase. Che tu sia un novellino, un precedente utente o un fan, queste pagine ti aiuteranno a saperne di più sulla comunità KDE, sul suo software e a iniziare a utilizzarlo. Ma prima, qualcosa per stimolare il tuo appetito!

    Ecco qui un esempio di desktop KDE. Nota che lo stile può differire per la versione installata e per la distribuzione. Ad esempio ecco una schermata di un desktop Plasma con l'ultima versione disponibile di KDE Frameworks 5:



    Puoi vedere altre schermate della versione corrente o di versioni precedenti in questa pagina.

    Iniziamo!

    Ora che abbiamo la tua attenzione, è tempo di farti conoscere KDE in modo più diretto e personale.

    Bun venit!

    Bine ai venit la KDE și UserBase. Fie că nu ai mai folosit KDE niciodată, că l-ai folosit cândva sau ești un admirator, aceste pagini te vor ajuta să înveți multe despre KDE și te vor asista în a porni la drum. Dar mai întâi, ceva care să-ți trezească interesul!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Poți vedea mai multe imagini cu versiunea cea mai recentă sau versiuni precedente în pagina cu Imagini KDE.

    La drum!

    Acum că te-am captivat, e momentul să faci cunoștință cu KDE mai de aproape.

    • Ce este KDE? - Află ce este KDE (și alte lucruri interesante)
    • Quick Start - Fie ca sunt doar începutul pentru a găsi drumul în jurul tău, sau sunt gata să contribuie, aceasta este rampa de lansare dvs
    • Glosar - Să învățăm limbajul KDE
    • CDuri live - Testează KDE, fără să-l instalezi!
    • otul despre Plasma - Învață să îmblânzești scorpia cea nouă, strălucitoare și excentrică de pe desktopul tău.
    • jutor - Cum și unde îl găsești
    • KDE System Administration - Understand how things work inside the Plasma system.
    • An introduction to KDE/cs

    Vítejte!

    Vítejte v KDE a její wiki UserBase. Ať jste začátečník v KDE, stálý uživatel nebo fanoušek, tyto stránky Vám pomohou naučit se více o KDE, stejně tak Vám budou i pomáhat v úplných začátcích. Ale nejdříve malá ochutnávka!

    Zde je příklad, jak vypadá pracovní plocha KDE. Uvědomte si ovšem, že se vzhled může lišit v závislosti na verzi software a použité distribuci.

    Jako příklad je zde snímek obrazovky pracovní plochy Plasma a nejnovější verze frameworku KDE 5:



    Více screenshotů aktuální i starší verze KDE najdete na stránce KDE Snimky obrazovky.

    Začněme!

    Nyní, když jsme upoutali vaši pozornost, je čas se blíže seznámit s KDE .

    Willkommen!

    Willkommen bei KDE und bei der KDE UserBase. Egal, ob Sie komplett neu bei KDE, ein Benutzer oder gar Fan sind: Diese Seiten werden Ihnen helfen, mehr über KDE zu erfahren und Ihnen auf den ersten Schritten zur Seite stehen. Aber zuerst etwas, um Ihren Appetit zu wecken!

    Hier ist ein Beispiel, wie die KDE-Arbeitsfläche aussieht. Bitte beachten Sie, dass das Aussehen von KDE von der von Ihnen verwendeten KDE-Version und Ihrer Distribution abhängt. Dieses Beispiel zeigt die KDE-Arbeitsfläche und die zur Zeit aktuellste Version des KDE-Framework 5:



    Mehr Bilder der aktuellen und früheren Versionen von KDE sind auf der Seite KDE Screenshots zu finden.

    Los geht’s!

    Wenn wir nun Ihre Neugier geweckt haben, ist es Zeit, KDE näher und besser kennen zu lernen.

    ¡Bienvenido!

    Bienvenido a la comunidad KDE y al Wiki UserBase. Ya seas un usuario nuevo del software KDE, un usuario experimentado o un aficionado actual, estas páginas te ayudarán a aprender más acerca de la comunidad KDE y su software, así como también a asistirte en tus inicios. Pero primero, ¡algo para abrir tu apetito!

    Aquí hay un ejemplo de un escritorio KDE. Ten en cuenta que podría tener un aspecto diferente dependiendo de la versión del software y su distribución. Como ejemplo, aquí vemos una captura de pantalla del escritorio Plasma y la última versión de KDE Frameworks 5.



    Puedes ver más capturas de pantalla de versiones actuales y anteriores de KDE en la página de capturas de pantalla.

    ¡Vamos!

    Si hemos despertado tu curiosidad, ahora es el momento conocer KDE de forma más cercana y personal.

    Üdvözöljük!

    Üdvözöljük a KDE közösségben és a UserBase wikin. Legyen ön teljesen új a KDE szoftverek terén, régi felhasználó, vagy jelenlegi rajongó, ezek az oldalak segíteni fognak Önnek a KDE közösség és a KDE szoftverek megismerésében, úgy ahogy segítségére lesz a kezdetekben. Reméljük, hogy a lenti kép felkelti az érdeklődését!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    További képernyőképeket a jelenlegi és korábbi verziókból a Képernyőképek oldalon találhat.

    Csapjunk bele!

    Most, hogy felkeltettük a figyelmét, itt az idő, hogy közelről és személyesen is megismerjük a KDE-t.

    환영합니다!

    KDE 커뮤니티와 사용자 센터 위키에 오신 것을 환영합니다. KDE 소프트웨어를 완전히 처음 접하는 사용자든, 이전 사용자든, 현재 팬이든, KDE 커뮤니티와 소프트웨어에 대한 도움말과 따라할 수 있는 정보를 제공합니다. 들어가기 전에 잠시 주목해 주세요!

    다음은 KDE 데스크톱의 예입니다. 소프트웨어 버전 및 배포판에 따라 다르게 보일 수 있습니다. 예를 들어 아래 화면은 KDE 프레임워크 5를 사용하는 최신 Plasma 데스크톱 스크린샷입니다.



    스크린샷 페이지에서 더 많은 스크린샷, 이전 버전의 스크린샷을 볼 수 있습니다.

    시작합시다!

    이제 KDE를 더 자세히 알아 볼 시간입니다.

    • KDE에 대하여 - KDE가 무엇인지 알아보기(또 다른 재미난 것도 있습니다)
    • 첫 걸음 - 이 사이트에 처음 와서 정보를 찾기 시작했거나, 기여할 준비가 되었을 때 읽어 볼 거리
    • 용어집 - KDE 안에서 사용하는 단어
    • 라이브 CD - 설치하지 않고 KDE 소프트웨어를 사용해 볼 수 있습니다!
    • Plasma의 모든 것 - 새로운 멋진 데스크톱과의 첫 만남
    • 도움말 보기 - 도움말을 찾는 방법 및 위치
    • KDE 시스템 관리 - Plasma 시스템 내부의 작동 방식 이해하기

    Bienvenue !

    Bienvenue dans la communauté KDE et sur le wiki UserBase. Que vous soyez un tout nouvel utilisateur des logiciels KDE, un ancien utilisateur ou un fan, ces pages vous aideront à en apprendre davantage autant sur la communauté KDE que sur ses logiciels, et vous aideront à démarrer. Mais d'abord, quelque chose pour vous mettre en appétit !

    Voici un exemple de bureau KDE. Notez qu'il peut être différent selon la version de votre logiciel et de votre distribution. À titre d'exemple, voici une capture d'écran d'un bureau Plasma Desktop, et la dernière version de KDE Frameworks 5:



    Vous pouvez voir plus de captures d'écran des versions actuelles et antérieures sur cette page.

    En avant !

    Maintenant que nous avons toute votre attention, il est temps de faire plus ample connaissance avec KDE.

    Benvingut/da!

    Us donem la benvinguda a la comunitat KDE i al wiki UserBase. Si sou completament nou al programari KDE, un usuari anterior o un entusiasta, aquestes pàgines us ajudaran a aprendre més quant a la comunitat KDE i el seu programari, així com una ajuda per a començar. Però primer, alguna cosa per a obrir la gana!

    Aquest és un exemple d'un escriptori KDE. Cal tenir en compte que es podrà veure diferent depenent de la versió del programari i la distribució. Com a exemple, aquí teniu una captura de pantalla d'un escriptori Plasma amb l'última versió dels Frameworks 5 del KDE:



    Podeu veure més captures de pantalla de les versions actuals i anteriors a la pàgina Captures de pantalla.

    Som-hi!

    Si hem despertat la teva curiositat, ara és el moment conèixer KDE de manera més propera i personal.

    Selamat Datang!

    Selamat datang di komunitas KDE dan wiki UserBase (wiki basis pengguna) KDE. Jika Anda baru mengenal perangkat lunak KDE, pengguna sebelumnya, atau penggemar baru, halaman situs web ini akan membantu Anda mengetahui lebih lanjut perihal komunitas KDE dan perangkat lunaknya, di samping dapat membantu Anda untuk memulai. Namun sebelumnya, berikut sesuatu yang dapat membangkitkan ketertarikan Anda pada KDE!

    Here's an example of a KDE desktop. Please take note that it may look differently depending on your version of the software, and distribution. As an example, here is a screenshot of a Plasma Desktop and the latest version of KDE Frameworks 5:



    Anda dapat melihat tangkapan layar rilis saat ini dan sebelumnya di halaman Tangkapan Layar.

    Ayo!

    Setelah Anda tertarik, tiba saatnya untuk mengenal KDE lebih dekat.

    Hoş Geldiniz!

    KDE topluluğuna ve KullanıcıÜssü Viki'sine hoş geldiniz. İster KDE ile yeni tanışıyor olun, ister daha önce kullanmış ya da halen kullanıyor olun, bu sayfalarda KDE topluluğu ve yazılımlarıyla ilgili size yardımcı olabilecek bilgiler bulacağınıza inanıyoruz. Başlamadan önce, iştahınızı açmak için KDE'ye hızlıca bir göz atalım...

    İşte KDE masaüstü ortamından bir manzara. Kullandığınız sürüm ya da işletim sistemine bağlı olarak ufak tefek farklılıklar olabileceğini hatırlatalım. Örnek olarak, KDE Framework 5'in Plasma Masaüstü 5.6'nın ekran görüntüsünü görebilirsiniz.



    Ekran Görüntüleri sayfasında güncel ya da eski sürümlerden alınan başka ekran görüntüleri de bulabilirsiniz.

    Haydi Başlayalım!

    Hazırsanız, KDE'yi daha yakından tanıma zamanı geldi.

    There are 1436 pages beginning with KA-KZ

    There are 1165 pages beginning with Ka-Kc or Ke-Kz

    There are 388 pages beginning with Kd

    There are 2283 pages beginning with L-Z