index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0">
  6. <title>Uruk Project</title>
  7. <link rel="stylesheet" href="../modules/bootstrap/lib/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../modules/bootstrap/css/main.css">
  9. <link rel="shortcut icon" type="image/x-icon" href="../media/urukp.png">
  10. </head>
  11. <body bgcolor="#CBF1FF">
  12. <div id="top"></div>
  13. <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  14. <div class="container">
  15. <div class="navbar-header">
  16. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  17. <span class="sr-only">Menu</span>
  18. <span class="icon-bar"></span>
  19. <span class="icon-bar"></span>
  20. <span class="icon-bar"></span>
  21. </button>
  22. <a class="navbar-brand" href="../index.html"><img src="../media/logo-e.png" alt="uruk project"></a>
  23. </div>
  24. <div id="navbar" class="collapse navbar-collapse">
  25. <ul class="nav navbar-nav navbar-right">
  26. <li><a href="#about">About</a></li>
  27. <li><a href="#projects">Projects</a></li>
  28. <li><a href="#contact">Contact</a></li>
  29. <li><a target="_blank" href="https://blog.urukproject.org">Blog</a></li>
  30. <li><a href="contribute.html">Contribute</a></li>
  31. <!--<li><a href="#donate">Donate</a></li>-->
  32. <li><a href="https://wiki.urukproject.org">Documentation</a></li>
  33. </ul>
  34. </div>
  35. </div>
  36. </nav>
  37. <noscript class="navbar navbar-default container visible-xs">
  38. <ul class="nav navbar-nav">
  39. <li><a href="#about">About</a></li>
  40. <li><a href="#projects">Projects</a></li>
  41. <li><a href="#contact">Contact</a></li>
  42. <li><a target="_blank" href="https://blog.urukproject.org">Blog</a></li>
  43. <li><a href="contribute.html">How To Contribute</a></li>
  44. <!--<li><a href="#donate">Donate</a></li>-->
  45. <li><a href="https://wiki.urukproject.org">Documentation</a></li>
  46. </ul>
  47. </noscript>
  48. <div class="container">
  49. <div class="row">
  50. <img src="../media/top.svg" class="center-block website-banner" />
  51. </div>
  52. <hr>
  53. <h2><a id="about" name="about" style="margin-top:-50px; padding-bottom:50px; display:block;"></a>About the Uruk Project</h2>
  54. <p><strong>The Uruk project</strong> is a highly motivated community of people sharing a strong interest in free culture and free society.
  55. We all help each other and share the common purpose of supporting and building free projects.
  56. The Uruk project provides a list of goals our members follow in order to promote and strengthen free (as in freedom!) software and culture.
  57. <br>The Uruk name was chosen in honor of Uruk (Warka) city in Iraq <a target="_blank" href="https://en.wikipedia.org/wiki/Uruk">(Read More)</a>
  58. <br>To indicate how the word "uruk" should be pronounced, we included an audio file:
  59. <br>
  60. <br><audio controls><source src="../media/u-sound.ogg">
  61. If you are reading this, it is because your browser does not support the audio element.
  62. </audio>
  63. <br>
  64. <br>The logo is a symbol of the Sumerian Palm with nine fronds, surrounded by Tigris and Euphrates rivers.</br>
  65. <br><strong>Our Project Goal is to:</strong></br>
  66. <ul>
  67. <li>Establish and maintain free projects to support the free software community.</li>
  68. <li>Develop a free GNU/Linux distribution to meet the users' needs.</li>
  69. <li>Support the less common languages for the free software community.</li>
  70. <li>Spread the free software philosophy in places where such philosophy is weak.</li>
  71. <li>Focus on the accessibility to help all users, and in particular those with disabilities, operate their computers in the easiest way possible.</li>
  72. </ul>
  73. </p>
  74. <br>
  75. <br>
  76. <br>
  77. <hr>
  78. <h2><a id="projects" name="projects" style="margin-top:-50px; padding-bottom:50px; display:block;"></a>Projects</h2>
  79. <p><strong>The following list contains the sub-projects of our team.</strong></p>
  80. <table class="table">
  81. <tbody>
  82. <tr>
  83. <td><a target="_blank" href="http://urukproject.org/dist">Uruk GNU/Linux</a></td>
  84. <td>Uruk GNU/Linux is a fully free operating system for home users, small enterprises and educational centers based on Trisquel.</td>
  85. </tr>
  86. <tr>
  87. <td><a target="_blank" href="https://notabug.org/alimiracle/uruk-cleaner">Uruk Cleaner</a></td>
  88. <td>Uruk Cleaner is a program that you can use to clean your system from cache files and logs.</td>
  89. </tr>
  90. <tr>
  91. <td><a target="_blank" href="https://notabug.org/alimiracle/UPMS">UPMS</a></td>
  92. <td>UPMS(Uruk Package Managers Simulator). This program can simulate several common package managers commands, which means you can install, uninstall, update and remove the packages using any package manager you prefer to get the work done with.</td>
  93. </tr>
  94. <tr>
  95. <td><a target="_blank" href="https://notabug.org/alimiracle/Uruk-Ocr-Server">Uruk Ocr Server</a></td>
  96. <td>A Simple, small, powerful OCR web server used to convert images to text.</td>
  97. </tr>
  98. <tr>
  99. <td><a target="_blank" href="https://notabug.org/alimiracle/irc-log-recorder">Irc log recorder</a></td>
  100. <td>The Irc log recorder is an irc bot that logs the entire communication of an irc channel. It is equipped with a web server to enable users to access the logs from a web browser and/or telnet .</td>
  101. </tr>
  102. <tr>
  103. <td><a target="_blank" href="https://github.com/hayderctee/masalla-icon-theme">Masalla Icon Theme</a></td>
  104. <td>Icon theme for *NIX OS inspired by the modern flat design trend. .</td>
  105. </tr>
  106. <tr>
  107. <td><a target="_blank" href="https://github.com/azzenovic/UrukCloudIDE">Uruk Cloud IDE</a></td>
  108. <td>The UruCloudIDE Project is a free as in freedom cross platform integrated development environment running primarily, but not exclusively, on the free and open source cloud software. This piece of software is highly recommended for institutions, software development companies and developers. The project is still in beta.</td>
  109. </tr>
  110. <td><a target="_blank" href="https://notabug.org/hayderctee/urukprojectsites">Uruk Project website</a></td>
  111. <td>The source code for the Uruk project and the Uruk GNU/Linux website, based on the Peers website<a target="_blank" href='https://notabug.org/vaeringjar/Peers'> source code </a> </td>
  112. </tr>
  113. </tr>
  114. <td><a target="_blank" href="https://sourceforge.net/projects/rosecrypt">Rose Crypt</a></td>
  115. <td>Promote and facilitate encryption and decryption of files using AES</td>
  116. </tr>
  117. <tr>
  118. <td><a target="_blank" href="https://notabug.org/alimiracle/tabannusi">Tabannusi</a></td>
  119. <td>Tabannusi is a continuous build system, it watches for the git repository so if you make any new commit to it, the application will build such repository code and send you the build log in your email </td>
  120. </tr>
  121. <tr>
  122. <td><a target="_blank" href="https://notabug.org/kzimmermann/quickpass">quickpass</a></td>
  123. <td>quickpass is a command-line password manager and random password generator using just the commonly available Unix utilities. </td>
  124. </tr>
  125. <tr>
  126. <td><a target="_blank" href="https://notabug.org/alimiracle/clara">Clara</a></td>
  127. <td>Server Backup and Notifications bot</td>
  128. </tr>
  129. <tr>
  130. <td><a target="_blank" href="https://notabug.org/hayderctee/ucc">UCC</a></td>
  131. <td>Uruk Control Center, Simple System Control Center for GNU/Linux System ( Only for XFCE4 and MATE DE for now ). </td>
  132. </tr>
  133. <tr>
  134. <td><a target="_blank" href="https://notabug.org/hayderctee/ucc">Delta</a></td>
  135. <td>File Sharing system via network.</td>
  136. </tr>
  137. <tr>
  138. <td><a target="_blank" href="https://notabug.org/hayderctee/ucc">Uruk Wiki</a></td>
  139. <td>The official Uruk project wiki script. </td>
  140. </tr>
  141. </tbody>
  142. </table>
  143. <br>
  144. <br>
  145. <br>
  146. <hr />
  147. <h2><a id="contact" name="contact" style="margin-top:-50px; padding-bottom:50px; display:block;"></a>Contact</h2>
  148. <p>You can reach us via one of the following methods:</p>
  149. <ul class="contacts">
  150. <li><h4><strong>Join </strong> our mailing list. To subscribe to the list, just send a mail to
  151. <code><font color ="2c3e50">uruk-request@lists.tuxfamily.org</font></code> with the subject field: <code><font color ="#2c3e50">subscribe</font></code>.
  152. A mail will be sent back to confirm the request. To unsubscribe follow the same procedure, but with the subject field <code><font color ="#2c3e50">unsubscribe</font></code>. And to remain faithful to our GNUisance status, confirmation is needed in this case too.
  153. To Post in the mailing list send your message to
  154. <code><font color ="2c3e50">uruk@lists.tuxfamily.org</font></code>
  155. <br></li>
  156. <li><strong>Chat with us</strong> on <code>irc.freenode.net</code> in our channel <code>#uruk-project</code></li>
  157. <li><strong>OR </strong> contact the main project managers by mail:
  158. <ul>
  159. <li>Ali Abdulghani(Ali Miracle) <code><font color ="2c3e50">alimiracle@riseup.net</font></code></li>
  160. <li>Hayder Majid(Hayder Ctee) <code><font color ="2c3e50">hayder@riseup.net</font></code></li>
  161. </ul></li>
  162. </ul>
  163. <br>
  164. <br>
  165. <br>
  166. <hr>
  167. <div class="footer"><h6>&copy; 2018 Uruk project &bull; Website Code distributed under the AGPLv3+ &bull; Website media licensed under CC BY-SA 4.0</div>
  168. <script src="../modules/bootstrap/lib/js/jquery.min.js"></script>
  169. <script src="../modules/bootstrap/lib/js/jquery.smooth-scroll.min.js"></script>
  170. <script src="../modules/bootstrap/lib/js/jquery.goup.min.js"></script>
  171. <script src="../modules/bootstrap/lib/js/bootstrap.min.js"></script>
  172. <script src="../modules/bootstrap/lib/js/fastclick.min.js"></script>
  173. <script src="../modules/bootstrap/js/main.min.js"></script>
  174. </body>
  175. </html>