Hi all,
For a client I need and integrated document management system. The system needs
* to allow sharing of documents between groups of users
* email notification on new documents (or updates)
* simple revision control
* checkin / checkout (locking) functionality
* categorisation
* full-text searching
As far as I know there are a few modules available that can do part of what is required. MediaAttach, pnRelay, Pagesetter, ...? I'm wondering if I should start a module from scratch or rather build on top of an existing module. Any thoughts?
Thanks!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
document management
-
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
-
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
There is also Owl intranet and pnOwl. Owl is great with a lot of options and all your specs, but pnowl not uptodate.
I hope Mateo can expand pnRelay with revisions and even checking/checkout.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Thanks espaan. More or less forgot about OWL. If I remember correctly pnOwl only integrated user tables from Owl and Postnuke and I don't think it supports full-text searching. Does anyone know? It's feature rich, but I think I'm looking for something more integrated. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Yup integration is far from great. I use Owl at my site without integration and have added some functions in modules that use fileaccess directly. I thought Owl does support full text search. Features say so:
Owl features
Search within txt, ms-word and pdf files.
So yeah, difficult. Better integration would be very much appreciated.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
pnRelay from the NOC.
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!" -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
I dont think pnRelay from the NOC supports all of the following:
dits
* to allow sharing of documents between groups of users
* email notification on new documents (or updates)
* simple revision control
* checkin / checkout (locking) functionality
* categorisation
* full-text searching
revision, checkin/out and full text search is not there AFAIK.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
True
Relay doesn't support that features,
it's just a fancy Directory Manager with some basic features,
and a Security System cloned from the PostNuke one.
I guess i'll play with Community Stuff now,
then Relay will be in stand by for me...
I hope to implement the User's Quota and release 1.0
but when have some time.
Anyways, the latest available release was published here:
Relay pre-release for 0.8 only
Greetings
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Thanks all for your feedback. Much appreciated!
I'm realising more and more that it's perhaps best to write a new module for this. I hope my client will be willing to finance some of my time. Will keep you posted here. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
Maybe team up with Mateo's pnRelay and add revision control, checkin/out features there. That would be really great
Full text search mostly depends on the tools needed to scan the relevant docs
pdf - pdftotext
MSWord - antiword
RTF - UnRTF or rtf2text variants
Any other ?
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
espaan
Maybe team up with Mateo's pnRelay and add revision control, checkin/out features there. That would be really great
Something I thought about as well. Although the purposes of both are a bit different. Perhaps I should rather try and get something relatively simple working first... . Not sure yet. Let me see what my clients wants, then I'll contact Mateo.
espaan
Full text search mostly depends on the tools needed to scan the relevant docs
pdf - pdftotext
MSWord - antiword
RTF - UnRTF or rtf2text variants
Any other ?
xls2txt, I've implemented (hacked) them into Pagesetter for another project. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
My client is going to finance part of my time
. After giving it some more thought I think I must make this a separate module. I'll borrow some of Mateo's fancy Ajax and he might want to use some of the revision control stuff I intend to write.
Perhaps I should do the email alerting in a simple separate hook module that can alert on any type of new or updated content. Nothing like that available, is there?
Started playing with Modulestudio to set up the basic structure. Awesome!! -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
It will be a paid module then afterwards or private to the customer?
I would be interested in a doc management module with all the options you mentioned
As a replacement for the Owl intranet I'm using in pn764 now.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
espaan
It will be a paid module then afterwards or private to the customer?
No, not private to the customer, GPL. Once started, which will not be before the second half of July, I'll try and add it to TRAC as a project. -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
I am also interested in this module.
Thanks for working on it and if I can help in any way, let me know. -
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
Quote
Once started, which will not be before the second half of July, I'll try and add it to TRAC as a project.
By this stage, you may want to have a look at the revisions control GSoC project.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
