Inside Paulo Abrantes' head
[ start | index | login or register ]
start > 2007-07-09 > 1

Software Developing: SnipSnap and Snip It

Created by pabrantes. Last edited by pabrantes, one year and 137 days ago. Viewed 1,317 times. #1
[edit] [rdf]
labels
attachments

Software Developing: SnipSnap and Snip It

Well it seems that a few days ago Leo >>announced what everyone already knew, SnipSnap Development has ceased. I already knew it, but it's with great sadness that I've read the announcement.
I also must say that I was surprised to see that someone mentioned me on the comments as a "side developer", it seems there are more people aware of my work with snip it than I thought. smiley

Regarding the snip it development a new version has been deployed and for the first time I actually put as version 1.0-snipit. The major differences are the suggestions that derjohn gave about the weblog are now implemented.

A "Next Page" - and also a "Previous Page" when appliable - link is present now at the top and the bottom of the blog, it allows any reader to navigate among older posts, being able to go from page to page until the end of the blog, or come back until the first one again.

Besides this idea of navigation - which was a really good one - derjohn also suggested that there should be a way to shorten blog entries. Now, this isn't as simple as it seems because, we can't limit:

  • The HTML render length since that could generated invalid HTML.
  • The raw text length because it could generated invalid wiki tags.
After putting some thought on it I realised that a good way would be to limit by paragraphs number, even if can originate some slight variations between posts size it's a good measure - as probably many other that I haven't think of - and does not generate invalid HTML nor invalid wiki tags.
To use such feature, it's only needed to define numberOfParagraphs variable in the weblog macro.

Unfortunately the Access Control isn't yet fully finished, so I'll keep that subject for another post.

The modifications can be downloaded from SVN.

Anyone with more feature request or interesting ideas is invited to register and comment or edit the my_snipsnap_fork_feature_list.

Icon-Comment jff, one year and 135 days ago. Icon-Permalink

Good luck with the fork! By the way, can someone tell me why should a company use SnipSnap for their intra/extra nets?

Thanks, jff

Icon-Comment mrmoon, one year and 135 days ago. Icon-Permalink

Hey, I got a couple of suggestions!
  • To make it possible to run two "snip its" in the same server
  • To improve the preview feature
:)

Icon-Comment pabrantes, one year and 135 days ago. Icon-Permalink

Jff, thanks. Well I probably won't be the best person to explain you why should a company use it, but here are some of the reasons why I like snipsnap:

Being a Bliki it gives you two main platforms, a blog and a wiki.
How can such tools help a company in one or more projects? Well it's not that hard, a wiki by definition is a collaborative tool that can be used for knowledge sharing and collaborative developing. The blog plataform can also help in such cases like milestones publishing, change logs, etc where the team wants to give a special focus - and meaning - to a given page (being just a simple wiki page as any other can make it blend in the background).

Another interesting feature is that SnipSnap allows in its core to be created Taxonomies and map any content you want inside the system into that taxonomy, although the interface isn't the best to do it, the functionality and the idea it's there.

Also another interesting functionality, and that in my opinion is pretty handy, is that any snip within the wiki can have comments. This is interesting because a wiki only can generate collaborative content, although, to generate collaborative content and discussion about that content it's not that easy, snipsnap does it very well.

It supports extension through macros and filters, both types can be easily created by anyone with the basic knowledge of Java.

These were the points I can recall now… but I'm sure there are probably many more.

Icon-Comment pabrantes, one year and 135 days ago. Icon-Permalink

Hey, I got a couple of suggestions!
  • To make it possible to run two "snip its" in the same server

mrmoon

Yes, that is also planned.

  • To improve the preview feature

mrmoon

What do you mean by that?

Please login to www.pabrantes.net.
Who am I?
paulo-roca2My name is Paulo Abrantes AKA pabrantes and I'm a software developer. I'm currently employed at >>CIIST working as a Java developer in >>FenixEDU.

This blog is mostly about Java programming, domain driven design and snipsnap bliki developing. Everything written in this blog is my personal opinion and it may not reflect the opinions of my employer and co-workers.


Blog subscription
subscribe by rss subscribe by email

Links
>> Home
>> Paulo's Profile
>> Post History
>> Add to Technorati Favorites
>> Paulo's Photo Gallery
>> WishList
>> Posting without Login

Search Blog
Fellow Bloggers

Recent Posts

Java Programming: Bytecode Injection
Intermission: Sorry For Downtime
Software Developing: Studying The Bliki Domain Model
SnipSnap Developing: Trying to settle a roadmap
System Administration: Load Balancing with Apache
Blogging: Two years have passed
Software Developing: The SnipSnap Saga
Java Programming: Getting your code spicy with Groovy
Software Developing: Fluent Interfaces
Software Developing: Implementing a ShoutBox on SnipsSnip
Software Developing: SnipSnap, SnipIt and SnipSnip
Java Programming: Proxies and Access Control
Java Programming: Proxies and References
Java Programming: References' Package
YALM: Yet Another Layout Modification

For older posts, please refer to post-history for a complete Post History

Logged in Users: (0)
… and 5 Guests.
This is a modified version of snipsnap.org created by >>Paulo Abrantes