Giter VIP home page Giter VIP logo

gitiki's Introduction

Gitiki

Build Status

This project is still in development.

Presentation

Gitiki is an open source PHP wiki engine from markdown files and a Git repository (or not).

Why markdown?

Markdown is a simple syntax to structure an information and easy to learn. It is a natural choice to build a wiki!

Features

Extensions

Gitiki can be extended with extensions.

About

This project is enhanced by Silex, Symfony2 Yaml and Parsedown library.

gitiki's People

Contributors

francisbesset avatar stof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

stof kinkir

gitiki's Issues

Not supported syntax in lists

not support this syntax

- [page X](page/X)
- [page Y](page/Y)
- [page Z](page/Z)

Error:

Catchable fatal error: Argument 1 passed to Gitiki\Parser::addHeaderInToc() must be of the type array, null given, called in /var/www/wiki/vendor/gitiki/gitiki/src/Parser.php on line 31 and defined in /var/www/wiki/vendor/gitiki/gitiki/src/Parser.php on line 45

Unexpected end tag : a in Entity

example page

# Links

[https://doc.nette.org](https://doc.nette.org)
[https://doc.nette.org](https://doc.nette.org)

## More links

* [page X](page/X)
* [page Y](page/Y)
* [page Z](page/Z)

errors:

Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 2 in /var/www/wiki/vendor/gitiki/gitiki/src/Page.php on line 61

Warning: DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 3 in /var/www/wiki/vendor/gitiki/gitiki/src/Page.php on line 61

Dir listing extension

I would welcome the support for listing childs pages as list.

example syntax

## project logs
{gitiki:list /project/logs, ul|ol}

generate this (item name from the list is taken from the title or first header tag)

<h2>project logs</h2>
<ul>
<li><a href="/projects/logs/log1.md">Log 1</a></li>
<li><a href="/projects/logs/log2.md">Log 2</a></li>
<li><a href="/projects/logs/log3.md">Log 3</a></li>
</ul>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.