Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
DecentCMS/DecentCMS
Content Management System for Node.js
People
Repo info
Activity
Brett Morrison
@morrisonbrett
First Chat!
Zoltán Lehóczky
@Piedone
Hmm, maybe we should use this for Orchard for quick and/or real-time convos too?
Philip Senechal
@psenechal
It would be much better than Jabbr or IRC I think
Brett Morrison
@morrisonbrett
Agree. I sent Sebastien an email to create a room for Orchard. If he doesn't do it soon - ping him yourself.
Bertrand Le Roy
@bleroy
Hi there.
Kegan Maher
@thekaveman
Cool! Hey everyone
Sipke Schoorstra
@sfmskywalker
This looks nice - definitely worth a shot for Orchard as well.
Bertrand Le Roy
@bleroy
The problem with all those is that there needs to be a hard core of people who are always there, otherwise they just die.
But hey, I'll leave this one in a pinned tab, so if I'm awake and in front of the computer, I'll answer anyone who shows up ;)
Bertrand Le Roy
@bleroy
Working on the equivalent of Orchard's projections.
And... it works.
Bertrand Le Roy
@bleroy
It consists of a "search" part, that does exactly what you'd expect.
Here's a search page that shows all pages in the site, in alphabetical order:
{
"meta": {
"type": "search-page"
},
"title": "Pages",
"results": {
"indexName": "pages",
"idFilter": "^[^:]+$",
"map": "return item.meta.type !== 'page' ? null : {title: item.title, url: item.id};",
"orderBy": "return entry.title;"
}
}
Bertrand Le Roy
@bleroy
Next: pagination.
Bertrand Le Roy
@bleroy
And... it works.
AnithaVedhan
@AnithaVedhan
hi
we have a requirement to create Quiz in Orchard
can someone share any useful links on this
Szymon Seliga
@SzymonSel
@AnithaVedhan
Wrong group :)
Bertrand Le Roy
@bleroy
:)
nodecraic
@webworkio
hey, if anyone has any remote remote , designer, DevOps or Sysadmin jobs they can post them at
http://webwork.io
Bertrand Le Roy
@bleroy
Spammer. Why doesn't Gitter have a "report" button after all this time?
ronyrun
@ronyrun
Hello
Bertrand Le Roy
@bleroy
Hi
ronyrun
@ronyrun
@bleroy
I tried to install DecentCMS
but I don't understand how to do it
I followed the doc
"getting started"
added a Site from the repository
But now ... I don't understand how to get ghe CMS working
Is it connected to CouchDB ?
Bertrand Le Roy
@bleroy
Not sure what you mean. What have you tried and how did it fail? You don't need CouchDB, it can work with static files.
_