From fdc2a0900fef2a0f7ec4464b8f52f7e16bdb5573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 28 Sep 2019 16:13:22 -0400 Subject: [PATCH] Start a custom citations module Looked into using bibcite - https://www.drupal.org/project/bibcite but it a) wasn't designed for citing originally published articles and b) did not document it's alleged API at all. If it's not documented, it's not an API, sorry. --- web/modules/custom/geo_citation/geo_citation.info.yml | 7 +++++++ web/modules/custom/geo_citation/geo_citation.module | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 web/modules/custom/geo_citation/geo_citation.info.yml create mode 100644 web/modules/custom/geo_citation/geo_citation.module diff --git a/web/modules/custom/geo_citation/geo_citation.info.yml b/web/modules/custom/geo_citation/geo_citation.info.yml new file mode 100644 index 0000000..c39639d --- /dev/null +++ b/web/modules/custom/geo_citation/geo_citation.info.yml @@ -0,0 +1,7 @@ +name: "GEO Citations" +description: "Formatted credit line for Grassroots Economic Organizing collective's original articles." +type: module +core: 8.x +dependencies: + - drutopia_article +package: Custom diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module new file mode 100644 index 0000000..50cce95 --- /dev/null +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -0,0 +1,3 @@ +