Skip to content

Commit 256b75e

Browse files
committed
StaONS Archive Created - Content Updated
1 parent 8f0e248 commit 256b75e

19 files changed

+345
-58
lines changed

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="col-lg-10 col-12 d-lg-block d-none">
132132
<ul class="top-navigation">
133133
<li>
134-
<a class="disabled">
134+
<a href="/stagons/">
135135
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
136136
<span>StagONS</span>
137137
</a>

announcements/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<div class="col-lg-10 col-12 d-lg-block d-none">
133133
<ul class="top-navigation">
134134
<li>
135-
<a class="disabled">
135+
<a href="/stagons/">
136136
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
137137
<span>StagONS</span>
138138
</a>

announcements/release/v1.0.6.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="col-lg-10 col-12 d-lg-block d-none">
132132
<ul class="top-navigation">
133133
<li>
134-
<a class="disabled">
134+
<a href="/stagons/">
135135
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
136136
<span>StagONS</span>
137137
</a>

architecture.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="col-lg-10 col-12 d-lg-block d-none">
132132
<ul class="top-navigation">
133133
<li>
134-
<a class="disabled">
134+
<a href="/stagons/">
135135
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
136136
<span>StagONS</span>
137137
</a>

assets/css/theme.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/theme.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
@import 'theme/top-menu';
55
@import 'theme/side_nav';
66
@import 'theme/general-elements';
7-
@import 'theme/notification';
7+
@import 'theme/notification';
8+
@import 'theme/stagons-card';

assets/css/theme/_stagons-card.scss

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.stagons-card{
2+
background-color: #eee;
3+
border-radius: 4px;
4+
box-shadow: 0 0 0 1px #e9e9e9;
5+
overflow: hidden;
6+
7+
>.row:last-child{
8+
background-color: #ddd;
9+
}
10+
}
98 KB
Loading
4.77 KB
Loading

contribute.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="col-lg-10 col-12 d-lg-block d-none">
132132
<ul class="top-navigation">
133133
<li>
134-
<a class="disabled">
134+
<a href="/stagons/">
135135
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
136136
<span>StagONS</span>
137137
</a>

docs/getting-started.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="col-lg-10 col-12 d-lg-block d-none">
132132
<ul class="top-navigation">
133133
<li>
134-
<a class="disabled">
134+
<a href="/stagons/">
135135
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
136136
<span>StagONS</span>
137137
</a>

docs/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88

99
<!-- Primary Meta Tags -->
1010
<title>StagPHP Documentation and Guides</title>
11-
<meta name="title" content="StagPHP Documents and Guides">
12-
<meta name="description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
11+
<meta name="title" content="StagPHP Documentation and Guides">
12+
<meta name="description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
1313

1414
<!-- Open Graph / Facebook -->
1515
<meta property="og:type" content="website">
1616
<meta property="og:url" content="https://stagphp.io/docs/">
17-
<meta property="og:title" content="StagPHP Documents and Guides">
18-
<meta property="og:description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
17+
<meta property="og:title" content="StagPHP Documentation and Guides">
18+
<meta property="og:description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
1919
<meta property="og:image" content="https://stagphp.io/assets/media/social.jpg">
2020

2121
<!-- Twitter -->
2222
<meta property="twitter:card" content="summary_large_image">
2323
<meta property="twitter:url" content="https://stagphp.io/docs/">
24-
<meta property="twitter:title" content="StagPHP Documents and Guides">
25-
<meta property="twitter:description" content="Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.">
24+
<meta property="twitter:title" content="StagPHP Documentation and Guides">
25+
<meta property="twitter:description" content="Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.">
2626
<meta property="twitter:image" content="https://stagphp.io/assets/media/social.jpg">
2727

