|
- <?php
- $PAGE_TITLE = "KXStudio Documentation";
- $PAGE_TYPE = "NONKXSTUDIO";
- $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:KXStudio12043:About");
- $PAGE_SOURCE_2 = ARRAY("Documentation", "KXStudio 12.04.3", "About");
- include_once("includes/header.php");
- ?>
-
- <p>
- I'm writing this right now, just a sec...
- </p>
-
- <p>
- KXStudio 12.04.3 based on ubuntu lts, made on ....
- optimized kde desktop for ...
- kernel 3.8 lowlat.
- </p>
-
- <p>
- contains a lot of apps with more to be installed.
- also a lot of plugins, and some video, graphic apps.
- list them.
- </p>
-
- <p>
- </p>
-
- <p><br/></p>
-
- <?php
- include_once("includes/footer.php");
- ?>
|