-
Notifications
You must be signed in to change notification settings - Fork 104
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
migrate gtk3 porting docs from wiki #150
Conversation
Review done by pushing commits to your branch.
|
src/gtk3-porting-guide.md
Outdated
avoid some stressful manually conversions that a “simple script” can | ||
do using *sed* :) | ||
4. Follow the [Code | ||
Guidelines](Development_Team/Code_guidelines "wikilink") during all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the Link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
src/gtk3-porting-guide.md
Outdated
### Use the same keyboard and mouse | ||
|
||
If you have an XO, I'm sure you want to take a look at | ||
[this](User:Humitos/x2x "wikilink")... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
src/gtk3-porting-guide.md
Outdated
`sugar-launch org.laptop.sugar.GetBooksActivity` | ||
|
||
See also [Development | ||
Team/Debugging](Development_Team/Debugging "wikilink"). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couldn't find the correct link.
removed the line instead.
============ | ||
|
||
First of all, I had to remove the *hippo* related things and the | ||
[sugar-port](Development_Team/sugar-port "wikilink") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this link, since the page is now deprecated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion would be that after migrating the page, go through all the links present on the page to check if they are broken or need to be updated
Updated. PTAL |
On Sat, Apr 07, 2018 at 12:53:11AM -0700, Rudra Sadhu wrote:
@rdrsadhu commented on this pull request.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
In src/gtk3-porting-guide.md:
> +running.
+
+`sudo yum install python-epdb`
+
+After that I put some trace point in the code where I can stop and make
+my tests by doing this:
+
+`import epdb;epdb.set_trace()`
+
+Finally I run Get Books Activity from the Terminal Activity to be able
+to write some code on a shell. This is the command that I use:
+
+`sugar-launch org.laptop.sugar.GetBooksActivity`
+
+See also [Development
+Team/Debugging](Development_Team/Debugging "wikilink").
couldn't find the correct link.
removed the line instead.
I managed to dig this up:
https://wiki.sugarlabs.org/go/Development_Team/Debugging
|
I have made some more improvements. |
A "GTK+3" without the space (eg, "GTK+ 3") remains in line 538.
I only found this by doing a search--I'm sure I would not have seen it
otherwise unaided :-)
A search for unspaced "GTK+2" revealed no hits.
Line 511 is missing a "+" and a space in each of "GTK-2" and "GTK-3" in the
header.
|
* Fix broken links * Improve content readability * Add and improve content
LGTM |
- define terms and context in an introduction, - change section structure for coherence, - fix several links, - add links to some other resources on porting.
- they were mostly incoherent notes by individual developers, - if anything valuable is needed, it should be in the main page.
Reviewed. |
I was just going through the conversation, reading commits and the documentation to see what it was about. Found a spelling mistake, it's very small, almost nonexistent. Good enough to fix, since the PR is open 🙈 Line 107 in src/desktop-activity.md. Will continue proof-reading and check links of other documents. Will edit this comment if I find anything else. |
Documentation of the new activity made by the user would be a crucial part of the future if people want to improve or solve issues/bugs related to it. I saw no mention of it, at the Ready to Release section. I suggest we can add 1-2 points or a separate section regarding how to go about documenting their own sugar-activity when it ready and where to add it (like Help-activity). By providing a clear format they could follow, some tips and examples of the same. This would help in making the process more clear for the developer(s) leading to a more consistent documentation of activities. Suggestions appreciated on the same. |
Thanks, line 107 spelling fixed in c18e1a0, but the "Ready to release" sections and the documenting of an activity are not in the scope of the Port to GTK+ 3 Guide, so that's off-topic, let's please keep that discussion inside #96 (comment) instead so we can focus on the Port to GTK+ 3 Guide. Be attentive to the changes in the pull request rather than the rest of the repository. |
That is off-topic to the context of the PR as I recognize now. I apologize. I should be more considerate in writing comments and reviewing of PR's. Thanks, @quozl for mentioning it. |
Fix #149
The conversion was performed using pandoc and may not be perfect.
Feel free to make any improvements.