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

Version 1.2.3: Reorder Pages

This commit is contained in:
Sebastian
2018-09-14 00:31:25 +02:00
parent 98100a28b5
commit c2baf33f63
68 changed files with 82 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
# Features qwer
# Features
TYPEMILL has a limited set of features right now. It transforms a bunch of **markdown files** into a **website** and generates a list of contents for **navigation**.
@@ -7,7 +7,7 @@ This is what you can **do with TYPEMILL**:
- Create a website with simple files and folders.
- Use markdown for your content files.
- Use an admin panel to configure your site.
- Use the content editor to edit existing pages.
- Use the content editor to edit existing pages and to reorder the pages.
- Choose themes.
- Activate plugins. Check the [list of plugins](/writers/plugins) for that.
- Create your own theme with HTML, CSS and Twig (a template language for PHP).
@@ -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 or delete existing pages, then you have to use an offline markdown editor like Typora and a FTP software like FileZilla. I will add all basic features for the online-editor step by step within the next weeks.
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.

View File

@@ -11,13 +11,12 @@ Here are some **milestones** of the past:
- 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 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: Delete content / pages (v. 1.2.1)
- Editor: Create new pages (v. 1.2.2)
- Editor: Move pages (v. 1.2.2)
- Editor: Save as draft or publish live (v. 1.2.3)
- 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)

View File

@@ -3,7 +3,7 @@
TYPEMILL is a modern and lightweight software with nearly no requirements. All you need is:
- **A webserver (Apache)** (to host TYPEMILL)
- **PHP 5.6+** (to run TYPEMILL)
- **PHP 7.0+** (to run TYPEMILL)
- **FTP** (to upload your content files)
What you don't need:

View File

@@ -14,6 +14,7 @@ In the **content area** of the author panel you can:
* Navigate through your existing content.
* Edit all existing content pages with markdown syntax.
* Re-order existing content with simple drag&drop.
There are several **limitations** right now:

View File

@@ -2,6 +2,27 @@
This is the version history with some release notes.
## Version 1.2.3: Reorder Pages
_Release date: 14.09.2018_
**Important: Upgrade to PHP 7**: With version 1.2.3 TYPEMILL requires PHP Version 7.0 or higher. This is due to a library (CSRF-protection), that uses a PHP7 function that is not supported by PHP 5.6. PHP 5.6 and PHP 7.0 will run out of life cycle in december 2018, so you should upgrade your server to PHP 7.1 or PHP 7.2 anyway.
Wow!! More than six weeks and only one feature: As of version 1.2.3 you can re-order your existing content. To do so, simply drag&drop the items in the new navigation of the author panel. It looks so easy, but it was so complex in the background!!
Follow the instruction for simple updates in the [documentation](/gettings-started/update) and simply update the `system` folder.
Be aware, that all existing content-files will be renamed if you reorder a file, because we add a new order-prefix to the file name. And be aware of some rules and limitations:
* You can move files to any other folder.
* Only folders are allowed at the first level.
* Folders can be reordered within the same level.
* But a folder can not be moved to another folder or another level.
Here is the reason for the last restriction: If you move a folder to another folder, then the adress (url) will change for the whole folder and all its content (pages). It is a nightmare for your readers and for google.
If you really want to reorder your content completely, then you have to do it on the file system for now. In version 2.3.5 you will be able to create new folders and files in the author system, so you can create a new folder and move all files to the new folder manually.
## Version 1.2.2: Draft Management
_Release date: 24.07.2018_

View File

@@ -1 +0,0 @@
["# 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 ...","- a documentation\n- a manual\n- a user guide\n- a whitepaper\n- a handbook\n- a tutorial\n- a study\n- a book\n- a drama\n- a lyric collection\n- a collection of articles","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.","You have to use a FTP-software like FileZilla until the basic editing features are ready. Check the roadmap for more informations."]