Changes between Initial Version and Version 1 of HackProcedures


Ignore:
Timestamp:
Jun 8, 2013, 10:42:46 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

inital content moved in from WikiStart

Legend:

Unmodified
Added
Removed
Modified
  • HackProcedures

    v1 v1  
     1[[PageOutline(2-5,Content)]]
     2
     3= Hack Procedures =
     4The TracHacks page contains more information, contact details, bug reports, enhancements, suggestions, etc.
     5
     6== How to Contribute ==
     7
     8We've tried to make this as simple as possible:
     9
     10 1. [/register Register] a user name then [/login login] (requires cookies).
     11 1. Fill out the NewHack form.
     12 1. Verify all the details for your new page are correct.
     13 1. Commit your code to the provided Subversion URL[[BR]]''(alternatively you can simply attach your hack to your Wiki page, ala MacroBazaar, but remember that you can't delete or replace attachments)''
     14 1. Consider subscribing to the [wiki:WikiStart#FeedbackandSuggestions trac-hacks mailing list].
     15
     16=== List Your Own Hack Hosted Elsewhere ===
     17
     18Feel free to create a stub page here with a short description and links to your own hack. Please stick to the page naming convention, by appending the hack type (eg. '''Gantt''Plugin'''''). Therefore the !DoStuff macro should get a page named `DoStuffMacro`.
     19
     20Once you have created your page, tag it with the hack type and it will appear on the HackIndex. Tag it with your TracHacks [wiki:user] ID, if you want it to show up on your user page.
     21
     22=== Adopt Unmaintained Hacks ===
     23
     24See AdoptingHacks.
     25
     26== How to Use Tags ==
     27
     28TracHacks uses TagsPlugin to add basic categorisation to its Trac content.
     29
     30=== Meta-tags ===
     31
     32Additionally, TracHacks uses a couple of [wiki:metatag metatags] when creating new hacks; [wiki:release release] and [wiki:type type].
     33
     34  '''''Please don't abuse this.'''''
     35
     36If a tag page (eg. [wiki:macro macro]) is itself tagged with one of the meta-tags, it will be included as an option in NewHack. That's quite a confusing sentence, so just take a look at [wiki:type type] for an example.
     37
     38== Site-specific TracLinks ==
     39
     40We have defined some shortcuts for commonly used links, such as `download:hackname`, `google:search`, `trac:wikipage`, `trac-changeset:changeset` and `trac-ticket:ticket`. Use these TracLinks for your convenience (see [wiki:InterMapTxt] for a complete list).
     41
     42Examples:
     43 * [wiki:user Registered users] of TracHacks
     44 * Hacks for Trac [wiki:0.8], [wiki:0.9] and [wiki:0.10]
     45 * [wiki:example Example] hacks
     46
     47----
     48See also: TracHacks, HacksQandMaintenance