Skip to content

Commit

Permalink
* Update azurecurve menu.
Browse files Browse the repository at this point in the history
 * Update readme files.
  • Loading branch information
azurecurve committed Dec 8, 2021
1 parent 7c13f22 commit d11ed79
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 338 deletions.
44 changes: 42 additions & 2 deletions README.md
@@ -1,2 +1,42 @@
# azrcrv-code
[Code plugin for ClassicPress](https://development.azurecurve.co.uk/classicpress-plugins/code/)
# [Code](https://development.azurecurve.co.uk/classicpress-plugins/code/)
![Plugin Banner](/assets/pluginimages/banner-1544x500.png)

# Description

Set of shortcodes which can be used for manual syntax highlighting of code:
* `formatcode` adds pre and span tags
* `copyright` displays user defined copyright message
* `highlight` highlights text
* `sqlblue`
* `sqlred`
* `sqlgrey`
* `sqlgreen`
* `sqlpink`
* `phpgrey`
* `phpblue`
* `phpgreen`

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

# Installation Instructions

* Download the latest release of the plugin from [GitHub](https://github.com/azurecurve/azrcrv-code/releases/latest/).
* Upload the entire zip file using the Plugins upload function in your ClassicPress admin panel.
* Activate the plugin.
* Configure relevant settings via the configuration page in the admin control panel (azurecurve menu).

# About azurecurve

**azurecurve** was one of the first plugin developers to start developing for Classicpress; all plugins are available from [azurecurve Development](https://development.azurecurve.co.uk/) and are integrated with the [Update Manager plugin](https://directory.classicpress.net/plugins/update-manager) for fully integrated, no hassle, updates.

Some of the other plugins available from **azurecurve** are:
* Add Open Graph Tags - [details](https://development.azurecurve.co.uk/classicpress-plugins/add-open-graph-tags/) / [download](https://github.com/azurecurve/azrcrv-add-open-graph-tags/releases/latest/)
* Add Twitter Cards - [details](https://development.azurecurve.co.uk/classicpress-plugins/add-twitter-cards/) / [download](https://github.com/azurecurve/azrcrv-add-twitter-cards/releases/latest/)
* BBCode - [details](https://development.azurecurve.co.uk/classicpress-plugins/bbcode/) / [download](https://github.com/azurecurve/azrcrv-bbcode/releases/latest/)
* Call-out Boxes - [details](https://development.azurecurve.co.uk/classicpress-plugins/call-out-boxes/) / [download](https://github.com/azurecurve/azrcrv-call-out-boxes/releases/latest/)
* Conditional Links - [details](https://development.azurecurve.co.uk/classicpress-plugins/conditional-links/) / [download](https://github.com/azurecurve/azrcrv-conditional-links/releases/latest/)
* Flags - [details](https://development.azurecurve.co.uk/classicpress-plugins/flags/) / [download](https://github.com/azurecurve/azrcrv-flags/releases/latest/)
* Icons - [details](https://development.azurecurve.co.uk/classicpress-plugins/icons/) / [download](https://github.com/azurecurve/azrcrv-icons/releases/latest/)
* Insult Generator - [details](https://development.azurecurve.co.uk/classicpress-plugins/insult-generator/) / [download](https://github.com/azurecurve/azrcrv-insult-generator/releases/latest/)
* Page Index - [details](https://development.azurecurve.co.uk/classicpress-plugins/page-index/) / [download](https://github.com/azurecurve/azrcrv-page-index/releases/latest/)
* Taxonomy Index - [details](https://development.azurecurve.co.uk/classicpress-plugins/taxonomy-index/) / [download](https://github.com/azurecurve/azrcrv-taxonomy-index/releases/latest/)
2 changes: 1 addition & 1 deletion azrcrv-code.php
Expand Up @@ -3,7 +3,7 @@
* ------------------------------------------------------------------------------
* Plugin Name: Code
* Description: Set of shortcodes which can be used for syntax highlighting of code.
* Version: 1.3.1
* Version: 1.3.2
* Author: azurecurve
* Author URI: https://development.azurecurve.co.uk/classicpress-plugins/
* Plugin URI: https://development.azurecurve.co.uk/classicpress-plugins/code/
Expand Down
2 changes: 1 addition & 1 deletion pluginmenu/css/index.php
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>

6 changes: 3 additions & 3 deletions pluginmenu/css/style.css
Expand Up @@ -10,10 +10,10 @@ a.azrcrv-plugin-index{
width: 220px;
height: 75px;
line-height: 75px;
text-decoration: none;
text-decoration: none;
font-weight: 700;
border-radius: 5px;
}
a.azrcrv-plugin-index:hover{
text-decoration: underline;
}
text-decoration: underline;
}
6 changes: 3 additions & 3 deletions pluginmenu/images/index.php
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>
<?php
// nothing to see here

2 changes: 1 addition & 1 deletion pluginmenu/index.php
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>

0 comments on commit d11ed79

Please sign in to comment.