Hello!
I’ve put together an item-database website/“reference website”; New Eden Encyclopedia.
Designed to be more polished and less technical than the alternatives currently available.
Features:
- Entries for all player items (No info on NPCs right now)
- Detailed information for Ships, Structures & Modules
- 3D Map
- A few 3rd party dev goodies (IEC-compatible Icon export)
URL: https://newedenencyclopedia.net
Source: GitHub - SentientTurtle/Reference-Site: A static-html reference site for EVE Online
3 Likes
Cool site!
Is there a persistent URL I could use in my apps to link directly to an item page?
It looks like /type/{typeID}-{typeName}.html
, is that correct?
Right now the URLs aren’t strictly persistent, were an item’s name to change the URL would change.
That’s certainly something I could add redirects for though, I’ll have a look at that.
(Additionally, there is some mangling for filesystem reasons; The characters < > : ? *
get removed, double quote "
is swapped to two single quotes ''
, and / \ | ?
are replaced with a hyphen -
)
EDIT: /type/{typeID}
redirects are added now as a hotfix, other redirects with the next feature update.
OK.
I think it would be great to have persistent links, e.g. something like /items/type/{typeID}
.
1 Like