From fd9890911f97328d41fd07da04b15e0292abc1e9 Mon Sep 17 00:00:00 2001 From: Robert Ochoa Date: Sun, 25 Jun 2023 21:15:43 -0400 Subject: [PATCH] Readme - Logo --- README.md | 32 ++++++++++++ README.txt | 122 ++++++++------------------------------------- admin/img/logo.png | Bin 0 -> 5873 bytes 3 files changed, 54 insertions(+), 100 deletions(-) create mode 100644 README.md create mode 100644 admin/img/logo.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..2991f8e --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ + +![Logo](admin/img/logo.png) + + +[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0) + +# Client control + +CRM Personalizado en Plugin para WordPress. Este plugin genera factura / presupuesto y lleva un control de los clientes que voy recibiendo en mi emprendimiento. + +Autogenera un PDF con las lineas que necesito para desarrollar una negociación con algun cliente. Ademas de enviarlo directamente a mi correo o al correo de mi elección. +## Tecnologías + +**Cliente:** Javascript. + +**Server:** PHP - setasign/TFPFD - setasign/fpdf +## Instalación + +Instala este plugin dentro del menu plugins de WordPress. +## License + +[MIT](https://choosealicense.com/licenses/mit/) + + +## Authors + +- [Robert Ochoa](https://www.robertochoaweb.com/casos/ccontrol) + + +## Soporte + +Para más soporte, envía un correo a contacto@robertochoa.com. \ No newline at end of file diff --git a/README.txt b/README.txt index 78dc737..dac6133 100644 --- a/README.txt +++ b/README.txt @@ -1,114 +1,36 @@ -=== Plugin Name === -Contributors: (this should be a list of wordpress.org userid's) -Donate link: http://robertochoaweb.com/ -Tags: comments, spam -Requires at least: 3.0.1 -Tested up to: 3.4 -Stable tag: 4.3 -License: GPLv2 or later -License URI: http://www.gnu.org/licenses/gpl-2.0.html +=== Client Control === + * Plugin URI: http://robertochoaweb.com/ + * Description: Custom CRM Plugin for WordPress. + * Version: 1.0.0 + * Author: Robert Ochoa + * Author URI: http://robertochoaweb.com/ + * License: GPL-2.0+ + * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Here is a short description of the plugin. This should be no more than 150 characters. No markup here. +# Client control -== Description == +CRM Personalizado en Plugin para WordPress. Este plugin genera factura / presupuesto y lleva un control de los clientes que voy recibiendo en mi emprendimiento. -This is the long description. No limit, and you can use Markdown (as well as in the following sections). +Autogenera un PDF con las lineas que necesito para desarrollar una negociación con algun cliente. Ademas de enviarlo directamente a mi correo o al correo de mi elección. +## Tecnologías -For backwards compatibility, if this section is missing, the full length of the short description will be used, and -Markdown parsed. +**Cliente:** Javascript. -A few notes about the sections above: +**Server:** PHP - setasign/TFPFD - setasign/fpdf +## Instalación -* "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames -* "Tags" is a comma separated list of tags that apply to the plugin -* "Requires at least" is the lowest version that the plugin will work on -* "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on -higher versions... this is just the highest one you've verified. -* Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for -stable. +Instala este plugin dentro del menu plugins de WordPress. +## License - Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so -if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used -for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt` -is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in -your in-development version, without having that information incorrectly disclosed about the current stable version -that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag. +[MIT](https://choosealicense.com/licenses/mit/) - If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where -you put the stable version, in order to eliminate any doubt. -== Installation == +## Authors -This section describes how to install the plugin and get it working. +- [Robert Ochoa](https://www.robertochoaweb.com/casos/ccontrol) -e.g. -1. Upload `ccontrol.php` to the `/wp-content/plugins/` directory -1. Activate the plugin through the 'Plugins' menu in WordPress -1. Place `` in your templates +## Soporte -== Frequently Asked Questions == +Para más soporte, envía un correo a contacto@robertochoa.com. -= A question that someone might have = - -An answer to that question. - -= What about foo bar? = - -Answer to foo bar dilemma. - -== Screenshots == - -1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from -the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets -directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` -(or jpg, jpeg, gif). -2. This is the second screen shot - -== Changelog == - -= 1.0 = -* A change since the previous version. -* Another change. - -= 0.5 = -* List versions from most recent at top to oldest at bottom. - -== Upgrade Notice == - -= 1.0 = -Upgrade notices describe the reason a user should upgrade. No more than 300 characters. - -= 0.5 = -This version fixes a security related bug. Upgrade immediately. - -== Arbitrary section == - -You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated -plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or -"installation." Arbitrary sections will be shown below the built-in sections outlined above. - -== A brief Markdown Example == - -Ordered list: - -1. Some feature -1. Another feature -1. Something else about the plugin - -Unordered list: - -* something -* something else -* third thing - -Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. -Titles are optional, naturally. - -[markdown syntax]: http://daringfireball.net/projects/markdown/syntax - "Markdown is what the parser uses to process much of the readme file" - -Markdown uses email style notation for blockquotes and I've been told: -> Asterisks for *emphasis*. Double it up for **strong**. - -`` \ No newline at end of file diff --git a/admin/img/logo.png b/admin/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb8ad41bbdf06fa1571b3239f44383d8fb8e31a GIT binary patch literal 5873 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 L=aDu_6O!;>`x_|> literal 0 HcmV?d00001