https://simple-cite-cloud.herokuapp.com/atlassian-connect.json

已提交的 URL:
https://simple-cite-cloud.herokuapp.com/已重新導向
報告完成時間:

連結 · 找到 0 個

JavaScript 變數 · 找到 3 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 1 條

類型類別記錄
errornetwork
URL
https://simple-cite-cloud.herokuapp.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
	"key": "de.edrup.confluence.plugins.simple-cite",
	"baseUrl": "https://simple-cite-cloud.herokuapp.com",
	"name": "Simple Cite Cloud",
	"description": "The Simple Cite Cloud app brings citation functionality to Confluence Cloud",
	"enableLicensing": true,
	"apiMigrations": {
        "gdpr": true,
        "context-qsh": true,
        "signed-install": true
    },
	"vendor": {
		"name": "Purde Software",
		"url": "https://purde-software.atlassian.net/wiki"
	},
	"authentication": {
		"type": "jwt"
	},
	"lifecycle": {
		"installed": "/installed",
		"uninstalled": "/uninstalled",
		"enabled": "/enabled",
  		"disabled": "/disabled"
	},
	"scopes": [ "READ", "WRITE", "ACT_AS_USER" ],
	"modules": {
	 	"generalPages": [
	 		{
                "url": "/migration",
                "location": "none",
                "name": {
                    "value": "Migration support"
                },
                "key": "simple-cite-migration",
                "conditions": [{
                        "condition": "user_is_logged_in"
                    }
                ]
            }
        ],
		"staticContentMacros": [
			{
				"key": "single-cite",
				"name": {
					"value": "Single Cite"
				},
				"url": "/single-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;defineOnly={defineOnly}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;pages={pages}&amp;bibOutput={bibOutput}",
				"description": {
					"value": "Insert a single cite/reference (NOTE: inline rendering issue exists)"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/single_cite_issue.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "rich-text",
				"featured": false,
				"parameters": [
					{
						"identifier": "citeID",
						"name": {
						  "value": "Unique ID of the cite"
						},
						"description": {
						  "value": "Define a unique ID for your cite (e.g. Miller92 or ISO9001:2008)"
						},
						"type": "string",
						"required": true,
						"defaultValue": ""
					},
					{
						"identifier": "pageNumbers",
						"name": {
						  "value": "Location"
						},
						"description": {
						  "value": "(optional) you may specify the location (e.g. page number) of this cite (in case the first character is a digit p. will be shown in front of the location)"
						},
						"type": "string",
						"required": false,
						"defaultValue": ""
					},
					{
						"identifier": "superscript",
						"name": {
						  "value": "Use superscript"
						},
						"description": {
						  "value": "If checked the number will be displayed as superscript"
						},
						"type": "boolean",
						"required": true,
						"defaultValue": "true"
					},
					{
						"identifier": "defineOnly",
						"name": {
						  "value": "Define only"
						},
						"description": {
						  "value": "If checked a hidden cite definition is generated that can be referenced later"
						},
						"type": "boolean",
						"required": true,
						"defaultValue": "false"
					},
					{
						"identifier": "bibOutput",
						"name": {
						  "value": "Bibliography output"
						},
						"description": {
						  "value": "If checked output is citeID: cite (suitable when building bibliography pages; overrides other output options)"
						},
						"type": "boolean",
						"required": true,
						"defaultValue": "false"
					}
				]
			},
			{
				"key": "short-cite",
				"name": {
					"value": "Single Cite Short"
				},
				"url": "/short-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;pages={pages}",
				"description": {
					"value": "Refer to an already defined single cite/reference"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/short_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "none",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=short-cite",
					"editTitle": {
						"value": "Edit short cite"
					},
					"insertTitle": {
						"value": "Insert short cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "single-cite-short",
				"name": {
					"value": "Single Cite Short"
				},
				"url": "/short-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;pages={pages}",
				"description": {
					"value": "Refer to an already defined single cite/reference"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/short_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "none",
				"featured": false,
				"hidden": true,
				"editor": {
					"url": "/cite-editor?caller=short-cite",
					"editTitle": {
						"value": "Edit short cite"
					},
					"insertTitle": {
						"value": "Insert short cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "single-cite-import",
				"name": {
					"value": "Single Cite Import"
				},
				"url": "/single-cite-import?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;pages={pages}",
				"description": {
					"value": "Import a cite from another page"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/import_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "none",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=single-cite-import",
					"editTitle": {
						"value": "Edit imported cite"
					},
					"insertTitle": {
						"value": "Insert imported cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "single-cite-plain",
				"name": {
					"value": "Single Cite Basic"
				},
				"url": "/single-cite-plain?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;bibOutput={bibOutput}",
				"description": {
					"value": "Insert a single basic text cite (former plain cite)"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/single_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "plain-text",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=single-cite-plain",
					"editTitle": {
						"value": "Edit single basic text cite"
					},
					"insertTitle": {
						"value": "Insert single basic text cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "doi-cite",
				"name": {
					"value": "DOI Cite"
				},
				"url": "/doi-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;cslReference={cslReference}&amp;compiledReference={compiledReference}&amp;pages={pages}&amp;bibOutput={bibOutput}",
				"description": {
					"value": "Generate a DOI cite"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/doi_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "none",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=doi-cite",
					"editTitle": {
						"value": "Edit DOI cite"
					},
					"insertTitle": {
						"value": "Insert DOI cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "bibtex-cite",
				"name": {
					"value": "BibTeX File Cite"
				},
				"url": "/bibtex-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;cslReference={cslReference}&amp;compiledReference={compiledReference}&amp;pages={pages}&amp;bibOutput={bibOutput}",
				"description": {
					"value": "Generate a cite from a BibTeX file"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/bibtex_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "none",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=bibtex-cite",
					"editTitle": {
						"value": "Edit BibTeX cite"
					},
					"insertTitle": {
						"value": "Insert BibTeX cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "dbibtex-cite",
				"name": {
					"value": "BibTeX Direct Cite"
				},
				"url": "/dbibtex-cite?citeID={citeID}&amp;pageNumbers={pageNumbers}&amp;superscript={superscript}&amp;pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;outputType={output.type}&amp;cslReference={cslReference}&amp;compiledReference={compiledReference}&amp;pages={pages}&amp;bibOutput={bibOutput}",
				"description": {
					"value": "Generate a single directly entered BibTeX cite"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/bibtex_cite.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "inline",
				"bodyType": "plain-text",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=dbibtex-cite",
					"editTitle": {
						"value": "Edit BibTeX cite"
					},
					"insertTitle": {
						"value": "Insert BibTeX cite"
					},
					"height": "550px",
					"width": "600px"
				}
			},
			{
				"key": "cite-summary",
				"name": {
					"value": "Cite Summary"
				},
				"url": "/cite-summary?pageID={page.id}&amp;pageVersion={page.version}&amp;outputType={output.type}",
				"description": {
					"value": "Show the cite summary of the page (list of references)"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/cite_summary.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "block",
				"bodyType": "none",
				"featured": false
			},
			{
				"key": "space-cite-summary",
				"name": {
					"value": "Space Cite Summary"
				},
				"url": "/space-cite-summary?spaces={spaces}&amp;currentSpace={space.key}",
				"description": {
					"value": "Show all cites/references in a defined list of spaces"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/space_cite_summary.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "block",
				"bodyType": "none",
				"featured": false,
				"parameters": [
					{
						"identifier": "spaces",
						"name": {
						  "value": "Space list"
						},
						"description": {
						  "value": "comma separated list of all space keys to check - if empty the current space is used"
						},
						"type": "string",
						"required": false,
						"multiple": true,
						"defaultValue": ""
					}
				]
			},
			{
				"key": "bibtex-listing",
				"name": {
					"value": "BibTeX Listing"
				},
				"url": "/bibtex-listing?pageID={page.id}&amp;pageVersion={page.version}&amp;macroID={macro.id}&amp;uuid={uuid}",
				"description": {
					"value": "Generate a rendered listing of a BibTeX file"
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/images/bibtex_listing.png"
				},
				"documentation": {
					"url": "https://purde-software.atlassian.net/wiki/x/AQCMqQ"
				},
				"categories": [
					"confluence-content"
				],
				"outputType": "block",
				"bodyType": "none",
				"featured": false,
				"editor": {
					"url": "/cite-editor?caller=bibtex-listing",
					"editTitle": {
						"value": "Edit BibTeX listing"
					},
					"insertTitle": {
						"value": "Insert BibTeX listing"
					},
					"height": "550px",
					"width": "600px"
				}
			}
		]
	}
}
</pre></body></html>