CINXE.COM
Tiki - Demo - Server
<!DOCTYPE html> <html> <head> <meta name="HTTP-EQUIV" content="Tiki - Demo - Server"> <meta name="Title" content="Tiki - Demo - Server"> <meta name="Author" content="authors of the Tiki Wiki CMS Groupware Project"> <meta name="Publisher" content="authors of the Tiki Wiki CMS Groupware Project"> <meta name="Copyright" content="2002-2014 by authors of the Tiki Wiki CMS Groupware Project"> <meta name="Description" content="Tiki Demo Server"> <meta name="Abstract" content="Tiki Demo Server"> <meta name="Audience" content="All"> <meta name="Keywords" content="tiki,demo,server,dog-food,dogfood"> <meta name="Robots" content="index,nofollow"> <meta name="Revisit-After" content="30 days"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tiki - Demo - Server</title> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" href="/dist/index.css"> </head> <body> <div class="bg-primary w-full p-4 text-white"> <div class="container mx-auto flex justify-between items-center"> <a href="#" class="flex gap-2 items-center text-base sm:text-2xl transition-all hover:text-white"> <img src="/dist/tiki-icon.svg" class="filter invert w-10" alt=""> <span class="hidden sm:inline">Tiki Wiki CMS Groupware</span> </a> <div class="flex gap-2 sm:gap-4 text-gray-300"> <a href="#credentials" class="font-bold transition-all hover:text-white">Try Tiki</a> <a href="#versions" class="font-bold transition-all hover:text-white">Versions</a> <a href="#notice" class="font-bold transition-all hover:text-white">Notice</a> </div> </div> </div> <div class="relative full bg-[url('./pexels.jpg')] bg-cover bg-center"> <div class="absolute inset-0 bg-primary opacity-50"></div> <div class="container relative z-10 mx-auto min-h-[80vh] p-4 flex items-center text-white"> <h1 class="text-5xl text-center sm:text-7xl font-bold sm:w-2/4 mx-auto">Welcome to the Tiki demo server</h1> </div> </div> <div class="mt-14" id="credentials"> <div class="container flex flex-col justify-center mx-auto p-4 space-y-16"> <div class="text-center"> <div class="flex justify-center items-center gap-2"> <div class="h-1 w-20 bg-primary"></div> <h2 class="text-4xl sm:text-6xl font-bold my-4 text-primary capitalize tracking-tighter">Get a glimpse of the possibilities</h2> <div class="h-1 w-20 bg-primary"></div> </div> <h2 class="text-xl font-semibold">You can test Tiki with the following log-in</h2> </div> <div class="flex flex-col w-max mx-auto justify-center py-14 px-20 border-x-2 bg-white font-bold"> <div class="text-center"> User: admin </div> <div class="text-center"> Password: 12345 </div> </div> <div class="flex flex-col items-center gap-4 text-gray-500"> Pick a version <img src="/dist/down.svg" class="w-8 h-8 animate-bounce" /> </div> </div> </div> <div class="" id="versions"> <div class="container min-h-screen flex flex-col justify-center mx-auto p-4 space-y-10"> <div class="text-center"> <div class="flex justify-center items-center gap-2"> <div class="h-1 w-20 bg-primary"></div> <h2 class="text-4xl sm:text-6xl font-bold my-4 text-primary capitalize tracking-tighter">Versions</h2> <div class="h-1 w-20 bg-primary"></div> </div> <h2 class="text-xl font-semibold">Here are the latest Tiki versions available on this demo server</h2> </div> <div class="flex justify-between flex-wrap"> <div class="border-r-2 border-b-2 flex gap-4 flex-col items-center justify-center p-14 w-full sm:w-1/2"> <div class="relative"> <span class="text-6xl font-bold">28.x</span> <div class="absolute bg-yellow-500 px-4 py-2 font-bold text-white top-0 -right-20 text-xs">Latest</div> </div> <a href="https://doc.tiki.org/Tiki28" target="_blank" class="text-blue-500">See release notes</a> <a href="https://28x.demo.tiki.org/" class="text-white bg-primary block p-2 uppercase font-semibold">Try now</a> </div> <div class="border-l-2 border-b-2 flex gap-4 flex-col items-center justify-center p-14 w-full sm:w-1/2"> <div class="relative"> <span class="text-6xl font-bold">27.x</span> <div class="absolute bg-gray-500 px-4 py-2 font-bold text-white top-0 -right-16 text-xs">LTS</div> </div> <a href="https://doc.tiki.org/Tiki27" target="_blank" class="text-blue-500">See release notes</a> <a href="https://27x.demo.tiki.org/" class="text-white bg-primary block p-2 uppercase font-semibold">Try now</a> </div> <div class="border-r-2 flex gap-4 flex-col items-center justify-center p-14 w-full sm:w-1/2"> <div class="relative"> <span class="text-6xl font-bold">24.x</span> <div class="absolute bg-gray-500 px-4 py-2 font-bold text-white top-0 -right-16 text-xs">LTS</div> </div> <a href="https://doc.tiki.org/Tiki24" target="_blank" class="text-blue-500">See release notes</a> <a href="https://demo.tiki.org/24x/" class="text-white bg-primary block p-2 uppercase font-semibold">Try now</a> </div> <div class="border-l-2 border-t-2 sm:border-t-0 flex gap-4 flex-col items-center justify-center p-14 w-full sm:w-1/2"> <div class="relative"> <span class="text-6xl font-bold">21.x</span> <div class="absolute bg-gray-500 px-4 py-2 font-bold text-white top-0 -right-16 text-xs">LTS</div> </div> <a href="https://doc.tiki.org/Tiki21" target="_blank" class="text-blue-500">See release notes</a> <a href="https://demo.tiki.org/21x/" class="text-white bg-primary block p-2 uppercase font-semibold">Try now</a> </div> </div> </div> </div> <div class="" id="notice"> <div class="container flex flex-col justify-center mx-auto p-4 space-y-10"> <div class="text-center"> <div class="flex justify-center items-center gap-2"> <div class="h-1 w-20 bg-primary"></div> <h2 class="text-4xl sm:text-6xl font-bold my-4 text-primary capitalize tracking-tighter">Please note</h2> <div class="h-1 w-20 bg-primary"></div> </div> </div> <div class="flex flex-col items-center justify-center gap-4"> <div class="bg-yellow-100 border border-yellow-500 px-4 py-2"> All sites will be reset once a week on Sunday evenings. This demo site is for experimenting, not for long-lasting data. </div> <div class="bg-yellow-100 border border-yellow-500 px-4 py-2"> If you try several Tiki versions and run into trouble, check your demo.tiki.org cookies and delete them. </div> <div class="bg-yellow-100 border border-yellow-500 px-4 py-2"> If the login form is not visible, just visit /login.php for the appropriate domain. </div> </div> <div class="text-gray-700 text-center"> There are other demo sites at <a href="https://tiki.org/Try-Tiki" class="text-blue-600">tiki.org/Try-Tiki</a> </div> </div> <div class="bg-gray-200 mt-10"> <div class="space-y-2 p-4 text-center"> <div class="text-gray-400 font-bold">Admin</div> <div class="flex flex-col"> <a href="https://demo.tiki.org/last_update.txt" class="italic text-gray-400 text-sm">Last update</a> <a href="https://demo.tiki.org/last_reset.txt" class="italic text-gray-400 text-sm">Last reset</a> </div> </div> </div> </div> </body> </html>