From db4bf595f2cdc3fe7456d158457d3fa7e1c59a19 Mon Sep 17 00:00:00 2001 From: jerome Date: Sat, 18 Jul 2020 00:31:07 +0200 Subject: [PATCH 1/3] add MySQLGraph Plugin description --- _plugins/mysqlgraph.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _plugins/mysqlgraph.md diff --git a/_plugins/mysqlgraph.md b/_plugins/mysqlgraph.md new file mode 100644 index 00000000..d7ddfc29 --- /dev/null +++ b/_plugins/mysqlgraph.md @@ -0,0 +1,13 @@ +--- +heading: MySQLGraph +categories: + - utility +description: Fetch data from a MySQL database, and draw charts. +link: https://github.com/psic/PicoCMS-MySQLGraph +info: + By: "[psic](https://github.com/psic)" + License: "[WTF public license ](http://www.wtfpl.net/)" +--- + +Fetch data from a Mysql database. +Draw charts. From 0ccb7b76ab7546ad281e5d5d0d9494beb82cfa21 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 21 Jul 2020 00:14:45 +0200 Subject: [PATCH 2/3] update --- _plugins/mysqlgraph.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 _plugins/mysqlgraph.md diff --git a/_plugins/mysqlgraph.md b/_plugins/mysqlgraph.md deleted file mode 100644 index d7ddfc29..00000000 --- a/_plugins/mysqlgraph.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -heading: MySQLGraph -categories: - - utility -description: Fetch data from a MySQL database, and draw charts. -link: https://github.com/psic/PicoCMS-MySQLGraph -info: - By: "[psic](https://github.com/psic)" - License: "[WTF public license ](http://www.wtfpl.net/)" ---- - -Fetch data from a Mysql database. -Draw charts. From c5019e2c731312e6a1b22666102ba7463d586f27 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 21 Jul 2020 00:22:38 +0200 Subject: [PATCH 3/3] add MySQLGraph Plugin description --- _plugins/mysqlgraph.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _plugins/mysqlgraph.md diff --git a/_plugins/mysqlgraph.md b/_plugins/mysqlgraph.md new file mode 100644 index 00000000..d7ddfc29 --- /dev/null +++ b/_plugins/mysqlgraph.md @@ -0,0 +1,13 @@ +--- +heading: MySQLGraph +categories: + - utility +description: Fetch data from a MySQL database, and draw charts. +link: https://github.com/psic/PicoCMS-MySQLGraph +info: + By: "[psic](https://github.com/psic)" + License: "[WTF public license ](http://www.wtfpl.net/)" +--- + +Fetch data from a Mysql database. +Draw charts.