KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
674B

  1. <?php
  2. $PAGE_TITLE = "KXStudio Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio12043:About");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 12.04.3", "About");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. I'm writing this right now, just a sec...
  10. </p>
  11. <p>
  12. KXStudio 12.04.3 based on ubuntu lts, made on ....
  13. optimized kde desktop for ...
  14. kernel 3.8 lowlat.
  15. </p>
  16. <p>
  17. contains a lot of apps with more to be installed.
  18. also a lot of plugins, and some video, graphic apps.
  19. list them.
  20. </p>
  21. <p>
  22. </p>
  23. <p><br/></p>
  24. <?php
  25. include_once("includes/footer.php");
  26. ?>