-
Notifications
You must be signed in to change notification settings - Fork 16
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
Website structure #10
Comments
So, we actually do have a lot of content as part of the wiki pages. Trying to squeeze it all on one page might be challenging. I think we could have several "chapters" that contain a collection of more detailed pages for various topics. Topics that come to my mind are:
|
Yes, there is a lot of content on the wiki pages and probably there will be even more in the future. This is too much content to place on a single webpage. Thats why I suggest to use the GitHub wiki as a right place for this content instead of putting it on the website. Here are some examples of GitHub wikis: Using of the GitHub wiki has a lot of advantages:
What do you thing? Should we change to GitHub wiki or leave the wiki on the website? |
That would work for me. GitHub wikis are also git repos by themselves. That should make bulk import or export easy. (Export is important because history suggests that every few years we migrate hosting of our content to a different platform so we need to avoid vendor lock-in.) |
Great. GitHub is actually a very good choice because the project is hosted anyway on it. So there will not be a vendor lock-in. Maybe I begin to general structure the wiki and migrate the content. Please let me know if you have a different opinion about the structure. Here is the link to it: As soon we have a first usable version we can merge it to the main project. |
@rmoszczynski The wiki you started looks good. I'm still unclear what the advantages of a github wiki are over a github page. They're both markdown documents. I guess the barrier to entry is lower for wiki pages due to the prominent edit button and the github header & styling. The full site requires a PR for changes, but gives us full control over the styling. Does it make sense to have both? If so, how would we split content between them? |
The main advantage is to store the information on a system that is made for storing the type of content and there where the most devs/users expect to find the information. GitHub wiki is just build for a wiki. The GitHub wiki looks great, offers functionality like linking of pages in the sidebar menu, supports markdown (and other dialects), a nice syntax highlighting and last but not least stores the files as a separate git repository (https://github.com/rmoszczynski/biojava.wiki.git). If you compare the two websites: What do you feel is a better fit to store a wiki for a project? To use a GitHub wiki is only my suggestion before I start to improve the website. Thats why I build a minimal wiki to show how such wiki works and looks. Maybe thats make a better base to the decision if we want to use the website or GitHub wiki for the project wiki. I would suggest to use the website only for minimal information purposes, provide a great look, a general project description with features and a buch of links I suggested in the first comment of the topic. What is your opinion about that? |
Here a next suggestion on how to structure the content. StackOverflow is #1 place where devs and users looking for help. This is also a great opportunity to build a community. It's also a platform for high quality Q&A content - what a Cookbook actually is - a collection of receipts. Last time StackOverflow roll out a new great feature: Documentation. Here is the link: http://stackoverflow.com/documentation. Providing the Cookbook on StackOverflow Documentation has a lot of advantages and could be a boost for the BioJava project. What do you think? Should we build the Cookbook on StackOverflow Documentation? |
Hi, So there are a couple of forums where people post bioinformatics related questions:
to mention just a few of them. I'd rather not rely on an external site for hosting our content, but try to keep everything under the GitHub umbrella. The cookbook was also a wiki on the previous site (before we moved to github pages). Moving them to Github wiki might the natural thing to do now. I like what you started to do on your own github wiki ! |
OK @andreasprlic, thank you for your opinion. To keep the content on the GitHub umbrella is a good decision I think. We can put additional content on StackOverflow Documentation if we want to later. So I will begin to manually transfer the content to the GitHub Wiki I started and tell you when it's ready to merge. |
@andreasprlic there is one more point with the cookbook. A cookbook is a collection of recipes. Each recipe can contain not only a problem/solution text parts but also additional files, for example source files, input data etc. Thats why a recipe is more a directory as a file (page). I would recommend to write the BioJava Wiki as a additional repository with the following structure: The reposiotry itself: https://github.com/biojava/biojava-cookbook And in each recipe at least a In this way we stay under the GitHub umbrella and have much more flexibility handling recipes as directories instead of Wiki pages. Here is a great example of a project cookbook structured this way: https://github.com/reagent-project/reagent-cookbook What do you thing about the idea? |
good point. that reminds me of our tutorial. perhaps they should get merged? |
In my opinion a cookbook is a set of isolated problem/solution pairs. It's not really suitable for learning a subject or giving an overview but rather for solving common problems. A tutorial comes into play if you want to learn a subject. It is a guided proces explaining the concepts from the basic to advanced topics. That's why I think a tutorial has its own right to existence. It shows you where to begin, what problems can be solved and how and ends up with a reference to forums and the cookbook. |
We have a lot of example code scattered in various places: the tutorial, the old /wiki/BiojavaCookbook: pages, and the demo packages of each module.
Of the three, only the demo packages have been kept up-to-date, since they break compilation if they aren't. I think this is a huge advantage, and perhaps more important than having fancy formatting and prose. I would suggest that any new documentation system we start needs to be executed by travis against the current release, so we at least know that it is up to date. |
@rmoszczynski on this ticket we were discussing literate programming: In an ideal world we would be incorporating that into our documentation. Do you have any thoughts on that by any chance? A |
Yes, outdated documentation is a massive issue and literate programming is an option. There is for example Eclipse Intent supporting it. Personally I have no practical experience with that. I can imagine there are some challenges applying this concept in a project. Depending of the IDE devs uses literate programming should be supported. Disadvantages and restrictions should also be clear for us. But maybe it is a good idea. We can try and evaluate this option as an separate topic. There are some issues to discuss when it comes to software quality we can apply. I think the only places where we should write prosa about the code is the tutorial and cookbook. Independently of we decide to use litarate programming or not, the comments should be as close as possible to code. If we use the speaking code programming style (detailed and explicit) and comment why we do something and no what we win much in readability and also partially code quality. I would suggest the following steps:
|
@sbliven I've pushed a pull request, if you could have look that would be great. |
A the moment we have the following structure:
My questions is what content and structure we want to achieve on the website?
Maybe we can collect some ideas and rewrite the website to a modern, well structured and informative one which can show the serious and high quality character of the project.
My idea is to have a simple one page responsive website with the following information users and devs needs:
I would not to store information for developers on the website. The right place for it is the README.md file of the project repository.
That is.
What do you think? Any ideas?
The text was updated successfully, but these errors were encountered: