Tekwiki Guidelines: Difference between revisions

Jump to navigation Jump to search
No edit summary
(22 intermediate revisions by 4 users not shown)
Line 22: Line 22:
'''Favor high quality over small file size. '''
'''Favor high quality over small file size. '''
What seems like a big file today will not seem so big in ten years.  
What seems like a big file today will not seem so big in ten years.  
Favor one-up (one document page per PDF page).
When scanning a document, best quality is obtained by removing the binding
and scanning the pages flat.


Beware of software that claims to provide automatic image enhancement for scans.  
Beware of software that claims to provide automatic image enhancement for scans.  
Line 27: Line 32:
Recommendation: Turn off all processing except for OCR.  
Recommendation: Turn off all processing except for OCR.  
Always keep the raw scan in case it needs to be reprocessed for whatever reason.  
Always keep the raw scan in case it needs to be reprocessed for whatever reason.  
Maybe in twenty years, the automatic enhancement software will be reliable.  
Maybe in twenty years, the automatic enhancement software will be reliable.
 
The eventual goal is for all PDFs on Tekwiki to be text-searchable.
If a PDF isn't already text-searchable, add the "Needs OCR" category tag to the file page.


It is fine to upload scans that other people made for free distribution.  
It is fine to upload scans that other people made for free distribution.  
Don't upload scans from companies like Artek, where the scan was done to make money.
Don't upload scans from companies like Artek, where the scan was done to make money.
It is helpful if files are named <document_part_number>.pdf. For example, 070-8123-45.pdf.
This allows us to create links to manuals we don't have yet, and the link starts working
when somebody uploads the file, named in the recommended way.  The document part number is
usually found on the title  page and/or the page footer of Tek manuals.
When uploading a PDF document with a 070-1234-00 style document number, please add it to the [[manuals]] list whether you also reference it elsewhere or not.
Rather than linking to a document on a remote site, prefer to upload of copy of the document to Tekwiki.
Too often, the remote site disappears and we end up with broken links and no way to access the document.
Strongly prefer PDF files with password protection completely turned off. [http://qpdf.sourceforge.net QPDF] is useful for removing encryption and thereby also clearing the various print/copy permission flags.
==ROM Images==
Tekwiki hosts a collection of [[ROM images]].
ROM images should be uploaded in plain binary format. S-record files can be converted beforehand using GNU binutils:
<tt>
objcopy -I srec -O binary rom.hex rom.bin
</tt>
The file naming scheme we use is <tek part number>.bin. Example: 156-0660-01.bin


==Quotes==
==Quotes==
Line 36: Line 67:
It's fine to have text in the first person inside of an attributed quote.
It's fine to have text in the first person inside of an attributed quote.
For example, see the quote toward the top of the [[524]] page.
For example, see the quote toward the top of the [[524]] page.
==Tables==
The Mediawiki software is limited in its ability to size pages and tables especially to fit different browsers.
A useful way to ensure that tables you create look reasonable for most viewers is to first resize your browser window so that it just barely shows the following 7 column wide list, widely used on the [[Main Page|main page]], on a single line without reflowing:
<div style="column-count:7;-moz-column-count:7;-webkit-column-count:7">
* 067-1234-01
* 067-1234-02
* 067-1234-03
* 067-1234-04
* 067-1234-05
* 067-1234-06
* 067-1234-07
</div>
This will tend to give you a window that is slightly narrower than desired by popular web sites. If your table looks good at this window size, it will work for most people.


==Units==
==Units==
Line 55: Line 102:
'''Internal links are helpful. '''
'''Internal links are helpful. '''
When another instrument is mentioned in a page, make that a link in case readers want to explore that connection.
When another instrument is mentioned in a page, make that a link in case readers want to explore that connection.
==Caveats and Quirks==
Beware of the "edit" links next to section headings.<br>
[[File:Template section heading edit link.png]]<br>
These edit links sometimes take you to a page where you are editing the template, not the Tekwiki article.
If you end up in an edit window titled something like "Editing Template:MissingSpecs (section)", hit the back button or cancel.
The most reliable and least confusing thing is to use the edit link at the top of the page, not the edit links next to the section headings.


==Categories==
==Categories==
Line 73: Line 127:
Tekwiki administrators monitor those pages and will respond to questions. For example, if you want to  
Tekwiki administrators monitor those pages and will respond to questions. For example, if you want to  
start a new category but aren't sure, feel free to edit the Talk/Discussion page.
start a new category but aren't sure, feel free to edit the Talk/Discussion page.
Please sign your contributions on discussion pages at the end of your text - you can simply type four tildes (<code><nowiki>~~~~</nowiki></code>) to do so.
Using colons (<code><nowiki>: your reply</nowiki></code>, <code><nowiki>:: reply to your reply</nowiki></code>) helps making the discussions more readable.
==Repair Reports - "/Repairs" Pages==
Reports of individual repairs should go on a "/Repairs" sub-page under the main article for that instrument, e.g. [[585/Repairs]]. 
A description of symptoms, causes identified and solutions implemented is most welcome, whether in bullet-list or narrative style.
Photos of the specific problem or solution will help others in their work!
The link to the repair page will be displayed in a tab on top of each article, next to the "Discussion" tab.
Information about general known repair issues such as components that are prone to failure can go into a section (e.g. "Common Problems") in the main article.
It is quite OK to have both a Common Problems section and a Repairs article [[7CT1N|for the same instrument]].
Please categorize individual repair pages using <code><nowiki>[[Category:Instrument repair reports]]</nowiki></code>.


==Collaboration==
==Collaboration==
Line 92: Line 162:
In-camera flashes usually result in high glare, hard shadows, and poor color rendition.  
In-camera flashes usually result in high glare, hard shadows, and poor color rendition.  


Avoid geometric distortion (like taking a front panel shot from above, or a close-up taken with a wide-angle lens), and trim excessive unrelated background.
Avoid geometric distortion (like taking a front panel shot from above,  
or a close-up taken with a wide-angle lens), and trim excessive unrelated background.
 
When photographing an instrument, it's good to also get internal photos.
Using a high f stop and indirect flash (e.g. via a white ceiling) helps put a large part of the image in focus.
 
File names should be relate to the subject of the photo. Cameras generate semi-arbitrary filenames.
Those should be replaced with more meaningful names before the files are uploaded.
The filename extension should be lowercase.
For example. rename "IMG_143721.JPG" to "tek_647a_hv_transformer.jpg".
When uploading a file, the name may get changed slightly by the wiki system.
The text after the "File:" on the upload page (not the URL bar in the browser)
is the name you should use when referring to the files.


When photographing an instrument, it's good to also get internal photos. Using a high f stop and indirect flash (e.g. via a white ceiling) helps put a large part of the image in focus.
Mostly, Tekwiki refers to images inside of gallery blocks.
When in doubt, look at how the markup is done on other pages.


===Commented examples===
===Commented examples===
Line 123: Line 206:
</gallery>
</gallery>


==See Also==
* [[Tasks]]


[[Category:TekWiki]]
[[Category:TekWiki]]

Navigation menu