2828
<script>
@@ -132,7 +132,7 @@
132132
<div class="col-lg-10 col-12 d-lg-block d-none">
133133
<ul class="top-navigation">
134134
<li>
135-
<a class="disabled">
135+
<a href="/stagons/">
136136
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
137137
<span>StagONS</span>
138138
</a>
@@ -221,7 +221,7 @@ <h4 class="mb-4">Development</h4>
221221
<div class="container content-section py-5">
222222
<div class="section-header py-5">
223223
<h2><strong>StagPHP</strong> Documents And Guides</h2>
224-
<p>Are you new to StagPHP! Don't worry, we got you covered. StagPHP documents and guides will help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful For professionals and experts.</p>
224+
<p>Are you new to StagPHP! Don't worry, we have got you covered. StagPHP documentations and guides help beginners to get well acquainted with StagPHP and its basic functionality. Advance development guides and references are quite useful for professionals and experts.</p>
225225
</div>
226226
<div class="row pb-5 row-cols-1 row-cols-md-3">
227227

footer.data

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="col-lg-3 col-md-6 col-12 mb-0">
1919
<h4 class="mb-4">Explore StagPHP</h4>
2020
<div>
21-
<a class="disabled">
21+
<a href="/stagons/">
2222
<span class="stag-icon stag-icon-right"></span>
2323
<span>StagONS Archive</span>
2424
</a>

index.html

+33-37
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<div class="col-lg-10 col-12 d-lg-block d-none">
133133
<ul class="top-navigation">
134134
<li>
135-
<a class="disabled">
135+
<a href="/stagons/">
136136
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
137137
<span>StagONS</span>
138138
</a>
@@ -251,7 +251,7 @@ <h4 class="mb-4">Development</h4>
251251
<h1><strong>StagPHP</strong> Framework</h1>
252252
<p>Open Source, Lightweight, Extensible, High Performance, and Secure</p>
253253
</div>
254-
<p class="mb-3 big-first-letter text-justify">The <strong>StagPHP</strong> is Open Source, High Performance, and Secure PHP Framework for Modern Web Applications. It has a variety of practical usage such as Web Apps, REST APIs, eCommerce, Banking Apps, User Management Portals, CMS, CRM, Realtime Communication Apps over Websocket, etc. It is compatible with almost all web server that can run PHP, my SQL, and Apache. It follows the popular MVC (Model View Controller) Architecture. It has a modular structure. Just install StagONS as a controller module to extend the core functionality of StagPHP.</p>
254+
<p class="mb-3 big-first-letter">The <strong>StagPHP</strong> is Open Source, High Performance, and Secure PHP Framework for Modern Web Applications. It has a variety of practical usage such as Web Apps, REST APIs, eCommerce, Banking Apps, User Management Portals, CMS, CRM, Realtime Communication Apps over Websocket, etc. It is compatible with almost all web server that can run PHP, my SQL, and Apache. It follows the popular MVC (Model View Controller) Architecture. It has a modular structure. Just install StagONS as a controller module to extend the core functionality of StagPHP.</p>
255255
</div>
256256
</div>
257257
</div>
@@ -307,23 +307,21 @@ <h3><strong>StagPHP</strong> Features</h3>
307307
<p>Ever wondered? What makes the StagPHP so special!</p>
308308
</div>
309309
<div class="row">
310-
<div class="col-4 pb-5">
310+
<div class="col-lg-4 col-md-6 col-12 pb-5">
311311
<h4 class="mb-3">Lite on Resource</h4>
312-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
312+
<p>StagPHP only loads essential controllers required to process request initially. Then it loads the controllers defined in your application to complete request processing.</p>
313313
</div>
314-
<div class="col-4 pb-5">
314+
<div class="col-lg-4 col-md-6 col-12 pb-5">
315315
<h4 class="mb-3">Extendable using StagONS</h4>
316-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
316+
<p>StagPHP has selective built-in controllers such as core components and core libraries. You can add additional controllers using StagONS to extend the core functionalities of the StagPHP.</p>
317317
</div>
318-
<div class="col-4 pb-5">
318+
<div class="col-lg-4 col-md-6 col-12 pb-5">
319319
<h4 class="mb-3">Smart Request Cycle</h4>
320-
<p>StagPHP proccess every request by following the logic defined by the developer. Unterminated requests are cleared by the garbage collectors to free memory on next request.</p>
320+
<p>StagPHP captures, filters, validates, and route every request. Then the request passed to your application for processing. After that, it frees up the memory, and this cycle repeats parallelly.</p>
321321
</div>
322-
</div>
323-
<div class="row">
324-
<div class="col-4 pb-5">
322+
<div class="col-lg-4 col-md-6 col-12 pb-5">
325323
<h4 class="mb-3">Automatic Updates</h4>
326-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
324+
<p>StagPHP has built-in controllers to update its core files and StagONS. This makes it more secure and up to date. You can also enable auto-update for your App if it is deployed in GitHub.</p>
327325
</div>
328326
</div>
329327
</div>
@@ -332,13 +330,13 @@ <h4 class="mb-3">Automatic Updates</h4>
332330
<div class="content-section my-5 px-0" style="background: #4E5965;">
333331
<div class="container icon-box py-5">
334332
<div class="row py-5">
335-
<div class="col-3 large-icon text-lg-right text-md-center align-self-center">
333+
<div class="col-md-3 col-12 large-icon text-md-right text-center pb-md-0 pb-5 align-self-center">
336334
<span class="stag-icon stag-icon-stagon text-white"></span>
337335
</div>
338-
<div class="col-9 align-self-center text-left">
336+
<div class="col-md-9 col-12 align-self-center text-md-left text-center">
339337
<h3 class="text-white mb-3">Explore StagONS Archive</h3>
340338
<p class="text-white">StagPHP comes built-in with few libraries to ease your work. But, we all know, that might not be just enough. So we have StagONS. It is just like external library packages, similar to plugins. StagONS extends the functionality of StagPHP framework.</p>
341-
<a class="btn btn-light mt-4 disabled">StagONS Archive</a>
339+
<a class="btn btn-light mt-4" href="/stagons/">StagONS Archive</a>
342340
</div>
343341
</div>
344342
</div>
@@ -350,32 +348,30 @@ <h3 class="text-white mb-3">Explore StagONS Archive</h3>
350348
<h3>Smart <strong>Controllers</strong></h3>
351349
<p>At your disposal!</p>
352350
</div>
353-
<div class="row pb-5">
354-
<div class="col-4">
351+
<div class="row">
352+
<div class="col-lg-4 col-md-6 col-12 pb-5">
355353
<h4 class="mb-3">Stag Template Engine</h4>
356-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
354+
<p>StagPHP comes with Stag Template Engine. With it, you can create and include reusable template parts inside the view instance and load it dynamically.</p>
357355
</div>
358-
<div class="col-4">
356+
<div class="col-lg-4 col-md-6 col-12 pb-5">
359357
<h4 class="mb-3">Stag Form Automation</h4>
360-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
358+
<p>Forms are the most used and venerable part of any web application. With StagPHP, you can easily control and automate how these forms behave, validate, and stores the data.</p>
361359
</div>
362-
<div class="col-4">
360+
<div class="col-lg-4 col-md-6 col-12 pb-5">
363361
<h4 class="mb-3">Stag Upload Manager</h4>
364-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
362+
<p>StagPHP upload manager is the part StagPHP Framework. To use it, you have to include it in your application. It handles file uploads securely and effectively.</p>
365363
</div>
366-
</div>
367-
<div class="row pb-5">
368-
<div class="col-4">
364+
<div class="col-lg-4 col-md-6 col-12 pb-5">
369365
<h4 class="mb-3">Stag File Manager</h4>
370-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
366+
<p>StagPHP File Manager is the part StagPHP Framework. To use it, you have to include it in your application. It handles file management securely and effectively.</p>
371367
</div>
372-
<div class="col-4">
368+
<div class="col-lg-4 col-md-6 col-12 pb-5">
373369
<h4>Stag Database controller</h4>
374-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
370+
<p>StagPHP Database controller is the part StagPHP Framework. To use it, you have to include it in your application. It handles database management securely and effectively.</p>
375371
</div>
376-
<div class="col-4">
372+
<div class="col-lg-4 col-md-6 col-12 pb-5">
377373
<h4 class="mb-3">Stag JDB</h4>
378-
<p>StagPHP does not load any unessesary packages, controllers, libraries or modules to perform computation. It only loads the controller defined by the developer.</p>
374+
<p>Stag JDB is the part StagPHP Framework. It is a non-relational JSON Database. To use it, you have to include it in your application. It works without any additional configurations.</p>
379375
</div>
380376
</div>
381377
</div>
@@ -384,10 +380,10 @@ <h4 class="mb-3">Stag JDB</h4>
384380
<div class="content-section my-5 px-0" style="background: #4898CE;">
385381
<div class="container icon-box py-5">
386382
<div class="row py-5">
387-
<div class="col-3 large-icon text-lg-right text-md-center align-self-center">
383+
<div class="col-md-3 col-12 large-icon text-md-right text-center pb-md-0 pb-5 align-self-center">
388384
<span class="stag-icon stag-icon-update text-white"></span>
389385
</div>
390-
<div class="col-9 align-self-center text-left">
386+
<div class="col-md-9 col-12 align-self-center text-md-left text-center">
391387
<h3 class="text-white mb-3">Check Update Log</h3>
392388
<p class="text-white">StagPHP updates frequently. Lots of commits happening locally, but few make its way to the final stage. Those updates are really special of all. And most of all the final builds. Which happens to be the collection of these updates, tested and ready for distribution are the rarest. So keep checking them regularly. If don't want to miss them, simply join our discord server. Thank you.</p>
393389
<a href="https://stagphp.io/update-log/" class="btn btn-light mt-4">Update Log</a>
@@ -403,10 +399,10 @@ <h3><strong>StagPHP</strong> Backend</h3>
403399
<p>Powerful backend dashboard for superusers!</p>
404400
</div>
405401
<div class="row ">
406-
<div class="col-6">
402+
<div class="col-lg-6 col-12 pb-lg-0 pb-5">
407403
<img class="img-fluid" src="/assets/media/backend-fronted.png">
408404
</div>
409-
<div class="col-6 align-self-center">
405+
<div class="col-lg-6 col-12 align-self-center">
410406
<h4 class="mb-3">Backend Dashboard</h4>
411407
<p>StagPHP has a builtin powerful dashboard (<strong>Backend</strong>) to control the application (<strong>Frontend</strong>) built on it and its core features. While installing, a superuser can create an account and log in to backend using the custom URL Path (<strong>SLug</strong>) defined by the admin. Backend is tuned for security, just install trusted StagONS to be secured. And obviously, don't share your login username and password with anyone.</p>
412408
</div>
@@ -441,10 +437,10 @@ <h5 class="card-title mt-4 mb-3">GETTING STARTED</h5>
441437
<div class="content-section my-5 px-0" style="background: #36393F;">
442438
<div class="container icon-box py-5">
443439
<div class="row py-5">
444-
<div class="col-3 large-icon text-lg-right text-md-center align-self-center">
440+
<div class="col-md-3 col-12 large-icon text-md-right text-center pb-md-0 pb-5 align-self-center">
445441
<span class="stag-icon stag-icon-discord text-white"></span>
446442
</div>
447-
<div class="col-9 align-self-center text-left">
443+
<div class="col-md-9 col-12 align-self-center text-md-left text-center">
448444
<h3 class="text-white mb-3">Join Community</h3>
449445
<p class="text-white">You are invited to join our Discord channel. This is our official community discussion platform. If you seek support or stuck somewhere in the middle of development, or you want to add your awsome concept into StagPHP. Well, this is a good place for you to be in.</p>
450446
<a target="_blank" href="https://discord.gg/nhtwy4C" class="btn btn-light mt-4"><span class="stag-icon stag-icon-discord"></span> Discord Channel</a>
@@ -493,7 +489,7 @@ <h4 class="mb-4">About StagPHP</h4>
493489
<div class="col-lg-3 col-md-6 col-12 mb-0">
494490
<h4 class="mb-4">Explore StagPHP</h4>
495491
<div>
496-
<a class="disabled">
492+
<a href="/stagons/">
497493
<span class="stag-icon stag-icon-right"></span>
498494
<span>StagONS Archive</span>
499495
</a>

0 commit comments

Comments
 (0)