Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ez publish CMS support, fingerprint added #31

Open
trond7 opened this issue Mar 21, 2017 · 1 comment
Open

Ez publish CMS support, fingerprint added #31

trond7 opened this issue Mar 21, 2017 · 1 comment

Comments

@trond7
Copy link

trond7 commented Mar 21, 2017

eZ publish is a common CMS i would like to support.

I tried to implement and commit the changes myself, but got som errors.

Here is what i have done:
dictionary.json
"ezpublish": {"name": "eZ publish"},

cms/string/ezpublish.json (this is working)
`
[

{
	"url": "",
	"type": "string",
	"match": "<meta name=\"generator\" content=\"eZ Publish",
	"output": ""
}

]`

cms/regex/ezpublish.json (i got som errors on this)
`
[

{
	"url": "/ezinfo/about",
	"type": "regex",
	"match": "eZ Publish .*: (\d.*)",
	"note": "Ez publish infopage",
	"weight": 100,
	"output": "%s"
},
{
	"url": "/ezinfo/copyright",
	"type": "regex",
	"match": ".*eZ Systems.*",
	"note": "Ez publish copyright",
	"weight": 100,
	"output": ""
}

]

`

About the CMS:

https://ez.no/
https://en.wikipedia.org/wiki/EZ_Publish
https://github.com/ezsystems/ezpublish-community
New version from 6.x will change name to eZ platform

Example sites running EZ to test against:
https://www.informs.org/ezinfo/about
http://www.afasi.no/ezinfo/about
https://www.pw.edu.pl/ezinfo/about
http://www.amnh.org/
http://www.hioa.no/eng/
http://www.defense.gouv.fr/ezinfo/about

More sites using EZ can be found here: https://ez.no/Clients-Partners/Clients

@trond7
Copy link
Author

trond7 commented Mar 21, 2017

Some sites have disabled the info/version page but the CMS have a standardize response to this.
It is then difficult to find the version but the response is another proof of type of CMS.

Reponse:
View is disabled

The view ezinfo/about is disabled and cannot be accessed.

Eksample of this response
https://www.hks.harvard.edu/ezinfo/about
http://www.amnh.org/ezinfo/about

@trond7 trond7 changed the title Ez publish CMS support Ez publish CMS support, fingerprint added Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant