CodeIgniter Forums
Help Wanted: Wiki - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: News & Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=2)
+--- Thread: Help Wanted: Wiki (/showthread.php?tid=176)



Help Wanted: Wiki - jlp - 11-07-2014

When EllisLab transferred the wiki contents from their website into github, everything kind of ended up in one big pot. A number of edits have been made in the meantime, but the wiki still suffers from lack of organization, when it could be so much better.

I added a sidebar to the wiki, to communicate some of the structure implied by the wiki folders, but it is incomplete and not properly functional.

We could really use some attention from community members, especially if you are familiar with and comfortable working with the wiki format. A workable hierarchy needs to be clear to readers and contributors.

If you can help out, leave a reply in this thread, so that we (hopefully) don't trip over each other and duplicate efforts!

Thank you Smile


RE: Help Wanted: Wiki - slax0r - 11-08-2014

I might find some time to help out.


RE: Help Wanted: Wiki - haneez - 11-08-2014

I can help with the content


RE: Help Wanted: Wiki - musicalangel - 11-09-2014

Please let me join too.


RE: Help Wanted: Wiki - GrigoreMihai - 11-10-2014

I have some free time to if help is still needed.


RE: Help Wanted: Wiki - bertansh - 11-15-2014

Where is the Wiki? I am something of a fanatical documenter, so I may have some ideas.


RE: Help Wanted: Wiki - ciadmin - 11-15-2014

Thank you all for offering to help out!

I trust you can dive into the wiki and start fixing wiki links and now broken document links, so that we end up with a beautiful and useful structure again Smile

The wiki: https://github.com/bcit-ci/CodeIgniter/wiki


RE: Help Wanted: Wiki - bertansh - 11-15-2014

Done!


https://github.com/bcit-ci/CodeIgniter/wiki/Installation

Where should I put an appropriate link to it?


RE: Help Wanted: Wiki - musicalangel - 12-12-2014

(11-07-2014, 12:22 PM)jlp Wrote: When EllisLab transferred the wiki contents from their website into github, everything kind of ended up in one big pot. A number of edits have been made in the meantime, but the wiki still suffers from lack of organization, when it could be so much better.

I added a sidebar to the wiki, to communicate some of the structure implied by the wiki folders, but it is incomplete and not properly functional.

We could really use some attention from community members, especially if you are familiar with and comfortable working with the wiki format. A workable hierarchy needs to be clear to readers and contributors.

If you can help out, leave a reply in this thread, so that we (hopefully) don't trip over each other and duplicate efforts!

Thank you Smile

Greetings jlp

When using github wiki page, i facing some problem
when i wanna adding a link to applications in sidebar, like below

Code:
[[Applications|Category:applications]]

the result  will showing broken link.

It seems like the term "Applications" are reserved word and cannot be use as normal link.

Same case as using "Libraries" as link.

here some solutions:

  1. adding  quote mark . ex:
    Code:
    [["Applications"|Category::applications]]


  2. using singular. ex:
    Code:
    [[Application|Category::applications]]


which one you prefer? or you got better ideal?

Please let me know.

Thanks.


RE: Help Wanted: Wiki - musicalangel - 12-22-2014

Good Morning.

I need to extending the right hand side bar, by adding Tutorials#wiki-helps, it show that the page already exits.

wiki tutorials


but most of the link (like 8 out of 10) are broken, so can i have the right to modify it?

By removing the broken link, and categorize it into few different sub.

Thanks.