Download the PHP package arthurh/web-md-generator without Composer

On this page you can find all versions of the php package arthurh/web-md-generator. 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 web-md-generator

web-md-generator

Create a static website from markdown files easily.

What is it?

It is a static website generator. It will takes all your markdown files from a folder and make a real website (Thanks to jr). It will also make a simple menu directly with your markdown files

Usage

The best way is to get the phar archive from here web-md-generator.phar.

Put this archive inside your future website with all your markdown files inside (Markdown files should have .md extension). Finally run:

After you can simply add other markdown files and regenerate to add in your menu. And you can also simply modified .html generated, it's still markdown inside so it will be easy to modify. Change your option.yml

When you will generate your website you will have a new options.yml created. By default you will have that:

styles: you can change default by bootstrap to get the bootstrap by twitter style. and add all css you want.

title: Change title by your website name.

menuPosition: change by top or sideto have your menu on the side or on the top (only work for default style).

index: set your markdown file which will use as your index.html (don't put md extension).

scripts: add all javascript files you want (jquery is load by default).

And finally regenerate your website by running again php web-md-generator.phar.

Get a logo and favicon

For favicon: Simply add a favicon.(png|ico|jpg|gif) at your root website folder and regenerate your website.

For logo: Simply add a logo.(png|ico|jpg|gif) at your root website folder and regenerate your website.

Custom your menu

When you generate you will have a menu.yml, you can modify it to set link and/or menu name.

Example and demos

For the example go to: https://github.com/ArthurHlt/web-md-generator-example

Demo with default style with menu on top: http://web-md-generator.arthurh.fr/default-top/

Demo with default style with menu on side: http://web-md-generator.arthurh.fr/default-side/

Demo with bootstrap style: http://web-md-generator.arthurh.fr/bootstrap/


All versions of web-md-generator with dependencies

PHP Build Version
Package Version
Requires arhframe/util Version 1.1.4
arhframe/yamlarh Version 1.1.1
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 arthurh/web-md-generator contains the following files

Loading the files please wait ....