Zoom Icon

Help:Quick Guide to Publication

From UIC

Contents


First step

Before being to publish, you must be subscribed to UIC Forum, after that you'll have to ask Quequero, via PM or by mail, for editing rights.

I don't know how wiki works

Don't worry, you need only 5 minutes to learn:

  1. Go with your browser to: http://quequero.org/Tutorial_Title, anyway we recommend to try before on Sandbox, and then make the page :).
  2. Click on edit to start editing (you must have editing rights)
  3. Copy the code above and paste into new page
[[Category:Home]] // This is mandatory
[[Category:A category name]]
[[Category:Other category if needed]]
Categories list http://quequero.org/Help:Categories

// Don't wrap!
{{UIC Form Heading|Title|Autor|Email|Home page|day (in dd format)|month (in mm format)|
year (in yyyy format)|<level>difficulty level (from 0 to 5 in 0.5 steps)</level>|Language|Comments, if you want}}

{{UIC Form|Introduction}}
<section begin=abstract/>
Here goes the introduction, the part between <section> tags will be automatically
extracted and presented in realtime on UIC's home page, try to write no more than
100/130 words here...
<section end=abstract/>
If you need more space, just write the continuation of your abstract after the tags

{{UIC Form|Tools & Files}}
*[[Media:Attached.zip|A tutorial's attached ]] : link to file present into wiki
*[[Disassemblers Debuggers|A debugger]] : link to wiki page
*[[Pack Unpack|Packer/Unpacker]]
*[[Pe Stuff|PE Editor/Analyzer/Rebuilder]]
*[[Logging Tools|API/Registry/FileProcess Monitor]]
*[[Utilities|Hex-Editor/Patcher/Loader/Tabella]]

{{UIC Form|Program URL}}
// Anonymous link
*{{Anon|http://www.site.com|Software House}}

// Not anonymous link
*[http://www.site.com Site]

{{UIC Form|Essay}}
Tutorial text

// How insert code lines
<code lang="asm">
004C9021 EB 0B JMP SHORT Armadill.004C902E ;a comment
004C9023 F2 PREFIX REPNE:
004C9024 EB F5 JMP SHORT Armadill.004C901B
004C9026 EB F6 JMP SHORT Armadill.004C901E
</code>

// Write a centered text
<center>Centered text</center>

// Give a name to Chapters/Paragraph
==Chapter Title==
===First Paragraph===
====First Sub====

==Second Chapter==

// Not enumerated list
*Enumerated list
*element
*element
**Sub element

#Numbered list
#element
#element
##Sub element

// Basic text formatting
::Indented text
:::More indented text

''Italic''
'''Bold'''
''''Bold & Italic''''

// Link
[[Media:Tutorial_file.zip|File link]]
[[Image:Tutorial_image.jpg|Image]]
[[Titolo tutorial|Link to wiki page]]

{{UIC Form|Final Notes}}
Final Notes

[[User:Autore|Author]] // Link to Author wiki home page
Author // Simply author name

{{UIC Form|Disclaimer}}
{{Disclaimer}}

IMPORTANT
It is mandatory to upload an image (wiki will auto-scale it to 80px in width) with the _same_ name of your tutorial, it will be used to generate an entry in the home page, thus if you make a tutorial called "Reversing Something" you need to upload an image called "Reversing_Something.jpg", preferably on white or transparent background, jpg format is accepted.

To upload file/image, you must login ad click on "upload file" on the bottom menu.

Into the box there're already some tags, remember that:

  1. Wiki "auto highlights" the code, see syntax highlighter
  2. Page title should be short and self explanatory and it must not contain &
  3. You must add at least a category in your page: Category List
  4. To get a newline, you should press two times enter or write the tag: <br />
  5. Image's name should be: shot_title_image01.jpg etc...
  6. Files to upload should be zip file format

Now some tips:

  1. Don't save and edit tutorial thousand times, use the Show preview function!
  2. Insert links to files and images into wiki code, then use the preview function: your links will be red, just click on them to upload files!
  3. To insert math formula use tags:

<sup>exponent</sup>, <sub>subscript</sub>

Extending Guide

To learn how to insert image, flash video, others: how to publish, publishing help.


Copy&Paste Template

[[Category:Home]]
[[Category:Category name]]

// Don't wrap
{{UIC Form Heading|Title|Autor|Email|Home page|day (in dd format)|month (in mm format)|
year (in yyyy format)|<level>difficulty level (from 0 to 5 in 0.5 steps)</level>|Language|Comments, if you want}}

{{UIC Form|Introduction}}
<section begin=abstract/>
Here the introduction....
<section end=abstract/>

{{UIC Form|Tools & Files}}
*[[Media:file_name.zip|Attached]]

{{UIC Form|Program URL}}
// Anonymous link
*{{Anon|http://www.site.com|Software house}}

{{UIC Form|Essay}}
text

{{UIC Form|Final Notes}}
final notes....

{{UIC Form|Disclaimer}}
{{Disclaimer}}