mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
lots of changes for the website
This commit is contained in:
4
website/dist/docs/admin-panel/index.html
vendored
4
website/dist/docs/admin-panel/index.html
vendored
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Admin panel :: docs - libreevent</title>
|
||||
<title>Home :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Admin panel</h1>
|
||||
<h1>Home</h1>
|
||||
<p>The admin panel is where you can change basically everything about libreevent. Depending on your account's privileges, you may find more or less settings. Only the root account has access to the admin accounts page.</p>
|
||||
<p>Here's a list of the pages available when logged in as the root user. All other users have fewer pages enabled.</p>
|
||||
<ul>
|
||||
|
||||
@@ -24,7 +24,11 @@
|
||||
<h2>Removing components</h2>
|
||||
<p>You may remove components by clicking the trash icon or by hitting 'delete' on your keyboard.</p>
|
||||
<h2>Editing history</h2>
|
||||
<p>The editor features undo and redo functions such that you can undo your mistakes and accidental undos can be reverted. Just hit the corresponding button in the toolbar.</p>
|
||||
<p>The editor features undo and redo functions such that you can undo your mistakes and accidental undos can be reverted. Just hit the corresponding button in the toolbar or use the keyboard shortcuts Ctrl + Z for Undo and Ctrl + Y for Redo.</p>
|
||||
<h2>Component number property</h2>
|
||||
<p>This property can be used to tell the system in which order to number seats in. You can start at one for every time the numbering should start at 1 again. Just keep in mind that for optimal results, you should use a different sector whenever setting the component number to 1 again as otherwise there might be two seats 1 in a sector which can lead to confusion for the customer. You will be notified if there's such a conflict before deploying the seat plan.</p>
|
||||
<p><strong>Example:</strong>
|
||||
You've got a seat plan which has 4 seat components. These 4 components are grouped into two different sectors. Now, for the component where the seat numbering should start for each sector, set the component number property to 1. This will tell the system to start numbering the seats from this component. You may also choose the numbering direction with the option right below called 'Numbering direction'.</p>
|
||||
<h2>Saving</h2>
|
||||
<p>The editor does auto-save a draft every minute. Pressing Ctrl + S or hitting the Save button in the toolbar will immediately save the seatplan as a draft. Click the deploy button to save the seatplan permanently, irreversibly overwriting any potentially existing old seatplan of that location, except you change the location name after the fact.</p>
|
||||
</div>
|
||||
|
||||
4
website/dist/docs/contributing/index.html
vendored
4
website/dist/docs/contributing/index.html
vendored
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Contributing :: docs - libreevent</title>
|
||||
<title>Getting Started :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Contributing</h1>
|
||||
<h1>Getting Started</h1>
|
||||
<p>You are interested in helping develop this project to make it even better? Then let's show you, how you may help and what you should keep in mind!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
4
website/dist/docs/errors/index.html
vendored
4
website/dist/docs/errors/index.html
vendored
@@ -18,6 +18,10 @@
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Errors</h1>
|
||||
<h2>400</h2>
|
||||
<p>A 400 error is returned if the request that was sent to the server is invalid, contains illegal characters or has any other kind of formatting error. This can most of the time be resolved by starting a new request.</p>
|
||||
<h2>403</h2>
|
||||
<p>A 403 error is returned if you are unauthorised to view a certain page or resource. This can mostly be solved by logging in using the login page.</p>
|
||||
<h2>404</h2>
|
||||
<p>A 404 error is returned if the page was not found on the server. This can be either due to a wrong link or a badly configured server, but is mostly user error, so a misspelled link.</p>
|
||||
<h2>500</h2>
|
||||
|
||||
28
website/dist/docs/plugins/list-of-plugins/index.html
vendored
Normal file
28
website/dist/docs/plugins/list-of-plugins/index.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>List of plugins :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div id="side-bar"></div>
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>List of plugins</h1>
|
||||
<p>This list of plugins contains all official plugins of libreevent. For a more up-to-date version of this list, please check your</p>
|
||||
<h2></h2>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script src="/docs/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
6
website/dist/docs/setup/index.html
vendored
6
website/dist/docs/setup/index.html
vendored
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Setup :: docs - libreevent</title>
|
||||
<title>Getting Started :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@@ -17,8 +17,10 @@
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Setup</h1>
|
||||
<h1>Getting Started</h1>
|
||||
<p>In this tutorial, you are going to learn how to set up and configure libreevent.</p>
|
||||
<p>Installing libreevent will take you about 2 hour, if you have never made anything similar before. If you don't want to deal with the installation, you may contact us <a href="https://api.janishutz.com/contact/setup?origin=libreevent&campaign=installation-docs">here</a>, so we can set it up for you.</p>
|
||||
<p>Let's begin the installation <a href="/docs/setup/installation">here</a>!</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
|
||||
@@ -39,6 +39,9 @@ https://www.digitalocean.com/go/affiliates</p>
|
||||
<li>Your web hosting plan does not includes MySQL and you've got no access to MySQL in any other way. <em>NOTE: Free MySQL services should NEVER be used in such an application, as most hosting plans include MySQL which is much more reliable and if you lose access to the database, you can only access the root account and all other data (and therefore all user accounts) is lost.</em></li>
|
||||
</ul>
|
||||
<p>MySQL generally is more difficult to set up, but we'll run you through the process here to make the process easier for you. If you chose the JSON based database, skip ahead to the next chapter.</p>
|
||||
<h1>Uploading libreevent</h1>
|
||||
<h2>npm install</h2>
|
||||
<p>This project relies on a variety of different node.js modules that need to be installed on the server. Most webhosting providers give you an easy way to run <em>npm install</em>. If not, you might be required to upload the <em>node_modules</em> folder yourself. You can create such a folder either by downloading the <em>node_modules.zip</em> folder from the GitHub releases page or by installing npm on your local machine and then by running <em>npm i</em> in the terminal.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
|
||||
27
website/dist/docs/setup/update/index.html
vendored
Normal file
27
website/dist/docs/setup/update/index.html
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Updating :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div id="side-bar"></div>
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Updating</h1>
|
||||
<p>Updating libreǝvent is important to keep it secure, performant and bug-free. You can update libreevent automatically using the update tool on the settings page in the admin panel. The tool will automatically fetch all files that have been changed since the last version update. For this, it will have to make a webrequest to GitHub to fetch the JSON file with the update information. After that, many webrequests have to be performed to GitHub to download the new version. Before installing, the tool will show you the full changelog of the new version of libreevent. After the install has completed, you will need to restart libreevent such that the changes can be applied.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script src="/docs/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
16
website/dist/docs/side-bar.html
vendored
16
website/dist/docs/side-bar.html
vendored
@@ -10,7 +10,7 @@
|
||||
<div class="side-nav-list">
|
||||
<a class="side-nav-item" id="docs-home" href="/docs">Home</a><a class="side-nav-item" id="admin-panelNav" onclick="toggleList( 'admin-panel' );">Admin-panel</a>
|
||||
<div class="side-dropdown" id="admin-panel-dropdown">
|
||||
<a class="side-nav-subitem" id="admin-panel" href="/docs/admin-panel">Admin panel</a>
|
||||
<a class="side-nav-subitem" id="admin-panel" href="/docs/admin-panel">Home</a>
|
||||
<a class="side-nav-subitem" id="admin-panel-admin-accounts" href="/docs/admin-panel/admin-accounts">Admin Accounts</a>
|
||||
<a class="side-nav-subitem" id="admin-panel-events" href="/docs/admin-panel/events">Events</a>
|
||||
<a class="side-nav-subitem" id="admin-panel-pages" href="/docs/admin-panel/pages">Pages</a>
|
||||
@@ -20,22 +20,26 @@
|
||||
</div>
|
||||
<a class="side-nav-item" id="contributingNav" onclick="toggleList( 'contributing' );">Contributing</a>
|
||||
<div class="side-dropdown" id="contributing-dropdown">
|
||||
<a class="side-nav-subitem" id="contributing" href="/docs/contributing">Contributing</a>
|
||||
<a class="side-nav-subitem" id="contributing" href="/docs/contributing">Getting Started</a>
|
||||
<a class="side-nav-subitem" id="contributing-plugins" href="/docs/contributing/plugins">Contributing Plugins</a>
|
||||
</div>
|
||||
<a class="side-nav-item" id="errors" href="/docs/errors">Errors</a>
|
||||
<a class="side-nav-item" id="how-it-works" href="/docs/how-it-works">How it works</a>
|
||||
<a class="side-nav-item" id="payments" href="/docs/payments">Payments</a>
|
||||
<a class="side-nav-item" id="plugins" href="/docs/plugins">Plugins</a>
|
||||
<a class="side-nav-item" id="pluginsNav" onclick="toggleList( 'plugins' );">Plugins</a>
|
||||
<div class="side-dropdown" id="plugins-dropdown">
|
||||
<a class="side-nav-subitem" id="plugins" href="/docs/plugins">Plugins</a>
|
||||
<a class="side-nav-subitem" id="plugins-list-of-plugins" href="/docs/plugins/list-of-plugins">List of plugins</a>
|
||||
</div>
|
||||
<a class="side-nav-item" id="setupNav" onclick="toggleList( 'setup' );">Setup</a>
|
||||
<div class="side-dropdown" id="setup-dropdown">
|
||||
<a class="side-nav-subitem" id="setup" href="/docs/setup">Setup</a>
|
||||
<a class="side-nav-subitem" id="setup" href="/docs/setup">Getting Started</a>
|
||||
<a class="side-nav-subitem" id="setup-installation" href="/docs/setup/installation">Installation</a>
|
||||
<a class="side-nav-subitem" id="setup-setup" href="/docs/setup/setup">Setup of libreevent</a>
|
||||
<a class="side-nav-subitem" id="setup-update" href="/docs/setup/update">Updating</a>
|
||||
</div>
|
||||
<a class="side-nav-item" id="sponsor" href="/docs/sponsor">Sponsor</a>
|
||||
<a class="side-nav-item" id="sponsoring" href="/docs/sponsoring">Sponsoring</a>
|
||||
<a class="side-nav-item" id="systemrequirements" href="/docs/systemrequirements">Systemrequirements</a>
|
||||
<a class="side-nav-item" id="tutorial" href="/docs/tutorial">Tutorial</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
26
website/dist/docs/sponsoring/index.html
vendored
Normal file
26
website/dist/docs/sponsoring/index.html
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Sponsoring :: docs - libreevent</title>
|
||||
<link rel="stylesheet" href="/docs/css/style.css">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div id="side-bar"></div>
|
||||
<div id="backToTop" onclick="backToTop();"></div>
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Sponsoring</h1>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script src="/docs/js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user