-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Better View/Navigation ? #56
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
Comments
Thanks for your comment. I totally agree that there is lots of room to improve. We should evaluate some of the most popular solutions for the frontend and then just migrate to that. |
Hello again, Github provides so called github-pages, those are built either static html pages or built with jekyll, maybe that could be used. Seems quite nice for displaying simple data. As far as i have seen it should be possible to categorize and tag posts. There would be some additional work though to get the site to display everything correctly when a new pattern is added for example. Writing a little script to do the additional work shouldn't be hard though. Hope it helps to clear that point up a bit. And if you want, i could (try to) help with migrating to jekyll if you choose to do so. |
Hi @noobxgockel Sorry for the delayed answer. I've been travelling for the last few days. It would be great to improve the user experience by adding a project web site using github pages. My personal priority is currently on developing the content of the project (improve the existing and add more patterns). Would you be interested to take this issue and start developing the site for the project from scratch? I can provide you push access and will of course help you wherever you need. |
No problem, i've been busy too c: yeah i can take this issue on, and having push access would be pretty nice for that. But dont expect design wonders from me ;) |
@noobxgockel I've added you as a collaborator to the project. You should be able to push to the repository. Let me know if there's anything you need to advance this issue. |
Nice C: today im still a bit busy, but tomorrow i'll start for real. Just some things i thought i'd mention beforehand so you can maybe comment on those.
Any comments, suggestions, critic on that ? |
Thanks for your thoughts. I think it sounds great in general. Here's some comments:
|
Sounds good C: It would also be possible to incorperate the cpp patterns into the website with little effort. But maybe the repository name is silightly confusing then. |
The cpp branch is currently on hold so let's just ignore it at the moment. Better not design too much ahead, we can change things when the need arises. |
@iluwatar Github pages will suffice. IMO we should dedicate a page for applications of patterns. |
👍 |
I went through Jekyll tutorials to set up my website and would be willing to help if needed. BTW, where is the branch? I think that a new repository is also not bad idea, it's up to you. It provides some nice decoupling but may break some Travis magic. Theme-changing shouldn't be too hard. Jekyll uses static HTML includes and Liquid to generate the pages. Besides that all there is to change is CSS and JS (if used). |
ping @noobxgockel |
Yeah, sorry about that, i started but never really finished ^^ Kinda busy atm, but if you want i can commit the stuff i have currently and someone else can take it. Site works but is kinda flawed because i dont intend to use patterns as jekyll posts but rather static pages (those who know jekyll know what im talking about) ^^ |
I think that a script that rendered a markdown page for every DP is not so hard to craft. |
@noobxgockel it would be great if you could commit the current work. |
Yeah, I also want it. I may even make some progress on it. |
@mafagafogigante Yeah its not hard to just display the patterns. But i want to use the theme i posted above and include a tag/category search functionality. Maybe even some overview pages etc... But i will try to make as much progress today and commit it. So others can help C: |
Just as i update: |
Good job. Waiting to see it, may put some effort into this in the weekend. |
I did the job and splitted up the readme, hopefully everything was splitted correctly...
Here is the first batch! PS: the site works mostly (except some css) its just the links that dont, they somehow cut out the "/java-design-patterns/" part... |
This is great! Now we have something to show. I will report new issues on my findings. |
This makes cleaner URLs thanks to jekyll
Update README.md
Heya there,
first of all, i love this resource and use it quite often. the only thing slightly annoying is the layout. Would be really awesome to view this resource in bootstrap with categories or something like that.
If something like that is done "hardcoded" the project will probably loose on contributions, so a converter of sorts should be used.
One last point, i found this Site that looks pretty good, but i dont know if it would be suitable. I also have no idea if it even works, because here everything is one single markdown document, while those at the site are multiple.
http://phpmyadmin.readthedocs.org/en/QA_4_4/
(topic is not important)
Just an idea C:
~Markus
The text was updated successfully, but these errors were encountered: