Giter Site home page Giter Site logo

dixi's People

Contributors

liamoc avatar phadej avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

phadej singhai0

dixi's Issues

Proper wikilinks support.

Let's do what gitit does and use blank targets for wikilinks.

Also have to make mediawiki wikilinks work etc. Right now they lead to broken links.

Make a hackage release

Latest dixi code allows aeson 0.11, but it's not on hackage it seems. Please make a release.

dixi-0.6.0.3 build failure with the new base-orphans-0.5.0

Note this can only happen with the old-base flag set to False, which leaves base-orphans unconstrained. base-orphans is required by some of dixi's dependencies, so it is brought into the compilation process either way.

Dixi/Database/Orphans.hs:33:1:
    Duplicate instance declarations:
      instance Foldable Last -- Defined at Dixi/Database/Orphans.hs:33:1
      instance Foldable Last
        -- Defined in ‘base-orphans-0.5.0:Data.Orphans’

Dixi/Database/Orphans.hs:34:1:
    Duplicate instance declarations:
      instance Traversable Last
        -- Defined at Dixi/Database/Orphans.hs:34:1
      instance Traversable Last
        -- Defined in ‘base-orphans-0.5.0:Data.Orphans’

Dixi/Database/Orphans.hs:39:1:
    Duplicate instance declarations:
      instance Data a => Data (Last a)
        -- Defined at Dixi/Database/Orphans.hs:39:1
      instance Data a => Data (Last a)
        -- Defined in ‘base-orphans-0.5.0:Data.Orphans’

Saw this on the 2016-01-18 nightly stackage build, reproduced locally.
Also seen here: http://matrix.hackage.haskell.org/package/dixi#GHC-7.10/dixi-0.6.0.3

Timestamps

Should be associated with each change, in the Page datatype.

Timezone should be configurable.

Configurable timezones

Should have a default for the whole wiki, and a per-user setting once accounts are added.

Administrator control

Should have the ability to:

  • Squash commits
  • Kill recent changes from history
  • Delete whole pages

JSON API

Using servant, this should be trivial, although I'll definitely need to move the pandoc logic into the server first.

Users and Authentication

It'd be nice to have.

Would require:

  • Changes to Page to say who did what changes.
  • The addition of sessions, login, authentication (Servant will have this Real Soon Now™).
  • Stretch goal: User pages.

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.