Customizing SMF > SMF Coding Discussion

[WiP Mod] SMF Wiki (0.2 / April 2011)

(1/64) > >>

niko:
First public version is here! There will be monthly builds from now on. (some times more often or less often).

REMEMBER TO BACKUP!

Note: This is only for testing purposes, not recommended on live sites!

This version isn't feature complete! Features such as delete pages, move pages are missing!

It's highly recommended to enable cache when using Wiki mod.

Please report all bugs either here or issue tracker (Feature request are welcome, too!).


Issue Tracker (accepted feature request will be added as Confirmed / Status set if it was posted there):
http://smfwiki.net/forum/index.php?project=6

Live Example

http://wiki.smfarcade.info/Main_Page

Features


* Creating and Editing pages
* File Uploads
Syntax
http://wiki.smfwiki.net/Syntax
http://www.simplemachines.org/community/index.php?topic=272676.msg1922475#msg1922475

<nowiki> tag can be used to make sure code isn't parsed.
Code is parsed in every tag with expection of [nobbc], [code] and [php]. Wiki code is parsed in [html] tag. (as of rev195)

Same-stables download

http://download.smfwiki.net/

Unstable download

http://dev.smfwiki.net/repository/smfwiki/builds

Standalone mode

Standalone mode enables you to run wiki outside SMF install directory. It's required to enable Friendly URLS.

Provided by file "wikistandalone.php" which should be put in SMF directory for Friendly URLs and somewhere else if you want to just run outside SMF directory. (on latter case you need to edit path in file).

Example rule for .htaccess for friendly urls


--- Quote ---RewriteEngine On
RewriteRule ^wiki/(.*)$ wikistandalone.php?page=$1 [NC,QSA]

--- End quote ---

Remember to configure links from admin.

Nibogo:
wow!!

I was expecting a wiki for smf ^^

Just amazing the smf arcade , smf projects and the wiki

Niko you are awesome ;)

[SiNaN]:
This was one of the most important mods for me which I wanted to see and code for SMF. And what I see from current progress is; you will no longer need any wiki bridges/integrations.

And I must note that, I haven't done anything other than a few fixes for this project yet. Though hopefully, I'll help Niko as much as I can from now. I want to thank him for letting me help with this awesome project. :)

fshagan:
I'm very interested in this.  One thing that becomes a barrier for forum participants is learning a new editor syntax; are you using the SMF editor for the wiki articles? 

Nathaniel:
The starting demo looks good. I hope to see this project grow, its nice to see more larger projects for SMF.

Thanks Niko and Blue Dream. :)

Navigation

[0] Message Index

[#] Next page

Go to full version