Stendhal Development Meeting 2014-04-02: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann some sorting |
imported>Hendrik Brummermann No edit summary |
||
| Line 57: | Line 57: | ||
== Navigation menu == |
== Navigation menu == |
||
* Draft structure of navigation menu |
|||
<!-- |
|||
** Idea 1: screenshots and movies into media, world guide and player guide into guide |
|||
| ⚫ | |||
[20:25] <dustofatk> world guide and player guide into guide |
|||
| ⚫ | |||
[20:26] <hendrik> The navigation menu is another complex topic. |
|||
** Drop down menus make the webpage a bit more "active" |
|||
| ⚫ | |||
** It will not be that full with headlines and tabs |
|||
| ⚫ | |||
** It's used like that on many pages I think so people will know how to work with that |
|||
* JavaScript is not an issue for crawlers (e. g. Google) |
|||
[20:30] <dustofatk> menus make in a way that it works without any scripts |
|||
** Drop down menus work without JavaScript by linking to a page with the sub menus. For example https://stendhalgame.org/world.html |
|||
[20:30] <hendrik> Yes, the website does work without javascript and will continue to work without it. But it is nicer, if javascript is enabled. |
|||
** The complete menu exists in the html code, but is hidden via css, so still accessible to crawler. |
|||
[20:30] <dustofatk> robots cant follow scripts and that u need for better page ranking |
|||
[20:31] <Bluelads4> and it's used like that on many pages I think so people will know how to work with that :) |
|||
[20:34] <hendrik> We can have drop down menus, which are visible to robots, especially google. |
|||
[20:35] <hendrik> The trick is that the top level entries are links which lead to a page with the sub menu. |
|||
[20:35] <hendrik> For example https://stendhalgame.org/world.html |
|||
--> |
|||
== Translation == |
== Translation == |
||
Revision as of 17:24, 5 April 2014
On the 2nd we had a development meeting regarding recent changes to the Stendhal website and future plans. Please find a summary of the meeting below.
New unified search
- There is now a search box in the upper right hand corner. It will find: Creatures, Items, Quests, Regions, Dungeons, pages from the manual and players.
- Mostly positive feedback
- Sometimes it is unclear, why certain results are included and other are not shown: When you search for a black sword, the result shows the black giant but not one of the other ones who drop it. Black giant, however, is not shown because it drops "black sword", but because it has both words in its description: "You see a tall black giant. His armor and sword will hit you hard. Be prepared!"
- It might be a good idea to return the creature which drop a searched item. At least if it a rare item (e. g. not money).
- It may be a good idea, to convert the search boxes for players, items, npcs, etc. to use the unified search as well, with a filter. For example a row of checkboxes like [_] Creature [_] Item [X] Player.
- Multiple people did not notice the new search box. It's not close to the item/player sections so it does not work as a reminder. Upper right hand corner seems to be used on many website. But that it is very far away from the focus of attention. We might want to move it into the World guide navigation box.
- Actually, position of the search box may be a good path to another topic.
How should the start page look like, in order to be attractive to new people as well as seasoned players?
- At the moment, the start page has a lot of news, with quite a long history of old entries. New players are probably not interested in them.
- More information about the game, not just the events that happen here
- Games stats, like how many rooms, how many creatures, how many maps and
- Draft structure of navigation menu
- Idea 1: screenshots and movies into media, world guide and player guide into guide
- Idea 2: About (Screenshots, Videos), World Guide (regions, items, ...), Player Guide (how to play), Community (Chat, Hall of fame), and Development.
- Drop down menu or keep the current always visible menus
- Drop down menus make the webpage a bit more "active"
- It will not be that full with headlines and tabs
- It's used like that on many pages I think so people will know how to work with that
- JavaScript is not an issue for crawlers (e. g. Google)
- Drop down menus work without JavaScript by linking to a page with the sub menus. For example https://stendhalgame.org/world.html
- The complete menu exists in the html code, but is hidden via css, so still accessible to crawler.