bobbingwide / txt2md

Convert a WordPress readme.txt file to Github README.md
GNU General Public License v2.0
1 stars 0 forks source link
converter readme

txt2md

banner

Description

Convert a WordPress readme.txt file to Github README.md

When you're packaging a WordPress plugin or theme that's released to wordpress.org and GitHub then you need a Read Me file created in GitHub flavoured Mark Down.

This simple routine does that. Use it as part of your package routine.

This routine also inserts a banner image at the top of the README.md file.

Installation

  1. Upload the contents of the txt2md plugin to the `/wp-content/plugins/txt2md' directory
  2. Create a batch file
  3. Use it to convert a readme.txt file to a README.md file

Don't activate this as a plugin. It's not intended to be run in your WordPress website but as part of a batch process.

php \apache\htdocs\wordpress\wp-content\plugins\txt2md\txt2md.php

Frequently Asked Questions

How does it work?

Read the code

What are the dependencies?

None

Screenshots

  1. txt2md in action - not actually taken

Upgrade Notice

0.0.2

Now supports display of a screenshot for a theme.

0.0.1

Now supports display of a banner image.

0.0.0

New plugin, available from GitHub and oik-plugins.

Changelog

0.0.2

0.0.1

0.0.0