> Is there any tutorial or at least some instructions to follow to publish > something at osflash wiki?
you can read about the syntax here: http://wiki.splitbrain.org/wiki:syntax but you don't need all that. just create a login and go to the playground page. there are format buttons on the top, select a word and click through them and you know what you need to know: links: [[target|label]] (target can be a url or the name of a wiki node) headlines: ==head line== ===bigger headline=== ====even bigger==== =====really big===== ======huge====== code: ''single line'' (note: two ', not one ") <code> command line, etc. </code> <code XML> <xml formatted="true" /> </code> <code actionscript> TRACE( "color syntax and all that" ); </code> formatting: **bold** //italic// __underlined__ to create a new page, simply search for it. if it doesn't exist you will be offered to create it. when you're logged in, you will see edit buttons everywhere. you can also use these to peek how others did some fancy stuff i haven't explained above. in edit mode, there's a useful preview button, and an opportunity to describe what you edited (e.g. "link updated", or "fixed typo"). it's really easy, just try it. hth, mark On 7/21/05, Diego Guebel <[EMAIL PROTECTED]> wrote: > Is there any tutorial or at least some instructions to follow to publish > something at osflash wiki? > I want to publish a library I've wrote to use MDM Zinc with as2, > compiling with mtasc, I dont know where it should go. > thanks in advance. > diego. > > David Rorex wrote: > > >On 7/20/05, Diego Guebel <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >>I'm using MDM Zinc is not free either. I've got really good results with > >>this. > >>I wrote a couple of classes to use it with AS 2.0 compiling with mtasc. > >>Ask me if you need them. > >>Regards, Diego. > >> > >> > > > >Hi, I use MDM Zinc and am interested in these classes. What license > >would you release them under? Can you put them on the osflash wiki? > > > >Thanks, > >David R > > > >_______________________________________________ > >osflash mailing list > >[email protected] > >http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- http://snafoo.org/ jabber: [EMAIL PROTECTED] _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
