1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 19:00:32 +02:00

Version 1.2.4: Fixes, Optimizations, Browser-Support

This commit is contained in:
Sebastian
2018-09-22 07:08:19 +02:00
parent c2baf33f63
commit 98dd62798c
45 changed files with 336 additions and 169 deletions

View File

@@ -1,6 +1,6 @@
# Use Cases
Whenever you want to publish a finished text work as a website and if you like writing with Markdown, then TYPEMILL is a smart and lightweight solution. Possible use cases are ...
Whenever you want to publish a finished text work as a website and if you like writing with Markdown, then TYPEMILL is a smart and lightweight solution. Possible use cases are
- a documentation
- a manual
@@ -16,6 +16,6 @@ Whenever you want to publish a finished text work as a website and if you like w
If you want to create a blog, a wiki or a classic corporate website, please use a specialized CMS for that instead of TYPEMILL.
TYPEMILL is under heavy developement and not finished right now. It has an admin panel for settings and a very basic editor for existing content. More options like delete or create new pages and manage your media-files will be added step by step in next weeks. Also different output formats like mobi and ePup are on the roadmap, so stay tuned.
TYPEMILL is under heavy developement and not finished right now. It has an admin panel for settings and a basic editor for existing content. More options like create new pages and manage your media-files will be added step by step in the next weeks. Also different output formats like mobi and ePup are on the roadmap, so stay tuned.
You have to use a FTP-software like FileZilla until the basic editing features are ready. Check the roadmap for more informations.
For now, you have to use a FTP-software like FileZilla until all basic editing features are ready. Check the roadmap for more informations.

View File

@@ -22,4 +22,4 @@ This is, what **TYPEMILL does** for you:
- It adds hierarchic numbers to your chapters and pages.
- It generates a google sitemap, a last modified date and much more.
Right now there is only a simple content editor that provides basic editing of existing pages. If you want to create new pages, then you have to use an offline markdown editor like Typora and a FTP software like FileZilla. These missing feature will be added in version 1.2.6.
Right now there is only a simple content editor that provides basic editing of existing pages. If you want to create new pages, then you have to use an offline markdown editor like Typora and a FTP software like FileZilla.

View File

@@ -10,18 +10,17 @@ Here are some **milestones** of the past:
- Introduced plugins (v. 1.1.0)
- Added an author panel for configurations (v. 1.1.3)
- Added math support (mathjax/katex) (v. 1.1.5)
- Added a basic content editor to change existing pages (v. 1.2.0)
- Added a basic content editor to edit and delete existing pages (v. 1.2.0)
- Added a draft management for pages (v. 1.2.2)
- Re-order content pages with drag&drop (v. 1.2.3)
And here is the **roadmap** for this year (2018):
- Editor: Create new pages (v. 1.2.3)
- Editor: Edit meta-information (v. 1.2.4)
- Editor: Markdown and HTML-preview (v. 1.2.5)
- Editor: Manage images and assets (v. 1.3.0)
- Editor: Create new pages (v. 1.2.5)
- Editor: Manage images and assets (v. 1.2.6)
- Editor: Edit meta-information (v. 1.2.7)
- Editor: Add formatting options (v. 1.3.0)
- Editor: Create a solution for direct preview or WYSIWYG (1.3.0)
- Editor: WYSIWYG-Preview for markdown blocks (v. 1.3.0)
- Editor: Create the best author- and writing experience you have ever seen (1.4.0)
Other features with lower prio:

View File

@@ -12,4 +12,6 @@ What you don't need:
- **A database** (TYPEMILL uses files, not a database)
- **Technical skills** (TYPEMILL is easy to use for non-technical people)
Almost any hosting package provides a webserver with php. If you ever hosted your own website, then chances are high, that you can run TYPEMILL there without any problems.
Almost any hosting package provides a webserver with php. If you ever hosted your own website, then chances are high, that you can run TYPEMILL there without any problems.
Typemill is developed with Firefox and tested with Chrome. Microsoft Edge and Safari do also work, but they are not deeply tested. The content editor of TYPEMILL does not work with Internet Explorer. However, IE has nearly no market share anymore, so do not use outdated software, please.

View File

@@ -1,3 +1,3 @@
# Getting Started
Simply download TYPEMILL and immediately start publishing. TYPEMILL runs with **php5.6+** on most webservers. **No database** or any other additional technology is required.
Simply download TYPEMILL and immediately start publishing. TYPEMILL runs with **php7+** on most webservers. **No database** or any other additional technology is required.

View File

@@ -0,0 +1 @@
["# Quick Start for Writers","You are a pro and don't want to read the whole manual? No problem, this is a quick overview:","- **Setup**: Login to your system and setup the system, the themes and the plugins in the author panel.\n- **Content**: Organize your content in folders and markdown files and put them in the `\\content` folder of TYPEMILL. \n- **Markdown**: Use the Markdown syntax for your content files. Markdown Extra (e.g. tables, footnotes) is supported, too.\n- **Naming conventions**: Use prefixes like `01-` or `aa_` to sort your folders and files.\n- **Index files**: Add an `index.md` file to a folder to create content for the folder itself.\n- **F5**: After some changes, use the `F5` key to refresh the navigation manually.\n- **Lean back** and let TYPEMILL create a nice website for you.","\nThe TYPEMILL system ships with this user manual in the content folder. Check how the files are written and how the folders are organized."]

View File

@@ -19,10 +19,10 @@ In the **content area** of the author panel you can:
There are several **limitations** right now:
* You cannot use HTML, JavaScript or any other code in the editor, only markdown-syntax is allowed.
* You cannot delete, create or reorder the pages right now (use FTP for this), but these features are on the way.
* You cannot create new pages right now (use FTP for this), but these feature is on its way.
* There is no media-management right now.
The content editor has highest priority in the roadmap, so you can expect al lot of improvements in the next weeks.
The content editor has highest priority in the roadmap, so you can expect a lot of improvements in the next weeks.
## Settings, Themes and Plugins

View File

@@ -1,5 +1,5 @@
# Typemill
Modern Web Publishing For Writers.
Typemill is a user-friendly and lightweight open source CMS for publishing text-works like prosa, lyrics, manuals, documentations, studies and more. Just download and start.
**MODERN WEB PUBLISHING FOR WRITERS**
*Typemill is a user-friendly and lightweight open source CMS for publishing text-works like prosa, lyrics, manuals, documentations, studies and more. Just download and start.*