Code Repository

Plugin Banner

Code Repository

by jamesona

Download
Description

Allows users to save scripts and code snippets, using built in WordPress post revisioning.
Scripts will be shown on yourblog.com/code.
Using curl on a script url

curl -sS yourblog.com/code/scriptname/

will return an unformatted version of the code, suitable for shell sourcing.

  1. Upload code-repo.zip using the plugin install menu in WordPress
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  1. <p>Editing a script. This uses the default tinymce post editor with visual editing disabled, in order to prevent WordPress from corrupting your code by accident.</p>

    Editing a script. This uses the default tinymce post editor with visual editing disabled, in order to prevent WordPress from corrupting your code by accident.

  2. <p>Assigning hierarchical script types.</p>

    Assigning hierarchical script types.

0.2.1

Included script posts in tag archives

0.2.0

Added custom taxonomy for script types

0.1.0

This is the initial release.

Back to top