All files needed to compile the CHM along with step-by-step instructions are now available in SVN.
This has several advantages:
- When I am unavailable, any doc team member (with the time and right software) can compile and commit the CHM to SVN. It only takes about 5 minutes or so to edit, compile and commit when you know what to do.
- Any doc writer can edit and update the Project and Contents Files. Every time a new section is added, or a section is moved, the Contents needs to be updated for the links to remain working. Sometimes it is hard for me to spot every change, so now anyone can update these files rather than just me. If you have any questions on doing this, I may be able to help. There is some documentation with the compiler as a first port of call. It's fairly simple to figure most stuff out.
Instructions should make compiling clear to everybody, but if you want to clean the file up or edit stuff to make it easier, be my guest.
Original Post:
The ZSNES HTML Help file, based on the latest HTML source available from Sourceforge.
Here is a list of my full changes to the appropriate files when compiling the CHM for the sake of reference:
Code: Select all
==============================================================
About.htm
==============================================================
Before </HTML> tag:
<img src="./images/corner.png" style="display:none;">
==============================================================
Radio.css
==============================================================
Split these merged groups by copying/pasting this:
#navigation
{
background-color: #C8CFD8;
border: solid 1px black;
color: inherit;
padding: 1px 1px 0.5em 1px;
display:none;
}
#content
{
background-color: #C8CFD8;
border: solid 1px black;
color: inherit;
padding: 1px 1px 0.5em 1px;
}
--------------------------------------------------------------
#nav_column {
...
width: 0em;
}
--------------------------------------------------------------
#content_column {
margin: 0.65em 0.65em 0.65em 0.65em;
--------------------------------------------------------------
#footer {
...
display:none;
}
--------------------------------------------------------------
Copy contents of shared.css into Radio.css
http://sourceforge.net/projects/zsnes-docs/