-
Notifications
You must be signed in to change notification settings - Fork 37
update readme #3
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,13 +4,13 @@ This git repo contains the manual for Audacity | |||||
| ## Flow of Content | ||||||
|
|
||||||
| * We write the Audacity Manual at https://alphamanual.audacityteam.org | ||||||
| * We wget it and mangle it a little using our script, https://github.com/audacity/audacity/blob/master/scripts/mw2html_audacity/mw2html.py | ||||||
| * We get it and mangle it a little using our script, https://github.com/audacity/audacity/blob/master/scripts/mw2html_audacity/mw2html.py | ||||||
| * That content is then pushed as a commit to the GitHub repo. | ||||||
| * A script on our server detects the change at GitHub and pulls the changes to serve them. | ||||||
|
|
||||||
| ## Wiki Tricks | ||||||
|
|
||||||
| There is a lot of content in our manual which would be prohibitively time consuming to produce without automated tools to help us. This is particularly so of the many image maps in the manual. | ||||||
| There is a lot of content in our manual which would be prohibitively time consuming to produce without automated tools to help us. This is particularly so of the many image maps in the manual. | ||||||
|
|
||||||
| * Most of our tricks are documented at https://wiki.audacityteam.org/wiki/Magicke_Spells | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Nitpick/proofreading] see line 16 for context.
Suggested change
|
||||||
| * The heavy lifting is done by our 'What Is That' page https://wiki.audacityteam.org/wiki/Using_WIT | ||||||
| * The heavy lifting is done by our 'What Is That' page https://wiki.audacityteam.org/wiki/Using_WIT | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Nitpick/Proofreading] I think hyperlinking the page’s title would make it quicker for users to access the content. Consider doing that for line 15.
Suggested change
|
||||||
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.
[Nitpick/Proofreading/Question] I’m having trouble understanding what “mangle” means @Rajeta-Sarkar. Does it mean fix?
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.
"wget" refers to: https://www.gnu.org/software/wget/
"Mangled" means that it is pulled around / modified. In British English the term is used, slightly humorously, to describe something being reshaped in an inelegant manner.