From: Dean M. B. <mik...@gm...> - 2010-10-05 18:36:35
|
Hi Everyone! It's that time again nearing the end of a development cycle, and I'm pretty much ready to get started on writing/editing documentation. So far I've updated the README file and turned it from just a simple .txt file into an .rst file, which GitHub so graciously formats for us. You can find the latest changes in the 0.7-devel branch to get an idea here: http://bit.ly/cqtQzX -- to say the least, nicer documentation would definitely go a long way IMO. Also, if you guys have any time to write up examples on how to use the HTTP client and the server in concert, I would really like to get some help in that regard. I have my ideas, but I'd like to hear yours and see if they're better than mine. The Twitter client idea might be a little tricky I think especially now that Twitter has gone OAuth exclusively -- this will require a developer account and third-party tools for computing the HMAC-SHA1 for the requests. A SOA example might be useful, but I don't have a lot of ideas as to what service to build. Anyway, it's real late on my side of the world so I'll look forward to your inputs. Have a good day everyone and I look forward to hearing from you soon! -- Dean Michael Berris deanberris.com |
From: Glyn M. <gly...@gm...> - 2010-10-05 20:26:54
|
Hi Dean, On 5 October 2010 20:36, Dean Michael Berris <mik...@gm...> wrote: > Hi Everyone! > > It's that time again nearing the end of a development cycle, and I'm > pretty much ready to get started on writing/editing documentation. > > So far I've updated the README file and turned it from just a simple > .txt file into an .rst file, which GitHub so graciously formats for > us. You can find the latest changes in the 0.7-devel branch to get an > idea here: http://bit.ly/cqtQzX -- to say the least, nicer > documentation would definitely go a long way IMO. > > If you got my pull request, the latest docs look like this: http://glynos.github.com/cpp-netlib/ There are a lot of todo stubs, and there is a lot of room for examples. I will try and provide some more interesting examples myself, and I'd like to encourage the cpp-netlib community (such as it is) to come up with cool stuff. Glyn |
From: Dean M. B. <mik...@gm...> - 2010-10-06 04:51:11
|
On Wed, Oct 6, 2010 at 4:26 AM, Glyn Matthews <gly...@gm...> wrote: > Hi Dean, > > On 5 October 2010 20:36, Dean Michael Berris <mik...@gm...> wrote: >> >> Hi Everyone! >> >> It's that time again nearing the end of a development cycle, and I'm >> pretty much ready to get started on writing/editing documentation. >> >> So far I've updated the README file and turned it from just a simple >> .txt file into an .rst file, which GitHub so graciously formats for >> us. You can find the latest changes in the 0.7-devel branch to get an >> idea here: http://bit.ly/cqtQzX -- to say the least, nicer >> documentation would definitely go a long way IMO. >> > > If you got my pull request, the latest docs look like this: > http://glynos.github.com/cpp-netlib/ Yes, and I've merged it to 0.7-devel just now. Thanks Glyn! Also, I love the peaches background! :D > There are a lot of todo stubs, and there is a lot of room for examples. I > will try and provide some more interesting examples myself, and I'd like to > encourage the cpp-netlib community (such as it is) to come up with cool > stuff. Hear, hear! :D -- Dean Michael Berris deanberris.com |
From: Dean M. B. <mik...@gm...> - 2010-10-06 09:18:19
|
On Wed, Oct 6, 2010 at 12:50 PM, Dean Michael Berris <mik...@gm...> wrote: > On Wed, Oct 6, 2010 at 4:26 AM, Glyn Matthews <gly...@gm...> wrote: >> Hi Dean, >> >> On 5 October 2010 20:36, Dean Michael Berris <mik...@gm...> wrote: >>> >>> Hi Everyone! >>> >>> It's that time again nearing the end of a development cycle, and I'm >>> pretty much ready to get started on writing/editing documentation. >>> >>> So far I've updated the README file and turned it from just a simple >>> .txt file into an .rst file, which GitHub so graciously formats for >>> us. You can find the latest changes in the 0.7-devel branch to get an >>> idea here: http://bit.ly/cqtQzX -- to say the least, nicer >>> documentation would definitely go a long way IMO. >>> >> >> If you got my pull request, the latest docs look like this: >> http://glynos.github.com/cpp-netlib/ > > Yes, and I've merged it to 0.7-devel just now. Thanks Glyn! > > Also, I love the peaches background! :D > Because hosting it on Github at the moment makes so much sense, I'm going to be pushing whatever changes I make to the documentation for review by everyone to this address: http://mikhailberis.github.com/cpp-netlib Thanks for the idea Glyn, now there are some changes already up there for comment. Please take a look around -- I've made changes to the HTTP Client and Getting Started pages. I'll have more documentation up there more regularly. I'll pick up the pace later today to have more writing done and eventually have something proof-readable regarding the internals of the library. Have a good one guys and I look forward to feedback on the documentation! :) -- Dean Michael Berris deanberris.com |
From: Dean M. B. <mik...@gm...> - 2010-10-07 10:41:41
|
On Wed, Oct 6, 2010 at 5:17 PM, Dean Michael Berris <mik...@gm...> wrote: > On Wed, Oct 6, 2010 at 12:50 PM, Dean Michael Berris > <mik...@gm...> wrote: [snip] > > I'll have more documentation up there more regularly. I'll pick up the > pace later today to have more writing done and eventually have > something proof-readable regarding the internals of the library. > I've just made some changes to http://mikhailberis.github.com/cpp-netlib/tag_metafunctions.html -- if anybody can take a look and let me know whether anything is not clear, I'd love feedback. Looking forward to hearing from you guys soon! -- Dean Michael Berris deanberris.com |
From: Dean M. B. <mik...@gm...> - 2010-10-09 04:42:36
|
On Thu, Oct 7, 2010 at 6:41 PM, Dean Michael Berris <mik...@gm...> wrote: > > Looking forward to hearing from you guys soon! > I've made another snapshot upload now to get more information into the front page: http://mikhailberis.github.com/cpp-netlib/ I also updated the part about the HTTP server example. http://mikhailberis.github.com/cpp-netlib/hello_world_server.html Thanks guys and I look forward to your comments on the new documentation. Have a good weekend everyone! -- Dean Michael Berris deanberris.com |
From: Dean M. B. <mik...@gm...> - 2010-10-10 08:07:44
|
On Sat, Oct 9, 2010 at 12:42 PM, Dean Michael Berris <mik...@gm...> wrote: > > Have a good weekend everyone! > So instead of trying out something in Lisp, I instead ended up hacking at the CSS, making sure it's readable on smaller screens (i.e. netbooks). There's not much that happened except for the addition of some modifiers to the concept. That's all folks, still looking forward to feedback. :) http://mikhailberis.github.com/cpp-netlib -- Dean Michael Berris deanberris.com |
From: Dean M. B. <mik...@gm...> - 2010-10-13 14:37:41
|
On Sun, Oct 10, 2010 at 4:07 PM, Dean Michael Berris <mik...@gm...> wrote: > > That's all folks, still looking forward to feedback. :) > http://mikhailberis.github.com/cpp-netlib > Today I finished the description of the HTTP client implementation, and included a table of the tags that are already in the library. Please take a look at the (mostly re-written) HTTP implementation page: http://mikhailberis.github.com/cpp-netlib/http.html If you have any questions, please let me know so that I can address them in the documentation. Thanks and I'm about to finish up the documentation of other important things, removing some TODOs and some empty parts. Glyn, if you can send in the XMPP implementation for merging into 0.7-devel (I will have to re-arrange and move some of the HTTP-only tags into their own headers), that would be awesome. I'll be finishing up and tagging for release tomorrow, or as soon as we get the XMPP implementation stabilized. Have a good one guys and I look forward to comments/suggestions/reactions. -- Dean Michael Berris deanberris.com |