Download the PHP package eklausme/saaze-nukeklaus without Composer

On this page you can find all versions of the php package eklausme/saaze-nukeklaus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package saaze-nukeklaus

Latest Stable Version License

Example theme for Simplified Saaze

Here is an example theme, called nukeklaus, modeled after nukeKlaus.net. Some characteristics:

  1. Responsive design with three, two, or only one column
  2. Categories and tags
  3. Hero image
  4. Blog
  5. RSS feed + sitemap
  6. Search functionality, if you have PHP on the web-server

This nukeklaus example will generate a full website for nukeKlaus.net.

Using Simplified Saaze will further provide MathJax, YouTube, Twitter, CodePen, image galleries, and all the other goodies.

Simplified Saaze

Simplified Saaze is a fast, all-inclusive, flat-file CMS for simple websites and blogs.

Static site builders are fast but normally have a steep learning curve and require lots of tooling to make them work. We believe building a personal site should be stupidly simple. That's why Simplified Saaze is built on the following principles.

Read Simplified Saaze for installation and usage.

Usage

Run

This will copy the files of this Git repository, it will also install Simplified Saaze. To run Simplified Saaze you still need to compile one C program, install one PECL (PHP extension), and configure one PHP file. This is something you have to do only once.

1. Demo. You can view the theme in action here: nukeklaus. The content is taken by downloading via curl and then converting via blognukeklaus2md.

The source code for the nukeklaus theme is here: eklausme/saaze-nukeklaus. It can be installed with Composer:

This will install the theme and the static site generator in one step. You still need to follow the steps in Installation, i.e.,

  1. make yaml extension available for php
  2. compile php_md4c_toHtml.c

Once everything is installed switch to the directory and run

The time is only to show you how quick it runs. Runtime on AMD Ryzen 7 5700G is 0.1 seconds for 174 blog posts. And for this only a single core is used. The -b /tmp/build is used to generate the static HTML file in /tmp, which happens to be a RAM disk on Arch Linux. Any other directory will do.

Shell script blognukeklausDeploy provides an example deployment-script.

2. Conversion. In case you want to replicate the conversion from the original nukeKlaus.net to Simplified Saaze you will proceed as follows:

(1) Download all posts via curl:

(2) Convert from HTML to Markdown:

(3) Create year index:

Credits

Simplified Saaze was created by Elmar Klausmeier.

Saaze was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.


All versions of saaze-nukeklaus with dependencies

PHP Build Version
Package Version
Requires eklausme/saaze Version >=1.24
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eklausme/saaze-nukeklaus contains the following files

Loading the files please wait ....