-
Notifications
You must be signed in to change notification settings - Fork 66
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
Wiki page #141
Comments
Heres my thoughts on structure:
Basically, Interface on top of page, then the primary objects that implement it below it. |
I can write up some of the interfaces descriptions in the coming weeks while I'm on the clock at work if you link me to where to edit them |
I have started to add some blank pages based on your structure idea, never done GitHub Wiki before so just playing around with how to best do it.
Think you will need @tjscience to give you permissions or you can type them up and email them to me and I will put them on for you? |
I believe I can submit a PR against it,
But if not I’ll post here
…On Sun, Jan 16, 2022 at 6:09 PM Darren Rose ***@***.***> wrote:
I have started to add some blank pages based on your structure idea, never
done GitHub Wiki before so just playing around with how to best do it.
I can write up some of the interfaces descriptions in the coming weeks
while I'm on the clock at work if you link me to where to edit them
Think you will need @tjscience <https://github.com/tjscience> to give you
permissions or you can type them up and email them to me and I will put
them on for you?
—
Reply to this email directly, view it on GitHub
<#141 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE34HF5HFHYWVJXW4GC6VFTUWNF2ZANCNFSM5MDE2Y7Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay cool, didn't realize you could do PR for Wiki - that's handy Any other pages you want adding just let me know name and hierarchy |
I've created You can use the IStatistic page for reference on proposed structure and how to do some formatting |
Excellent, looking good - thanks for that, handy to have a page to see best way to do formatting |
Alright, all the Interfaces have been finished on the wiki, except IROboCommand since thats ones large. |
Excellent work :) I was planning to do a section with some code examples, such as those currently in Readme.md and some more - and will do them in both C# and VB - just useful bits for newbies coming to this project, for anything more complex they can read your full documentation and dissect the sample app to learn. |
Yea thats all fine. I just wanted to give a base structure for the pages to look like and get the links all set up. |
Will see what I can do - am away for a few days now with work so may not be until I get back and caught up |
No worries, like I said, I just wanted to get the basic setup complete |
I know this thread is a couple years old but looking furiously for some sample code to wire up the progress estimator with robosharp and finding nothing. |
The included BackupApp would be a good start, and also the information and code snippets in the Wiki |
I can add tothe wiki, what specifically are you trying to do with it? ( Progress bar for overall ? Progress bar for single file ? etc, or just hook up in general ? ) |
Basically:
|
It is awesome y'all reply so quickly. We're moving large directories of files (10GB+, often > 100GB) and just need a basic progress bar to show things are still moving. Adding in filename being processed would also be great. Ok, just saw that code - I should be able to work that out, thanks! |
As we have so many new areas to document (thanks to the great work by @RFBomb) I propose that I start creating several Wiki pages, this will allow the documentation to be more detailed with samples for usage in both C# and VB and in my opinion will be better than overloading the readme.md with information.
We can use this issue to discuss the pages I add so everyone involved can have some input on the content, and suggest any changes / improvements etc.
I will start work on this in the next few days.
The text was updated successfully, but these errors were encountered: