Phillip Rhodes
spamsucks@rhoderunner.com
Provides a structured content repository
\
Stitches is a content repository that allows content to be defined, stored, deleted, versioned, searched and a variety of other operations.
* Create and manage your content
* Add / update /modify your content repository using a local or remote API
* Search your content by keyword, tags, type, and folder
* Ability to organize content into folders
* Ability to query content filtered by folder
* Ability to query content by content type
* Geo-searching- able to query content that is tagged with longitude/latitude coordinates
* Any content can be configured to have images, pdf's and longitude/latitude values, etc.
* Automatic image thumbnail generation
* Automatic synchronization with amazon-s3 of your content
* Extract text for all formats (MS, rtf, pdf, etc) with http://lucene.apache.org/tika/formats.html
* 60+ and counting unit tests
* Leverages Compass, hence ability to configure your index to be part of the "cloud"
http://www.philliprhodes.com/content/stitches-30-seconds
BuildConfig
Config
DataSource
UrlMappings
AttributeController
AttributeValueController
ContentController
ContentDefController
ContentFolderController
ContentVersionController
ContentVersionTagController
FolderController
TagController
UploadCommand
UploaderController
ViewContentController
org.authsum.stitches.domain.Attribute
org.authsum.stitches.domain.AttributeValue
org.authsum.stitches.domain.Content
org.authsum.stitches.domain.ContentDef
org.authsum.stitches.domain.ContentFolder
org.authsum.stitches.domain.ContentVersion
org.authsum.stitches.domain.ContentVersionTag
org.authsum.stitches.domain.Folder
org.authsum.stitches.domain.FolderBranch
org.authsum.stitches.domain.LongLat
org.authsum.stitches.domain.ScaledImage
org.authsum.stitches.domain.Tag
org.authsum.stitches.domain.TagFolder
org.authsum.stitches.services.StitchesService