GithubHelp home page GithubHelp logo

thedigitaloctopus / typemill Goto Github PK

View Code? Open in Web Editor NEW

This project forked from typemill/typemill

0.0 1.0 0.0 15.57 MB

TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.

Home Page: https://typemill.net

License: MIT License

Shell 0.09% JavaScript 23.82% Python 0.18% PHP 50.00% CSS 8.51% Dockerfile 0.16% Twig 17.23%

typemill's Introduction

About TYPEMILL

TYPEMILL is a lightweight flat file cms for micro-publishers. You can use it for documentations, manuals, special interest websites, and any other information-driven web-project. You can also enhance Typemill with plugins and generate professional e-books in pdf-format with it. The website http://typemill.net runs with Typemill.

TYPEMILL Screenshot

Features

  • Website with markdown-files.
  • Visual markdown editor (VUE.js) and raw markdown mode.
  • Flexible drag & drop navigation.
  • Markdown extras with
    • table of contents (TOC)
    • tables
    • footnotes
    • abbreviations
    • definition lists
    • notices
    • math (with plugin)
    • figures with captions
  • Media library with images and files.
  • System configurations.
  • User management.
  • Flexible form management with YAML-files.
  • Flexible access rights.
  • Themes (with TWIG).
  • Plugins (with symfony event dispatcher).

Some plugin highlights are:

  • Ebooks: Generate one or many professional pdf books from your typemill website.
  • Register: Let users register to your website and give them access to pro-content.
  • Subscribe (in work): Sell subscriptions for premium content with traditional pdf-invoices.

Requirements

  • PHP 7.4 or PHP 8.0 (does NOT run with PHP 8.1)
  • Apache server
  • mod_rewrite and htaccess

If you run a linux system, then please double check that mod_rewrite and htaccess are active!!!

Installation

Bare-metal installation

Download TYPEMILL from the TYPEMILL website, unzip the files and you are done.

If you are a developer, you can also clone this repository. To do so, open your command line, go to your project folder (e.g. htdocs) and type:

git clone git://github.com/typemill/typemill.git

The GitHub-version has no vendor-folder, so you have to update and include all libraries and dependencies with composer. To do so, open your command line, go to your TYPEMILL folder and type:

composer update

If you did not use composer before, please go to the composer website and start to learn.

To run TYPEMILL on a live system, simply upload the files to your server

Make Folders Writable.

Make sure that the following folders and all their files are writable (permission 774 recursively):

  • cache
  • content
  • media
  • settings

You can use your ftp-software for that.

Docker installation

โš ๏ธ This image does not provide TLS support. It's perfect either for local use or behind your own proxy, you're advised.

Clone and edit the config.example.php you find in this repository and move it as config.php

git clone git://github.com/trendschau/typemill.git
cd typemill

Build your image locally

docker build -t typemill:local .

Run the docker image without persistence on port 8080

docker run -d --name typemill -p 8080:80 typemill:local

Run typemill with persistence

docker run -d \
    --name=typemill \
    -p 8080:80 \
    -v $(pwd)/typemill_data/settings/:/var/www/html/settings/ \
    -v $(pwd)/typemill_data/media/:/var/www/html/media/ \
    -v $(pwd)/typemill_data/cache/:/var/www/html/cache/ \
    -v $(pwd)/typemill_data/plugins/:/var/www/html/plugins/ \
    -v $(pwd)/typemill_data/content/:/var/www/html/content/ \
    -v $(pwd)/typemill_data/themes/:/var/www/html/themes/ \
    typemill:local

Volumes

  • settings : persists users profiles, site configuration, etc. (empty by default)
  • media : persists media files (empty by default)
  • cache : persists cache files for performance purpose (optional and empty by default)
  • plugins : persists installed plugins (optional and empty by default)
  • content : persists content published (will be initialized with default examples if the binded volume is empty)
  • themes : persists installed themes (will be initialized with default examples if the binded volume is empty)

Setup

If you visit your website first, then you will be redirected to the /setup page. Please create an initial user and configure your system in the author panel.

Login

You can find your login screen under /tm/login or simply go to /setup and you will be redirected to the login-page, if the setup has been finished.

Documentation

You can read the full documentation for writers, for theme developers and for plugin developers on the TYPEMILL website.

Licence

TYPEMILL is published under MIT licence. Please check the licence of the included libraries, too.

Contributors & Supporters

IMPORTANT: How to Contribute

Contributions are highly welcome. Please follow these rules:

  • If you plan bigger changes, then please create an issue first so we can discuss it.
  • Fork the "DEVELOP" branch from typemill. Never use the master branch, because it is protected and only contains tested releases.
  • Do your changes.
  • After that pull the recent develop branch again to get the latest changes.
  • Then make a pull request for the DEVELOP branch.

You can check the roadmap for Typemill and scroll through the issues. I will mark issues in future that are easy to start with or where help is highly appreciated.

Here are some contribution-ideas for non-coder:

  • Share Typemill with social media.
  • Write about Typemill.
  • Improve the documentation.
  • Find bugs and errors (open a new issue on github for it).
  • Describe some missing features and explain, why they are important for other users.

Some ideas for devs:

  • Fix a bug.
  • Create or port a theme, especially for documentations, knowlegde bases or web-books.
  • Create a fancy plugin.
  • An auto-update functionality for the core system, for plugins and for themes is highly welcome.
  • Improve the accessibility of html and css.
  • Write autotests with Cypress.

For hints, questions, problems and support, please open up a new issue on GitHub.

Support

This is an open source project. I love it and I spend about 20 hours a week on it (starting in 2017). There is no business model right now, but you can support this project with a donation or simply hire me for implementations.

Donate: https://www.paypal.me/typemill

Follow

Twitter: https://twitter.com/typemill

typemill's People

Contributors

trendschau avatar matbgn avatar mysteriedev avatar hide-me avatar svanlaere avatar azettl avatar oliviercrouzet avatar alex-blk avatar pkaltenboeck avatar rbertram90 avatar vvpd avatar aurel-g avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.