index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <link rel="icon" type="image/png" sizes="32x32" href="img/logo.png">
  7. <link rel="icon" type="image/png" sizes="16x16" href="img/logo.png">
  8. <link href="/css/tailwind.min.css" rel="stylesheet">
  9. <title>Milis Linux</title>
  10. <style>
  11. #menu-toggle:checked + #menu {
  12. display: block;
  13. }
  14. /* Background Gradient for Analagous Colors */
  15. .gradient2
  16. {
  17. background-color: #534220;
  18. /* For WebKit (Safari, Chrome, etc) */
  19. background: #534220 -webkit-gradient(linear, left top, left bottom, from(#425320), to(#534220)) no-repeat;
  20. /* Mozilla,Firefox/Gecko */
  21. background: #534220 -moz-linear-gradient(top, #425320, #534220) no-repeat;
  22. /* IE 5.5 - 7 */
  23. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#425320, endColorstr=#534220) no-repeat;
  24. /* IE 8 */
  25. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#425320, endColorstr=#425320)" no-repeat;
  26. }
  27. </style>
  28. </head>
  29. <body class="antialiased gradient2">
  30. <!<body class="antialiased" style="background-color: #425320">
  31. <header class="lg:px-16 px-6 bg-white flex flex-wrap items-center lg:py-0 py-2">
  32. <div class="flex-1 flex justify-between items-center">
  33. <a href="/en">
  34. <!-- <img border="0" alt="milis" src="img/logo.png" width="100" height="100"> -->
  35. MİLİS LİNUX
  36. </a>
  37. </div>
  38. <label for="menu-toggle" class="pointer-cursor lg:hidden block"><svg class="fill-current text-gray-900" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path></svg></label>
  39. <input class="hidden" type="checkbox" id="menu-toggle" />
  40. <div class="hidden lg:flex lg:items-center lg:w-auto w-full" id="menu">
  41. <nav>
  42. <ul class="lg:flex items-center justify-between text-base text-gray-700 pt-4 lg:pt-0">
  43. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="/en/download/">DOWNLOAD</a></li>
  44. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="/belgeler/docs/en">DOCS</a></li>
  45. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="http://mls.akdeniz.edu.tr/git/milislinux/milis19">SOURCE CODE</a></li>
  46. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="http://mls.akdeniz.edu.tr/forum/forum">FORUM</a></li>
  47. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="/blog/">BLOG</a></li>
  48. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="http://mls.akdeniz.edu.tr/paketler">PACKAGES</a></li>
  49. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="/en/faq/">FAQ</a></li>
  50. <li><a class="lg:p-4 py-3 px-0 block border-b-2 border-transparent hover:border-indigo-400" href="/en/contact/">CONTACT</a></li>
  51. </ul>
  52. </nav>
  53. <a href="#" class="lg:ml-4 flex items-center justify-start lg:mb-0 mb-4 pointer-cursor">
  54. <img class="rounded-full w-10 h-10 border-2 border-transparent hover:border-indigo-400" src="/img/logo.png" alt="Milis Linux">
  55. </a>
  56. <a href="/" class="lg:ml-4 flex items-center justify-start lg:mb-0 mb-4 pointer-cursor">TR</a>
  57. </div>
  58. </header>
  59. <div class="px-4">
  60. <div class="max-w-3xl bg-white rounded-lg mx-auto my-16 p-16">
  61. <span><img src='/img/logo.png' height="73" width="73"/></span>
  62. <h1 class="text-2xl font-medium mb-2">Frequently Asking Questions</h1>
  63. <!-- <h2 class="font-medium text-sm text-indigo-400 mb-4 uppercase tracking-wide">Responsive Navbar</h2> f-->
  64. <p class=p-1></p>
  65. Milis Linux is a Linux kernel based operating system project that was initiated voluntarily in 2016,
  66. considering the insufficient domestic operating system studies in our country and the disruption.
  67. Milis was developed by making use of LFS (Linux From Stratch), namely "Linux from scratch" construction
  68. technique in order to achieve the originality of Linux. Accordingly, it has own unique package building and management system
  69. (Milis Package System). As a development principle, it is based on permanent volunteerism and continuous productivity.
  70. <p class=p-5></p>
  71. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  72. What is meant by a "National" Linux-based operating system?</h2>
  73. <p class=p-1></p>
  74. If the point of the cumulative way of technology is examined, being national does not mean anything.
  75. Likewise, if we look at Milis Linux, it is seen that many software components, especially the kernel,
  76. are the products of the collaboration of domestic and foreign developers. By our national and domestic means,
  77. it is necessary to remove the technological hemegony on our country by using domestic minds and facilities
  78. in order to break the culture of consumption that emerged with the development of technology.
  79. Thanks to our efforts in this way, we believe that over time our country will be freed at the operating system and software level
  80. and will be able to cope with global closed system ecosystems. At this point, we have provided our knowledge and
  81. abilities to the benefit of our country and humanity in the consciousness of being an individual of this nation
  82. by being involved in production and encouraging other people to production.
  83. In fact, Milis Linux, "National Operating System" with the title of an ideal.
  84. In this ideal, the national characterization of the project is a reference to the union of those who love our country and want to produce something for humanity.
  85. <p class=p-5></p>
  86. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  87. Why did the Milis come from scratch as a Linux operating system? Couldn't one of the existing Linux systems be based?
  88. </h2>
  89. <p class=p-1></p>
  90. Examining the reasons for the serious outages of the existing operating systems, it emerged to complete the lack of previous or existing systems.
  91. We are focusing on a new operating system to solve problems in our previously observed systems and to improve their useful properties.
  92. Work on a new operating system should not be seen as reinventing the wheel.
  93. Because Milis Linux, we want to combine the latest technologies seamlessly with our people and then to make humanity easier to use.
  94. We are developing a new package manager for this. MPS (Milis Package System) is a package manager that organizes active
  95. Linux-compatible applications with the Shell scripting language and provides efficient and trouble-free package management.
  96. We also want Milis Linux to be seen as an operating system and free software development school,
  97. as it is open source for Turkish for young developers.
  98. <p class=p-5></p>
  99. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  100. Who are the target users of Milis Linux?
  101. </h2>
  102. <p class=p-1></p>
  103. <em>
  104. For everyone, children to adults, regardless of age or technical ability, especially in our country!
  105. </em>
  106. In order to meet user requests, we are trying to develop a stable and easy-to-use system with our own software,
  107. combining popular features in other Linux systems. We want that our children can start to education with a native operating
  108. system and let them use the first one. Our software developers also develop their applications freely on this system.
  109. Our government agencies, business organizations and home users can use their computer work faster and more safely with an
  110. independent operating system. Thus, we believe that in the ecosystem of computer systems we can get rid of the
  111. external yoke and establish our own free ecosystem.
  112. <p class=p-5></p>
  113. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  114. Does the Milis (Militia) wording have some other meaning?
  115. </h2>
  116. <p class=p-1></p>
  117. As we mentioned above, the main opening of the word Milis is the "National Operating System";
  118. the necessity of conducting a national project on a voluntary basis with the national/domestic elements in a diligent way.
  119. <p class=p-5></p>
  120. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  121. What is the code name of Milis Linux 1.0 ?
  122. </h2>
  123. <p class=p-1></p>
  124. Milis Linux is idealized with feeding thousands of years of Turk history. In version code names, individuals
  125. who leave traces in our history use it to reflect this effect.
  126. Atilla (Attila) Khan is a well-known ruler of the European Hun State.
  127. Attila has a strategic war intelligence and has changed the ethnic and political structure of Europe with a driving force.
  128. We want our country to reactivate with informatics with the same spirit. Operating system work is very important in this context.
  129. Therefore, the code name of our first version, 1.0, was named Atilla.
  130. <p class=p-5></p>
  131. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  132. How are packages made available for daily users of Milis Linux? Can I also use it after downloading and installing?
  133. </h2>
  134. <p class=p-1></p>
  135. As a Milis Operating System, we add new packages to our warehouse every day by taking into account the application categories
  136. and according to the requests of our users. The system allows to compile and pack all kinds of packages. As our developers and contributors increase, the number of packages will increase every day. From the Milis Operating System Download page, you can download the running-installed image file, you can test both live and installed on your computer and you can go to the daily use.
  137. <p class=p-5></p>
  138. <h2 class="font-medium text-md border border-6 border-gray-900 mb-1 tracking-wide">
  139. How can I contribute to the Milis Operating System ?
  140. </h2>
  141. <p class=p-1></p>
  142. <span class="" title="">Our priority request from users who want to contribute is to install the Milis system on either the virtual or hard disks and to test the system at both application and daily usage levels.</span> <span title="">Milis Operating System will make it easier to provide a favorable environment for the end user.</span> <span title="">In addition, those who access the practicality can contribute in a coordinated manner in the field of their choice according to their interests and abilities from preparation of written and visual media content to package production.</span> <span title="">We believe that Milis Linux Project will be more beneficial for users every day with your sincere and devoted efforts.</span>
  143. </div>
  144. </div>
  145. <footer class='w-full text-center border-t border-grey p-4'>
  146. <p>&copy;
  147. Milis Linux Site is hosted on Akdeniz University servers.
  148. All content on the site and blog is licensed with Creative Commons 3.0 (by-sa)
  149. and all content can be used provided that it shows the source.
  150. As of 2019, Milis Linux (2.0) version is being implemented as a BAP Project at Akdeniz University.
  151. In addition, Milis Linux Community acts in cooperation with the Free Software Users Association.
  152. The <a href="https://milislinux.org"> milislinux.org </a> site is in force to represent community work.
  153. </p>
  154. </footer>
  155. </body>
  156. </html>