Commit Graph

23 Commits

Author SHA1 Message Date
freddii
2593a84d56 Fix some spelling mistakes. 2021-01-12 09:55:31 +00:00
James Crook
9acabbbed3 Fix mw2html byte artifact issues.
The conversion from Python2 to Python3 had some issues.
- Characters outside the ASCII range got converted to \xe2\x80 numbers
- Single quotes got escaped.
- The entire doc was enclosed in quotes.

These changes address those, and also remove html comments.
2020-06-28 11:07:17 +01:00
Jack Thomson
56f02ce13e Move mw2html and htmldata to python3 2020-05-27 19:45:25 +01:00
James Crook
4cff5c4cb9 Bug 1768 - Local Manual says 'offline' in the footer and 'development' in the title. 2018-09-15 13:29:38 +01:00
James Crook
f8da13f00a Bug 1875 - wiki2htm.sh fails with https 2018-07-22 14:07:56 +01:00
James Crook
069da03e9e Fixes to local-manual script Part 4.
This change makes the deployment of css related files work on both windows and mac.
2017-08-24 12:13:05 +01:00
James Crook
78567cbba9 Fixes to local-manual script Part 3.
Added media wiki background, fixed footer, handled mute/unmute special case (it creates a subdirectory), removed "Navigation menu", deployed files from script directory.
2017-08-23 15:10:24 +01:00
James Crook
74c2af918c Fixes to local-manual script Part 2.
This reinstates the logo and the 303.css.  It's now mostly working for most of the pages.
2017-08-22 23:30:30 +01:00
James Crook
e036c59f15 Fixes to local-manual script Part 1.
This removes the editornotes, and the unwanted portlets.  It also uses 303.css.
2017-08-22 16:07:35 +01:00
James Crook
5b7e9518e2 mw2html.py - don't fetch audacityteam non wiki manual pages
The link to /donate/ was previously picking up some content from our wordpress site hosted on the same domain.
2016-06-22 22:04:32 +01:00
James Crook
b4d6f5f03a Bug 1370 - mw2html: Filipino pages present.
Now excludes links containing /xx/, /xxx/ and  /xx_XX/.  Case sensitive, otherwise we exclude /FAQ/ and /SC4/
2016-06-22 19:23:07 +01:00
Benjamin Drung
787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
Gale Andrews
9b2ea97b00 Buanzo's fix to prevent dumps aborting 2016-04-24 02:58:52 +01:00
Gale Andrews
cfcb876bc1 Buanzo's fix to include a User-Agent HTTP request header
This means that we don't get 403 error when dumping the Manual with the server's security features in place.
2016-04-04 18:29:06 +01:00
windinthew@gmail.com
a0ff55faa9 Add a span for removing phrases or sentences from Manual dump (tested). 2014-11-02 09:47:51 +00:00
lllucius
b4ba110811 Reverting r12850...hopefully
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
lllucius
f290b3d644 Converted CRLF to LF. 2013-11-01 23:22:33 +00:00
windinthew
884f3ef01d Remove unwanted empty 'catlinks' div that appears at bottom of the dumped Manual. 2013-01-10 14:27:55 +00:00
james.k.crook@gmail.com
1ddf09da3e BUG:357 BUG:380 fixes styling using css and movement of quick_help.html to top level. 2011-05-02 19:05:52 +00:00
james.k.crook@gmail.com
067d10ea44 Moved index.html up one level in the directory tree. That's where Audacity expects it. 2011-04-30 13:02:39 +00:00
james.k.crook@gmail.com
79309f6df4 Script to pull manual no longer includes the translations. 2011-04-29 14:45:28 +00:00
james.k.crook@gmail.com
eb904062ad Avoid duplicate html files with names like 'index.htm' 2011-04-12 15:04:58 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00