-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
85 lines (67 loc) · 4.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>XOOPS Project by XOOPS</title>
</head>
<body>
<header>
<div class="inner">
<h1>XOOPS Project</h1>
<h2>Powered by YOU! </h2>
<a href="https://github.com/XOOPS" class="button"><small>Follow me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a name="welcome-to-xoops-project" class="anchor" href="#welcome-to-xoops-project"><span class="octicon octicon-link"></span></a>Welcome to XOOPS Project.</h3>
<p>Welcome to XOOPS Project's home on GitHub </p>
<h3>
<a name="what-is-xoops" class="anchor" href="#what-is-xoops"><span class="octicon octicon-link"></span></a>What is XOOPS?</h3>
<p>XOOPS is one of world's leading open source CMS and portal systems, written in PHP for the MySQL database. Its object orientation makes it an ideal tool for developing small or large community websites, intra company and corporate portals, weblogs and much more. </p>
<p>Founded in 2001 by group of international software developers, XOOPS quickly become one of world’s leading Open Source Content Management Systems (CMS). </p>
<p>Known and loved for its ease of use and countless powerful modules, XOOPS received numerous International Awards and Recognitions, including being the Top 5 finalist of the 2008, 2009, and 2010 CMS Awards by Packt Publishing. In January 2009 it received the 2008 China Open Source Software Contest Award and in October 2010 the "Best Technology Award" from Northeast Asia OSS Forum. </p>
<h3>
<a name="what-xoops-stands-for" class="anchor" href="#what-xoops-stands-for"><span class="octicon octicon-link"></span></a>What XOOPS stands for?</h3>
<p>XOOPS is an acronym of eXtensible Object Oriented Portal System. Though started as a portal system, XOOPS is in fact mostly used as Content Management System, and moving toward Web Application Platform. It can serve as a web framework for use by small, medium and large Websites.</p>
<h3>
<a name="key-features-of-xoops" class="anchor" href="#key-features-of-xoops"><span class="octicon octicon-link"></span></a>Key features of XOOPS</h3>
<ul>
<li><p>Database-driven
XOOPS uses a relational database (currently MySQL) to store data required for running a web-based content management system.</p></li>
<li><p>Fully Modularized
Modules can be installed/uninstalled/ativated/deactivated with a click using the XOOPS module administration system.</p></li>
<li><p>Personalization
Registered users can edit their profiles, select site themes, upload custom avatars, and much more!</p></li>
<li><p>User Management
The ability to search for users by various criteria, send email and private messages to users through a template-based messaging system.</p></li>
<li><p>Supported World-wide
XOOPS was created and is maintained by a team of several hard-working volunteers working from all over the world. The XOOPS community has more than dozen official support sites around the world for support of non-English speaking users.</p></li>
<li><p>Multi-byte Language Support
Fully supports multi-byte languages, including Japanese, Simplified and Traditional Chinese, Korean, etc.</p></li>
<li><p>Versatile Group Permissions System
Powerful and user-friendly permissions system which enables administrators to set permissions by group.</p></li>
<li><p>Theme-based skinnable interface
XOOPS is driven by a powerful theme system. Both admins and users can change the look of the entire web site with just a click of a mouse. There are also over 1000 themes available for download!</p></li>
</ul><h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>The XOOPS Project's main Website is at <a href="http://xoops.org">http://xoops.org</a></p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>